diff --git a/biomes/frozen-beach.json b/biomes/frozen-beach.json index e8e48dd6..4d45b974 100644 --- a/biomes/frozen-beach.json +++ b/biomes/frozen-beach.json @@ -147,6 +147,36 @@ "z": 0 } }, + { + "chance": 0.01, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ice-spikes/smol-ice-spike-1", + "ice-spikes/smol-ice-spike-2", + "ice-spikes/smol-ice-spike-3", + "ice-spikes/smol-ice-spike-4", + "ice-spikes/smol-ice-spike-5", + "ice-spikes/smol-ice-spike-6", + "ice-spikes/smol-ice-spike-7", + "ice-spikes/smol-ice-spike-8", + "ice-spikes/smol-ice-spike-9" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, { "chance": 0.05, "density": 3, diff --git a/biomes/frozen-ocean.json b/biomes/frozen-ocean.json index 94efc42b..f903db8b 100644 --- a/biomes/frozen-ocean.json +++ b/biomes/frozen-ocean.json @@ -75,6 +75,37 @@ "y": 0, "z": 0 } + }, + { + "chance": 0.05, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "onwater": true, + "place": [ + "ice-spikes/smol-ice-spike-1", + "ice-spikes/smol-ice-spike-2", + "ice-spikes/smol-ice-spike-3", + "ice-spikes/smol-ice-spike-4", + "ice-spikes/smol-ice-spike-5", + "ice-spikes/smol-ice-spike-6", + "ice-spikes/smol-ice-spike-7", + "ice-spikes/smol-ice-spike-8", + "ice-spikes/smol-ice-spike-9" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, { "chance": 0.3, diff --git a/biomes/mushroom-crimson-forest.json b/biomes/mushroom-crimson-forest.json index f026ca80..226c750d 100644 --- a/biomes/mushroom-crimson-forest.json +++ b/biomes/mushroom-crimson-forest.json @@ -198,6 +198,7 @@ "mushroom-red/small-organell-r-9", "mushroom-red/small-organell-r-10" ], + "mode": "VACUUM", "translate": { "x": 0, "y": -1, diff --git a/biomes/mushroom-forest-hills.json b/biomes/mushroom-forest-hills.json index 84fc6f9d..407ae23d 100644 --- a/biomes/mushroom-forest-hills.json +++ b/biomes/mushroom-forest-hills.json @@ -92,6 +92,7 @@ "mushroom-red/small-organell-r-9", "mushroom-red/small-organell-r-10" ], + "mode": "VACUUM", "translate": { "x": 0, "y": -1, diff --git a/biomes/mushroom-forest.json b/biomes/mushroom-forest.json index e21a6663..6ecc1796 100644 --- a/biomes/mushroom-forest.json +++ b/biomes/mushroom-forest.json @@ -192,6 +192,7 @@ "mushroom-red/small-organell-r-9", "mushroom-red/small-organell-r-10" ], + "mode": "VACUUM", "translate": { "x": 0, "y": -1, @@ -238,6 +239,7 @@ "mushroom-red/small-organell-r-9", "mushroom-red/small-organell-r-10" ], + "mode": "VACUUM", "translate": { "x": 0, "y": -1, diff --git a/biomes/swamp-mountain-forest.json b/biomes/swamp-mountain-forest.json index 4cdab6ce..884e1d41 100644 --- a/biomes/swamp-mountain-forest.json +++ b/biomes/swamp-mountain-forest.json @@ -226,6 +226,7 @@ "roofed-wayward/med-11", "roofed-wayward/med-12" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, @@ -503,6 +504,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/swamp-roofed-forest.json b/biomes/swamp-roofed-forest.json index 328fbc37..a0b69f86 100644 --- a/biomes/swamp-roofed-forest.json +++ b/biomes/swamp-roofed-forest.json @@ -486,6 +486,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/swamp-roofed-wayward.json b/biomes/swamp-roofed-wayward.json index 42e4c89c..3d57930c 100644 --- a/biomes/swamp-roofed-wayward.json +++ b/biomes/swamp-roofed-wayward.json @@ -469,7 +469,8 @@ "stump/stump4", "stump/stump5", "stump/stump6" - ], + ],"mode": "VACUUM", + "translate": { "x": 0, "y": 0, diff --git a/biomes/swamp-willow-forest.json b/biomes/swamp-willow-forest.json index 8652f83a..4da9fb61 100644 --- a/biomes/swamp-willow-forest.json +++ b/biomes/swamp-willow-forest.json @@ -258,6 +258,7 @@ "willwo/willwo-10", "willwo/willwo-11" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, @@ -337,6 +338,7 @@ "willowbutbigger/o1", "willowbutbigger/o2" ], + "mode": "VACUUM", "translate": { "x": 24, "y": -3, @@ -529,6 +531,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-bonsai-forest.json b/biomes/tundra-bonsai-forest.json index a0639de7..e1e53a47 100644 --- a/biomes/tundra-bonsai-forest.json +++ b/biomes/tundra-bonsai-forest.json @@ -496,6 +496,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-mountains-cliffs.json b/biomes/tundra-mountains-cliffs.json index ebd2a173..2655ae85 100644 --- a/biomes/tundra-mountains-cliffs.json +++ b/biomes/tundra-mountains-cliffs.json @@ -252,6 +252,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-redwood-cliffs.json b/biomes/tundra-redwood-cliffs.json index c47801e4..304e9431 100644 --- a/biomes/tundra-redwood-cliffs.json +++ b/biomes/tundra-redwood-cliffs.json @@ -432,6 +432,7 @@ } } ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index a8432de5..e10a6363 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -523,6 +523,7 @@ } } ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-sequia-redwoods.json b/biomes/tundra-sequia-redwoods.json index d8435af9..c7b7ecb9 100644 --- a/biomes/tundra-sequia-redwoods.json +++ b/biomes/tundra-sequia-redwoods.json @@ -411,6 +411,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": 0, diff --git a/biomes/tundra-taiga.json b/biomes/tundra-taiga.json index 7b7f6e6c..b65b4937 100644 --- a/biomes/tundra-taiga.json +++ b/biomes/tundra-taiga.json @@ -397,6 +397,7 @@ "stump/stump5", "stump/stump6" ], + "mode": "VACUUM", "translate": { "x": 0, "y": -1, diff --git a/generators/mountain.json b/generators/mountain.json index 154bba76..2b5b813d 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,23 +1,23 @@ { - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 30 + "interpolator":{ + "function":"BILINEAR_STARCAST_9", + "horizontalScale":41 }, - "seed": 9246661, - "composite": [ + "seed":9246661, + "composite":[ { - "style": { - "style": "IRIS", - "zoom": 1.2, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.345, - "multiplier": 18 + "style":{ + "style":"IRIS", + "zoom":0.87, + "fracture":{ + "style":"IRIS_HALF", + "zoom":0.295, + "multiplier":18 } }, - "seed": 134056, - "bezier": true, - "exponent": 1.125 + "seed":134056, + "bezier":true, + "exponent":1.125 } ] } \ No newline at end of file diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index 382f4137..51a5805d 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -1,42 +1,42 @@ { - "composite": [ + "composite":[ { - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.295, - "multiplier": 18 + "style":{ + "style":"IRIS_DOUBLE", + "zoom":0.87, + "fracture":{ + "style":"IRIS_HALF", + "zoom":0.295, + "multiplier":18 } }, - "seed": 10556, - "bezier": true, - "exponent": 1.125 + "seed":10556, + "bezier":true, + "exponent":1.125 } ], - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 39 + "interpolator":{ + "function":"BILINEAR_STARCAST_9", + "horizontalScale":39 }, - "seed": 7246661, - "cliffHeightMax": 80, - "cliffHeightMin": 45, - "cliffHeightGenerator": { - "style": { - "style": "IRIS" + "seed":7246661, + "cliffHeightMax":80, + "cliffHeightMin":45, + "cliffHeightGenerator":{ + "style":{ + "style":"IRIS" }, - "sinCentered": false, - "seed": 50056, - "parametric": false, - "zoom": 4.2, - "enabled": true, - "offsetX": 0, - "octaves": 3, - "offsetZ": 0, - "offsetY": 0, - "opacity": 1, - "bezier": false, - "exponent": 1.125 + "sinCentered":false, + "seed":50056, + "parametric":false, + "zoom":4.2, + "enabled":true, + "offsetX":0, + "octaves":3, + "offsetZ":0, + "offsetY":0, + "opacity":1, + "bezier":false, + "exponent":1.125 } } \ No newline at end of file diff --git a/generators/plain.json b/generators/plain.json index f585717d..445c5578 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -1,22 +1,22 @@ { - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 6 + "interpolator":{ + "function":"BILINEAR_STARCAST_9", + "horizontalScale":33 }, - "seed": 7246661, - "composite": [ + "seed":7246661, + "composite":[ { - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87, - "fracture": { - "style": "IRIS", - "zoom": 0.195, - "multiplier": 18 + "style":{ + "style":"IRIS_DOUBLE", + "zoom":0.87, + "fracture":{ + "style":"IRIS", + "zoom":0.195, + "multiplier":18 } }, - "seed": 10056, - "bezier": true + "seed":10056, + "bezier":true } ] } \ No newline at end of file diff --git a/objects/ice-spikes/smol-ice-spike-1.iob b/objects/ice-spikes/smol-ice-spike-1.iob new file mode 100644 index 00000000..f146bbac Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-1.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-2.iob b/objects/ice-spikes/smol-ice-spike-2.iob new file mode 100644 index 00000000..7f4f267e Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-2.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-3.iob b/objects/ice-spikes/smol-ice-spike-3.iob new file mode 100644 index 00000000..261b01ee Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-3.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-4.iob b/objects/ice-spikes/smol-ice-spike-4.iob new file mode 100644 index 00000000..9cc92b27 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-4.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-5.iob b/objects/ice-spikes/smol-ice-spike-5.iob new file mode 100644 index 00000000..a88282b1 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-5.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-6.iob b/objects/ice-spikes/smol-ice-spike-6.iob new file mode 100644 index 00000000..61eb0892 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-6.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-7.iob b/objects/ice-spikes/smol-ice-spike-7.iob new file mode 100644 index 00000000..6d47bfa9 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-7.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-8.iob b/objects/ice-spikes/smol-ice-spike-8.iob new file mode 100644 index 00000000..54d60398 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-8.iob differ diff --git a/objects/ice-spikes/smol-ice-spike-9.iob b/objects/ice-spikes/smol-ice-spike-9.iob new file mode 100644 index 00000000..2cd04144 Binary files /dev/null and b/objects/ice-spikes/smol-ice-spike-9.iob differ diff --git a/regions/hot.json b/regions/hot.json index 26991f50..2549e7b0 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -131,6 +131,7 @@ "landBiomeZoom": 1.25, "effects": [ { + "interval": 30000, "potionTicksMin": 87, "potionEffect": "CONFUSION", "chance": 1200,