Files
Astroblock/overrides/config/lostcities-old/userassets.json
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

47 lines
1001 B
JSON

[
{
"type": "condition",
"name": "chestloot",
"values": [
{
"factor": 35,
"value": "lostcities:chests/lostcitychest"
},
{
"factor": 20,
"value": "lostcities:chests/raildungeonchest",
"inpart": "rail_dungeon1"
},
{
"factor": 20,
"value": "lostcities:chests/raildungeonchest",
"inpart": "rail_dungeon2"
},
{
"factor": 10,
"value": "minecraft:chests/nether_bridge",
"range": "7,100"
},
{
"factor": 15,
"value": "minecraft:chests/abandoned_mineshaft"
},
{
"factor": 15,
"value": "minecraft:chests/village_blacksmith"
},
{
"factor": 10,
"value": "minecraft:chests/desert_pyramid"
},
{
"factor": 10,
"value": "minecraft:chests/jungle_temple"
},
{
"factor": 20,
"value": "minecraft:chests/simple_dungeon"
}
]
}
]