Enhanced Mob Spawners

Enhanced Mob Spawners

4M Downloads

[Bug]: AdventureZ mobs (along with other specific modded entities) do not drop spawner eggs

DiamondKing9998 opened this issue ยท 2 comments

commented

Steps to Reproduce the Bug

  1. Set config to 99% spawn egg drop
  2. Kill several AdventureZ mobs
  3. 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)
Screenshot 2024-01-13 223435
Screenshot 2024-01-13 223435

commented

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

commented

Same as #70