diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2017-05-27 19:35:36 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-05-27 19:35:36 +1000 |
| commit | 1f3af24b5094447bc1e62347d947f8ef02c4c130 (patch) | |
| tree | ddfbfb211930f53a55ccecb2d2b79c25b733b918 /src/Java/gtPlusPlus/xmod/bop/blocks/rainforest | |
| parent | 230617a2bcac2493a15cdf24510a0caf967ceacc (diff) | |
| download | GT5-Unofficial-1f3af24b5094447bc1e62347d947f8ef02c4c130.tar.gz GT5-Unofficial-1f3af24b5094447bc1e62347d947f8ef02c4c130.tar.bz2 GT5-Unofficial-1f3af24b5094447bc1e62347d947f8ef02c4c130.zip | |
- Removed some Logging from the Tree classes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/bop/blocks/rainforest')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java b/src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java index 390285bdc3..e36d24e695 100644 --- a/src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java +++ b/src/Java/gtPlusPlus/xmod/bop/blocks/rainforest/SaplingRainforestTree.java @@ -19,7 +19,7 @@ public class SaplingRainforestTree extends SaplingBase { @Override public void func_149878_d(World world, int x, int y, int z, Random rand){ - Utils.LOG_INFO("func_149878_d - 1"); + Utils.LOG_WARNING("func_149878_d - 1"); if (!net.minecraftforge.event.terraingen.TerrainGen.saplingGrowTree(world, rand, x, y, z)) return; int l = world.getBlockMetadata(x, y, z) & 7; Object object = rand.nextInt(10) == 0 ? new WorldGenBigTree(true) : new WorldGenTrees(true); |
