mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Fix mixin sig
This commit is contained in:
parent
f210d1cd9f
commit
5077d04193
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ abstract class MixinInGameHud {
|
|||
abstract class MixinInGameHud$HeartType {
|
||||
@SuppressWarnings({"unchecked", "rawtypes"})
|
||||
@Inject(
|
||||
method = "fromPlayerState(Lnet/minecraft/entity/player/PlayerEntity;F)Lnet/minecraft/client/gui/hud/InGameHud$HeartType;",
|
||||
method = "fromPlayerState(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/client/gui/hud/InGameHud$HeartType;",
|
||||
at = @At("RETURN"),
|
||||
cancellable = true)
|
||||
private static void onFromPlayerState(PlayerEntity player, CallbackInfoReturnable<Enum> cbi) {
|
||||
|
|
Loading…
Reference in a new issue