Still didnt fix it ;(

This commit is contained in:
modmuss50 2017-10-09 22:31:33 +01:00 committed by drcrazy
parent c0fc388a01
commit 2f52171a04

View file

@ -177,7 +177,7 @@ public class RegisterItemJsons {
}
for (EnumPanelType panelType : EnumPanelType.values()) {
registerBlockstate(Item.getItemFromBlock(ModBlocks.CABLE), panelType.ordinal(), panelType.getName().toLowerCase() + ",active=false", "blocks/generators/");
registerBlockstate(Item.getItemFromBlock(ModBlocks.SOLAR_PANEL), panelType.ordinal(), panelType.getName().toLowerCase() + ",active=false", "blocks/generators/");
}
ModelLoader.setCustomStateMapper(ModBlocks.CABLE, new DefaultStateMapper() {