- Added a new, much cleaner way to write what a vision applies to
- Removed the requirement operator
- Fixed enchanted books having actual enchantments instead of stored enchantments
- Enchantments are now properly bannable with a new boolean property
- Optimized caching
- Optimized and condensed a lot of code
- Significantly optimized performance with vision caching
- Added list capabilities with visions separated by ","
- Added inversion capabilities with visions starting with "!"
- Added required capabilities with visions starting with "&"
- Added weighted mob variant capability for most vanilla mobs
- Added more entity vision conditions
- Simplified attribute creation & replacing
- Added enchantment visions
- Added effect visions And a lot more
- Allowed for simplification of properties, you now only need to define the key and value like such: "durability":512 in the vision .json. However, the old way still must be used if you wish to add multiple of the same property or use conditions
- Fixed other mods that added tooltips like create pondering and such
- Made attributes automatically use addition by default so that is no longer required to be defined