Implemented the Mob Sacrifice Array.
Needs some cleaning up + added visuals, but appears functional.
This commit is contained in:
parent
32227afd9d
commit
389043dc64
10 changed files with 644 additions and 35 deletions
|
@ -237,4 +237,9 @@ public class RegistrarBloodMagicRecipes
|
|||
registrar.addAlchemyArray(ComponentTypes.REAGENT_FROST.getStack(), ItemSlate.SlateType.REINFORCED.getStack(), new ItemStack(RegistrarBloodMagicItems.SIGIL_FROST), null);
|
||||
|
||||
}
|
||||
|
||||
public static void registerSacrificeCraftRecipes(BloodMagicRecipeRegistrar registrar)
|
||||
{
|
||||
registrar.addSacrificeCraft(new ItemStack(RegistrarBloodMagicBlocks.TELEPOSER), 10, Items.REDSTONE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue