Legacy Fabric-Api

Legacy Fabric-Api

70.5k Downloads

ServerEntityEvents#ENTITY_LOAD targets the incorrect method

BoogieMonster1O1 opened this issue ยท 1 comments

commented

@Inject(at = @At("TAIL"), method = "method_372")
public void loadEntity(Entity entity, CallbackInfo ci) {
ServerEntityEvents.ENTITY_LOAD.invoker().onLoad(entity, (ServerWorld) (Object) this);

This is not the right method to target. The right one would be ServerWorld#spawnEntity

commented

wont get fixed