-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Windows 10
-
CraftBukkit git-Spigot-628435a-768d7fc (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
-
Yes
Piglins with the persistence tag set to true after they have spawned (for example, naming piglins, or piglins that have picked up golden shovels) count towards the mob cap, which is not vanilla behavior.
This has the effect that a lot of nametagged mobs, for example, can stop mobs from spawning when loaded by filling the mob cap. This affected my barter farm (which stops all other nether farms from working due to the piglins being loaded, which wouldn't happen in vanilla) and my wither skeleton farm (which uses nametagged piglins, so rates are much lower in spigot than vanilla).
Server config: spigot default
Tested with fresh server, no plugins
Steps to reproduce:
- Go to nether roof, make a pen and fill with 70+ piglins using spawn eggs. You can either name tag every one of them, or drop a bunch of golden shovels so they all pick them up. (Optional: verify they have the persistence tag with /data)
- Fly up 130 blocks so all mobs below nether roof despawn, as well as any piglins that aren't persistent
- Go below nether roof under where the piglins are, no mobs spawn
You can further verify by:
- Chunk load the piglin pen with either a portal chunk loader, or /forceload
- Teleport 1000 blocks away, no mobs should spawn
- Do `/kill @e[type=piglin]`
- Mobs will resume spawning normally
EDIT: this issue only affects piglins, thanks Airtheon for testing