Fuzss / illagerinvasion

The illagers are back! Be ready to fight new foes. A port of Illager Expansion.
https://www.curseforge.com/minecraft/mc-mods/illager-invasion
MIT License
2 stars 7 forks source link

[Bug]: Missing super call #53

Closed someaddons closed 1 month ago

someaddons commented 2 months ago

Mod Loader (Required)

Fabric

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

any

Minimal Setup (Required)

Yes

Notes (Required)

Hi, one of my mods is using onSyncedDataUpdated higher up in the class hierarchy and it breaks with your illusioners, since they're missing the super.onSyncedDataUpdated() call, would be nice if you could add it :) https://github.com/Fuzss/illagerinvasion/blob/4d0e16201c6d43ccc3269dfb50fd1a767aeeb8d3/1.20.1/Common/src/main/java/fuzs/illagerinvasion/mixin/IllusionerMixin.java#L57

latest.log (Required)

none

Fuzss commented 1 month ago

Fixed, thanks!