diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index a3d26783..f0a437ad 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -54,7 +54,7 @@ ] }, { - "chance": 0.003, + "chance": 0.0015, "mode": "STILT", "rotation": { "yAxis": { @@ -67,15 +67,33 @@ }, "place": [ "jigsaw/pyramid/rpyramid-extreme", - "jigsaw/pyramid/rpyramid", - "void/void", - "void/void", + "jigsaw/pyramid/rpyramid" + ], + "translate": { + "x": 0, + "y": -9, + "z": 0 + } + }, + { + "chance": 0.0015, + "mode": "STILT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ "clutter/rsphinx1", "clutter/rbrksphinx1" ], "translate": { "x": 0, - "y": -19, + "y": -2, "z": 0 } } diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 549b95cc..8f0e0133 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -54,7 +54,30 @@ ] }, { - "chance": 0.003, + "chance": 0.0015, + "mode": "STILT", + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + + "clutter/sphinx1", + "clutter/brksphinx1" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.0015, "mode": "STILT", "rotation": { "yAxis": { @@ -67,15 +90,12 @@ }, "place": [ "jigsaw/pyramid/pyramid-extreme", - "jigsaw/pyramid/pyramid", - "void/void", - "void/void", - "clutter/sphinx1", - "clutter/brksphinx1" + "jigsaw/pyramid/pyramid" + ], "translate": { "x": 0, - "y": -19, + "y": -9, "z": 0 } } diff --git a/objects/trees/jungle/palm1.iob b/objects/trees/jungle/palm1.iob index e9428323..a6b18219 100644 Binary files a/objects/trees/jungle/palm1.iob and b/objects/trees/jungle/palm1.iob differ diff --git a/objects/trees/oak/dead4.iob b/objects/trees/oak/dead4.iob index 9eddd3a0..e7b57567 100644 Binary files a/objects/trees/oak/dead4.iob and b/objects/trees/oak/dead4.iob differ