Fix build issue

This commit is contained in:
modmuss50 2016-02-25 20:27:58 +00:00
parent 2fbccc696f
commit bb6b53490b

View file

@ -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"));
}
}