9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00

readd global loot tables as fallback

This commit is contained in:
Julian Krings
2025-01-02 13:30:37 +01:00
parent 0572faf597
commit 7c141c889d
10 changed files with 591 additions and 321 deletions

View File

@@ -585,5 +585,13 @@
"stronghold": "stronghold",
"strongholdJumpDistance": 670,
"maxStrongholds": 27,
"decorate": true
"decorate": true,
"loot": {
"mode": "FALLBACK",
"tables": [
"global-clutter",
"global-tools",
"global-treasure"
]
}
}

View File

@@ -13,7 +13,6 @@
"mountain/mountain",
"temperate/combo-forest",
"tundra/redwood-forest"
],
"caveBiomes": [
"carving/rocky-cavebiome"
@@ -131,5 +130,12 @@
"shoreHeightMin": 1,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
"riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"temperate/clutter",
"temperate/food"
]
}
}

View File

@@ -1,7 +1,6 @@
{
"name": "Frozen",
"color": "#44C3D1",
"rarity": 1,
"landBiomes": [
"frozen/plains",
@@ -17,13 +16,12 @@
"frozen/ice-spikes",
"frozen/mountains/large-mountain",
"frozen/mountains/extreem-ice-spikes"
],
"caveBiomes": [
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"jigsawStructures": [
{
"structure": "ruined-portal",
"rarity": 1200
},
@@ -40,8 +38,6 @@
"rarity": 800
}
],
"objects": [
{
"heightmap": {
@@ -63,10 +59,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -84,7 +92,9 @@
}
}
],
"shoreBiomes": ["frozen/shore/beach"],
"shoreBiomes": [
"frozen/shore/beach"
],
"seaBiomeZoom": 1,
"seaBiomes": [
"frozen/sea/ocean",
@@ -98,7 +108,11 @@
"minPerChunk": 1,
"minSize": 2,
"maxSize": 4,
"palette": [{"block": "minecraft:diamond_ore"}],
"palette": [
{
"block": "minecraft:diamond_ore"
}
],
"varience": 4
},
{
@@ -108,7 +122,11 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:copper_ore"}],
"palette": [
{
"block": "minecraft:copper_ore"
}
],
"varience": 8
}
],
@@ -123,10 +141,12 @@
"frozen/water"
],
"carving": {
"ravines": [{
"ravines": [
{
"rarity": 150,
"ravine": "ice/main"
}],
}
],
"caves": [
{
"breakSurface": true,
@@ -135,7 +155,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "VASCULAR"}
"style": {
"style": "VASCULAR"
}
}
},
{
@@ -145,7 +167,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "VASCULAR"}
"style": {
"style": "VASCULAR"
}
}
},
{
@@ -155,11 +179,21 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.006
"riverThickness": 0.006,
"loot": {
"mode": "FALLBACK",
"tables": [
"frozen/clutter",
"frozen/food",
"snow/clutter"
]
}
}

View File

@@ -42,9 +42,7 @@
"structure": "dungeon-zombie",
"rarity": 800
}
],
"objects": [
{
"heightmap": {
@@ -66,10 +64,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -87,8 +97,13 @@
}
}
],
"shoreBiomes": ["hot/shore/beach"],
"seaBiomes": ["hot/sea/ocean", "ocean/rich-oceans"],
"shoreBiomes": [
"hot/shore/beach"
],
"seaBiomes": [
"hot/sea/ocean",
"ocean/rich-oceans"
],
"entitySpawners": [
"hot/passive",
"hot/hostile",
@@ -103,7 +118,11 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:gold_ore"}],
"palette": [
{
"block": "minecraft:gold_ore"
}
],
"varience": 5
},
{
@@ -113,7 +132,11 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:lapis_ore"}],
"palette": [
{
"block": "minecraft:lapis_ore"
}
],
"varience": 5
}
],
@@ -138,7 +161,6 @@
"particleCount": 0
}
],
"carving": {
"ravines": [
{
@@ -162,7 +184,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -172,7 +196,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -182,7 +208,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -192,7 +220,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -202,12 +232,21 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14
"shoreHeightZoom": 1.14,
"loot": {
"mode": "FALLBACK",
"tables": [
"hot/food",
"hot/treasure"
]
}
}

View File

@@ -12,7 +12,8 @@
"caveBiomes": [
"carving/rocky-cavebiome"
],
"objects": [{
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
@@ -32,10 +33,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -51,10 +64,16 @@
"yRandom": 10,
"y": 2
}
}],
"shoreBiomes": ["mushroom/shore/beach"],
"seaBiomes": ["mushroom/sea/ocean"],
"blockDrops": [{
}
],
"shoreBiomes": [
"mushroom/shore/beach"
],
"seaBiomes": [
"mushroom/sea/ocean"
],
"blockDrops": [
{
"drops": [
{
"type": "red_mushroom",
@@ -66,12 +85,21 @@
}
],
"blocks": [
{"block": "minecraft:mycelium"},
{"block": "minecraft:mushroom_stem"},
{"block": "minecraft:red_mushroom_block"},
{"block": "minecraft:brown_mushroom_block"}
{
"block": "minecraft:mycelium"
},
{
"block": "minecraft:mushroom_stem"
},
{
"block": "minecraft:red_mushroom_block"
},
{
"block": "minecraft:brown_mushroom_block"
}
]
}],
}
],
"landBiomeZoom": 1.8,
"effects": [
{
@@ -104,15 +132,28 @@
],
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"carving": {"caves": [{
"carving": {
"caves": [
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightZoom": 1.14,
"loot": {
"mode": "FALLBACK",
"tables": [
"mushroom/clutter",
"mushroom/food"
]
}
}]},
"shoreHeightZoom": 1.14
}

View File

@@ -2,7 +2,6 @@
"name": "Swamp",
"color": "#69943C",
"rarity": 2,
"landBiomes": [
"swamp/roofed-forest",
"swamp/sea/lake",
@@ -13,8 +12,8 @@
"swamp/swamp-forest",
"swamp/willow-forest"
],
"objects": [{
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
@@ -34,10 +33,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -53,11 +64,14 @@
"yRandom": 10,
"y": 2
}
}],
}
],
"caveBiomes": [
"carving/rocky-cavebiome"
],
"shoreBiomes": ["swamp/shore/beach"],
"shoreBiomes": [
"swamp/shore/beach"
],
"seaBiomes": [
"swamp/sea/ocean",
"swamp/swamp-mangrove-lake",
@@ -77,7 +91,11 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:coal_ore"}],
"palette": [
{
"block": "minecraft:coal_ore"
}
],
"varience": 4
},
{
@@ -87,34 +105,63 @@
"minPerChunk": 4,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:iron_ore"}],
"palette": [
{
"block": "minecraft:iron_ore"
}
],
"varience": 4
}
],
"landBiomeZoom": 2,
"shoreHeightMin": 1.2,
"shoreHeightMax": 3,
"carving": {"caves": [{
"carving": {
"caves": [
{
"breakSurface": true,
"cave": "swamp/main",
"rarity": 10,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}]},
}
}
]
},
"shoreHeightZoom": 3.14,
"blockDrops": [{
"drops": [{
"blockDrops": [
{
"drops": [
{
"type": "slime_ball",
"rarity": 24
}],
}
],
"blocks": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:dark_oak_leaves"},
{"block": "minecraft:short_grass"},
{"block": "minecraft:tall_grass"}
{
"block": "minecraft:grass_block"
},
{
"block": "minecraft:dark_oak_leaves"
},
{
"block": "minecraft:short_grass"
},
{
"block": "minecraft:tall_grass"
}
]
}]
}
],
"loot": {
"mode": "FALLBACK",
"tables": [
"swamp/clutter",
"swamp/food"
]
}
}

View File

@@ -180,5 +180,12 @@
"shoreHeightMin": 1,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
"riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"temperate/clutter",
"temperate/food"
]
}
}

View File

@@ -10,8 +10,12 @@
"terralost/alpine-highlands"
],
"landBiomeZoom": 3,
"shoreBiomes": ["tundra/shore/beach"],
"seaBiomes": ["mountain/sea/river"],
"shoreBiomes": [
"tundra/shore/beach"
],
"seaBiomes": [
"mountain/sea/river"
],
"entitySpawners": [
"tundra/passive",
"tundra/hostile",
@@ -20,21 +24,33 @@
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"carving": {
"ravines": [{
"ravines": [
{
"rarity": 25,
"ravine": "calcite/main"
}],
"caves": [{
}
],
"caves": [
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}]
}
}
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
"riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"tropical/dungeon"
]
}
}

View File

@@ -18,8 +18,8 @@
"caveBiomes": [
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"jigsawStructures": [
{
"structure": "ruined-portal",
"rarity": 1200
},
@@ -34,7 +34,8 @@
{
"structure": "dungeon-zombie",
"rarity": 800
}],
}
],
"objects": [
{
"heightmap": {
@@ -56,10 +57,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -90,10 +103,12 @@
"ocean/rich-oceans"
],
"carving": {
"ravines": [{
"ravines": [
{
"rarity": 170,
"ravine": "jungle/main"
}],
}
],
"caves": [
{
"breakSurface": true,
@@ -102,7 +117,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -112,7 +129,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -122,7 +141,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -132,12 +153,15 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
]
},
"deposits": [{
"deposits": [
{
"minHeight": 10,
"maxPerChunk": 9,
"maxHeight": 92,
@@ -145,11 +169,16 @@
"minSize": 3,
"maxSize": 8,
"palette": [
{"block": "minecraft:lapis_ore"},
{"block": "minecraft:redstone_ore"}
{
"block": "minecraft:lapis_ore"
},
{
"block": "minecraft:redstone_ore"
}
],
"varience": 8
}],
}
],
"entitySpawners": [
"tropical/passive",
"tropical/hostile",
@@ -160,5 +189,13 @@
"landBiomeZoom": 5.5,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14
"shoreHeightZoom": 2.14,
"loot": {
"mode": "FALLBACK",
"tables": [
"tropical/treasure",
"tropical/food",
"tropical/dungeon"
]
}
}

View File

@@ -24,7 +24,8 @@
"caveBiomes": [
"carving/rocky-cavebiome"
],
"jigsawStructures": [{
"jigsawStructures": [
{
"structure": "ruined-portal",
"rarity": 1200
},
@@ -39,9 +40,10 @@
{
"structure": "dungeon-zombie",
"rarity": 800
}],
"objects": [{
}
],
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
@@ -61,10 +63,22 @@
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"edit": [
{
"find": [
{
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
@@ -80,29 +94,38 @@
"yRandom": 10,
"y": 2
}
}],
}
],
"shoreBiomes": [
"tundra/shore/beach",
"tundra/shore/beach-stone"
],
"seaBiomeZoom": 4,
"seaBiomes": ["mountain/sea/river"],
"seaBiomes": [
"mountain/sea/river"
],
"entitySpawners": [
"tundra/passive",
"tundra/hostile",
"tundra/cave",
"tundra/water"
],
"deposits": [{
"deposits": [
{
"minHeight": 20,
"maxPerChunk": 8,
"maxHeight": 102,
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:emerald_ore"}],
"palette": [
{
"block": "minecraft:emerald_ore"
}
],
"varience": 8
}],
}
],
"landBiomeZoom": 4.5,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
@@ -125,7 +148,9 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
},
{
@@ -135,11 +160,21 @@
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
"riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"cold/food",
"cold/treasure",
"snow/clutter"
]
}
}