9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mushroom/plains.json
2021-08-21 00:13:03 -07:00

245 lines
6.8 KiB
JSON

{
"name": "Mushroom Plains",
"rarity": 1,
"color": "#9F939F",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [{
"category": "mushroom",
"id": "mushroom_plains",
"waterColor": "#B4B2FF",
"foliageColor": "#CAB2DC",
"waterFogColor": "#BD94DF",
"grassColor": "#B39EC2",
"fogColor": "#CACDFF"
}],
"layers": [
{
"zoom": 0.3,
"style": {"style": "IRIS"},
"palette": [
{
"weight": 7,
"block": "minecraft:mycelium"
},
{
"weight": 9,
"block": "minecraft:mycelium"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"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"}
]
}
],
"generators": [{
"min": 6,
"max": 14,
"generator": "plain"
}],
"jigsawStructures": [{
"rarity": 150,
"structure": "mush-huts"
}],
"decorators": [
{
"chance": 0.005,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "minecraft:stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "minecraft:stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.007,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "minecraft:red_mushroom"},
{"block": "minecraft:brown_mushroom"}
],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 0.08,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/mushclut1",
"trees/mushroom/mushclut2",
"trees/mushroom/mushclut3",
"trees/mushroom/mushclut4",
"trees/mushroom/mushclut5",
"trees/mushroom/mushclut6",
"trees/mushroom/mushclut7",
"trees/mushroom/mushclut8",
"trees/mushroom/mushclut9",
"trees/mushroom/mushclut10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.08,
"density": 2,
"edit": [{
"find": [{"block": "minecraft:red_mushroom_block"}],
"replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/mushclut1",
"trees/mushroom/mushclut2",
"trees/mushroom/mushclut3",
"trees/mushroom/mushclut4",
"trees/mushroom/mushclut5",
"trees/mushroom/mushclut6",
"trees/mushroom/mushclut7",
"trees/mushroom/mushclut8",
"trees/mushroom/mushclut9",
"trees/mushroom/mushclut10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.025,
"density": 1,
"edit": [{
"find": [{"block": "minecraft:red_mushroom_block"}],
"replace": {"palette": [{"block": "minecraft:brown_mushroom_block"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/smolshroom1",
"trees/mushroom/smolshroom2",
"trees/mushroom/smolshroom3",
"trees/mushroom/smolshroom4",
"trees/mushroom/smolshroom5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.1,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/smolshroom1",
"trees/mushroom/smolshroom2",
"trees/mushroom/smolshroom3",
"trees/mushroom/smolshroom4",
"trees/mushroom/smolshroom5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
},
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"weight": 2,
"block": "minecraft:air"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"weight": 2,
"block": "minecraft:cobblestone_slab"
},
{
"weight": 3,
"block": "minecraft:air"
}
]
}
}