Illager Invasion [Forge & Fabric]

Illager Invasion [Forge & Fabric]

15M Downloads

[Bug]: Missing super call

someaddons opened this issue ยท 1 comments

commented

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 :)

public void onSyncedDataUpdated(EntityDataAccessor<?> key) {

latest.log (Required)

none

commented

Fixed, thanks!