9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/swamp/marsh-rotten.json
2021-08-08 21:22:19 -07:00

180 lines
4.7 KiB
JSON

{
"name": "Swamp Marsh Rotten",
"rarity": 1,
"color": "#758860",
"derivative": "SWAMP_HILLS",
"vanillaDerivative": "SWAMP",
"generators": [{
"min": -5,
"max": 4,
"generator": "plain"
}],
"customDerivitives": [{
"category": "swamp",
"id": "swamp_marsh_rotten",
"waterColor": "#684D1A",
"grassColor": "#5C581A",
"spawnRarity": 20,
"spawns": [{"type": "SLIME"}]
}],
"layers": [
{
"style": {"style": "IRIS"},
"zoom": 0.5,
"palette": [
{
"weight": 3,
"block": "minecraft:grass_block"
},
{"block": "minecraft:podzol"},
{"block": "minecraft:coarse_dirt"},
{
"weight": 4,
"block": "minecraft:grass_block"
}
]
},
{"palette": [{"block": "minecraft:dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "minecraft:dirt"},
{"block": "minecraft:coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"decorators": [
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"zoom": 0.02,
"palette": [
{"block": "minecraft:brown_mushroom"},
{"block": "minecraft:red_mushroom"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.13,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{"block": "minecraft:large_fern"},
{"block": "minecraft:tall_grass"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.15,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "minecraft:dead_bush"},
{"block": "minecraft:fern"}
],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/oak/dead1",
"trees/oak/dead2",
"trees/oak/dead3",
"trees/oak/dead4",
"trees/oak/dead5",
"trees/oak/dead6"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/shrub1",
"clutter/shrub2",
"clutter/shrub3",
"clutter/shrub4",
"clutter/shrub5",
"clutter/shrub6"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/stone1",
"clutter/stone2",
"clutter/stone3",
"clutter/stone4",
"clutter/stone5",
"clutter/stone6",
"clutter/stone7"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"biomeZoom": 9,
"biomeStyle": {"style": "SIMPLEX"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
}