File Details
MoreOutputsAPI-0.5.1.1-1.19.1.jar
- R
- Jul 1, 2024
- 14.72 KB
- 33
- 1.19.1
- Fabric
File Name
MoreOutputsAPI-0.5.1.1-1.19.1.jar
Supported Versions
- 1.19.1
Curse Maven Snippet
- Changed package names
- Removed not used mixins
- Changed the
Output[amount]Recipeclass declaration fromOutput[amount]RecipetoOutput[amount]Recipe<C extends Inventory>to match vanilla. - Changed the
craftmethods fromItemStack craft[Amount](DynamicRegistryManager registryManager);toItemStack craftSecond(C inventory, DynamicRegistryManager registryManager);to match vanilla.