promotional bannermobile promotional banner

Fzzy Core

API used in fzzyhmstrs mods that provides various utilities for Kotlin mods

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

Fabric

modImplementation "curse.maven:fzzy-core-821445:4812116"

Quilt

modImplementation "curse.maven:fzzy-core-821445:4812116"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Versions below 1.20 are no longer officially being updated. Version 1.20.2 is todo.

  • Created a JsonReader helper object with some convenience methods for various Json parsing tasks.
    • read a defined Entity Attrbiute object
    • read Identifier
    • read Modifier
    • read Formatting
  • Added AttributeProviding interface 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.