apace100 / apoli

MIT License
40 stars 46 forks source link

Enchantment Power Types for Players/Mobs #220

Closed 256smash closed 6 months ago

256smash commented 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" ]

I might also suggest that conditions can be used for abilities since they are also necessary.

eggohito commented 6 months ago

This is actually already possible with the modify_enchantment_level power type, which was introduced in Origins 1.11.0 (Apoli v2.10.0)

256smash commented 6 months ago

Thanks for reminding me