Skip to content

Commit c3e6e54

Browse files
author
x3n0ph0b3
committed
Mortar and Cauldron recipes
I may adjust these later.
1 parent 97bbfce commit c3e6e54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/xreliquary/init/XRRecipes.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ public static void init() {
118118
//frozen cores to make packed ice.
119119
addRecipe(true, true, new ItemStack(Blocks.packed_ice, 1, 0), Blocks.ice, Blocks.ice, Blocks.ice, Blocks.ice, Blocks.ice, Blocks.ice, Blocks.ice, Blocks.ice, frozenCore());
120120

121+
//apothecary mortar recipe
122+
addRecipe(false, false, new ItemStack(ContentHandler.getBlock(Names.apothecary_mortar), 1, 0), "gng", "ngn", "nnn", 'n', Blocks.quartz_block, 'g', creeperGland());
123+
124+
//apothecary cauldron recipe
125+
addRecipe(false, false, new ItemStack(ContentHandler.getBlock(Names.apothecary_cauldron), 1, 0), "gng", "ici", "nmn", 'g', creeperGland(), 'n', enderHeart(), 'i', infernalClaw(), 'c', Blocks.cauldron, 'm', moltenCore());
121126

122127
//alkahestry tome
123128
if (isEasyMode(Names.alkahestry_tome))

0 commit comments

Comments
 (0)