9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/temperate/shore/beach.json
StrangeOne101 d25d8c42b3 Overhauled Temperate Plains & Forest
# Biomes
- Redone the biomes: Oak Forest, Birch Forest, Plains, Oak Denymre
- Added new biomes: Lush Plains, Meadows, Thin Birch Forest, Combo Forest (Oak + Birch Forest)
- Removed biomes: Oak hills, plains hills
- Disabled biomes: Highland, birch denmyre, flower forest, wilds
- Updated minor things in all biomes within temperate

# Generators
- Added two new generators: highlands and rare-hills. 
- Highlands is a more rounded plains biome
- Rare hills is one designed to add random large hills to a biome. Used instead of making hill biome variants

# Minor Changes
- Updated sugarcane spawnings
- Changed biome colors of stranged plains
2021-07-24 06:00:32 +12:00

116 lines
2.7 KiB
JSON

{
"name": "Temperate Beach",
"derivative": "BEACH",
"rarity": 1,
"color": "#EDFF00",
"vanillaDerivative": "BEACH",
"generators": [{
"min": -5,
"max": 1,
"generator": "plain"
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
}
],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{"block": "air"},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"partOf": "SHORE_LINE",
"chance": 0.09,
"stackMin": 1,
"stackMax": 4,
"palette": [{"block": "sugar_cane"}],
"style": {
"style": "IRIS",
"zoom": 0.65
},
"heightVariance": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{
"entity": "turtle",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 80
}
],
"objects": [{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}