9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/tro-beach-bamboo.json

180 lines
4.8 KiB
JSON

{
"name": "Tropical Beach Bamboo",
"derivative": "JUNGLE",
"vanillaDerivative": "BEACH",
"generators": [{
"min": -5,
"max": 1,
"generator": "plain"
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "ocelot",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"decorators": [
{
"chance": 0.03,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "jungle_button"
},
{"block": "air"},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "jungle_button"
}
],
"style": {"style": "STATIC"}
},
{
"stackMin": 1,
"stackMax": 7,
"chance": 0.09,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"stage": 0,
"age": 0,
"leaves": "none"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "none"
},
"block": "bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "none"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "none"
},
"block": "bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "small"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "small"
},
"block": "bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "small"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "small"
},
"block": "bamboo"
},
{
"data": {
"stage": 0,
"age": 0,
"leaves": "large"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 0,
"leaves": "large"
},
"block": "bamboo"
},
{
"data": {
"stage": 0,
"age": 1,
"leaves": "large"
},
"block": "bamboo"
},
{
"data": {
"stage": 1,
"age": 1,
"leaves": "large"
},
"block": "bamboo"
}
],
"style": {"style": "STATIC"}
}
],
"wall": {"palette": [{"block": "smooth_sandstone"}]}
}