diff --git a/biomes/hot-beach-grass.json b/biomes/hot-beach-grass.json index d3f2d5e2..a092b2b2 100644 --- a/biomes/hot-beach-grass.json +++ b/biomes/hot-beach-grass.json @@ -121,6 +121,7 @@ }, "objects": [ { + "mode": "VACUUM", "density": 3, "chance": 1, "place": [ diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index 7c5162f4..46689fc7 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -105,6 +105,7 @@ }, "objects": [ { + "mode": "VACUUM", "density": 3, "chance": 1, "place": [ diff --git a/biomes/temperate-longtree-forest.json b/biomes/temperate-longtree-forest.json index 2ae2be0b..2531f3fe 100644 --- a/biomes/temperate-longtree-forest.json +++ b/biomes/temperate-longtree-forest.json @@ -244,7 +244,7 @@ }, { "block": "grass" - }, + }, { "block": "grass" }, @@ -284,7 +284,7 @@ } ] }, - { + { "chance": 0.02, "variance": { "style": "STATIC" @@ -572,6 +572,9 @@ "enabled": true }, "place": [ + "void/void", + "void/void", + "void/void", "sakura/corazoncaido" ], "translate": { @@ -653,7 +656,7 @@ } }, { - "chance": 0.00000015, + "chance": 0.00001, "rotation": { "yAxis": { "min": 0, @@ -664,6 +667,9 @@ "enabled": true }, "place": [ + "void/void", + "void/void", + "void/void", "sakura/corazoncristal" ], "translate": { diff --git a/biomes/temperate-plains.json b/biomes/temperate-plains.json index f6ee4c79..8576b500 100644 --- a/biomes/temperate-plains.json +++ b/biomes/temperate-plains.json @@ -456,7 +456,7 @@ } }, { - "chance": 0.0000000002, + "chance": 0.0000002, "edit": [ { "find": [ @@ -496,9 +496,10 @@ "enabled": true }, "place": [ - "sakura-massive/sakura1", - "sakura-massive/sakura2", - "sakura-massive/sakura3" + "void/void", + "void/void", + "void/void", + "sm-tree/oakw-oakl" ], "translate": { "x": 0, diff --git a/biomes/tropical-beach-charred.json b/biomes/tropical-beach-charred.json index d0885ad1..cd9f4c47 100644 --- a/biomes/tropical-beach-charred.json +++ b/biomes/tropical-beach-charred.json @@ -55,6 +55,7 @@ ], "objects": [ { + "mode": "VACUUM", "chance": 1, "edit": [ { diff --git a/biomes/tropical-beach.json b/biomes/tropical-beach.json index dc4359fc..cf880fc1 100644 --- a/biomes/tropical-beach.json +++ b/biomes/tropical-beach.json @@ -166,6 +166,7 @@ "carvingSupport": "SURFACE_ONLY" }, { + "mode": "VACUUM", "chance": 1, "edit": [ { diff --git a/biomes/tropical-island-beach.json b/biomes/tropical-island-beach.json index 44580108..f62eb448 100644 --- a/biomes/tropical-island-beach.json +++ b/biomes/tropical-island-beach.json @@ -92,6 +92,7 @@ }, "enabled": true }, + "mode": "VACUUM", "place": [ "palm/palm1", "palm/palm2", diff --git a/objects/void/void.iob b/objects/void/void.iob new file mode 100644 index 00000000..04869d44 Binary files /dev/null and b/objects/void/void.iob differ