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 15 forks source link

[Bug]: Squids don't spawn #117

Open Shadowdane opened 1 month ago

Shadowdane commented 1 month ago

Steps to Reproduce the Bug

  1. Place Squid Egg into Monster Spawner
  2. Mob will never spawn
  3. Also tried placing water sources around the spawner, but still don't get a single spawn.

Enhanced Mob Spawner filename

spawnermod-1.21.1-1.2.8+Fabric.jar

Other mod filename (Optional)

Minecraft 1.21.1 - Fabric Loader 0.16.5

Extra Notes (Optional)

No response

Shadowdane commented 1 month ago

Ok tried something in a testing world... It seems it only works in a River biome. Is this intended behavior?? Basically it seems it only works where Squid naturally spawn in River or Ocean biomes between [Y-level] 50 to 63.

2024-10-18_20 59 45

Shadowdane commented 2 weeks ago

Is there any update on this bug? Trying to build a auto-farm to make all the dyes and this bug is preventing me getting black dye.

andersblomqvist commented 1 week ago

This mod does not alter the "spawning rules" of mobs, meaning it will use vanilla rules to spawn mobs. For example, you can only spawn pigs and cows when a grass block is nearby.

andersblomqvist commented 1 week ago

Altering the spawning rules is a suggested feature for the mod, but not implemented as of yet.

Shadowdane commented 1 week ago

Thanks for the update on this! It would be great if there was a config rule that bypasses vanilla spawning rules. I don't think it should be the default but an available option. Or maybe a toggle in the actual spawner config window that you could turn off spawning rules?