Fzzy Core

API used in fzzyhmstrs mods that provides various utilities for Kotlin mods
Back to Files

fzzy_core-0.3.0+1.20.1.jar

File namefzzy_core-0.3.0+1.20.1.jar
Uploader
fzzyhmstrsfzzyhmstrs
Uploaded
Oct 23, 2023
Downloads
59.0K
Size
362.2 KB
Mod Loaders
FabricQuilt
File ID
4812116
Type
R
Release
Supported game 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"

Learn more about Curse Maven

What's new

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.

This mod has no additional files