9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/tem-sakura-pink-forest.json
Daniel Mills 68592ea7e6 Revert "ccc"
This reverts commit 53d8a6047d.
2021-07-21 07:26:56 -04:00

255 lines
6.7 KiB
JSON

{
"name": "Temperate Sakura Pink Forest",
"derivative": "FLOWER_FOREST",
"rarity": 6,
"color": "#DF4FE8",
"vanillaDerivative": "FOREST",
"children": ["temperate/tem-sakura-pink-child"],
"childStyle": {
"style": "IRIS",
"zoom": 0.3,
"multiplier": 4
},
"customDerivitives": [{
"id": "temsakurapink",
"foliageColor": "#FFADF0",
"waterColor": "#A5FFED",
"grassColor": "#A8FF98",
"category": "forest"
}],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"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"}
]
}
],
"entityInitialSpawns": [{
"entity": "bee",
"maxSpawns": 5,
"minSpawns": 2,
"rarity": 3
}],
"objects": [
{
"chance": 0.1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "oak_wood"}],
"replace": {"palette": [{"block": "stripped_birch_log"}]}
}],
"place": [
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5",
"trees/oak/hoakgeneric6",
"trees/oak/hoakgeneric7",
"trees/oak/hoakgeneric8",
"trees/oak/hoakgeneric9",
"trees/oak/hoakgeneric1",
"trees/oak/shoakgeneric3",
"trees/oak/shoakgeneric4",
"trees/oak/shoakgeneric5",
"trees/oak/shoakgeneric6",
"trees/oak/shoakgeneric7",
"trees/oak/shoakgeneric8",
"trees/oak/shoakgeneric9",
"trees/oak/shoakgeneric1",
"trees/oak/shoakgeneric2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/camp1",
"clutter/camp4",
"clutter/camp5",
"clutter/camp3"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.7,
"mode": "FAST_MIN_HEIGHT",
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 360,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/sakura/genericsak1",
"trees/sakura/genericsak2",
"trees/sakura/genericsak3",
"trees/sakura/genericsak4",
"trees/sakura/genericsak5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.002,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/literalgarbage1",
"clutter/literalgarbage2",
"clutter/literalgarbage3",
"clutter/literalgarbage4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 60,
"biomeStyle": {"style": "IRIS"},
"decorators": [
{
"chance": 0.8,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{
"weight": 1,
"block": "grass"
},
{"block": "grass"},
{"block": "grass"},
{
"chance": 7,
"block": "grass"
}
]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"block": "oak_leaves",
"data": {"persistent": true}
}]
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.06,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "allium"}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "cobblestone_slab"}]
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": ["FOREST"]
}