This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
[
{
"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"
}
]
}
]