the horde

This commit is contained in:
Hexugory 2025-09-20 17:12:35 -05:00
parent b96a0789d5
commit c72fc74680
4 changed files with 120 additions and 1 deletions

View 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
}

View File

@ -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": []
}
]
}
]
}

View File

@ -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"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "1bbcfe4f720d69ae1e349e202abedea56b5a914d5306ced37583414afea2cc74"
hash = "a59ac9097af5b41f051f026e71de2305f3652278191895191ada1d4c68c2b068"
[versions]
minecraft = "1.21.1"