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