diff --git a/biomes/hot-mesa-yellow.json b/biomes/hot-mesa-yellow.json index 01809538..3d1ea186 100644 --- a/biomes/hot-mesa-yellow.json +++ b/biomes/hot-mesa-yellow.json @@ -47,6 +47,26 @@ "children": [ "hot-mesa-cliffs-yellow" ], + "objects": [ + { + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "chance": 0.1, + "translate": { + "y": -2 + }, + "place": [ + "misc/tntower-1" + ] + } + ], "name": "Yellow Mesa", "layers": [ { diff --git a/biomes/tundra-ocean.json b/biomes/tundra-ocean.json index eb7e047b..2e5aaea5 100644 --- a/biomes/tundra-ocean.json +++ b/biomes/tundra-ocean.json @@ -100,9 +100,32 @@ "y": -3, "z": 0 } + }, + { + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "underwater": true, + "place": [ + "ships/gall-1", + "ships/gall-2", + "ships/gall-3" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } }, { - "chance": 0.1, + "chance": 0.2, "rotation": { "yAxis": { "min": 0, @@ -122,7 +145,7 @@ ], "translate": { "x": 0, - "y": 0, + "y": -4, "z": 0 } } diff --git a/objects/misc/tntower-1.iob b/objects/misc/tntower-1.iob new file mode 100644 index 00000000..dc15ae33 Binary files /dev/null and b/objects/misc/tntower-1.iob differ