Fixed texture error for fluid itemblocks.
This commit is contained in:
parent
bf5b649fc4
commit
9d1e64b1b2
8 changed files with 158 additions and 72 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue