0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Update Fabric stuff

This commit is contained in:
Alexander01998 2023-08-17 23:11:47 +02:00
parent f1c60e487d
commit d897463b01
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ org.gradle.parallel=true
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=23w32a
yarn_mappings=23w32a+build.3
yarn_mappings=23w32a+build.11
loader_version=0.14.22
#Fabric api
fabric_version=0.86.2+1.20.2
fabric_version=0.87.1+1.20.2
# Mod Properties
mod_version = v7.37-MC23w32a

View File

@ -134,9 +134,9 @@ public abstract class MinecraftClientMixin
}
@Inject(at = @At("RETURN"),
method = "method_53462()Lcom/mojang/authlib/GameProfile;",
method = "getGameProfile()Lcom/mojang/authlib/GameProfile;",
cancellable = true)
public void onMethod_53462(CallbackInfoReturnable<GameProfile> cir)
public void onGetGameProfile(CallbackInfoReturnable<GameProfile> cir)
{
if(wurstSession == null)
return;