how rename LiquidBounce without launch errors?
Solved
Support
-
-
@ali-ccfakex-0 ah, press Ctrl+Shift+N and type MixinMinecraft.java, then find setWindowIcon, and delete it:
@Inject(method = "setWindowIcon", at = @At("HEAD"), cancellable = true) private void setWindowIcon(CallbackInfo callbackInfo) { if(Util.getOSType() != Util.EnumOS.OSX) { final ByteBuffer[] liquidBounceFavicon = IconUtils.getFavicon(); if(liquidBounceFavicon != null) { Display.setIcon(liquidBounceFavicon); callbackInfo.cancel(); } } }