Fixed texture error for fluid itemblocks.

This commit is contained in:
drcrazy 2017-11-13 02:14:44 +03:00
parent bf5b649fc4
commit 9d1e64b1b2
8 changed files with 158 additions and 72 deletions

View file

@ -56,6 +56,7 @@ public class BlockSolarPanel extends BaseTileBlock {
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this, "machines/generators"));
}
@Override
protected BlockStateContainer createBlockState() {
ACTIVE = PropertyBool.create("active");
return new BlockStateContainer(this, ACTIVE);