File Details
fzzy_core-0.3.0+1.20.1.jar
- R
- Oct 23, 2023
- 362.24 KB
- 59.0K
- 1.20.1+1
- Fabric + 1
File Name
fzzy_core-0.3.0+1.20.1.jar
Supported Versions
- 1.20.1
- 1.20
Curse Maven Snippet
Versions below 1.20 are no longer officially being updated. Version 1.20.2 is todo.
-
Created a
JsonReaderhelper object with some convenience methods for various Json parsing tasks.- read a defined Entity Attrbiute object
- read Identifier
- read
Modifier - read Formatting
- Added
AttributeProvidinginterface for creation of Enchantments that add Entity Attributes. - Improved memory usage
- Re-Implemented Modifiers as a player-based affix, rather than ItemStack based. The raw NBT of modifiers is stored on stacks still, but all of the code management happens in a player container, similar to the
EntityAttributeContainer.

