Update mixin signature
This commit is contained in:
parent
d10b1b4ee1
commit
e06928a4b5
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user