Still didnt fix it ;(
This commit is contained in:
parent
c0fc388a01
commit
2f52171a04
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public class RegisterItemJsons {
|
||||||
}
|
}
|
||||||
|
|
||||||
for (EnumPanelType panelType : EnumPanelType.values()) {
|
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() {
|
ModelLoader.setCustomStateMapper(ModBlocks.CABLE, new DefaultStateMapper() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue