the further adjusting

This commit is contained in:
Hexugory 2025-09-21 01:14:34 -05:00
parent 49f9e7e886
commit d9a78bc87d
4 changed files with 15 additions and 45 deletions

View File

@ -2,8 +2,8 @@
"spawnInDayLight": true, "spawnInDayLight": true,
"enableDifficultySystem": true, "enableDifficultySystem": true,
"hordeSpawning": true, "hordeSpawning": true,
"hordeSpawnDelay": 12, "hordeSpawnDelay": 7,
"hordeSpawnChance": 0.8, "hordeSpawnChance": 0.4,
"randomNumberHordeReinforcements": 4, "randomNumberHordeReinforcements": 4,
"hordeNumber": 1, "hordeNumber": 1,
"hordeMemberBonusHealth": 8, "hordeMemberBonusHealth": 8,

View File

@ -20,12 +20,7 @@
{ {
"id": "minecraft:skeleton", "id": "minecraft:skeleton",
"weight": 5, "weight": 5,
"weapons": [ "weapons": []
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
}, },
{ {
"id": "irons_spellbooks:necromancer", "id": "irons_spellbooks:necromancer",
@ -64,22 +59,12 @@
{ {
"id": "minecraft:skeleton", "id": "minecraft:skeleton",
"weight": 2, "weight": 2,
"weapons": [ "weapons": []
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
}, },
{ {
"id": "minecraft:stray", "id": "minecraft:stray",
"weight": 5, "weight": 5,
"weapons": [ "weapons": []
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
}, },
{ {
"id": "minecraft:husk", "id": "minecraft:husk",
@ -104,12 +89,7 @@
{ {
"id": "minecraft:skeleton", "id": "minecraft:skeleton",
"weight": 6, "weight": 6,
"weapons": [ "weapons": []
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
}, },
{ {
"id": "irons_spellbooks:necromancer", "id": "irons_spellbooks:necromancer",
@ -188,12 +168,7 @@
{ {
"id": "minecraft:pillager", "id": "minecraft:pillager",
"weight": 18, "weight": 18,
"weapons": [ "weapons": []
{
"itemId": "minecraft:crossbow",
"chance": 1.0
}
]
} }
] ]
}, },
@ -202,12 +177,12 @@
"mobTypes": [ "mobTypes": [
{ {
"id": "minecraft:illusioner", "id": "minecraft:illusioner",
"weight": 1, "weight": 2,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:vindicator", "id": "minecraft:vindicator",
"weight": 6, "weight": 7,
"weapons": [ "weapons": [
{ {
"itemId": "minecraft:diamond_axe", "itemId": "minecraft:diamond_axe",
@ -221,23 +196,18 @@
}, },
{ {
"id": "minecraft:evoker", "id": "minecraft:evoker",
"weight": 0.3, "weight": 1,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:ravager", "id": "minecraft:ravager",
"weight": 0.5, "weight": 1,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:pillager", "id": "minecraft:pillager",
"weight": 18, "weight": 18,
"weapons": [ "weapons": []
{
"itemId": "minecraft:crossbow",
"chance": 1.0
}
]
} }
] ]
}, },

View File

@ -6,11 +6,11 @@ hash = "89c88c900b7c8e46b05f0281a8fd2ffc5db77ea5559a86df248a45da25a30d8c"
[[files]] [[files]]
file = "config/mebahel-zombie-horde/mebahel-zombie-horde_config.json" file = "config/mebahel-zombie-horde/mebahel-zombie-horde_config.json"
hash = "d79edf26bf1fec924ef7e3cd8feb5876171b77401768324c3f29981b17210915" hash = "c2a08fc4ef31e9e38adde629a39c29e5faf3540c5553c3093d1259019e3e9b8a"
[[files]] [[files]]
file = "config/mebahel-zombie-horde/mebahel-zombie-hordemob_type_config.json" file = "config/mebahel-zombie-horde/mebahel-zombie-hordemob_type_config.json"
hash = "a4c34e78fbb6ffab7e29cd10048fdf9cd56223ace62bed387cd5016cbb48526f" hash = "28abda83743ce95d1346fef2a9a5644834d07327c2d1a93b991c344449e2740e"
[[files]] [[files]]
file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json" file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json"

View File

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