mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
SLOOOOPEEEE
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -137,5 +137,5 @@
|
||||
"MOUNTAINS",
|
||||
"SWAMP"
|
||||
],
|
||||
"rarity": 2
|
||||
"rarity": 19
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user