9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/tro-rainforest.json
Brian Fopiano 07bcffaa5a Heightmap edits
2021-07-10 05:10:54 -07:00

302 lines
8.0 KiB
JSON

{
"name": "Tropical Rainforest",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"children": [
"tropical/tro-rainforest-hills",
"tropical/tro-jungle-denmyre"
],
"generators": [{
"min": 20,
"max": 45,
"generator": "mountain"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "grass_block"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{
"weight": 2,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 3,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 3
}],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "ocelot",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 4
}
],
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/camp"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"jungle-remade/J6",
"jungle-remade/J7",
"jungle-remade/J8",
"jungle-remade/J9",
"jungle-remade/J11",
"jungle-remade/J12",
"jungle-remade/J13"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.45,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/sjungle-1",
"jungle-remade/sjungle-2",
"jungle-remade/sjungle-3",
"jungle-remade/sjungle-4"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.06,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.01,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/bjungle-1",
"jungle-remade/bjungle-2",
"jungle-remade/bjungle-3",
"jungle-remade/bjungle-4",
"jungle-remade/bjungle-5"
],
"translate": {
"x": 0,
"y": -12,
"z": 0
}
}
],
"wall": {
"style": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "stripped_jungle_wood"}
]
}
}