Mobs spawned by Pressurized Spawners has `pneumaticcraft:defender` tag
shBLOCK opened this issue ยท 2 comments
Describe the bug
From various sources, it seems like this (Pressurized Spawner mobs getting tagged as pneumaticcraft:defender and thus can't be used for vacuum traps) isn't supposed to happen.
Related code:
Which Minecraft version are you using?
1.21
Yeah, that broke in 1.21 when the spawner event changed from a nullable field to an Either<BlockEntity, Entity> field (support for spawner minecarts). Will be fixed in next release. Thanks for catching it.