diff options
Diffstat (limited to 'common/darkknight/jewelrycraft/worldGen/Generation.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/worldGen/Generation.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/darkknight/jewelrycraft/worldGen/Generation.java b/common/darkknight/jewelrycraft/worldGen/Generation.java index 8e7c45b..64a33d4 100644 --- a/common/darkknight/jewelrycraft/worldGen/Generation.java +++ b/common/darkknight/jewelrycraft/worldGen/Generation.java @@ -37,7 +37,6 @@ public class Generation implements IWorldGenerator int y = 5 + random.nextInt(4); int z = j + random.nextInt(16); world.setBlock(x, y, z, ConfigHandler.idShadowOre); - System.out.println(x + " " + y + " " + z); } } |
