mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
110 lines
2.5 KiB
JSON
110 lines
2.5 KiB
JSON
{
|
|
"structures": [
|
|
{
|
|
"tileset": "ruins",
|
|
"zoom": 1,
|
|
"rarity": 600
|
|
}
|
|
],
|
|
"landBiomes": [
|
|
"mosaic-lith-black",
|
|
"mosaic-lith-green",
|
|
"mosaic-lith-purple",
|
|
"mosaic-lith-red",
|
|
"mosaic-lith-white",
|
|
"mosaic-lith-cyan"
|
|
],
|
|
"biomeImplosionRatio": 0.25,
|
|
"seaBiomes": [
|
|
"hot-ocean"
|
|
],
|
|
"deposits": [
|
|
{
|
|
"minHeight": 25,
|
|
"maxPerChunk": 3,
|
|
"maxHeight": 67,
|
|
"minPerChunk": 1,
|
|
"minSize": 3,
|
|
"maxSize": 5,
|
|
"palette": [
|
|
{
|
|
"block": "gold_ore"
|
|
}
|
|
],
|
|
"varience": 5
|
|
},
|
|
{
|
|
"minHeight": 15,
|
|
"maxPerChunk": 2,
|
|
"maxHeight": 47,
|
|
"minPerChunk": 1,
|
|
"minSize": 3,
|
|
"maxSize": 5,
|
|
"palette": [
|
|
{
|
|
"block": "lapis_ore"
|
|
}
|
|
],
|
|
"varience": 5
|
|
},
|
|
{
|
|
"minHeight": 11,
|
|
"maxPerChunk": 15,
|
|
"maxHeight": 99,
|
|
"minPerChunk": 5,
|
|
"minSize": 14,
|
|
"maxSize": 21,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"axis": "x"
|
|
},
|
|
"block": "basalt"
|
|
},
|
|
{
|
|
"data": {
|
|
"axis": "y"
|
|
},
|
|
"block": "basalt"
|
|
},
|
|
{
|
|
"data": {
|
|
"axis": "z"
|
|
},
|
|
"block": "basalt"
|
|
}
|
|
],
|
|
"varience": 5
|
|
}
|
|
],
|
|
"caveBiomes": [
|
|
"hot-sandy-cave"
|
|
],
|
|
"landBiomeZoom": 1.25,
|
|
"effects": [
|
|
{
|
|
"particleAltX": 0.001,
|
|
"particleAltY": 0.00885,
|
|
"particleAltZ": 0.001,
|
|
"chance": 2,
|
|
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
|
|
"particleOffset": 0,
|
|
"interval": 1350,
|
|
"particleCount": 0
|
|
}
|
|
],
|
|
"shoreHeightMin": 3.2,
|
|
"shoreBiomes": [
|
|
"hot-beach"
|
|
],
|
|
"name": "The Mosaics",
|
|
"shoreHeightMax": 6.2,
|
|
"loot": {
|
|
"tables": [
|
|
"hot-food",
|
|
"hot-treasure"
|
|
]
|
|
},
|
|
"shoreHeightZoom": 1.14,
|
|
"rarity": 15
|
|
} |