Update mixin signature

This commit is contained in:
DBotThePony 2025-03-14 11:24:58 +07:00
parent d10b1b4ee1
commit e06928a4b5
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -97,7 +97,7 @@ public abstract class MixinPlayer implements IMatteryPlayer {
method = "<init>",
at = @At("TAIL")
)
private void ctorMix() {
private void ctorMix(Level level, BlockPos pos, float yRot, GameProfile gameProfile, CallbackInfo info) {
foodData = new MatteryFoodData(otmSelf());
}
}