Fix wrong blockstate being passed to notifyNeighborsRespectDebug. (#2806)
This commit is contained in:
parent
b5bda7117a
commit
7c6372202e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
+ if (!this.field_72995_K && (flags & 1) != 0)
|
||||
{
|
||||
- this.func_175722_b(p_180501_1_, iblockstate.func_177230_c());
|
||||
+ this.func_175722_b(pos, new_.func_177230_c());
|
||||
+ this.func_175722_b(pos, old.func_177230_c());
|
||||
|
||||
- if (block.func_149740_M())
|
||||
+ if (new_.func_177230_c().func_149740_M())
|
||||
|
|
Loading…
Reference in a new issue