Sentient tools should use the proper material and have a repair material
crystals are used to repair
This commit is contained in:
parent
70cf5d2bea
commit
8e16e590ea
4 changed files with 5 additions and 3 deletions
|
@ -60,6 +60,8 @@ public class RegistrarBloodMagicRecipes
|
|||
OreDictionary.registerOre("dustCoal", ComponentTypes.SAND_COAL.getStack());
|
||||
|
||||
PluginUtil.handlePluginStep(PluginUtil.RegistrationStep.RECIPE_REGISTER);
|
||||
|
||||
RegistrarBloodMagicItems.SOUL_TOOL_MATERIAL.setRepairItem(EnumDemonWillType.DEFAULT.getStack());
|
||||
}
|
||||
|
||||
public static void registerAltarRecipes(BloodMagicRecipeRegistrar registrar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue