Mutation Type
Customization Options
type
type
A mutation can be one of four different types:
The type object is used for defining the Mutation Type, associated data, and the likelihood of obtaining, when used as an output option.
Name: Mutation Type
Key: type
Type: String
Default: This value is required or the recipe won't load!
item
item
The item being transformed or resulted.
Name: Item
Key: item
Type: RestrictedItemPredicate
Default: This value is required or the recipe won't load!
chance
chance
The chance of actually resulting the item when selected as the output from the pool of items.
Name: Chance
Key: chance
Type: Double
Range: 0.0 - 1.0
Default: 1.0
weight
weight
How likely the item is to be selected among a pool of items.
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
Last updated