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
|
@ -229,6 +229,9 @@ public class GeneratorLanguage extends LanguageProvider
|
|||
addItem(BloodMagicItems.MONSTER_SOUL_VENGEFUL, "Demon Will");
|
||||
addItem(BloodMagicItems.SOUL_SNARE, "Soul Snare");
|
||||
addItem(BloodMagicItems.SENTIENT_SWORD, "Sentient Sword");
|
||||
addItem(BloodMagicItems.SENTIENT_AXE, "Sentient Axe");
|
||||
addItem(BloodMagicItems.SENTIENT_PICKAXE, "Sentient Pickaxe");
|
||||
addItem(BloodMagicItems.SENTIENT_SHOVEL, "Sentient Shovel");
|
||||
|
||||
addItem(BloodMagicItems.WEAK_ACTIVATION_CRYSTAL, "Weak Activation Crystal");
|
||||
addItem(BloodMagicItems.AWAKENED_ACTIVATION_CRYSTAL, "Awakened Activation Crystal");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue