andersblomqvist / enhanced-mob-spawners

Mod for Minecraft (Fabric). Adding new features to the Spawner
https://www.curseforge.com/minecraft/mc-mods/enhanced-mob-spawners
Creative Commons Zero v1.0 Universal
9 stars 14 forks source link

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

Closed DiamondKing9998 closed 7 months ago

DiamondKing9998 commented 7 months ago

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

DiamondKing9998 commented 7 months ago

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

andersblomqvist commented 7 months ago

Same as #70