File Details
Nifty-common-1.19.2-1.1.0.jar
- R
- Nov 20, 2022
- 191.55 KB
- 13
- 1.19.2
- Fabric + 1
File Name
Nifty-common-1.19.2-1.1.0.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Added
RecipeIngredientand implementations for more modular item, fluid ingredients etc.RecipeOutput,RecipeOutputSet, and item/fluid implementationsModularRecipefor recipes that can input/output fluids and items, and can require processing times/energy consumptionFluidStack#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 oopsDrawableand its subclasses for configurable renderable things that aren't Gizmos - eventually Gizmos will be restructured to use this interfaceDrawableswith 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.

