the horde
This commit is contained in:
parent
b96a0789d5
commit
c72fc74680
13
config/mebahel-zombie-horde/mebahel-zombie-horde_config.json
Normal file
13
config/mebahel-zombie-horde/mebahel-zombie-horde_config.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"spawnInDayLight": true,
|
||||
"enableDifficultySystem": true,
|
||||
"hordeSpawning": true,
|
||||
"hordeSpawnDelay": 12,
|
||||
"hordeSpawnChance": 0.8,
|
||||
"randomNumberHordeReinforcements": 4,
|
||||
"hordeNumber": 1,
|
||||
"hordeMemberBonusHealth": 8,
|
||||
"hordeMemberBreakGlass": true,
|
||||
"hordeMemberBreakFence": true,
|
||||
"showHordeSpawningMessage": false
|
||||
}
|
||||
@ -0,0 +1,98 @@
|
||||
{
|
||||
"hordeCompositions": [
|
||||
{
|
||||
"weight": 10,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:zombie",
|
||||
"weight": 5,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:iron_sword",
|
||||
"chance": 0.65
|
||||
},
|
||||
{
|
||||
"itemId": "minecraft:stone_sword",
|
||||
"chance": 0.35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:skeleton",
|
||||
"weight": 5,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:bow",
|
||||
"chance": 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "irons_spellbooks:necromancer",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:skeleton",
|
||||
"weight": 2,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:bow",
|
||||
"chance": 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "irons_spellbooks:necromancer",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:wolf",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 8,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:spider",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:cave_spider",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:evoker",
|
||||
"weight": 3,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:enderman",
|
||||
"weight": 2,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -4,6 +4,14 @@ hash-format = "sha256"
|
||||
file = "config/connector.json"
|
||||
hash = "89c88c900b7c8e46b05f0281a8fd2ffc5db77ea5559a86df248a45da25a30d8c"
|
||||
|
||||
[[files]]
|
||||
file = "config/mebahel-zombie-horde/mebahel-zombie-horde_config.json"
|
||||
hash = "d79edf26bf1fec924ef7e3cd8feb5876171b77401768324c3f29981b17210915"
|
||||
|
||||
[[files]]
|
||||
file = "config/mebahel-zombie-horde/mebahel-zombie-hordemob_type_config.json"
|
||||
hash = "dc1a87f9e5162e75a0b001be8e6e2a525384a0595e45c2776cd1dd12c5aaacd1"
|
||||
|
||||
[[files]]
|
||||
file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json"
|
||||
hash = "99064bbc8948a29d75c9324b7930049028fca3adce5ee2163308aa0902e71147"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user