diff --git a/overworld/biomes/hot-desert.json b/overworld/biomes/hot-desert.json index a9c4aa83..adfb5328 100644 --- a/overworld/biomes/hot-desert.json +++ b/overworld/biomes/hot-desert.json @@ -59,7 +59,28 @@ ], "chance": 0.001, "density": 3 - } + }, + { + "chance": 0.0256, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "global-clutter/sphinxToomb-1", + "global-clutter/BrokSphinxToomb-1" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } ], "decorators": [ { @@ -69,14 +90,14 @@ "variance": {"style": "STATIC"}, "stackMin": 1, "stackMax": 5, - "chance": 0.009, + "chance": 0.001, "palette": [ "CACTUS" ] }, { "zoom": 0.3, - "chance": 0.001235, + "chance": 0.00235, "palette": [ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", "AIR", @@ -87,7 +108,7 @@ }, { "zoom": 0.3, - "chance": 0.03, + "chance": 0.01, "palette": [ "DEAD_BUSH" ], diff --git a/overworld/biomes/tundra-taiga.json b/overworld/biomes/tundra-taiga.json index c60092e7..cd0aec1c 100644 --- a/overworld/biomes/tundra-taiga.json +++ b/overworld/biomes/tundra-taiga.json @@ -61,6 +61,28 @@ "y": 0, "z": 0 } + }, + { + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "global-clutter/BigSwordPortal-unlit-1", + "global-clutter/BigSwordPortal-lit-1" + + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } }, { "chance": 0.2, diff --git a/overworld/objects/global-clutter/BigSwordPortal-lit-1.iob b/overworld/objects/global-clutter/BigSwordPortal-lit-1.iob new file mode 100644 index 00000000..a5c69203 Binary files /dev/null and b/overworld/objects/global-clutter/BigSwordPortal-lit-1.iob differ diff --git a/overworld/objects/global-clutter/BigSwordPortal-unlit-1.iob b/overworld/objects/global-clutter/BigSwordPortal-unlit-1.iob new file mode 100644 index 00000000..03f04e84 Binary files /dev/null and b/overworld/objects/global-clutter/BigSwordPortal-unlit-1.iob differ diff --git a/overworld/objects/global-clutter/BigSwordPortalSTR-lit-2.iob b/overworld/objects/global-clutter/BigSwordPortalSTR-lit-2.iob new file mode 100644 index 00000000..c79522dd Binary files /dev/null and b/overworld/objects/global-clutter/BigSwordPortalSTR-lit-2.iob differ diff --git a/overworld/objects/global-clutter/BigSwordPortalSTR-unlit-2.iob b/overworld/objects/global-clutter/BigSwordPortalSTR-unlit-2.iob new file mode 100644 index 00000000..f10182a5 Binary files /dev/null and b/overworld/objects/global-clutter/BigSwordPortalSTR-unlit-2.iob differ diff --git a/overworld/objects/global-clutter/BrokSphinxToomb-1.iob b/overworld/objects/global-clutter/BrokSphinxToomb-1.iob new file mode 100644 index 00000000..fb834875 Binary files /dev/null and b/overworld/objects/global-clutter/BrokSphinxToomb-1.iob differ diff --git a/overworld/objects/global-clutter/sphinxToomb-1.iob b/overworld/objects/global-clutter/sphinxToomb-1.iob new file mode 100644 index 00000000..9886c566 Binary files /dev/null and b/overworld/objects/global-clutter/sphinxToomb-1.iob differ