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