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,64 @@
[
{
"type": "condition",
"name": "easymobs",
"values": [
{
"factor": 1,
"value": "matteroverdrive:mutant_scientist"
}
]
},
{
"type": "condition",
"name": "hardmobs",
"values": [
{
"factor": 1,
"value": "matteroverdrive:mutant_scientist"
}
]
},
{
"type": "condition",
"name": "chestloot",
"values": [
{
"factor": 2,
"value": "lostcities:chests/lostcitychest",
"range": "4,100"
},
{
"factor": 2,
"value": "lostcities:chests/lostcitychest",
"range": "-100,-3"
},
{
"factor": 2,
"value": "lostcities:chests/raildungeonchest",
"inpart": "rail_dungeon1"
},
{
"factor": 2,
"value": "lostcities:chests/raildungeonchest",
"inpart": "rail_dungeon2"
},
{
"factor": 2,
"value": "minecraft:chests/village_blacksmith"
},
{
"factor": 2,
"value": "minecraft:chests/abandoned_mineshaft"
},
{
"factor": 2,
"value": "minecraft:chests/simple_dungeon"
},
{
"factor": 2,
"value": "minecraft:chests/nether_bridge"
}
]
}
]