Fixed Crash
This commit is contained in:
parent
578f124c48
commit
e7f9e46fc1
|
|
@ -253,8 +253,8 @@ public class RenderEvents
|
||||||
|
|
||||||
if (!stack.isEmpty() && stack.getItem() == RegistrationHandler.itemTile && ItemTile.hasTileData(stack))
|
if (!stack.isEmpty() && stack.getItem() == RegistrationHandler.itemTile && ItemTile.hasTileData(stack))
|
||||||
{
|
{
|
||||||
|
if (model.bipedBody.childModels != null && !model.bipedBody.childModels.isEmpty())
|
||||||
model.bipedBody.childModels.clear();
|
model.bipedBody.childModels.clear();
|
||||||
|
|
||||||
model.bipedLeftArm.isHidden = true;
|
model.bipedLeftArm.isHidden = true;
|
||||||
model.bipedRightArm.isHidden = true;
|
model.bipedRightArm.isHidden = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user