Dispensers shooting eggs do not spawn chickens even with projectileHitFriendlySpawn turned off
voxpop9 opened this issue ยท 13 comments
Dispensers shooting eggs do not spawn chickens even with projectileHitFriendlySpawn turned off.
Minecraft Version: 1.20.1 Fabric
I changed it in configs & in game using the menu, for both player config and default player config. throwing the egg myself doesn't have a message, and the chickens can spawn normally.
Dispensers when throwing the eggs doesn't even spawn egg shell particles when the eggs land.
The mod has projectile protection, but eggs have a global exception by default in entitiesAllowedToGrief and entitiesAllowedToGriefEntities. If you have removed the exception, then that would explain the issue.
If it says that your projectile is not allowed to land when you are in non-ally-mode throwing the egg yourself, then the exception isn't configured.
If it says that your projectile is not allowed to land when you are in non-ally-mode throwing the egg yourself, then the exception isn't configured.
Ah let me check. Indeed in non ally mode i get the message.
The mod has projectile protection, but eggs have a global exception by default in
entitiesAllowedToGriefandentitiesAllowedToGriefEntities. If you have removed the exception, then that would explain the issue.
Indeed it seems the modpack removed it. Let me update it to check.