9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
This commit is contained in:
RePixelatedMC
2025-07-11 10:23:30 +02:00
parent 2e8ac0eeea
commit 06e48c0fa9
22 changed files with 78 additions and 21 deletions

View File

@@ -5,14 +5,14 @@
{
"palette": [
{
"block": "minecraft:grass_block"
"block": "minecraft:sand"
}
]
}
],
"decorators": [
"snippet/decorator/leaf"
"snippet/decorator/bush"
],
"generators": [

View File

@@ -156,6 +156,7 @@
{
"chance": 0.005,
"palette": [{"block": "minecraft:dead_bush"}]
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -155,6 +155,7 @@
{
"chance": 0.005,
"palette": [{"block": "minecraft:dead_bush"}]
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -39,6 +39,7 @@
{
"chance": 0.005,
"palette": [{"block": "minecraft:dead_bush"}]
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -266,6 +266,7 @@
{
"chance": 0.5,
"palette": [{"block": "minecraft:short_grass"}]
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -83,7 +83,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"lockLayers": true
}

View File

@@ -94,7 +94,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"lockLayers": true
}

View File

@@ -100,7 +100,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"childShrinkFactor": 0.35,
"lockLayers": true

View File

@@ -83,7 +83,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"lockLayers": true
}

View File

@@ -165,7 +165,8 @@
}
],
"style": {"style": "STATIC"}
}],
},
"snippet/decorator/dry_grass"],
"childStyle": {
"style": "NOWHERE_CELLULAR",
"zoom": 1.2,

View File

@@ -90,7 +90,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"lockLayers": true,
"deposits": [{

View File

@@ -266,6 +266,7 @@
{
"chance": 0.5,
"palette": [{"block": "minecraft:short_grass"}]
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -106,7 +106,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"lockLayers": true
}

View File

@@ -157,6 +157,7 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
]
}

View File

@@ -215,7 +215,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"biomeSkyScatter": [
"DESERT",

View File

@@ -218,7 +218,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"biomeSkyScatter": [
"DESERT",

View File

@@ -246,7 +246,8 @@
}
],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"biomeSkyScatter": ["DESERT"]
}

View File

@@ -243,7 +243,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"biomeSkyScatter": [
"DESERT",

View File

@@ -238,7 +238,8 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:tall_grass"}],
"style": {"style": "STATIC"}
}
},
"snippet/decorator/dry_grass"
],
"biomeSkyScatter": [
"DESERT",

View File

@@ -91,5 +91,6 @@
"zoom": 0.3,
"palette": [{"block": "minecraft:short_grass"}],
"style": {"style": "STATIC"}
}]
},
"snippet/decorator/dry_grass"]
}

View File

@@ -6,6 +6,7 @@
"fluidHeight": 75,
"jigsawStructureDivisor": 20,
"continentZoom": 1,
"focusRegion": "temperate",
"continentalStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {

View File

@@ -0,0 +1,37 @@
{
"chance": 0.01,
"style": {
"style": "CELLULAR",
"zoom": 0.3,
"exponent": 1.5,
"axialFracturing": true,
"fracture": {
"multiplier": 55,
"axialFracturing": true,
"style": "NOWHERE",
"zoom": 0.15,
"fracture": {
"axialFracturing": true,
"style": "STATIC",
"multiplier": 18
}
}
},
"slopeCondition":{
"maximumSlope": 5
},
"palette": [
{
"block": "minecraft:tall_dry_grass",
"weight": 1
},
{
"block": "minecraft:short_dry_grass",
"weight": 1
},
{
"block": "minecraft:air",
"weight": 3
}
]
}