Closed 256smash closed 6 months ago
Enchantments could be applied to any mob such as Frost Walker, Thorns, and Soul Speed without using armor.
Example code: "type":"apoli:enchantment", "enchants": [ "minecraft:frost_walker", "minecraft:multishot" ]
"type":"apoli:enchantment", "enchants": [ "minecraft:frost_walker", "minecraft:multishot" ]
I might also suggest that conditions can be used for abilities since they are also necessary.
This is actually already possible with the modify_enchantment_level power type, which was introduced in Origins 1.11.0 (Apoli v2.10.0)
modify_enchantment_level
Thanks for reminding me
Enchantments could be applied to any mob such as Frost Walker, Thorns, and Soul Speed without using armor.
Example code:
"type":"apoli:enchantment", "enchants": [ "minecraft:frost_walker", "minecraft:multishot" ]
I might also suggest that conditions can be used for abilities since they are also necessary.