From 6e9f023d2a5d272640149c85a36c7aa05845a984 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Dec 2013 21:13:44 +0200 Subject: Fixed a bug! --- common/darkknight/jewelrycraft/worldGen/Generation.java | 1 - 1 file changed, 1 deletion(-) (limited to 'common/darkknight/jewelrycraft/worldGen/Generation.java') 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); } } -- cgit v1.2.3