Move Bucket over to Forge system
This commit is contained in:
parent
9e7517459e
commit
4af15fc059
7 changed files with 14 additions and 48 deletions
|
@ -109,6 +109,7 @@ public class ModBlocks
|
|||
public static void init()
|
||||
{
|
||||
FluidRegistry.registerFluid(BlockLifeEssence.getLifeEssence());
|
||||
FluidRegistry.addBucketForFluid(BlockLifeEssence.getLifeEssence());
|
||||
lifeEssence = registerBlock(new BlockLifeEssence(), Constants.BloodMagicBlock.LIFE_ESSENCE.getRegName());
|
||||
|
||||
altar = registerBlock(new BlockAltar(), Constants.BloodMagicBlock.ALTAR.getRegName());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue