mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
162 lines
3.8 KiB
JSON
162 lines
3.8 KiB
JSON
{
|
|
"blockDrops": [
|
|
{
|
|
"drops": [
|
|
{
|
|
"minAmount": 1,
|
|
"type": "acacia_planks",
|
|
"maxAmount": 3
|
|
},
|
|
{
|
|
"type": "stripped_acacia_log",
|
|
"rarity": 12
|
|
},
|
|
{
|
|
"minAmount": 3,
|
|
"type": "stick",
|
|
"maxAmount": 5,
|
|
"rarity": 7
|
|
}
|
|
],
|
|
"blocks": [
|
|
{
|
|
"block": "acacia_wood"
|
|
},
|
|
{
|
|
"block": "acacia_log"
|
|
},
|
|
{
|
|
"block": "stripped_acacia_wood"
|
|
},
|
|
{
|
|
"block": "stripped_acacia_log"
|
|
}
|
|
],
|
|
"replaceVanillaDrops": true
|
|
}
|
|
],
|
|
"structures": [
|
|
{
|
|
"tileset": "red-mineshaft",
|
|
"zoom": 0.25,
|
|
"shuffle": 5,
|
|
"ratio": 0.05,
|
|
"height": 50,
|
|
"rarity": 15
|
|
}
|
|
],
|
|
"landBiomes": [
|
|
"hot-mesa-yellow",
|
|
"hot-desert",
|
|
"hot-mesa-red",
|
|
"hot-dry-forest",
|
|
"hot-desert-mountains",
|
|
"hot-desert-red",
|
|
"hot-mesa-green",
|
|
"hot-savanna",
|
|
"hot-mesa-dark",
|
|
"hot-volcanic",
|
|
"hot-mesa-blue"
|
|
],
|
|
"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": 22,
|
|
"maxPerChunk": 12,
|
|
"maxHeight": 81,
|
|
"minPerChunk": 7,
|
|
"minSize": 12,
|
|
"maxSize": 22,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"axis": "x"
|
|
},
|
|
"block": "basalt"
|
|
},
|
|
{
|
|
"data": {
|
|
"axis": "y"
|
|
},
|
|
"block": "basalt"
|
|
},
|
|
{
|
|
"data": {
|
|
"axis": "z"
|
|
},
|
|
"block": "basalt"
|
|
}
|
|
],
|
|
"varience": 4
|
|
}
|
|
],
|
|
"caveBiomes": [
|
|
"hot-sandy-red-cave",
|
|
"hot-sandy-cave"
|
|
],
|
|
"landBiomeZoom": 1.25,
|
|
"effects": [
|
|
{
|
|
"potionTicksMin": 87,
|
|
"potionEffect": "CONFUSION",
|
|
"chance": 12,
|
|
"potionStrength": 0,
|
|
"interval": 3000,
|
|
"potionTicksMax": 67
|
|
},
|
|
{
|
|
"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": "Hot",
|
|
"shoreHeightMax": 6.2,
|
|
"loot": {
|
|
"tables": [
|
|
"hot-food",
|
|
"hot-treasure"
|
|
]
|
|
},
|
|
"shoreHeightZoom": 1.14
|
|
} |