Supply Random
- Id:
moderner_beta:supply_random
- Inputs: none
- Uses seed: yes
- Added in: 3.0.0
The Supply Random layer allows for the generation of random biomes with a range of integers. This is used for accurately recreating the positions of mutated biomes. The biome outputted is minecraft:the_void
with a random ext value.
Properties
range
- Type:
int
- Default: required
- Description: The range of integers to encompass from 0 inclusive to X exclusive.
- Type:
Example
The Supply Random layer is used for generating mutation.
json
{
"type": "moderner_beta:supply_random",
"id": "mutation",
"range": 299999,
"seed": 100
}