Restores the original Zombified Piglin loot mechanic like it was in 1.21
Forces Zombified Piglins to always spawn with a sword on magma blocks.
The default is false.
This gamerule exists because
- starting with 1.21.11 Zombified Piglins can spawn with a spear:
- Piglins with spears can hit each other while attacking, which in turn causes retaliation/infighting and therefore lowering the overall effectiveness of farms
- The performed charge attack requires a lot more calculations when compared to a "normal" sword attack
- most gold farms use magma blocks anyway
- all other gameplay aspects are unaffected
Gold farms got significantly nerfed in 25w02a.
See also: More details, comparisons and arguments
Installation guide for the latest release
Add the following to build.gradle:
dependencies {
implementation 'net.litetex.mcm:zombified-piglin-restore-anger-loot:<version>'
// Further documentation: https://wiki.fabricmc.net/documentation:fabric_loom
}Note
The contents are hosted on Maven Central. You shouldn't have to change anything as this is the default maven repo.
If this somehow shouldn't work you can also try Modrinth Maven.
See the contributing guide for detailed instructions on how to get started with our project.