Its gets to main menu

This commit is contained in:
modmuss50 2016-03-13 18:38:41 +00:00
parent cc0b762b56
commit 32f25a0141
35 changed files with 221 additions and 215 deletions

View file

@ -26,7 +26,7 @@ public class BlockSolarPanel extends BaseTileBlock implements ITexturedBlock {
this.setDefaultState(this.getDefaultState().withProperty(ACTIVE, false));
}
protected BlockStateContainer createBlockStateContainer() {
protected BlockStateContainer createBlockState() {
ACTIVE = PropertyBool.create("active");
return new BlockStateContainer(this, ACTIVE);
}