9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00

SLOOOOPEEEE

This commit is contained in:
Daniel Mills
2020-11-22 13:00:35 -05:00
parent 5c8c96193a
commit 546daeddaa
6 changed files with 76 additions and 8 deletions

View File

@@ -5,6 +5,22 @@
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
],
"decorators": [
{
"chance": 0.0005,
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.003,
"variance": {

View File

@@ -110,6 +110,22 @@
],
"name": "Desert Mountains",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 4.75
},
"palette": [
{
"block": "yellow_concrete_powder",
"weight": 2
},
{
"block": "sand"
}
]
},
{
"style": {
"style": "STATIC"

View File

@@ -215,13 +215,16 @@
"block": "clay"
},
{
"block": "coarse_dirt"
"block": "stone"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "dirt"
}
]
},
@@ -297,17 +300,17 @@
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
"block": "andesite_slab"
},
{
"weight": 2,
"weight": 1,
"block": "air"
}
]

View File

@@ -137,5 +137,5 @@
"MOUNTAINS",
"SWAMP"
],
"rarity": 2
"rarity": 19
}

View File

@@ -72,6 +72,21 @@
],
"name": "Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,

View File

@@ -394,6 +394,24 @@
],
"name": "Redwood Forest",
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.25
},
"palette": [
{
"block": "coarse_dirt"
},
{
"block": "dirt"
},
{
"block": "podzol"
}
]
},
{
"palette": [
{