Fix derpy fir trees in the taiga. So many patches. See if we can find any more mistakes?!

This commit is contained in:
cpw 2015-11-22 22:35:21 -05:00
parent 4320a0f1ed
commit 918d59d6a6

View file

@ -31,7 +31,7 @@
BlockPos blockpos = new BlockPos(j3, l2, i2);
- if (!p_180709_1_.func_180495_p(blockpos).func_177230_c().func_149730_j())
+ if (!p_180709_1_.func_180495_p(blockpos).func_177230_c().canBeReplacedByLeaves(p_180709_1_, blockpos))
+ if (p_180709_1_.func_180495_p(blockpos).func_177230_c().canBeReplacedByLeaves(p_180709_1_, blockpos))
{
this.func_175903_a(p_180709_1_, blockpos, field_181637_b);
}