Перевожу мод майнкрафт с 1.7.10 на 1.12.2. Прошу помочь устранить неисправности в коде

Ни
- в Лицензия
1

Неполадка заключается в cpw:
package mods.HerobrineMod.client;

import mods.HerobrineMod.UpdateChecker.Notifier;

public class ClientTickHandler implements Notifier {

private boolean checkUpdate;

public ClientTickHandler() {
//
/* 0: aload_0
* 1: invokespecial java/lang/Object."":()V
* 4: aload_0
* 5: iconst_1
* 6: putfield mods/HerobrineMod/client/ClientTickHandler.checkUpdate: Z
* 9: return
* */
//
}

@cpw.mods.fml.common.eventhandler.SubscribeEvent
public void tickStart(cpw.mods.fml.common.gameevent.TickEvent.ClientTickEvent event) {
//
/* 0: getstatic mods/HerobrineMod/common/HerobrineMod.prank: I
* 3: iconst_1
* 4: if_icmpeq 13
* 7: getstatic mods/HerobrineMod/common/HerobrineMod.reminder: I
* 10: ifne 14
* 13: return
* 14: aload_0
* 15: getfield mods/HerobrineMod/client/ClientTickHandler.checkUpdate: Z
* 18: ifeq 44
* 21: invokestatic net/minecraft/client/Minecraft.func_71410_x. Lnet/minecraft/client/Minecraft;
* 24: getfield net/minecraft/client/Minecraft.field_71439_g: Lnet/minecraft/client/entity/EntityClientPlayerMP;
* 27: ifnull 44
* 30: ldc herobrine
* 32: invokestatic mods/HerobrineMod/common/HerobrineMod.getVersion. Ljava/lang/String;
* 35: aload_0
* 36: invokestatic mods/HerobrineMod/UpdateChecker/UpdateChecker.checkVersion. Ljava/lang/String;Ljava/lang/String;Lmods/HerobrineMod/UpdateChecker/Notifier;)V
* 39: aload_0
* 40: iconst_0
* 41: putfield mods/HerobrineMod/client/ClientTickHandler.checkUpdate: Z
* 44: return
* */
//
}

public void notifyOnUpdate() {
//
/* 0: invokestatic net/minecraft/server/MinecraftServer.func_71276_C. Lnet/minecraft/server/MinecraftServer;
* 3: invokevirtual net/minecraft/server/MinecraftServer.func_71203_ab. Lnet/minecraft/server/management/ServerConfigurationManager;
* 6: new net/minecraft/util/ChatComponentText
* 9: dup
* 10: ldc ГЇВїВЅb New update available for The Herobrine Mod!
* 12: invokespecial net/minecraft/util/ChatComponentText."":(Ljava/lang/String;)V
* 15: invokevirtual net/minecraft/server/management/ServerConfigurationManager.func_148539_a. Lnet/minecraft/util/IChatComponent;)V
* 18: return
* */
//
}
}

Ал

Это не код… Это какая-то куча навоза…