Fix placing skulls on fence posts. Closes #2055
This commit is contained in:
parent
bd4b3debc3
commit
7b18eab02d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
if (!flag)
|
||||
{
|
||||
- if (!p_180614_3_.func_180495_p(p_180614_4_).func_177230_c().func_149688_o().func_76220_a())
|
||||
+ if (!p_180614_3_.isSideSolid(p_180614_4_, p_180614_5_, true))
|
||||
+ if (!p_180614_3_.func_180495_p(p_180614_4_).func_177230_c().func_149688_o().func_76220_a() && !p_180614_3_.isSideSolid(p_180614_4_, p_180614_5_, true))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue