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:
parent
0297f3a979
commit
de5b422a41
32 changed files with 1987 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue