Mob Grinding Utils

Mob Grinding Utils

57M Downloads

[1.16.5] Not working with Thermal Foundation mob spawn eggs

Slaymeister opened this issue ยท 4 comments

commented

Problem and repro steps
The Mob Grinding Utils spawn egg creation method (swab => feed => chicken) does not work with Thermal Foundation Spawn Eggs (Blitz, Bazalts, Blizz). When you give the chicken the DNA feed, it will explode, but an egg will not be created.

If you get a Thermal Foundation spawn egg and place it in a Mob Grinding Utilities mob spawner, nothing happens.

Expected behavior
The feed with the mob DNA information should give an egg. The egg should activate the spawner.

commented

I was told the TF spawn egg is not a sub class of the vanilla minecraft spawn egg. Not sure if that's related.

commented

Indeed they dont extend SpawnEggItem, i will have to come up with a fallback solution for eggs that are not registered.

commented

It was pointed out on the Team CoFH Discord server (Thermal) where they are discussing their spawn egg implementation that "SpawnEggItem.getEgg is onlyin(CLIENT) for no good reason, which means IForgeEntity.getPickedResult is not safe to call on the server which would otherwise be the obvious solution"

@Flanks255 Would you like to participate in this thread? It's in #tech-support channel. Here's the link if you would like to join. https://discord.gg/uRKrnbH

commented

To be honest, i wasnt using either of those methods, i was accessing the static eggs array that all the eggs that extend the class get added to.