Add Handlers for Ritual of Crushing (#1469)
* Add Handlers for Ritual of Crushing Fixes the crushing ritual's corrosive will augment. * Simplify Handler Class Use Primitives, ensure return value is non-null * Make the Handler Handle Draining Per Use * Revert "Make the Handler Handle Draining Per Use" This reverts commit bacaa610febc5a609a7a891ceed41b0e0fb2f05d.
This commit is contained in:
parent
6b1e9f4014
commit
297771af81
6 changed files with 106 additions and 20 deletions
|
@ -91,6 +91,7 @@ public class BloodMagic {
|
|||
|
||||
ModRecipes.init();
|
||||
ModRituals.initHarvestHandlers();
|
||||
ModRituals.initCuttingFluids();
|
||||
MeteorConfigHandler.init(new File(configDir, "meteors"));
|
||||
ModArmourTrackers.init();
|
||||
NetworkRegistry.INSTANCE.registerGuiHandler(BloodMagic.instance, new GuiHandler());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue