Reimplemented Sentient Tools

Reimplemented the Sentient Axe, Pickaxe, and Shovel, as well as fixed the ability for the sentient weaponry to drop aspected Will.
This commit is contained in:
WayofTime 2020-11-08 21:35:26 -05:00
parent 0297f3a979
commit de5b422a41
32 changed files with 1987 additions and 2 deletions

View file

@ -72,6 +72,9 @@ public class ClientEvents
registerToggleableProperties(BloodMagicItems.MAGNETISM_SIGIL.get());
registerToggleableProperties(BloodMagicItems.ICE_SIGIL.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_SWORD.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_AXE.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_PICKAXE.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_SHOVEL.get());
registerMultiWillTool(BloodMagicItems.PETTY_GEM.get());
registerMultiWillTool(BloodMagicItems.LESSER_GEM.get());
registerMultiWillTool(BloodMagicItems.COMMON_GEM.get());