9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Convert Regions

This commit is contained in:
Daniel Mills
2020-09-10 00:10:12 -04:00
parent 5eae17fa09
commit 9a779a13a5
8 changed files with 531 additions and 485 deletions

View File

@@ -1,63 +1,52 @@
{
"name": "Frozen",
"rarity": 3,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"riverBiomes": [
"frozen-river"
],
"riverRarity": 1,
"riverThickness": 0.006,
"structures": [
{
"tileset": "soul-temple",
"rarity": 12,
"zoom": 2,
"height": 36
},
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
}
],
"effects": [
{
"potionEffect": "SLOW_DIGGING",
"potionStrength": 0,
"interval": 1000,
"potionTicksMax": 310,
"potionTicksMin": 75,
"chance": 38
}
],
"loot": {
"tables": [
"frozen-food",
"snow-clutter",
"cold-treasure",
"frozen-clutter"
]
},
"blockDrops": [
"blockDrops": [
{
"drops": [
{
"minAmount": 1,
"type": "ICE",
"maxAmount": 1,
"rarity": 7
}
],
"blocks": [
{
"block": "blue_stained_glass_pane"
}
],
"replaceVanillaDrops": true,
"drops": [
{
"type": "ICE",
"maxAmount": 1,
"minAmount": 1,
"rarity": 7
}
]
"replaceVanillaDrops": true
}
],
"structures": [
{
"tileset": "soul-temple",
"zoom": 2,
"rarity": 12,
"height": 36
},
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"spotBiomes": [
{
"biome": "frozen-ocean",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 36
},
{
"biome": "frozen-vander",
"scale": 5,
"type": "LAND",
"shuffle": 328,
"rarity": 10
}
],
"landBiomes": [
@@ -67,44 +56,56 @@
"frozen-mountains-cliffs",
"frozen-redwoods-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"frozen-ocean"
],
"shoreBiomes": [
"frozen-beach"
],
"caveBiomes": [
"frozen-ice-cavern"
],
"spotBiomes": [
{
"biome": "frozen-ocean",
"type": "SEA",
"scale": 5,
"rarity": 36,
"shuffle": 328
},
{
"biome": "frozen-vander",
"type": "LAND",
"scale": 5,
"rarity": 10,
"shuffle": 328
}
],
"deposits": [
{
"minHeight": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"BLACKSTONE"
]
{
"block": "blackstone"
}
],
"varience": 4
}
]
],
"riverRarity": 1,
"caveBiomes": [
"frozen-ice-cavern"
],
"landBiomeZoom": 1.25,
"effects": [
{
"potionTicksMin": 75,
"potionEffect": "SLOW_DIGGING",
"chance": 38,
"potionStrength": 0,
"interval": 1000,
"potionTicksMax": 310
}
],
"shoreHeightMin": 2.2,
"shoreBiomes": [
"frozen-beach"
],
"name": "Frozen",
"shoreHeightMax": 4.2,
"loot": {
"tables": [
"frozen-food",
"snow-clutter",
"cold-treasure",
"frozen-clutter"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 3
}

View File

@@ -1,20 +1,23 @@
{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"hot-mesa-yellow",
"hot-desert",
"hot-dry-forest",
"hot-desert-red",
"hot-savanna",
"hot-volcanic"
],
"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"
@@ -29,111 +32,126 @@
"block": "stripped_acacia_log"
}
],
"replaceVanillaDrops": true,
"drops": [
{
"type": "ACACIA_PLANKS",
"maxAmount": 3,
"minAmount": 1
},
{
"type": "STRIPPED_ACACIA_LOG",
"rarity": 12
},
{
"type": "STICK",
"maxAmount": 5,
"minAmount": 3,
"rarity": 7
}
]
"replaceVanillaDrops": true
}
],
"seaBiomes": [
"hot-ocean"
],
"structures": [
{
"tileset": "red-mineshaft",
"zoom": 0.25,
"shuffle": 5,
"ratio": 0.05,
"height": 50,
"rarity": 15,
"shuffle": 5
"rarity": 15
}
],
"shoreBiomes": [
"hot-beach"
"landBiomes": [
"hot-mesa-yellow",
"hot-desert",
"hot-dry-forest",
"hot-desert-red",
"hot-savanna",
"hot-volcanic"
],
"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"
]
},
"effects": [
{
"potionEffect": "CONFUSION",
"potionStrength": 0,
"interval": 3000,
"potionTicksMax": 67,
"potionTicksMin": 87,
"chance": 12
},
{
"interval": 1350,
"particleOffset": 0,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleCount": 0,
"particleAltX": 0.001,
"particleAltY": 0.00885,
"particleAltZ": 0.001,
"chance": 2
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 67,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 5,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 15,
"maxHeight": 47,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 22,
"maxHeight": 81,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
"shoreHeightZoom": 1.14
}

View File

@@ -1,11 +1,11 @@
{
"name": "The Mosaics",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"rarity": 30,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"structures": [
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"landBiomes": [
"mosaic-lith-black",
"mosaic-lith-green",
@@ -14,78 +14,97 @@
"mosaic-lith-white",
"mosaic-lith-cyan"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"hot-ocean"
],
"shoreBiomes": [
"hot-beach"
"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"
]
},
"structures": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
}
],
"effects": [
{
"interval": 1350,
"particleOffset": 0,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleCount": 0,
"particleAltX": 0.001,
"particleAltY": 0.00885,
"particleAltZ": 0.001,
"chance": 2
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 67,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 5,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 15,
"maxHeight": 47,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 11,
"maxHeight": 99,
"minSize": 14,
"maxSize": 21,
"minPerChunk": 5,
"maxPerChunk": 15,
"varience": 5,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
"shoreHeightZoom": 1.14,
"rarity": 30
}

View File

@@ -1,29 +1,16 @@
{
"name": "Mushroom",
"rarity": 14,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"mushroom-forest",
"mushroom-plains"
],
"seaBiomes": [
"mushroom-ocean"
],
"shoreBiomes": [
"mushroom-beach"
],
"loot": {
"tables": [
"mushroom-food",
"mushroom-clutter"
]
},
"blockDrops": [
{
"drops": [
{
"type": "RED_MUSHROOM",
"rarity": 8
},
{
"type": "BROWN_MUSHROOM",
"rarity": 8
}
],
"blocks": [
{
"block": "mycelium"
@@ -37,61 +24,72 @@
{
"block": "brown_mushroom_block"
}
],
"drops": [
{
"type": "RED_MUSHROOM",
"rarity": 8
},
{
"type": "BROWN_MUSHROOM",
"rarity": 8
}
]
}
],
"structures": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
"zoom": 1,
"rarity": 600
},
{
"tileset": "mush-huts",
"zoom": 1,
"rarity": 150
}
],
"effects": [
{
"interval": 50,
"particleOffset": 2,
"particleEffect": "CRIMSON_SPORE",
"particleCount": 0,
"particleAltX": 0.00001,
"particleAltY": 0.01885,
"particleAltZ": 0.00001,
"particleAway": 1,
"particleDistance": 5,
"chance": 3
}
],
"spotBiomes": [
{
"biome": "mushroom-crimson-forest",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
"type": "LAND",
"shuffle": 44,
"rarity": 262
},
{
"biome": "mushroom-warped-forest",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
"type": "LAND",
"shuffle": 44,
"rarity": 261
}
]
],
"landBiomes": [
"mushroom-forest",
"mushroom-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"mushroom-ocean"
],
"landBiomeZoom": 1.25,
"effects": [
{
"particleAltX": 0.00001,
"particleAway": 1,
"particleAltY": 0.01885,
"particleAltZ": 0.00001,
"chance": 3,
"particleEffect": "CRIMSON_SPORE",
"particleDistance": 5,
"particleOffset": 2,
"interval": 50,
"particleCount": 0
}
],
"shoreHeightMin": 3.2,
"shoreBiomes": [
"mushroom-beach"
],
"name": "Mushroom",
"shoreHeightMax": 6.2,
"loot": {
"tables": [
"mushroom-food",
"mushroom-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 14
}

View File

@@ -1,34 +1,12 @@
{
"name": "Swamp",
"rarity": 2,
"biomeImplosionRatio": 0.26,
"shoreHeightMin": 1.2,
"shoreHeightMax": 2.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"swamp-roofed",
"swamp-mountains",
"swamp-willow-forest",
"swamp-roofed-marsh"
],
"seaBiomes": [
"swamp-ocean"
],
"shoreBiomes": [
"swamp-beach"
],
"caveBiomes": [
"swamp-murky-cavern"
],
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"blockDrops": [
{
"drops": [
{
"type": "SLIME_BALL",
"rarity": 24
}
],
"blocks": [
{
"block": "grass_block"
@@ -42,26 +20,6 @@
{
"block": "tall_grass"
}
],
"drops": [
{
"type": "SLIME_BALL",
"rarity": 24
}
]
}
],
"deposits": [
{
"minHeight": 35,
"maxHeight": 67,
"minSize": 4,
"maxSize": 9,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 4,
"palette": [
"COAL_ORE"
]
}
],
@@ -69,15 +27,59 @@
{
"tileset": "murky-stronghold",
"zoom": 0.25,
"shuffle": 5,
"ratio": 0.05,
"height": 25,
"rarity": 15,
"shuffle": 5
"rarity": 15
},
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
"zoom": 1,
"rarity": 600
}
]
],
"landBiomes": [
"swamp-roofed",
"swamp-mountains",
"swamp-willow-forest",
"swamp-roofed-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [
"swamp-ocean"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 67,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"caveBiomes": [
"swamp-murky-cavern"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 1.2,
"shoreBiomes": [
"swamp-beach"
],
"name": "Swamp",
"shoreHeightMax": 2.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 2
}

View File

@@ -1,75 +1,79 @@
{
"name": "Temperate",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"riverBiomes": [
"temperate-river"
],
"structures": [
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"spotBiomes": [
{
"as": "LAND",
"biome": "temperate-island",
"scale": 1.65,
"type": "SEA",
"rarity": 119
}
],
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern"
],
"riverBiomes": [
"temperate-river"
],
"riverRarity": 1,
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5,
"multiplier": 240
"zoom": 5
}
},
"spotBiomes": [
{
"rarity": 119,
"biome": "temperate-island",
"type": "SEA",
"as": "LAND",
"scale": 1.65
}
],
"riverThickness": 0.025,
"shoreHeightMin": 2.2,
"shoreBiomes": [
"temperate-beach"
],
"name": "Temperate",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"structures": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
}
],
"deposits": [
{
"minHeight": 15,
"maxHeight": 122,
"minSize": 4,
"maxSize": 12,
"minPerChunk": 0,
"maxPerChunk": 2,
"varience": 4,
"palette": [
"IRON_ORE",
"COAL_ORE"
]
}
]
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}

View File

@@ -1,62 +1,64 @@
{
"name": "Tropical",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14,
"landBiomeZoom": 1.25,
"spotBiomes": [
{
"as": "SEA",
"biome": "tropical-submerged-volcanic",
"scale": 10,
"type": "SEA",
"shuffle": 1,
"rarity": 286
},
{
"as": "LAND",
"biome": "tropical-rainforest-island",
"scale": 2.65,
"type": "SEA",
"rarity": 139
}
],
"landBiomes": [
"tropical-rainforest",
"tropical-bamboo-forest",
"tropical-island-beach",
"tropical-rainforest-wicked"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tropical-ocean"
],
"deposits": [
{
"minHeight": 25,
"maxPerChunk": 1,
"maxHeight": 157,
"minPerChunk": 0,
"minSize": 1,
"maxSize": 2,
"palette": [
{
"block": "emerald_ore"
}
],
"varience": 2
}
],
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 3.2,
"shoreBiomes": [
"tropical-beach"
],
"name": "Tropical",
"shoreHeightMax": 9.2,
"loot": {
"tables": [
"tropical-food",
"tropical-treasure"
]
},
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"spotBiomes": [
{
"biome": "tropical-submerged-volcanic",
"type": "SEA",
"as": "SEA",
"scale": 10,
"rarity": 286,
"shuffle": 1
},
{
"rarity": 139,
"biome": "tropical-rainforest-island",
"type": "SEA",
"as": "LAND",
"scale": 2.65
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 157,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 0,
"maxPerChunk": 1,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
"shoreHeightZoom": 2.14
}

View File

@@ -1,10 +1,14 @@
{
"name": "Tundra",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"riverBiomes": [
"tundra-river"
],
"structures": [
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
@@ -12,56 +16,54 @@
"tundra-mountains",
"rocky-mountains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tundra-ocean"
],
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"riverBiomes": [
"tundra-river"
],
"structures": [
"deposits": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
"minHeight": 15,
"maxPerChunk": 3,
"maxHeight": 87,
"minPerChunk": 2,
"minSize": 1,
"maxSize": 2,
"palette": [
{
"block": "emerald_ore"
}
],
"varience": 2
}
],
"riverRarity": 1,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"style": "IRIS",
"zoom": 5,
"multiplier": 240
}
},
"riverThickness": 0.025,
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"name": "Tundra",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"deposits": [
{
"minHeight": 15,
"maxHeight": 87,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 2,
"maxPerChunk": 3,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}