Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
10
config/hordes/data/hordes/horde_data/immunity_items.json
Normal file
10
config/hordes/data/hordes/horde_data/immunity_items.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"item": "minecraft:enchanted_golden_apple",
|
||||
"duration": 120
|
||||
},
|
||||
{
|
||||
"item": "minecraft:golden_apple",
|
||||
"duration": 120
|
||||
}
|
||||
]
|
||||
102
config/hordes/data/hordes/horde_data/infection_conversions.json
Normal file
102
config/hordes/data/hordes/horde_data/infection_conversions.json
Normal file
@@ -0,0 +1,102 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:vindicator",
|
||||
"converts_to": "minecraft:zombie_villager",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:pillager",
|
||||
"converts_to": "minecraft:zombie_villager",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:villager",
|
||||
"converts_to": "minecraft:zombie_villager",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:horse",
|
||||
"converts_to": "zombiemobs:zombie_horsee",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:cat",
|
||||
"converts_to": "zombiemobs:zombie_cat",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:chicken",
|
||||
"converts_to": "zombiemobs:zombie_chicken",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:cow",
|
||||
"converts_to": "zombiemobs:zombie_cow",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:dolphin",
|
||||
"converts_to": "zombiemobs:zombie_dolphin",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:donkey",
|
||||
"converts_to": "zombiemobs:zombie_donkey",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:fox",
|
||||
"converts_to": "zombiemobs:zombie_fox",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:goat",
|
||||
"converts_to": "zombiemobs:zombie_goat",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:llama",
|
||||
"converts_to": "zombiemobs:zombie_llama",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:mooshroom",
|
||||
"converts_to": "zombiemobs:zombie_mooshroom",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:ocelot",
|
||||
"converts_to": "zombiemobs:zombie_ocelot",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:panda",
|
||||
"converts_to": "zombiemobs:zombie_panda",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:pig",
|
||||
"converts_to": "zombiemobs:zombie_pig",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:sheep",
|
||||
"converts_to": "zombiemobs:zombie_sheep",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:turtle",
|
||||
"converts_to": "zombiemobs:zombie_turtle",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:squid",
|
||||
"converts_to": "zombiemobs:zombie_squid",
|
||||
"chance": 0.3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:wolf",
|
||||
"converts_to": "zombiemobs:zombie_wolf",
|
||||
"chance": 0.3
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t1_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_15"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t3_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_270"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t3_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 300
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_300"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 300
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t1_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_30"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t1_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_45"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t1_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_45"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t1_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_75"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t2_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 105
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_105"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 105
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t2_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 135
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_135"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 135
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t2_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 165
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_165"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 165
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t3_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 210
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_210"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 210
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_entity_loot_table",
|
||||
"value": "deceasedcraft:entity/t3_ammunitions",
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 240
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"function": "hordes:multiple",
|
||||
"value": [
|
||||
{
|
||||
"function": "hordes:set_spawntable",
|
||||
"value": ["hordes:mobs_240"],
|
||||
"conditions": []
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"name": "hordes:player_day",
|
||||
"value": 240
|
||||
}
|
||||
]
|
||||
}
|
||||
37
config/hordes/data/hordes/horde_data/tables/mobs_105.json
Normal file
37
config/hordes/data/hordes/horde_data/tables/mobs_105.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:inflated",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thesmoker",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 5,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}",
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 5
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 3,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
31
config/hordes/data/hordes/horde_data/tables/mobs_135.json
Normal file
31
config/hordes/data/hordes/horde_data/tables/mobs_135.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:inflated",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:theheavy",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 2,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
18
config/hordes/data/hordes/horde_data/tables/mobs_15.json
Normal file
18
config/hordes/data/hordes/horde_data/tables/mobs_15.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thesmoker",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
37
config/hordes/data/hordes/horde_data/tables/mobs_165.json
Normal file
37
config/hordes/data/hordes/horde_data/tables/mobs_165.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 5
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:inflated",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:theheavy",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:demolisher",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 2,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
37
config/hordes/data/hordes/horde_data/tables/mobs_210.json
Normal file
37
config/hordes/data/hordes/horde_data/tables/mobs_210.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 5
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:theheavy",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:demolisher",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:rat_king",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 2,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
37
config/hordes/data/hordes/horde_data/tables/mobs_240.json
Normal file
37
config/hordes/data/hordes/horde_data/tables/mobs_240.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 3,
|
||||
"max_spawns": 5
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:theheavy",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:patient_zero",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:rat_king",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 2,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
37
config/hordes/data/hordes/horde_data/tables/mobs_270.json
Normal file
37
config/hordes/data/hordes/horde_data/tables/mobs_270.json
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 3,
|
||||
"max_spawns": 5
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:patient_zero",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:rat_king",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "mutationcraft:human_herder",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
}
|
||||
]
|
||||
22
config/hordes/data/hordes/horde_data/tables/mobs_30.json
Normal file
22
config/hordes/data/hordes/horde_data/tables/mobs_30.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thesmoker",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
43
config/hordes/data/hordes/horde_data/tables/mobs_300.json
Normal file
43
config/hordes/data/hordes/horde_data/tables/mobs_300.json
Normal file
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 15,
|
||||
"nbt": "{HandItems:[{id:air,Count:1},{id:iron_pickaxe,Count:1}]}"
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 3,
|
||||
"max_spawns": 6
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:patient_zero",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:rat_king",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "mutationcraft:human_herder",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
},
|
||||
{
|
||||
"entity": "mutationcraft:resenter",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
}
|
||||
]
|
||||
24
config/hordes/data/hordes/horde_data/tables/mobs_45.json
Normal file
24
config/hordes/data/hordes/horde_data/tables/mobs_45.json
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thesmoker",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 1,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 2
|
||||
}
|
||||
]
|
||||
24
config/hordes/data/hordes/horde_data/tables/mobs_75.json
Normal file
24
config/hordes/data/hordes/horde_data/tables/mobs_75.json
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"entity": "minecraft:zombie",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"entity": "zombie_extreme:bomber",
|
||||
"weight": 5,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thesmoker",
|
||||
"weight": 5,
|
||||
"min_spawns": 2,
|
||||
"max_spawns": 3
|
||||
},
|
||||
{
|
||||
"entity": "undead_revamp2:thepregnant",
|
||||
"weight": 2,
|
||||
"min_spawns": 1,
|
||||
"max_spawns": 3
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:zombie",
|
||||
"minecraft:zombie_villager",
|
||||
"minecraft:husk",
|
||||
"minecraft:drowned",
|
||||
"minecraft:zombie_horse",
|
||||
"hordes:zombie_player",
|
||||
"hordes:drowned_player",
|
||||
"zombie_extreme:bomber",
|
||||
"zombie_extreme:boomer",
|
||||
"zombie_extreme:clicker",
|
||||
"zombie_extreme:crawler",
|
||||
"zombie_extreme:demolisher",
|
||||
"zombie_extreme:devastated",
|
||||
"zombie_extreme:divided",
|
||||
"zombie_extreme:faceless",
|
||||
"zombie_extreme:fetus",
|
||||
"zombie_extreme:goon",
|
||||
"zombie_extreme:infected",
|
||||
"zombie_extreme:infected_hazmat",
|
||||
"zombie_extreme:infected_juggernaut",
|
||||
"zombie_extreme:infected_military",
|
||||
"zombie_extreme:infected_police",
|
||||
"zombie_extreme:night_hunter",
|
||||
"zombie_extreme:parasite",
|
||||
"zombie_extreme:patient_zero",
|
||||
"zombie_extreme:ram",
|
||||
"zombie_extreme:rat_king",
|
||||
"zombie_extreme:revived",
|
||||
"zombie_extreme:runner",
|
||||
"zombiemobs:zombie_bear",
|
||||
"zombiemobs:zombie_cat",
|
||||
"zombiemobs:zombie_chicken",
|
||||
"zombiemobs:zombie_cow",
|
||||
"zombiemobs:zombie_dolphin",
|
||||
"zombiemobs:zombie_donkey",
|
||||
"zombiemobs:zombie_fox",
|
||||
"zombiemobs:zombie_goat",
|
||||
"zombiemobs:zombie_llama",
|
||||
"zombiemobs:zombie_mooshroom",
|
||||
"zombiemobs:zombie_ocelot",
|
||||
"zombiemobs:zombie_panda",
|
||||
"zombiemobs:zombie_pig",
|
||||
"zombiemobs:zombie_sheep",
|
||||
"zombiemobs:zombie_squid",
|
||||
"zombiemobs:zombie_turtle",
|
||||
"zombiemobs:zombie_wolf",
|
||||
"mutationcraft:assimilated_bear",
|
||||
"mutationcraft:assimilated_cow",
|
||||
"mutationcraft:assimilated_creeper",
|
||||
"mutationcraft:assimilated_donkey",
|
||||
"mutationcraft:assimilated_fox",
|
||||
"mutationcraft:assimilated_horse",
|
||||
"mutationcraft:assimilated_human",
|
||||
"mutationcraft:assimilated_jockey",
|
||||
"mutationcraft:assimilated_pig",
|
||||
"mutationcraft:assimilated_pillager",
|
||||
"mutationcraft:assimilated_roamer",
|
||||
"mutationcraft:assimilated_sheep",
|
||||
"mutationcraft:assimilated_spider",
|
||||
"mutationcraft:assimilated_vex",
|
||||
"mutationcraft:assimilated_villager",
|
||||
"mutationcraft:assimilated_wolf",
|
||||
"mutationcraft:reductor",
|
||||
"mutationcraft:human_stage_1",
|
||||
"mutationcraft:human_stage_2",
|
||||
"mutationcraft:human_stage_3",
|
||||
"mutationcraft:necroptor",
|
||||
"mutationcraft:human_herder",
|
||||
"mutationcraft:resenter",
|
||||
"mutationcraft:the_intoxicator"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:golden_apple",
|
||||
"minecraft:enchanted_golden_apple"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:desert",
|
||||
"#minecraft:is_badlands"
|
||||
]
|
||||
}
|
||||
14
config/hordes/hordes-info.json
Normal file
14
config/hordes/hordes-info.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"comments": [
|
||||
"used for determining if the config folder is up to date",
|
||||
"deleting this will regenerate your config folder",
|
||||
"for modpack authors: setting the value to -1 will prevent the config folder regenerating when updating the mod",
|
||||
"(keep an eye on base changes, in case they are needed for your pack when updating)"
|
||||
],
|
||||
"minecraft_version": "1.18.2",
|
||||
"mod_version": "1.5.3",
|
||||
"data_version": 6,
|
||||
"changes": [
|
||||
"add husk players to infection entities tag"
|
||||
]
|
||||
}
|
||||
6
config/hordes/pack.mcmeta
Normal file
6
config/hordes/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "The Hordes config datapack",
|
||||
"pack_format": 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user