Closed supersaiyansubtlety closed 10 months ago
Also I believe the super.tickMovement
call in your current mixin is calling LivingEntity.tickMovement
and not MobEntity.tickMovement
which was probably the intent.
The inject I described would solve this in addition to being more compatible.
working on a PR
Minecraft Version
1.20.x
Mod Loader Version
0.15.6
Mod Version
0.6.0
Describe the Issue
rpgz's
@Override
ofMobEntity.tickMovement
ends up overwriting the method which makes any other mixins into that method fail villager_see_villager_do mixins to it hereYou could replace your
@Override
with an@Inject
withcancellable = true
and it would be much more compatibleSee user-created issue on my repo
latest.log
latest.log
Do you use any other mods except the required ones?
villager_see_villager_do