incompatible with Valkyrien Skies
WorldsOfRosefire opened this issue ยท 5 comments
mc version/forgeversion
1.16.5 - 36.2.34
mods/versions
valkyrienskies-116-2.0.0
mowziesmobs-1.5.27
kotlinforforge-1.17.0 (dependency)
cloth-config-forge-4.16.91 (dependency)
geckolib-forge-1.16.5-3.0.106 (dependency)
issue
the foliaath (plantmob) has now range attack, its bite mobs from far away.
Unfortunately I cannot do anything to resolve this issue. Valkyrien Skies modifies the vanilla entity-in-bounds getter function in a way that fundamentally changes how it works and breaks much of Mowzies Mobs logic.
@BobMowzie Can you link to which function you're referring to so I can investigate? I'm a VS2 dev. Thanks!
Else, it might've been an override to the "EntityGetter::getEntities" function
https://github.com/ValkyrienSkies/Valkyrien-Skies-2/blob/72fac3232e20f1179b53d586f7825ab77f233ff4/common/src/main/java/org/valkyrienskies/mod/mixin/feature/get_entities/MixinLevel.java#L32
Ah hi! Thanks for checking this out. It's been a while since I've looked into it, but I think it was related to this function override:
https://github.com/ValkyrienSkies/Valkyrien-Skies-2/blob/72fac3232e20f1179b53d586f7825ab77f233ff4/common/src/main/java/org/valkyrienskies/mod/mixin/mod_compat/create/blockentity/MixinEjectorTileEntity.java#L51