#is there a way to make a mixin on an entity i dont have source with fabric

9 messages · Page 1 of 1 (latest)

worthy tangleBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

stuck swift
#

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

quick summit
#

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

stuck swift
#

with fabric

#

like an actual mod

#

not kubejs

#

i think i found an another way im dumb whatever