Fixed missed parens causing trapdoors to fall off incorrectly.
This commit is contained in:
parent
f85ab543ee
commit
539ee0ea88
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
- if (!func_150119_a(p_149695_1_.func_147439_a(i1, p_149695_3_, j1)))
|
||||
+ if (!func_150119_a(p_149695_1_.func_147439_a(i1, p_149695_3_, j1)) || p_149695_1_.isSideSolid(i1, p_149695_3_, j1, ForgeDirection.getOrientation((l & 3) + 2)))
|
||||
+ if (!(func_150119_a(p_149695_1_.func_147439_a(i1, p_149695_3_, j1)) || p_149695_1_.isSideSolid(i1, p_149695_3_, j1, ForgeDirection.getOrientation((l & 3) + 2))))
|
||||
{
|
||||
p_149695_1_.func_147468_f(p_149695_2_, p_149695_3_, p_149695_4_);
|
||||
this.func_149697_b(p_149695_1_, p_149695_2_, p_149695_3_, p_149695_4_, l, 0);
|
||||
|
|
Loading…
Reference in a new issue