Fixed Crash
This commit is contained in:
parent
09bcf55da7
commit
44e1804527
|
|
@ -249,8 +249,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