From ce242011453d9a6dc7507ff2f8876583b06d16c8 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Mon, 19 Jul 2021 01:08:23 -0700 Subject: [PATCH] Badum bum chang-es --- biomes/hot/hot-desert-dunes-red.json | 2 +- biomes/hot/hot-desert-dunes.json | 2 +- biomes/hot/msa-beach.json | 6 +++--- biomes/hot/msa-mesa.json | 4 ++-- biomes/hot/msa-plateau-dirt-high.json | 10 ++++----- biomes/hot/msa-plateau-dirt.json | 10 ++++----- biomes/hot/msa-plateau-high.json | 4 ++-- biomes/hot/msa-plateau.json | 4 ++-- biomes/hot/msa-valleys.json | 6 +++--- biomes/ocean/oce-tun-river-rocky.json | 2 +- biomes/temperate/tem-longtree-forest.json | 20 ------------------ .../{cobble-spike.iob => cobblespike.iob} | Bin 12 files changed, 25 insertions(+), 45 deletions(-) rename objects/clutter/{cobble-spike.iob => cobblespike.iob} (100%) diff --git a/biomes/hot/hot-desert-dunes-red.json b/biomes/hot/hot-desert-dunes-red.json index 284f07ad..f5a48374 100644 --- a/biomes/hot/hot-desert-dunes-red.json +++ b/biomes/hot/hot-desert-dunes-red.json @@ -66,7 +66,7 @@ "enabled": true }, "place": [ - "pyramid/pyramid-extreme", + "jigsaw/pyramid/pyramid-extreme", "void/void", "void/void", "void/void" diff --git a/biomes/hot/hot-desert-dunes.json b/biomes/hot/hot-desert-dunes.json index 45bab613..724c638a 100644 --- a/biomes/hot/hot-desert-dunes.json +++ b/biomes/hot/hot-desert-dunes.json @@ -66,7 +66,7 @@ "enabled": true }, "place": [ - "pyramid/pyramid-extreme", + "jigsaw/pyramid/pyramid-extreme", "void/void", "void/void", "void/void" diff --git a/biomes/hot/msa-beach.json b/biomes/hot/msa-beach.json index 33dea7a7..c343adb3 100644 --- a/biomes/hot/msa-beach.json +++ b/biomes/hot/msa-beach.json @@ -49,9 +49,9 @@ "density": 3, "chance": 1, "place": [ - "trees/acacia/1", - "trees/acacia/2", - "trees/acacia/3" + "trees/acacia/vexed1", + "trees/acacia/vexed2", + "trees/acacia/vexed3" ] }] } diff --git a/biomes/hot/msa-mesa.json b/biomes/hot/msa-mesa.json index e40211e6..eb82b04c 100644 --- a/biomes/hot/msa-mesa.json +++ b/biomes/hot/msa-mesa.json @@ -164,8 +164,8 @@ "biomeStyle": {"style": "IRIS"}, "objects": [{ "place": [ - "desert/tower", - "desert/tower-twin" + "structures/tower", + "structures/tower-twin" ], "chance": 0.1, "density": 2, diff --git a/biomes/hot/msa-plateau-dirt-high.json b/biomes/hot/msa-plateau-dirt-high.json index 48a3fbd1..e3de0e12 100644 --- a/biomes/hot/msa-plateau-dirt-high.json +++ b/biomes/hot/msa-plateau-dirt-high.json @@ -75,8 +75,8 @@ "objects": [ { "place": [ - "desert/tower", - "desert/tower-twin" + "structures/tower", + "structures/tower-twin" ], "chance": 5.0E-4, "density": 2, @@ -93,9 +93,9 @@ }, { "place": [ - "trees/acacia/1", - "trees/acacia/2", - "trees/acacia/3" + "trees/acacia/vexed1", + "trees/acacia/vexed2", + "trees/acacia/vexed3" ], "chance": 0.2, "edit": [{ diff --git a/biomes/hot/msa-plateau-dirt.json b/biomes/hot/msa-plateau-dirt.json index 4e390624..e4e7f912 100644 --- a/biomes/hot/msa-plateau-dirt.json +++ b/biomes/hot/msa-plateau-dirt.json @@ -75,8 +75,8 @@ "objects": [ { "place": [ - "desert/tower", - "desert/tower-twin" + "structures/tower", + "structures/tower-twin" ], "chance": 5.0E-4, "density": 2, @@ -93,9 +93,9 @@ }, { "place": [ - "trees/acacia/1", - "trees/acacia/2", - "trees/acacia/3" + "trees/acacia/vexed1", + "trees/acacia/vexed2", + "trees/acacia/vexed3" ], "chance": 0.2, "edit": [{ diff --git a/biomes/hot/msa-plateau-high.json b/biomes/hot/msa-plateau-high.json index eea354e2..16346638 100644 --- a/biomes/hot/msa-plateau-high.json +++ b/biomes/hot/msa-plateau-high.json @@ -80,8 +80,8 @@ "biomeStyle": {"style": "IRIS"}, "objects": [{ "place": [ - "desert/tower", - "desert/tower-twin" + "structures/tower", + "structures/tower-twin" ], "chance": 5.0E-4, "density": 2, diff --git a/biomes/hot/msa-plateau.json b/biomes/hot/msa-plateau.json index ec3cb1a9..cca3d809 100644 --- a/biomes/hot/msa-plateau.json +++ b/biomes/hot/msa-plateau.json @@ -153,8 +153,8 @@ "biomeStyle": {"style": "IRIS"}, "objects": [{ "place": [ - "desert/tower", - "desert/tower-twin" + "structures/tower", + "structures/tower-twin" ], "chance": 0.002, "density": 2, diff --git a/biomes/hot/msa-valleys.json b/biomes/hot/msa-valleys.json index e529f779..3d1999df 100644 --- a/biomes/hot/msa-valleys.json +++ b/biomes/hot/msa-valleys.json @@ -147,9 +147,9 @@ "objects": [ { "place": [ - "trees/acacia/1", - "trees/acacia/2", - "trees/acacia/3" + "trees/acacia/vexed1", + "trees/acacia/vexed2", + "trees/acacia/vexed3" ], "chance": 0.4, "edit": [{ diff --git a/biomes/ocean/oce-tun-river-rocky.json b/biomes/ocean/oce-tun-river-rocky.json index 4b94445d..651f0889 100644 --- a/biomes/ocean/oce-tun-river-rocky.json +++ b/biomes/ocean/oce-tun-river-rocky.json @@ -90,7 +90,7 @@ }], "mode": "PAINT", "underwater": true, - "place": ["underwater/cobble-spike"] + "place": ["clutter/cobblespike"] }, { "chance": 0.01, diff --git a/biomes/temperate/tem-longtree-forest.json b/biomes/temperate/tem-longtree-forest.json index cff34bd0..44b81e28 100644 --- a/biomes/temperate/tem-longtree-forest.json +++ b/biomes/temperate/tem-longtree-forest.json @@ -371,26 +371,6 @@ "y": -2, "z": 0 } - }, - { - "chance": 0.002, - "density": 1, - "mode": "VACUUM", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": ["sakura/manantial"], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } } ], "generators": [{ diff --git a/objects/clutter/cobble-spike.iob b/objects/clutter/cobblespike.iob similarity index 100% rename from objects/clutter/cobble-spike.iob rename to objects/clutter/cobblespike.iob