Fix build issue
This commit is contained in:
parent
2fbccc696f
commit
bb6b53490b
1 changed files with 0 additions and 1 deletions
|
@ -16,6 +16,5 @@ public class RegisterItemJsons {
|
|||
|
||||
private static void registerBlocks() {
|
||||
Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(ModBlocks.ironFence), 0, new ModelResourceLocation("techreborn:ironFence", "inventory"));
|
||||
Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(ModBlocks.ironFenceGate), 0, new ModelResourceLocation("techreborn:ironFenceGate", "inventory"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue