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.
Name: Mutation Input
Key: input
Type: MutationType
Default: This value is required or the recipe won't load!
outputs
outputs
A list of possible transformation results, which can be an item, block, fluid, or entity.
Name: Mutation Outputs
Key: outputs
Type: MutationType[]
Default: This value is required or the recipe won't load!
Last updated