TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
199 stars 43 forks source link

[Bug] Iron golems attack fish #283

Closed slavagrn closed 1 year ago

slavagrn commented 1 year ago

Iron golems attack fish, squid and dolphins. This screenshot was made with no mods enabled except for Terrestria and Fabric API 2022-11-04_14 07 47

gniftygnome commented 1 year ago

Can you please provide logs? I don't think Terrestria does anything to change the behavior of the golems so in order to look into this I definitely need more details, particularly the versions of everything and ideally any log info that might provide a hint.

slavagrn commented 1 year ago

@gniftygnome here's prismlauncher's log: https://mclo.gs/SnVSepH i don't know if there's any other logs i can get

gniftygnome commented 1 year ago

That looks like complete logs, yup. Much to my dismay it's not got anything interesting logged, but at least I know the versions of things now. Do you even need to be in a Terrestria biome for this to happen? Probably not?

slavagrn commented 1 year ago

nope, the screenshot is in plains and i've seen that happen in other vanilla biomes too

gniftygnome commented 1 year ago

Uh. We were certain you would like how easy this makes farming bonemeal? ;)

I've got no idea what is happening there yet but I can reproduce it so I've got what I need to try and figure it out. Thanks,

gniftygnome commented 1 year ago

Oh I think I found it (right where I looked first). It looks like I was accidentally using interface injection to turn WaterCreatureEntity extenders into Monster implementers. Sloppy work on my part earlier this year I guess. I'll get it tested and then release an update.

gniftygnome commented 1 year ago

This is fixed in today's Terrestria releases. Thanks for the issue report.