Mutation Recipe
todo: move this to a separate recipes category
Mutations utilize the recipe system to make them more data pack friendly. One benefit of using the recipe system is that a mutation can be created once and shared among many different bees.
Template:
Recipe Type
Every recipe JSON is required to have a type. For mutations the type is resourcefulbees:mutation
Customization Options
input
input
The item/block/fluid/entity being transformed.
outputs
outputs
A list of possible transformation results, which can be an item, block, fluid, or entity.
Last updated
Was this helpful?