Made all block fields final
This commit is contained in:
parent
f244f2c053
commit
537ccc092c
25 changed files with 242 additions and 254 deletions
|
@ -148,7 +148,7 @@ public class TileInversionPillar extends TileTicking
|
|||
if (!state.getBlock().isAir(state, worldObj, offsetPos))
|
||||
{
|
||||
//Consume Will and set this block
|
||||
return worldObj.setBlockState(offsetPos, ModBlocks.demonExtras.getStateFromMeta(0));
|
||||
return worldObj.setBlockState(offsetPos, ModBlocks.DEMON_EXTRAS.getStateFromMeta(0));
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue