Posted August 2, 201510 yr It's a bit embarrassing to post this here now, I mean I programmed I whole mod now, and I want to finish it now, but I cant get this code here working if(side == Side.CLIENT){ Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(ArmorModifier), 0, new ModelResourceLocation("crafting_table", "inventory")); Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(ArmorModifier), 0, new ModelResourceLocation("crafting_table", "normal")); } I mean it renders the Item perfectly, but the block is like a barrier Creator of Extra Shoes Watch out, I'm total jerk, and I'll troll anybody if it feels like its necessary. Pls report me then
August 2, 201510 yr Hi, maybe you forgot the .JSON for your block model or you forgot your blockstate .JSON. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.