diff --git a/dimensions/overworld.json b/dimensions/overworld.json index c429ecfb..a5466f0d 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -86,8 +86,8 @@ "maxPerChunk": 4, "maxHeight": 150, "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "minSize": 25, + "maxSize": 25, "palette": [ { "block": "granite" @@ -101,8 +101,8 @@ "maxPerChunk": 4, "maxHeight": 150, "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "minSize": 25, + "maxSize": 25, "palette": [ { "block": "andesite" @@ -116,8 +116,8 @@ "maxPerChunk": 4, "maxHeight": 150, "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "minSize": 25, + "maxSize": 25, "palette": [ { "block": "diorite" @@ -131,8 +131,8 @@ "maxPerChunk": 4, "maxHeight": 150, "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "minSize": 25, + "maxSize": 25, "palette": [ { "block": "gravel" @@ -143,11 +143,11 @@ }, { "minHeight": 0, - "maxPerChunk": 4, - "maxHeight": 28, - "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "maxPerChunk": 2, + "maxHeight": 13, + "minPerChunk": 0, + "minSize": 5, + "maxSize": 10, "palette": [ { "block": "deepslate" @@ -161,8 +161,8 @@ "maxPerChunk": 4, "maxHeight": 28, "minPerChunk": 1, - "minSize": 100, - "maxSize": 100, + "minSize": 25, + "maxSize": 25, "palette": [ { "block": "dirt" diff --git a/regions/frozen.json b/regions/frozen.json index b20fd067..c564ebad 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -87,6 +87,27 @@ ] }, "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + }, { "name": "standard-surface-portals", "chance": 0.001, @@ -170,6 +191,7 @@ "mode": "VACUUM", "carvingSupport": "SURFACE_ONLY" } + ], "shoreHeightZoom": 1.14, "riverThickness": 0.006, diff --git a/regions/hot.json b/regions/hot.json index b99cb495..6273d6d8 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -153,6 +153,27 @@ } ], "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + }, { "name": "standard-surface-portals", "chance": 0.001, diff --git a/regions/mesa.json b/regions/mesa.json index a8738c9c..ab070898 100644 --- a/regions/mesa.json +++ b/regions/mesa.json @@ -48,6 +48,29 @@ "zoom": 5 } }, + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "deposits": [ { "minHeight": 8, diff --git a/regions/mountain.json b/regions/mountain.json index d858eb89..d5066c6e 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -59,6 +59,29 @@ "varience": 4 } ], + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "riverRarity": 200, "landBiomeZoom": 1.9, "lakes": false, diff --git a/regions/mushroom.json b/regions/mushroom.json index c0bf6875..f09866d0 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -64,6 +64,29 @@ "rarity": 31 } ], + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "biomeImplosionRatio": 0.25, "landBiomeZoom": 1.25, "effects": [ diff --git a/regions/ocean.json b/regions/ocean.json index 2594cef6..81c8d263 100644 --- a/regions/ocean.json +++ b/regions/ocean.json @@ -23,6 +23,29 @@ "riverBiomes": [ "ocean/ocean" ], + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "biomeImplosionRatio": 0.7, "rarity": 2, "effects": [ diff --git a/regions/savanna.json b/regions/savanna.json index f7207ae6..25aa97d4 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -37,6 +37,29 @@ } ], "biomeImplosionRatio": 0.25, + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "deposits": [ { "minHeight": 25, diff --git a/regions/swamp.json b/regions/swamp.json index d8e8efc8..bd552579 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -44,6 +44,29 @@ "varience": 4 } ], + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "landBiomeZoom": 1.25, "shoreHeightMin": 0.02, "shoreHeightMax": 1.2, diff --git a/regions/temperate.json b/regions/temperate.json index eefa747d..8c7279f8 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -58,6 +58,27 @@ } ], "objects":[ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + }, { "name":"standard-surface-portals", "chance":0.001, diff --git a/regions/tropical-mountain.json b/regions/tropical-mountain.json index 20e05223..36aae54b 100644 --- a/regions/tropical-mountain.json +++ b/regions/tropical-mountain.json @@ -38,6 +38,29 @@ } ], "biomeImplosionRatio": 0.25, + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "deposits": [ { "minHeight": 15, diff --git a/regions/tropical.json b/regions/tropical.json index 04f992ce..3c8ecf6d 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -33,6 +33,7 @@ "zoom": 5 } }, + "spotBiomes": [ { "as": "SEA", @@ -81,6 +82,27 @@ ] }, "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + }, { "name": "standard-surface-portals", "chance": 0.001, diff --git a/regions/tundra.json b/regions/tundra.json index 9803deee..f74f58a9 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -62,6 +62,29 @@ "cold-treasure" ] }, + "objects": [ + { + "chance": 1, + "bottom": true, + "place": [ + "deepslate/ds1", + "deepslate/ds2", + "deepslate/ds3" + ], + "clamp": { + "maximumHeight": 7 + }, + "rotation": { + "enabled": true, + "xAxis": { + "interval": 15, + "max": 360, + "min": 0 + } + } + + } + ], "shoreHeightZoom": 1.14, "riverThickness": 0.025, "rarity": 4