mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
(TESTING VILLAGES I STILL NEED TO CHANGE)
This workd for now however, it will be changed later
This commit is contained in:
@@ -1,41 +1,49 @@
|
||||
{
|
||||
"name": "Temperate",
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"shoreHeightMin": 2.2,
|
||||
"shoreHeightMax": 5.2,
|
||||
"shoreHeightZoom": 1.14,
|
||||
"landBiomeZoom": 1.25,
|
||||
"landBiomes": [
|
||||
"temperate-plains",
|
||||
"temperate-birch-forest",
|
||||
"temperate-oak-forest"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"temperate-ocean",
|
||||
"temperate-ocean-deep"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"temperate-beach"
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"temperate-food",
|
||||
"temperate-clutter"
|
||||
]
|
||||
},
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 15,
|
||||
"maxHeight": 122,
|
||||
"minSize": 4,
|
||||
"maxSize": 12,
|
||||
"minPerChunk": 0,
|
||||
"maxPerChunk": 2,
|
||||
"varience": 4,
|
||||
"palette": [
|
||||
"IRON_ORE",
|
||||
"COAL_ORE"
|
||||
]
|
||||
}
|
||||
"name": "Temperate",
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"shoreHeightMin": 2.2,
|
||||
"shoreHeightMax": 5.2,
|
||||
"shoreHeightZoom": 1.14,
|
||||
"landBiomeZoom": 1.25,
|
||||
"landBiomes": [
|
||||
"temperate-plains",
|
||||
"temperate-birch-forest",
|
||||
"temperate-oak-forest"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"temperate-ocean",
|
||||
"temperate-ocean-deep"
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "village-dark",
|
||||
"ratio": 0.8,
|
||||
"rarity": 1,
|
||||
"zoom": 1
|
||||
}
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"temperate-beach"
|
||||
],
|
||||
"loot": {
|
||||
"tables": [
|
||||
"temperate-food",
|
||||
"temperate-clutter"
|
||||
]
|
||||
},
|
||||
"deposits": [
|
||||
{
|
||||
"minHeight": 15,
|
||||
"maxHeight": 122,
|
||||
"minSize": 4,
|
||||
"maxSize": 12,
|
||||
"minPerChunk": 0,
|
||||
"maxPerChunk": 2,
|
||||
"varience": 4,
|
||||
"palette": [
|
||||
"IRON_ORE",
|
||||
"COAL_ORE"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -24,6 +24,14 @@
|
||||
"cold-treasure"
|
||||
]
|
||||
},
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "village-dark",
|
||||
"ratio": 0.8,
|
||||
"rarity": 1,
|
||||
"zoom": 1
|
||||
}
|
||||
],
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 15,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Dark Village",
|
||||
"gridHeight": 11,
|
||||
"gridSize": 11,
|
||||
"gridHeight": 25,
|
||||
"gridSize": 20,
|
||||
"maxLayers": 1,
|
||||
"wallChance": 0.435,
|
||||
"tiles": [
|
||||
|
||||
Reference in New Issue
Block a user