Add Land
- Id:
moderner_beta:add_land
- Inputs:
parent
- Uses seed: yes
- Added in: 3.0.0
The Add Land layer is the way land biomes can grow. It is primarily used for expanding land across oceans. By default, ocean spaces neighboring land have a 1 in 3 chance of becoming land and land spaces neighboring ocean have have a 1 in 5 chance of becoming ocean.
Properties
betaShape
- Type:
boolean
- Default:
false
- Description: When enabled, the land expands in the same manner as in Beta 1.8. This does not affect the chances that land or ocean appears.
- Type:
ocean
- Type:
biome
- Default:
minecraft:ocean
- Description: The biome that is treated as ocean. Generates when land turns into ocean.
- Type:
land
- Type:
biome
- Default:
minecraft:plains
- Description: The biome that is treated as land. Generates when ocean turns into land only when
betaShape
is enabled.
- Type:
biomeSpecificOceans
- Type:
map[biome, biome]
- Default: empty
- Description: When a biome turns into an ocean, this map overrides which ocean biome the land biome turns into.
- Type:
landChance
- Type:
int
- Default:
3
- Description: A 1 in X chance for an ocean neighboring land to turn into land.
- Type:
oceanChance
- Type:
int
- Default:
5
- Description: A 1 in X chance for land neighboring an ocean to turn into an ocean.
- Type:
Example
Before adding land
After adding land 3 times