readjusting

This commit is contained in:
Hexugory 2025-09-20 18:19:31 -05:00
parent c72fc74680
commit 49f9e7e886
3 changed files with 198 additions and 11 deletions

View File

@ -35,12 +35,31 @@
] ]
}, },
{ {
"weight": 5, "weight": 10,
"mobTypes": [ "mobTypes": [
{ {
"id": "minecraft:witch", "id": "minecraft:drowned",
"weight": 5, "weight": 5,
"weapons": [] "weapons": [
{
"itemId": "minecraft:trident",
"chance": 0.25
}
]
},
{
"id": "minecraft:zombie",
"weight": 2,
"weapons": [
{
"itemId": "minecraft:iron_sword",
"chance": 0.65
},
{
"itemId": "minecraft:stone_sword",
"chance": 0.35
}
]
}, },
{ {
"id": "minecraft:skeleton", "id": "minecraft:skeleton",
@ -52,6 +71,46 @@
} }
] ]
}, },
{
"id": "minecraft:stray",
"weight": 5,
"weapons": [
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
},
{
"id": "minecraft:husk",
"weight": 3,
"weapons": []
}
]
},
{
"weight": 7,
"mobTypes": [
{
"id": "minecraft:witch",
"weight": 2,
"weapons": []
},
{
"id": "minecraft:phantom",
"weight": 4,
"weapons": []
},
{
"id": "minecraft:skeleton",
"weight": 6,
"weapons": [
{
"itemId": "minecraft:bow",
"chance": 1.0
}
]
},
{ {
"id": "irons_spellbooks:necromancer", "id": "irons_spellbooks:necromancer",
"weight": 1, "weight": 1,
@ -60,11 +119,16 @@
] ]
}, },
{ {
"weight": 10, "weight": 5,
"mobTypes": [ "mobTypes": [
{ {
"id": "minecraft:wolf", "id": "minecraft:wolf",
"weight": 5, "weight": 4,
"weapons": []
},
{
"id": "twilightforest:hostile_wolf",
"weight": 1,
"weapons": [] "weapons": []
} }
] ]
@ -74,25 +138,148 @@
"mobTypes": [ "mobTypes": [
{ {
"id": "minecraft:spider", "id": "minecraft:spider",
"weight": 5, "weight": 6,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:cave_spider", "id": "minecraft:cave_spider",
"weight": 5, "weight": 6,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:evoker", "id": "twilightforest:swarm_spider",
"weight": 3, "weight": 4,
"weapons": [] "weapons": []
}, },
{ {
"id": "minecraft:enderman", "id": "twilightforest:king_spider",
"weight": 2, "weight": 2,
"weapons": [] "weapons": []
} }
] ]
},
{
"weight": 5,
"mobTypes": [
{
"id": "minecraft:illusioner",
"weight": 1,
"weapons": []
},
{
"id": "minecraft:vindicator",
"weight": 6,
"weapons": [
{
"itemId": "minecraft:diamond_axe",
"chance": 0.35
},
{
"itemId": "minecraft:iron_axe",
"chance": 0.65
}
]
},
{
"id": "minecraft:ravager",
"weight": 1,
"weapons": []
},
{
"id": "minecraft:pillager",
"weight": 18,
"weapons": [
{
"itemId": "minecraft:crossbow",
"chance": 1.0
}
]
}
]
},
{
"weight": 4,
"mobTypes": [
{
"id": "minecraft:illusioner",
"weight": 1,
"weapons": []
},
{
"id": "minecraft:vindicator",
"weight": 6,
"weapons": [
{
"itemId": "minecraft:diamond_axe",
"chance": 0.35
},
{
"itemId": "minecraft:iron_axe",
"chance": 0.65
}
]
},
{
"id": "minecraft:evoker",
"weight": 0.3,
"weapons": []
},
{
"id": "minecraft:ravager",
"weight": 0.5,
"weapons": []
},
{
"id": "minecraft:pillager",
"weight": 18,
"weapons": [
{
"itemId": "minecraft:crossbow",
"chance": 1.0
}
]
}
]
},
{
"weight": 5,
"mobTypes": [
{
"id": "touhou_little_maid:fairy",
"weight": 1,
"weapons": []
}
]
},
{
"weight": 4,
"mobTypes": [
{
"id": "minecraft:slime",
"weight": 3,
"weapons": []
},
{
"id": "twilightforest:slime_beetle",
"weight": 3,
"weapons": []
}
]
},
{
"weight": 1,
"mobTypes": [
{
"id": "minecraft:giant",
"weight": 5,
"weapons": []
},
{
"id": "twilightforest:giant_miner",
"weight": 1,
"weapons": []
}
]
} }
] ]
} }

View File

@ -10,7 +10,7 @@ hash = "d79edf26bf1fec924ef7e3cd8feb5876171b77401768324c3f29981b17210915"
[[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 = "dc1a87f9e5162e75a0b001be8e6e2a525384a0595e45c2776cd1dd12c5aaacd1" hash = "a4c34e78fbb6ffab7e29cd10048fdf9cd56223ace62bed387cd5016cbb48526f"
[[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 = "a59ac9097af5b41f051f026e71de2305f3652278191895191ada1d4c68c2b068" hash = "b30f30d04df1fc70c5aa51b3d26cadcb5b46ecbce4fd63512de56d64dfa766f9"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"