mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
fesdwad
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
"chance": 1,
|
||||
"edit":[
|
||||
{
|
||||
"$comment": "This is to remove the playerhead coconuts lol",
|
||||
"find":"PLAYER_WALL_HEAD",
|
||||
"replace":"air"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"style": {
|
||||
"style": "IRIS"},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
|
||||
@@ -3,11 +3,19 @@
|
||||
"rarity": 3,
|
||||
"layers": [
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"zoom": 0.25,
|
||||
"style": {
|
||||
"style": "IRIS_DOUBLE",
|
||||
"fracture": {
|
||||
"style": "IRIS",
|
||||
"zoom": 0.2
|
||||
}
|
||||
|
||||
},
|
||||
"zoom": 0.2,
|
||||
"palette": [
|
||||
"PODZOL",
|
||||
"PODZOL",
|
||||
"COARSE_DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
@@ -115,7 +115,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.0075,
|
||||
"chance": 0.01,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -135,22 +135,12 @@
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"y": -1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.009,
|
||||
"palette": [
|
||||
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
|
||||
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.02,
|
||||
"chance": 0.003,
|
||||
@@ -160,20 +150,11 @@
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.046,
|
||||
"chance": 0.023,
|
||||
"palette": ["GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
"palette": [
|
||||
"DEAD_BUSH"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.001,
|
||||
@@ -181,8 +162,37 @@
|
||||
"POPPY"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.02,
|
||||
"chance": 0.001,
|
||||
"palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"],
|
||||
"style": {"style": "FRACTAL_SMOKE"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.1,
|
||||
"chance": 0.01,
|
||||
"palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.2,
|
||||
"chance": 0.05,
|
||||
"palette": ["LARGE_FERN", "TALL_GRASS"],
|
||||
"style": {"style": "FRACTAL_SMOKE"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.2,
|
||||
"chance": 0.21,
|
||||
"palette": ["GRASS", "FERN"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"vanillaStructures": true,
|
||||
"caveScale": 1,
|
||||
"caveShift": -11,
|
||||
"focus": "",
|
||||
"focus": "tundra-redwood-cliffs",
|
||||
"fluidHeight": 99,
|
||||
"biomeZoom": 4.25,
|
||||
"regionZoom": 9.5,
|
||||
|
||||
Reference in New Issue
Block a user