Worked on the Sentient Scythe

First stab (pun intended) on the Sentient Scythe. Still have a bit of work to do (such as balancing) but it's... usable.
This commit is contained in:
WayofTime 2020-11-23 21:06:08 -05:00
parent 574d6a8e74
commit ab9de5341e
21 changed files with 933 additions and 1 deletions

View file

@ -79,6 +79,7 @@ public class ClientEvents
registerMultiWillTool(BloodMagicItems.SENTIENT_AXE.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_PICKAXE.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_SHOVEL.get());
registerMultiWillTool(BloodMagicItems.SENTIENT_SCYTHE.get());
registerMultiWillTool(BloodMagicItems.PETTY_GEM.get());
registerMultiWillTool(BloodMagicItems.LESSER_GEM.get());
registerMultiWillTool(BloodMagicItems.COMMON_GEM.get());