Initial
This commit is contained in:
64
overrides/config/lostcities/conditions.json
Normal file
64
overrides/config/lostcities/conditions.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user