9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
This commit is contained in:
Brian Fopiano
2020-08-15 20:34:23 -07:00
parent af3d4aa85f
commit 11332989ee
5 changed files with 47 additions and 29 deletions

View File

@@ -66,7 +66,6 @@
"chance": 1,
"edit":[
{
"$comment": "This is to remove the playerhead coconuts lol",
"find":"PLAYER_WALL_HEAD",
"replace":"air"
}

View File

@@ -10,7 +10,8 @@
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"style": {
"style": "IRIS"},
"palette": [
"STONE",
"ANDESITE",

View File

@@ -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"
]
},

View File

@@ -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":[
{

View File

@@ -41,7 +41,7 @@
"vanillaStructures": true,
"caveScale": 1,
"caveShift": -11,
"focus": "",
"focus": "tundra-redwood-cliffs",
"fluidHeight": 99,
"biomeZoom": 4.25,
"regionZoom": 9.5,