#is there a way to make a mixin on an entity i dont have source with fabric
9 messages · Page 1 of 1 (latest)
i have that rn
but ye as i dont have source its broken
@Mixin(DuelingGloveEntity.class)
public class DuelingGloveEntityMixin {
@Inject(at = @At("HEAD"), method = "method_7454")
private void injected(EntityHitResult result, CallbackInfo ci) {
}
}
is there a way to make a mixin on an entity i dont have source with fabric
which method is it
its impossible to set a mixin with kubejs but entityjs already does this for tons of methods and is overridable via the modifyEntity event