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