Skip to content

Commit

Permalink
adjust lake gen
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed May 19, 2020
1 parent e0a7f10 commit 8810eb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/terraforged/fm/template/Template.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ private static List<Template.BlockInfo> relativize(Template.BlockInfo[] blocks)
return list;
}

private static int dist2(int x1, int z1, int x2, int z2) {
int dx = x1 - x2;
int dz = z1 - z2;
return dx * dx + dz * dz;
}

private static BlockPos readPos(ListNBT list) {
int x = list.getInt(0);
int y = list.getInt(1);
Expand Down
8 changes: 0 additions & 8 deletions src/test/resources/META-INF/mods.toml

This file was deleted.

12 changes: 0 additions & 12 deletions src/test/resources/data/minecraft/features/example.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/test/resources/pack.mcmeta

This file was deleted.

0 comments on commit 8810eb5

Please sign in to comment.