[Bug]: AdventureZ mobs (along with other specific modded entities) do not drop spawner eggs
DiamondKing9998 opened this issue ยท 2 comments
Steps to Reproduce the Bug
- Set config to 99% spawn egg drop
- Kill several AdventureZ mobs
- See for yoursel
Enhanced Mob Spawner filename
spawnermod-1.20.1-1.2.4+Fabric.jar
Other mod filename (Optional)
MC 1.20.1 - Fabric 0.15.3
Extra Notes (Optional)
I noticed that it seems to happen specifically with any mob not inside of the config section "disable_specific_egg_drops" or mobs inside of the general mob locations. Therefore using common logic I tried adding the entity ids of all the missing mobs that I wanted egg drops from. But when I reloaded Minecraft it reset my changes (specifically only the new mob additions)
Update: I cannot fix the issue myself, but I think I figured out why it is happening. Somewhere in the mod config values, it tells the mods to subtract 10 characters (_spawn_egg) to the names of all spawning egg entities or something like that, and the reason AdventureZ, BetterEnd and BetterNether, and other mods don't work is because they don't follow the typical egg naming scheme of mobname_spawn_egg, instead they use names like spawn_mobname or spawn_egg_mobname
Same as #70