9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Removed Massive Generics until i can shrink them manually

This commit is contained in:
Brian Fopiano
2021-07-23 15:58:56 -07:00
parent 1cf8720ccb
commit e4616e05fa
3 changed files with 32 additions and 26 deletions

View File

@@ -54,7 +54,7 @@
]
},
{
"chance": 1.0E-6,
"chance": 0.0009,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -65,15 +65,40 @@
},
"enabled": true
},
"edit": [
{
"find": [{"block": "sandstone"}],
"replace": {"palette": [{"block": "red_sandstone"}]}
},
{
"find": [{"block": "sandstone_stairs"}],
"replace": {"palette": [{"block": "red_sandstone_stairs"}]}
},
{
"find": [{"block": "chiseled_sandstone"}],
"replace": {"palette": [{"block": "chiseled_red_sandstone"}]}
},
{
"find": [{"block": "cut_sandstone"}],
"replace": {"palette": [{"block": "cut_red_sandstone"}]}
},
{
"find": [{"block": "sandstone_slab"}],
"replace": {"palette": [{"block": "red_sandstone_slab"}]}
}
],
"place": [
"jigsaw/pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
"void/void",
"clutter/sphinx1",
"clutter/brksphinx1"
],
"translate": {
"x": 0,
"y": -14,
"y": -19,
"z": 0
}
}

View File

@@ -54,7 +54,7 @@
]
},
{
"chance": 0.001,
"chance": 0.0009,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -69,7 +69,9 @@
"jigsaw/pyramid/pyramid-extreme",
"void/void",
"void/void",
"void/void"
"void/void",
"clutter/sphinx1",
"clutter/brksphinx1"
],
"translate": {
"x": 0,

View File

@@ -251,27 +251,6 @@
"max": 360
}
}
},
{
"place": [
"trees/oak/massivegeneric1",
"trees/oak/massivegeneric2",
"trees/oak/massivegeneric3"
],
"chance": 0.00001,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"scale": {
"minimumScale": 0.6,
"maximumScale": 0.6
}
}
]
}