promotional bannermobile promotional banner

Fzzy Core

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

File Details

fzzy_core-0.2.5+1.19.3.jar

  • R
  • Jun 18, 2023
  • 330.35 KB
  • 26.5K
  • 1.19.3
  • Fabric + 1

File Name

fzzy_core-0.2.5+1.19.3.jar

Supported Versions

  • 1.19.3

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

  • Add helper method for checking an entire player for enchanted equipment
  • Added helper class for building block settings cross-version more easily.
  • Added optional recipe data system: Put recipes in optional_recipes instead of just recipes that you nly want loaded if the recipe type is loaded (if the mod that adds the recipe type exists etc). This allows users to add mod-dependent recipes without spamming the log with errors or having to do weird in-code recipe adding.