diff --git a/flat/biomes/flat.json b/flat/biomes/flat.json index 7528d16d..8baa7640 100644 --- a/flat/biomes/flat.json +++ b/flat/biomes/flat.json @@ -15,6 +15,15 @@ "maxHeight": 2 } ], + "objects": [ + { + "chance": 1, + "density": 4, + "place": [ + "tx" + ] + } + ], "generators": [{ "min": 4, "max": 4, diff --git a/flat/objects/tx.iob b/flat/objects/tx.iob new file mode 100644 index 00000000..d1914563 Binary files /dev/null and b/flat/objects/tx.iob differ diff --git a/flat/regions/flat.json b/flat/regions/flat.json index 47ac7e7f..317280c0 100644 --- a/flat/regions/flat.json +++ b/flat/regions/flat.json @@ -2,13 +2,5 @@ "shoreBiomes": ["flat"], "landBiomes": ["flat"], "seaBiomes": ["flat"], - "name": "Flat", - "structures": [ - { - "tileset": "village", - "ratio": 0.8, - "rarity": 1, - "zoom": 1 - } - ] + "name": "Flat" }