File Details
mebahel-zombie-horde-1.0.9-1.20.1.jar
- R
- Jan 29, 2025
- 47.65 KB
- 8.8K
- 1.20.1+1
- Forge + 2
File Name
mebahel-zombie-horde-1.0.9-1.20.1.jar
Supported Versions
- 1.20.1
- 1.20
Curse Maven Snippet
v1.09 You can now add a pool of weapons with a probability to each mob :
{ "hordeCompositions": [ { "mobTypes": [ { "id": "minecraft:zombie", "weight": 30, "weapons": [ { "itemId": "minecraft:iron_sword", "chance": 0.5 }, { "itemId": "minecraft:stone_sword", "chance": 0.3 } ] } ] } ] }