mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 20:43:42 +01:00
Belt Shadow Legends
- Fixed a lighting issue for the belt item renderer
This commit is contained in:
parent
fa7039a04a
commit
34d430989c
1 changed files with 3 additions and 6 deletions
|
@ -227,9 +227,6 @@ public class BeltTileEntity extends KineticTileEntity implements ILightUpdateLis
|
||||||
int length = compound.getInt("Length");
|
int length = compound.getInt("Length");
|
||||||
if (beltLength != length) {
|
if (beltLength != length) {
|
||||||
beltLength = length;
|
beltLength = length;
|
||||||
if (level != null)
|
|
||||||
initializeLight();
|
|
||||||
else
|
|
||||||
light = null;
|
light = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue