9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
This commit is contained in:
Daniel Mills
2020-08-23 03:24:43 -04:00
parent f4b545e499
commit 2ba625ea5f
3 changed files with 10 additions and 9 deletions

View File

@@ -15,6 +15,15 @@
"maxHeight": 2
}
],
"objects": [
{
"chance": 1,
"density": 4,
"place": [
"tx"
]
}
],
"generators": [{
"min": 4,
"max": 4,

BIN
flat/objects/tx.iob Normal file

Binary file not shown.

View File

@@ -2,13 +2,5 @@
"shoreBiomes": ["flat"],
"landBiomes": ["flat"],
"seaBiomes": ["flat"],
"name": "Flat",
"structures": [
{
"tileset": "village",
"ratio": 0.8,
"rarity": 1,
"zoom": 1
}
]
"name": "Flat"
}