promotional bannermobile promotional banner

Nifty

A cross-platform library mod for transfer, machinery, networking, UI and more.

File Details

Fabric 1.19.2-v1.1.0

  • R
  • Nov 20, 2022
  • 261.13 KB
  • 51
  • 1.19.2
  • Fabric + 1

File Name

Nifty-fabric-1.19.2-1.1.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nifty-702601:4102181"

Quilt

modImplementation "curse.maven:nifty-702601:4102181"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • RecipeIngredient and implementations for more modular item, fluid ingredients etc.
  • RecipeOutput, RecipeOutputSet, and item/fluid implementations
  • ModularRecipe for recipes that can input/output fluids and items, and can require processing times/energy consumption
  • FluidStack#getTooltip, along with a per-instance tooltip cache that is only created when it's queried for the first time.
  • FluidStack#setTag, because I guess I forgot it before oops
  • Drawable and its subclasses for configurable renderable things that aren't Gizmos - eventually Gizmos will be restructured to use this interface
  • Drawables with a bunch of convenient drawable instances, such as slots, recipe arrows (with filling variants), burn indicators etc.

Changed

  • Moved some rendering things around, like Texture - now found among drawables.
  • Some refactoring with gizmos to account for the above additions and changes.