More progress
This commit is contained in:
parent
00d6f8eb46
commit
d80afb18f0
64 changed files with 410 additions and 976 deletions
|
@ -31,14 +31,6 @@ public class BlockLifeEssence extends BlockFluidClassic
|
|||
BloodMagicAPI.setLifeEssence(getLifeEssence());
|
||||
}
|
||||
|
||||
// TODO - Remove after Forge fixes
|
||||
// Fix for BlockFluidBase not overriding this
|
||||
@Override
|
||||
public IBlockState getStateFromMeta(int meta)
|
||||
{
|
||||
return getBlockState().getBaseState().withProperty(LEVEL, meta);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canDisplace(IBlockAccess world, BlockPos blockPos)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue