9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/temperate-oak-beach.json
2021-06-08 13:47:20 -07:00

252 lines
5.7 KiB
JSON

{
"vanillaDerivative": "FOREST",
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
}
],
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"garbage/clutter-1",
"garbage/clutter-2",
"garbage/clutter-3",
"garbage/clutter-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.0015,
"edit": [
{
"find": [
{
"block": "white_wool"
}
],
"replace": {
"palette": [
{
"block": "oak_wood"
}
]
}
},
{
"find": [
{
"block": "black_wool"
}
],
"replace": {
"palette": [
{
"block": "oak_wood"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"sm-tree/oakw-oakl"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"biomeZoom": 60,
"derivative": "DEEP_LUKEWARM_OCEAN",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"palette": [
{
"block": "white_tulip"
},
{
"block": "allium"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.35,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Oak Beach",
"layers": [
{
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 0,
"max": 0,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}