Fixed that oldLight is not being used.
This commit is contained in:
parent
724405d6d8
commit
4c4223a817
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
Block block1 = iblockstate.func_177230_c();
|
||||
|
||||
- if (block.func_149717_k() != block1.func_149717_k() || block.func_149750_m() != block1.func_149750_m())
|
||||
+ if (block.func_149717_k() != block1.func_149717_k() || block.getLightValue(this, p_180501_1_) != block1.func_149750_m())
|
||||
+ if (block.func_149717_k() != block1.func_149717_k() || block.getLightValue(this, p_180501_1_) != oldLight)
|
||||
{
|
||||
this.field_72984_F.func_76320_a("checkLight");
|
||||
this.func_175664_x(p_180501_1_);
|
||||
|
|
Loading…
Reference in a new issue