Fix derpy fir trees in the taiga. So many patches. See if we can find any more mistakes?!
This commit is contained in:
parent
4320a0f1ed
commit
918d59d6a6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
BlockPos blockpos = new BlockPos(j3, l2, i2);
|
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().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);
|
this.func_175903_a(p_180709_1_, blockpos, field_181637_b);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue