9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Patches for decor updates

- Fixed kelp and sea grass poking their nose out of the water. How rude.
- Fixed stone columns poking out of the ground. They were a bit weird, tbh.
- Added andesite walls to the ceiling of some caves. They are Keanu Reeves level cool.
This commit is contained in:
StrangeOne101
2021-07-10 03:40:30 +12:00
parent 322bf0ecd3
commit ff371e3d32
7 changed files with 55 additions and 24 deletions

View File

@@ -66,6 +66,13 @@
"stackMax": 5,
"stackMin": 1
},
{
"chance": 0.02,
"palette": [{"block": "andesite_wall"}],
"stackMax": 5,
"stackMin": 1,
"partOf": "CEILING"
},
{
"forcePlace": true,
"chance": 0.06,
@@ -122,20 +129,23 @@
{
"chance": 0.0013,
"palette": [{"block": "lava"}],
"stackMax": 11,
"stackMin": 10
"stackMax": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"chance": 0.003,
"palette": [{"block": "water"}],
"stackMax": 11,
"stackMin": 10
"stackMin": 10,
"partOf": "CEILING"
},
{
"chance": 0.005,
"palette": [{"block": "stone"}],
"stackMax": 16,
"stackMin": 15
"stackMax": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"chance": 0.004,

View File

@@ -41,7 +41,8 @@
"chance": 0.09,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 12
"stackMax": 12,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.2,
@@ -56,7 +57,8 @@
"topPalette": [{
"block": "tall_seagrass",
"data": {"half": "upper"}
}]
}],
"partOf": "SEA_FLOOR"
}
],
"objects": [
@@ -65,12 +67,13 @@
"waterloggable": true,
"chance": 0.008,
"mode": "FAST_MIN_HEIGHT",
"bottom": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"min": 0,
"max": 360
}
},

View File

@@ -48,14 +48,16 @@
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.013,
@@ -66,7 +68,8 @@
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2
"stackMin": 2,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.001,
@@ -79,7 +82,8 @@
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
}
],
"objects": [
@@ -96,6 +100,7 @@
"enabled": true
},
"underwater": true,
"bottom": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
@@ -124,6 +129,7 @@
"enabled": true
},
"underwater": true,
"bottom": true,
"place": [
"ships/gall-1",
"ships/gall-2",

View File

@@ -49,14 +49,16 @@
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.013,
@@ -67,7 +69,8 @@
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2
"stackMin": 2,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.001,
@@ -80,7 +83,8 @@
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
}
],
"objects": [

View File

@@ -53,14 +53,16 @@
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.013,
@@ -71,7 +73,8 @@
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2
"stackMin": 2,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.001,
@@ -84,7 +87,8 @@
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
}
],
"objects": [{

View File

@@ -43,7 +43,8 @@
"chance": 0.02,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 6
"stackMax": 6,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.2,
@@ -58,7 +59,8 @@
"topPalette": [{
"block": "tall_seagrass",
"data": {"half": "upper"}
}]
}],
"partOf": "SEA_FLOOR"
}
],
"objects": [

View File

@@ -37,7 +37,8 @@
"chance": 0.02,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 6
"stackMax": 6,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.05,
@@ -52,7 +53,8 @@
"topPalette": [{
"block": "tall_seagrass",
"data": {"half": "upper"}
}]
}],
"partOf": "SEA_FLOOR"
}
],
"objects": [