Non-vanilla spawn eggs
zerofall opened this issue ยท 1 comments
The spawn egg mechanic only works for vanilla spawn eggs. I think it has to do with this in ChickenFuseEvent.java:
if (EntityList.ENTITY_EGGS.containsKey(name)) {
If the logic could be tweaked to allow any modded spawn eggs, that would be awesome.