Life Essence

This commit is contained in:
Nick 2015-10-29 22:22:08 -07:00
parent cb3412bc84
commit 09ff96fe03
11 changed files with 134 additions and 12 deletions

View file

@ -34,6 +34,8 @@ public class ModBlocks {
public static void initRenders() {
InventoryRenderHelper renderHelper = AlchemicalWizardry.instance.getRenderHelper();
renderHelper.fluidRender(lifeEssence);
}
private static Block registerBlock(Block block, Class<? extends ItemBlock> itemBlock, String name) {