File Details
MoreOutputsAPI-0.5.0.1-1.19.jar
- R
- Jul 1, 2024
- 14.73 KB
- 34
- 1.19
- Fabric
File Name
MoreOutputsAPI-0.5.0.1-1.19.jar
Supported Versions
- 1.19
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.