Mutation Type
Customization Options
type
type
A mutation can be one of four different types:
Item | Block | Fluid | Entity
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.
Calculating Weight Distributions:
A mutation recipe has five different output options.
The weights are as follows:
Output 1: 20
Output 2: 10
Output 3: 30
Output 4: 60
Output 5: 80
The chances each output has of being selected are as follows:
Output 1: 10%
Output 2: 5%
Output 3: 15%
Output 4: 30%
Output 5: 40%
To calculate the chance:
Add up all the weights
Divide the weight you wish to check by the total in step 1
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
block
block
The block being transformed or resulted.
Name: Block
Key: block
Type: RestrictedBlockPredicate
Default: This value is required or the recipe won't load!
chance
chance
The chance of actually resulting the block, if selected as the output from the pool of blocks.
Name: Chance
Key: chance
Type: Double
Range: 0.0 - 1.0
Default: 1.0
weight
weight
How likely the block is to be selected among a pool of blocks.
Calculating Weight Distributions:
A mutation recipe has five different output options.
The weights are as follows:
Output 1: 20
Output 2: 10
Output 3: 30
Output 4: 60
Output 5: 80
The chances each output has of being selected are as follows:
Output 1: 10%
Output 2: 5%
Output 3: 15%
Output 4: 30%
Output 5: 40%
To calculate the chance:
Add up all the weights
Divide the weight you wish to check by the total in step 1
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
fluid
fluid
The block being transformed or resulted.
Name: Fluid
Key: fluid
Type: Fluid
Default: This value is required or the recipe won't load!
chance
chance
The chance of actually resulting the fluid, if selected as the output from the pool of fluids.
Name: Chance
Key: chance
Type: Double
Range: 0.0 - 1.0
Default: 1.0
weight
weight
How likely the fluid is to be selected among a pool of fluids.
Calculating Weight Distributions:
A mutation recipe has five different output options.
The weights are as follows:
Output 1: 20
Output 2: 10
Output 3: 30
Output 4: 60
Output 5: 80
The chances each output has of being selected are as follows:
Output 1: 10%
Output 2: 5%
Output 3: 15%
Output 4: 30%
Output 5: 40%
To calculate the chance:
Add up all the weights
Divide the weight you wish to check by the total in step 1
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
entity
entity
The block being transformed or resulted.
Name: Entity
Key: entity
Type: RestrictedEntityPredicate
Default: This value is required or the recipe won't load!
chance
chance
The chance of actually resulting the entity, if selected as the output from the pool of entities.
Name: Chance
Key: chance
Type: Double
Range: 0.0 - 1.0
Default: 1.0
weight
weight
How likely the entity is to be selected among a pool of entities.
Calculating Weight Distributions:
A mutation recipe has five different output options.
The weights are as follows:
Output 1: 20
Output 2: 10
Output 3: 30
Output 4: 60
Output 5: 80
The chances each output has of being selected are as follows:
Output 1: 10%
Output 2: 5%
Output 3: 15%
Output 4: 30%
Output 5: 40%
To calculate the chance:
Add up all the weights
Divide the weight you wish to check by the total in step 1
Name: Weight
Key: weight
Type: Double
Range: ≥0.0
Default: 10
Last updated
Was this helpful?