alter
This commit is contained in:
parent
c651363b73
commit
d3ede81de4
1 changed files with 2 additions and 1 deletions
|
@ -58,8 +58,9 @@ public class BlockSolarPanel extends BaseTileBlock {
|
|||
setHardness(2.0F);
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/generators"));
|
||||
this.setDefaultState(this.getStateFromMeta(0));
|
||||
|
||||
for (int i = 0; i < panes.length; i++) {
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, i).setInvVariant("type=" + panes[i]).setFileName("ores"));
|
||||
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, i).setInvVariant("type=" + panes[i]));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue