Jump to content

Halp!


ImmortalCreeper1

Recommended Posts

I'm sorry I read the EAQ I don't get half of it. jst plz tell me wats rong

 

[20:39:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[20:39:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[20:39:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[20:39:56] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading

[20:39:56] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[20:39:57] [main/ERROR] [FML]: The coremod appeng.transformer.AppEngCore is requesting minecraft version 1.7.10 and minecraft is 1.7.2. It will be ignored.

[20:39:57] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:39:58] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:39:58] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:115)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:344)

at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:383)

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:312)

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

... 23 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)

... 25 more

[20:39:58] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Family\AppData\Roaming\.minecraft for Forge Mod Loader

java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]

at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]

at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]

at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]

at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:115) ~[launchwrapper-1.9.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]

at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]

at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:383) ~[forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:312) ~[forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.2-10.12.2.1147.jar:?]

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124) [forge-1.7.2-10.12.2.1147.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) [launchwrapper-1.9.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) ~[launchwrapper-1.9.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:115)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:344)

at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:383)

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:312)

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

... 23 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)

... 25 more

Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

 

 

 

 

 

Link to comment
Share on other sites

I tries 1.8 forge this was the crash

 

[16:50:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[16:50:14] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[16:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[16:50:14] [main/INFO] [FML]: Forge Mod Loader version 8.0.13.1019 for Minecraft 1.8 loading

[16:50:14] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:420)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:349)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:217)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:125)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more

[16:50:14] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Family\AppData\Roaming\.minecraft for Forge Mod Loader

java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]

at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]

at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]

at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]

at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]

at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]

at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:420) ~[fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:349) ~[fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:217) ~[fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:125) [fml-1.8-8.0.13.1019-1.8.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Exception in thread "main" [16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:420)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:349)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:217)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:125)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[16:50:14] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more

Link to comment
Share on other sites

Ok, took out some non 1.7 mods I think all now what? (does it make a diff that mixed of 1.7.10 and 1.7.2?)

 

[17:48:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[17:48:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[17:48:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[17:48:10] [main/INFO] [FML]: Forge Mod Loader version 7.10.86.1007 for Minecraft 1.7.10 loading

[17:48:10] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[17:48:10] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[17:48:10] [main/INFO] [FML]: [AppEng] Core Init

[17:48:10] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[17:48:11] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[17:48:11] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more

[17:48:11] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Family\AppData\Roaming\.minecraft for Forge Mod Loader

java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]

at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]

at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]

at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]

at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]

at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]

at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]

at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417) ~[fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [fml-1.7.10-7.10.86.1007.jar:?]

at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [fml-1.7.10-7.10.86.1007.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

... 23 more

Exception in thread "main" [17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/fml/relauncher/IFMLLoadingPlugin

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.AccessController.doPrivileged(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:344)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.relauncher.IFMLLoadingPlugin

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 23 more

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[17:48:11] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 25 more

Link to comment
Share on other sites

ugh wats rong now?

 

[20:16:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[20:16:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[20:16:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[20:16:34] [main/INFO] [FML]: Forge Mod Loader version 7.10.86.1007 for Minecraft 1.7.10 loading

[20:16:34] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[20:16:34] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:34] [main/INFO] [FML]: [AppEng] Core Init

[20:16:34] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[20:16:35] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:16:35] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[20:16:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:16:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:16:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[20:16:37] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:16:37] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:104]: Successfully Registered Transformer

Exception in thread "main" [20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at micdoodle8.mods.miccore.ConfigManagerMicCore.init(ConfigManagerMicCore.java:22)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at micdoodle8.mods.miccore.MicdoodlePlugin.injectData(MicdoodlePlugin.java:294)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:112)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.config.Configuration

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 5 more

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[20:16:38] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 7 more

 

Link to comment
Share on other sites

*Sigh* now what?

I was Using Forge but not FML (Didn't know there was a diff) I don't know how to use them both at once.

Do I put one on the mods folder?

 

[19:19:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[19:19:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[19:19:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[19:19:41] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading

[19:19:41] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[19:19:42] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:42] [main/INFO] [FML]: [AppEng] Core Init

[19:19:43] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:48] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:48] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:48] [main/WARN] [FML]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:49] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:49] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:49] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:50] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:50] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:50] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:19:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:19:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[19:19:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:19:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:19:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:03] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[19:20:03] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[19:20:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:04] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:04] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:04] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:04] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:104]: Successfully Registered Transformer

[19:20:04] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:297]: [Micdoodle8Core]: Patching game...

[19:20:04] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:297]: [Micdoodle8Core]: Patching game...

[19:20:04] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:04] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:20:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

Exception in thread "main" [19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: openmods/asm/VisitorHelper$TransformProvider

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredConstructors0(Native Method)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getConstructor0(Class.java:3067)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:408)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: openmods.asm.VisitorHelper$TransformProvider

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 8 more

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[19:20:07] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 10 more

 

Link to comment
Share on other sites

"Ugh you got to be kidding me. Again?"

 

It said "Welcome ImmortalCreeper1, Ready to play Minecraft 1.7.10-Forge10.13.2.1230"

I  installed OpenModsLib

 

[18:24:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[18:24:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[18:24:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[18:24:07] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1230 for Minecraft 1.7.10 loading

[18:24:07] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[18:24:07] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:07] [main/INFO] [FML]: [AppEng] Core Init

[18:24:07] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:07] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:07] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:07] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[18:24:08] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:24:08] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[18:24:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:24:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:24:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[18:24:10] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:10] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:104]: Successfully Registered Transformer

[18:24:11] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:297]: [Micdoodle8Core]: Patching game...

[18:24:11] [main/INFO] [sTDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:297]: [Micdoodle8Core]: Patching game...

[18:24:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:24:12] [main/INFO] [OpenMods]: openmods.config.simple.ConfigProcessor.process(ConfigProcessor.java:73): Parsing config file 'C:\Users\Family\AppData\Roaming\.minecraft\config\OpenModsLibCore.json'

[18:24:12] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

Exception in thread "main" [18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: openblocks/asm/OpenBlocksClassTransformer$1

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredConstructors0(Native Method)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getConstructor0(Class.java:3067)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.newInstance(Class.java:408)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.ClassNotFoundException: openblocks.asm.OpenBlocksClassTransformer$1

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 8 more

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IncompatibleClassChangeError: Implementing class

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass1(Native Method)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)

[18:24:12] [main/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 10 more

 

 

Link to comment
Share on other sites

this says "latest" said I would find it in "0" does this say anything abt a cycle? if yes whats the prob

 

 

[19:02:14] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.

[19:02:14] [main/INFO] [FML/]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading

[19:02:14] [main/INFO] [FML/]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Family\Desktop\runtime\jre-x64\1.8.0_25

[19:02:14] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.2.1291\forge-1.7.10-10.13.2.1291.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar;C:\Users\Family\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Family\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1291\1.7.10-Forge10.13.2.1291.jar

[19:02:14] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\Family\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1291\1.7.10-Forge10.13.2.1291-natives-11773435425763

[19:02:14] [main/DEBUG] [FML/]: Enabling runtime deobfuscation

[19:02:14] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin

[19:02:14] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers

[19:02:14] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin

[19:02:14] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin

[19:02:14] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers

[19:02:14] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin

[19:02:14] [main/DEBUG] [FML/]: All fundamental core mods are successfully located

[19:02:14] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Family\AppData\Roaming\.minecraft

[19:02:14] [main/DEBUG] [FML/]: Discovering coremods

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy AppleCore-mc1.7.10-1.1.0.jar

[19:02:14] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.7.10-1.1.0.jar, it will be examined later for regular @Mod instances

[19:02:14] [main/DEBUG] [FML/]: Instantiating coremod class AppleCore

[19:02:14] [main/DEBUG] [FML/]: The coremod squeek.applecore.AppleCore requested minecraft version 1.7.10 and minecraft is 1.7.10. It will be loaded.

[19:02:14] [main/DEBUG] [FML/]: Enqueued coremod AppleCore

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy appliedenergistics2-rv1-stable-1.jar

[19:02:14] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in appliedenergistics2-rv1-stable-1.jar, it will be examined later for regular @Mod instances

[19:02:14] [main/DEBUG] [FML/]: Instantiating coremod class AppEngCore

[19:02:14] [main/WARN] [FML/]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:14] [main/INFO] [FML/]: [AppEng] Core Init

[19:02:14] [main/DEBUG] [FML/]: Added access transformer class appeng.transformer.asm.ASMTweaker to enqueued access transformers

[19:02:14] [main/DEBUG] [FML/]: Enqueued coremod AppEngCore

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.7.10-1.0.1.10.jar

[19:02:14] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.7.10-1.0.1.10.jar

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy BuildCraft-Mod-Stable-1.7.2.jar

[19:02:14] [main/DEBUG] [FML/]: Not found coremod data in BuildCraft-Mod-Stable-1.7.2.jar

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy Chisel-2-Mod-1.7.10.jar

[19:02:14] [main/DEBUG] [FML/]: Not found coremod data in Chisel-2-Mod-1.7.10.jar

[19:02:14] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenCore-1.7.10.jar

[19:02:14] [main/TRACE] [FML/]: Adding CodeChickenCore-1.7.10.jar to the list of known coremods, it will not be examined again

[19:02:14] [main/DEBUG] [FML/]: Instantiating coremod class CodeChickenCorePlugin

[19:02:14] [main/WARN] [FML/]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class codechicken.core.asm.CodeChickenAccessTransformer to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod CodeChickenCorePlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.7.10-1.1.1.110-universal.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in CodeChickenLib-1.7.10-1.1.1.110-universal.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy CoFHCore-[1.7.10]3.0.0RC2-195.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in CoFHCore-[1.7.10]3.0.0RC2-195.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin

[19:02:15] [main/WARN] [FML/]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class cofh.asm.PCCAccessTransformer to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod LoadingPlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ComputerCraft1.72.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in ComputerCraft1.72.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Deadly-World-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Deadly-World-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy DragonAPI-1.7.10.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in DragonAPI-1.7.10.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class DragonAPIASMHandler

[19:02:15] [main/WARN] [FML/]: The coremod Reika.DragonAPI.Auxiliary.DragonAPIASMHandler does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class  to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod DragonAPIASMHandler

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Ender-IO-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Ender-IO-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ex-nihilo-nei-1.0.0.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in ex-nihilo-nei-1.0.0.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Extra-Utilities-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Extra-Utilities-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ExtraCells-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in ExtraCells-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy forestry_1.7.10-3.1.1.259-unstable-api.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in forestry_1.7.10-3.1.1.259-unstable-api.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ForgeMultipart-1.7.10-1.1.0.314-universal.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in ForgeMultipart-1.7.10-1.1.0.314-universal.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class DepLoader

[19:02:15] [main/WARN] [FML/]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod DepLoader

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy gud_thaumicnei-1.2.3.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in gud_thaumicnei-1.2.3.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy industrialcraft-2-2.2.683-experimental-api.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in industrialcraft-2-2.2.683-experimental-api.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Inventory-Tweaks-Mod-1.7.10.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Inventory-Tweaks-Mod-1.7.10.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin

[19:02:15] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Iron-Chests-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Iron-Chests-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.7.10-0.3.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.7.10-0.3.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Mariculture-Deluxe-1.7.10-1.2.4c.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Mariculture-Deluxe-1.7.10-1.2.4c.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class VanillaOverride

[19:02:15] [main/WARN] [FML/]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class mariculture.core.AccessTransformers to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod VanillaOverride

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Mekanism-1.7.10-7.1.1.127.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.7.10-7.1.1.127.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class LoadingHook

[19:02:15] [main/WARN] [FML/]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod LoadingHook

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy MekanismGenerators-1.7.10-7.1.1.127.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in MekanismGenerators-1.7.10-7.1.1.127.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy MekanismTools-1.7.10-7.1.1.127.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in MekanismTools-1.7.10-7.1.1.127.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Minechem-1.7.10-5.0.5.358.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Minechem-1.7.10-5.0.5.358.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy MrTJPCore-1.7.10-1.0.5.11-universal.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in MrTJPCore-1.7.10-1.0.5.11-universal.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class CorePlugin

[19:02:15] [main/WARN] [FML/]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod CorePlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Mystcraft-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Mystcraft-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy natura-1.7.10-2.2.0.1.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in natura-1.7.10-2.2.0.1.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy neiaddons-mc1710-1.12.4.16.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in neiaddons-mc1710-1.12.4.16.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy NEIIntegration-MC1.7.10-1.0.7.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in NEIIntegration-MC1.7.10-1.0.7.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy NotEnoughItems-1.7.10-1.0.4.83-universal.jar

[19:02:15] [main/TRACE] [FML/]: Adding NotEnoughItems-1.7.10-1.0.4.83-universal.jar to the list of known coremods, it will not be examined again

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class NEICorePlugin

[19:02:15] [main/WARN] [FML/]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod NEICorePlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenBlocks-1.7.10-1.3.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenBlocks-1.7.10-1.3.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class OpenBlocksCorePlugin

[19:02:15] [main/WARN] [FML/]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod OpenBlocksCorePlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenComputers-MC1.7.10-1.5.0.6-universal.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.7.10-1.5.0.6-universal.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader

[19:02:15] [main/DEBUG] [FML/]: The coremod li.cil.oc.common.launch.TransformerLoader requested minecraft version 1.7.10 and minecraft is 1.7.10. It will be loaded.

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenModsLib-1.7.10-0.6.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.7.10-0.6.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class OpenModsCorePlugin

[19:02:15] [main/WARN] [FML/]: The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod OpenModsCorePlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Pam's HarvestCraft 1.7.10f.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Pam's HarvestCraft 1.7.10f.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Peripherals++-1.2.0-beta4.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Peripherals++-1.2.0-beta4.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy PneumaticCraft-1.7.10-1.5.6-59-universal.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in PneumaticCraft-1.7.10-1.5.6-59-universal.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ProjectRed-Base-1.7.2-4.4.4.43.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in ProjectRed-Base-1.7.2-4.4.4.43.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class DepLoader

[19:02:15] [main/WARN] [FML/]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod DepLoader

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Railcraft_1.7.10-9.5.0.0.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Railcraft_1.7.10-9.5.0.0.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy RandomThings-2.2.4.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in RandomThings-2.2.4.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class RTLoadingPlugin

[19:02:15] [main/WARN] [FML/]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod RTLoadingPlugin

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy RotaryCraft-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in RotaryCraft-Mod-1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy SimplyJetpacks-MC1.7.10-1.3.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in SimplyJetpacks-MC1.7.10-1.3.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy SpiceOfLife-mc1.7.10-1.2.3.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in SpiceOfLife-mc1.7.10-1.2.3.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.7.10-1.8.2a.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.7.10-1.8.2a.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Thaumcraft-1.7.10-4.2.3.4.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Thaumcraft-1.7.10-4.2.3.4.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class DepLoader

[19:02:15] [main/WARN] [FML/]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod DepLoader

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy thaumcraftneiplugin-1.7.10-1.7.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in thaumcraftneiplugin-1.7.10-1.7.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ThaumicTinkerer-2.5-1.7.10-162.jar

[19:02:15] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in ThaumicTinkerer-2.5-1.7.10-162.jar, it will be examined later for regular @Mod instances

[19:02:15] [main/DEBUG] [FML/]: Instantiating coremod class ThaumicTLoaderContainer

[19:02:15] [main/WARN] [FML/]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[19:02:15] [main/DEBUG] [FML/]: Added access transformer class thaumic.tinkerer.preloader.AccessTransformer to enqueued access transformers

[19:02:15] [main/DEBUG] [FML/]: Enqueued coremod ThaumicTLoaderContainer

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalExpansion-[1.7.10]4.0.0B9-86.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in ThermalExpansion-[1.7.10]4.0.0B9-86.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalFoundation-[1.7.10]1.0.0RC1-43.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in ThermalFoundation-[1.7.10]1.0.0RC1-43.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy TMechworks-1.7.10-0.2.12.95.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in TMechworks-1.7.10-0.2.12.95.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Twilight-Forest-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Twilight-Forest-Mod-1.7.2.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy Waila-1.5.9_1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in Waila-1.5.9_1.7.10.jar

[19:02:15] [main/DEBUG] [FML/]: Examining for coremod candidacy WailaHarvestability-mc1.7.x-1.1.2.jar

[19:02:15] [main/DEBUG] [FML/]: Not found coremod data in WailaHarvestability-mc1.7.x-1.1.2.jar

[19:02:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:02:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[19:02:15] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:02:15] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:02:15] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:15] [main/DEBUG] [FML/]: Injecting coremod AppleCore {squeek.applecore.AppleCore} class transformers

[19:02:15] [main/TRACE] [FML/]: Registering transformer squeek.applecore.asm.TransformerModuleHandler

[19:02:15] [main/DEBUG] [FML/]: Injection complete

[19:02:15] [main/DEBUG] [FML/]: Running coremod plugin for AppleCore {squeek.applecore.AppleCore}

[19:02:15] [main/DEBUG] [FML/]: Running coremod plugin AppleCore

[19:02:15] [main/DEBUG] [FML/]: Coremod plugin class AppleCore run successfully

[19:02:15] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:15] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers

[19:02:15] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer

[19:02:15] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer

[19:02:15] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer

[19:02:15] [main/DEBUG] [FML/]: Injection complete

[19:02:15] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}

[19:02:15] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.RegionFile.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.Block$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.integrated.IntegratedServer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse$PlayerCountData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureMineshaftPieces.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockDeadBush.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.EntityRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Library.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.potion.Potion.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager$2$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkManager$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockFire.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.entity.EntityOtherPlayerMP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.boss.EntityWither.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecart.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.InventoryPlayer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityEnderPearl.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.entity.EntityPlayerSP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerPlayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityBrewingStand.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureAtlasSprite$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityLivingBase.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockPumpkin.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$9.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.RenderBlocks.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenSwamp.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureMineshaftPieces$Room.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.Block.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.AnvilChunkLoader$PendingChunk.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.realms.RealmsConnect$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityTracker.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.Enchantment.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemFlintAndSteel.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.integrated.IntegratedServer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerEnchantment$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStart.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$14.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureComponent$BlockSelector.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.management.ServerConfigurationManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Road.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkManager$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetHandlerPlayServer$SwitchEnumState.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$8.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Village.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderBiped.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$16.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.MapData$MapInfo.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGeneratorBonusChest.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.management.PlayerManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityMagmaCube.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockVine.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.model.ModelBox.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.WorldRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.NetHandlerLoginClient.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockRedstoneWire.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockSnow.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockChest.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenAbstractTree.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.realms.RealmsConnect.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Hall.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.SpawnerAnimals.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemBucketMilk.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenHills.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiChat.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.projectile.EntityFishHook.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerEnchantment$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerPlayer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.Chunk.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderPlayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockCocoa.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiSelectWorld$List.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemSkull.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemDye.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerRepair.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper$DamageIterator.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenForest.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.crafting.FurnaceRecipes.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemTool.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.OldServerPinger.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.command.CommandEnchant.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntity$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityLiving.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockSkull.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerBrewingStand$Ingredient.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$8.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.WeightedRandom.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenMegaPineTree.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.management.ItemInWorldManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityVillager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockFlowerPot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntitySheep.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.network.NetHandlerHandshakeTCP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.SlotFurnace.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockMycelium.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.WeightedRandomChestContent.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntitySheep$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.ServerListEntryNormal$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderEnd.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkSystem$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.tileentity.RenderItemFrame.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.MapGenRavine.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkSystem.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.WorldServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.OpenGlHelper.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.stats.StatList.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTrees.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemEmptyMap.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse$Serializer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$8.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.management.PlayerManager$PlayerInstance.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.EntityRenderer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.play.server.S26PacketMapChunkBulk.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$SwitchDoor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenJungle.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerBeacon$BeaconSlot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$11.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerRepair$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockLiquid.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderHell.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.World$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.Item$ToolMaterial.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityHorse$GroupData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockLadder.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Torch.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityTracker$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockRailBase$Rail.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureComponent.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkSystem$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockPane.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.Entity$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$6.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockOre.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenForest.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemMap.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemBow.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.crafting.CraftingManager$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenMinable.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockCrops.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.monster.EntitySlime.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.Entity.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$6.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockRailBase.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureMap.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiButton.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.command.CommandHandler.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$House1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$6.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenForest$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.OldServerPinger$2$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityNote.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenSavannaTree.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenMegaJungle.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiIngameMenu.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemStack.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockMushroom.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.RenderGlobal.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.ItemRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory$Entry.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings$SwitchOptions.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Field2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.integrated.IntegratedServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockTallGrass.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockTrapDoor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityHopper.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.Explosion.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityHorse.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderSnowMan.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockReed.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.Entity$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.tileentity.TileEntityChestRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenBase.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$9.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.EntityRenderer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemBucket.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockRedstoneComparator.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$6.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenShrub.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.Block$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.Tessellator.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.World$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemBlock.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockSapling.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockPistonMoving.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.World$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntity$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EntityDiggingFX.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.MouseHelper.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiSlot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$10.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.MapData$MapCoord.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntity.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockMobSpawner.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemArmor$ArmorMaterial.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.model.PositionTextureVertex.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockStem.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.LoadingScreenRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$6.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetHandlerPlayServer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockTorch.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayerBiome.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.ChunkCache.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemArmor$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockCactus.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Start.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockPotato.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiNewChat.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemSeeds.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.Vec3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureMap$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.MapGenCaves.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.resources.LanguageManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkManager$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityBeacon.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityEnderman.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.network.NetHandlerHandshakeTCP$SwitchEnumConnectionState.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityList$EntityEggInfo.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerEnchantment.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$7.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.Entity$SwitchEnumEntitySize.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.boss.EntityWither$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.StringTranslate.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayerMP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureMap$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenBase$TempCategory.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.MapData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiMultiplayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.boss.IBossDisplayData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.Entity$EnumEntitySize.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.ClientBrandRetriever.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerBrewingStand.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityHorse$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.Session.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.InventoryEffectRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.play.server.S21PacketChunkData$Extracted.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityZombie.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.WorldServerMulti.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.play.server.S3FPacketCustomPayload.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Church.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemShears.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.Block$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$SwitchMovingObjectType.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkSystem$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiSelectWorld.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.effect.EntityLightningBolt.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$7.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.boss.EntityDragon.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartFurnace.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.ServerListEntryNormal.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.OldServerPinger$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenBase$SpawnListEntry.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.village.VillageCollection.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiMainMenu.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartEmpty.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerBeacon.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenPlains.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.ResourceLocation.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.network.NetHandlerLoginServer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockLever.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockDoublePlant.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStructure$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityZombie$GroupData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.MovingObjectPosition$MovingObjectType.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper$IModifier.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.network.NetHandlerLoginServer$LoginState.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.Block$SoundType.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.model.ModelRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.crafting.RecipeFireworks.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetHandlerPlayServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockLog.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenForest$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockButton.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.Item.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.WorldProvider.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.World.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemSword.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.WorldServer$ServerBlockEventList.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.MovingObjectPosition.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.SlotCrafting.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityItem.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStronghold$Start.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockFarmland.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.WorldChunkManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStructure$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.Slot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$House3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemSeedFood.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiScreen.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Path.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.IBlockAccess.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.Chunk$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayer$EnumStatus.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerRepair$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.OldServerPinger$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$12.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings$Options.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityXPOrb.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.SaveHandler.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockNote.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper$HurtIterator.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.Session$Type.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockPistonBase.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$7.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetHandlerPlayServer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$12.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.inventory.ContainerBrewingStand$Potion.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$15.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$10.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartContainer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityMooshroom.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper$ModifierDamage.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiSleepMP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.model.TexturedQuad.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiIngame.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$11.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeDecorator.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityList.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemArmor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartHopper.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$13.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.model.ModelBase.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.shader.Framebuffer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStructure$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockNetherWart.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.World$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderVillager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.play.server.S21PacketChunkData.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.WorldType.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenCanopyTree.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.gui.MinecraftServerGui$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Well.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.util.WeightedRandom$Item.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.NetHandlerPlayClient$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkSystem$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockFalling.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.nbt.NBTTagList.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.InventoryPlayer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntity$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings$Options$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.RenderGlobal$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityFurnace.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.nbt.CompressedStreamTools.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayer$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayer$EnumChatVisibility.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.network.NetworkManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft$9.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityOcelot.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.potion.PotionEffect.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderGenerate.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.crafting.CraftingManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.EntityRenderer$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureMap$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.GuiCreateWorld.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.gui.achievement.GuiAchievements.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer$3.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockLeaves.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.Minecraft.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.crash.CrashReport$5.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$Field1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper$ModifierLiving.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$7.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemRecord.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockIce.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStructure.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemLilyPad.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockBush.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.item.ItemHoe.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockGrass.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayer$2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockTripWireHook.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.NetHandlerLoginClient$1.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStronghold.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenBase$Height.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockRedstoneOre.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.entity.EntityTrackerEntry.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.server.network.NetHandlerLoginServer.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo$4.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.client.network.NetHandlerPlayClient.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces$House2.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.block.BlockDoor.binpatch

[19:02:16] [main/TRACE] [FML/]: Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs$8.binpatch

[19:02:16] [main/DEBUG] [FML/]: Read 504 binary patches

[19:02:16] [main/DEBUG] [FML/]: Patch list :

bap=[bap : bap => net.minecraft.client.Minecraft$1 (true) size 752]

bao=[bao : bao => net.minecraft.client.Minecraft (true) size 51031]

bar=[bar : bar => net.minecraft.client.Minecraft$11 (true) size 803]

baq=[baq : baq => net.minecraft.client.Minecraft$10 (true) size 703]

bat=[bat : bat => net.minecraft.client.Minecraft$13 (true) size 856]

bas=[bas : bas => net.minecraft.client.Minecraft$12 (true) size 797]

bav=[bav : bav => net.minecraft.client.Minecraft$15 (true) size 874]

bau=[bau : bau => net.minecraft.client.Minecraft$14 (true) size 1020]

bax=[bax : bax => net.minecraft.client.Minecraft$SwitchMovingObjectType (true) size 940]

baw=[baw : baw => net.minecraft.client.Minecraft$16 (true) size 704]

baz=[baz : baz => net.minecraft.client.Minecraft$3 (true) size 789]

bay=[bay : bay => net.minecraft.client.Minecraft$2 (true) size 970]

bba=[bba : bba => net.minecraft.client.Minecraft$4 (true) size 789]

bbc=[bbc : bbc => net.minecraft.client.Minecraft$6 (true) size 751]

bbb=[bbb : bbb => net.minecraft.client.Minecraft$5 (true) size 722]

bbe=[bbe : bbe => net.minecraft.client.Minecraft$8 (true) size 720]

bbd=[bbd : bbd => net.minecraft.client.Minecraft$7 (true) size 891]

bbg=[bbg : bbg => net.minecraft.util.MouseHelper (true) size 1168]

bbf=[bbf : bbf => net.minecraft.client.Minecraft$9 (true) size 1053]

bbk=[bbk : bbk => net.minecraft.client.settings.GameSettings$1 (true) size 707]

bbj=[bbj : bbj => net.minecraft.client.settings.GameSettings (true) size 23020]

bbm=[bbm : bbm => net.minecraft.client.settings.GameSettings$Options (true) size 7230]

bbl=[bbl : bbl => net.minecraft.client.settings.GameSettings$SwitchOptions (true) size 1917]

ao=[ao : ao => net.minecraft.command.CommandEnchant (true) size 2463]

bbo=[bbo : bbo => net.minecraft.client.LoadingScreenRenderer (true) size 3860]

bbn=[bbn : bbn => net.minecraft.client.settings.GameSettings$Options$1 (true) size 649]

bbs=[bbs : bbs => net.minecraft.util.Session (true) size 2385]

bbt=[bbt : bbt => net.minecraft.util.Session$Type (true) size 1617]

bbv=[bbv : bbv => net.minecraft.client.gui.GuiIngame (true) size 20355]

aaa=[aaa : aaa => net.minecraft.inventory.ContainerBrewingStand$Ingredient (true) size 827]

bcb=[bcb : bcb => net.minecraft.client.gui.GuiButton (true) size 3298]

bcc=[bcc : bcc => net.minecraft.client.gui.GuiNewChat (true) size 8317]

aab=[aab : aab => net.minecraft.inventory.ContainerBrewingStand$Potion (true) size 1212]

aag=[aag : aag => net.minecraft.inventory.ContainerEnchantment (true) size 5212]

aai=[aai : aai => net.minecraft.inventory.ContainerEnchantment$2 (true) size 648]

aah=[aah : aah => net.minecraft.inventory.ContainerEnchantment$1 (true) size 670]

aak=[aak : aak => net.minecraft.inventory.SlotFurnace (true) size 2251]

bcm=[bcm : bcm => net.minecraft.client.gui.GuiSlot (true) size 8550]

aaq=[aaq : aaq => net.minecraft.inventory.ContainerPlayer$1 (true) size 1154]

aap=[aap : aap => net.minecraft.inventory.ContainerPlayer (true) size 3015]

bct=[bct : bct => net.minecraft.client.gui.GuiChat (true) size 10046]

aay=[aay : aay => net.minecraft.inventory.Slot (true) size 3025]

aax=[aax : aax => net.minecraft.inventory.SlotCrafting (true) size 3286]

abb=[abb : abb => net.minecraft.item.ItemArmor (true) size 4396]

bdb=[bdb : bdb => net.minecraft.client.gui.GuiCreateWorld (true) size 9269]

abd=[abd : abd => net.minecraft.item.ItemArmor$ArmorMaterial (true) size 1949]

b=[b : b => net.minecraft.crash.CrashReport (true) size 7025]

c=[c : c => net.minecraft.crash.CrashReport$1 (true) size 663]

abc=[abc : abc => net.minecraft.item.ItemArmor$1 (true) size 1608]

d=[d : d => net.minecraft.crash.CrashReport$2 (true) size 892]

e=[e : e => net.minecraft.crash.CrashReport$3 (true) size 882]

f=[f : f => net.minecraft.crash.CrashReport$4 (true) size 900]

abh=[abh : abh => net.minecraft.item.ItemBlock (true) size 4045]

bdi=[bdi : bdi => net.minecraft.client.gui.GuiSleepMP (true) size 1776]

g=[g : g => net.minecraft.crash.CrashReport$5 (true) size 1249]

h=[h : h => net.minecraft.crash.CrashReport$6 (true) size 1481]

i=[i : i => net.minecraft.crash.CrashReport$7 (true) size 1006]

j=[j : j => net.minecraft.crash.CrashReport$8 (true) size 865]

k=[k : k => net.minecraft.crash.CrashReportCategory (true) size 5088]

l=[l : l => net.minecraft.crash.CrashReportCategory$1 (true) size 1253]

m=[m : m => net.minecraft.crash.CrashReportCategory$2 (true) size 1141]

abm=[abm : abm => net.minecraft.item.ItemBow (true) size 4082]

n=[n : n => net.minecraft.crash.CrashReportCategory$3 (true) size 805]

bdp=[bdp : bdp => net.minecraft.client.gui.GuiIngameMenu (true) size 2964]

o=[o : o => net.minecraft.crash.CrashReportCategory$Entry (true) size 1059]

abo=[abo : abo => net.minecraft.item.ItemBucket (true) size 3934]

abt=[abt : abt => net.minecraft.creativetab.CreativeTabs (true) size 5904]

abv=[abv : abv => net.minecraft.creativetab.CreativeTabs$10 (true) size 673]

bdw=[bdw : bdw => net.minecraft.client.gui.GuiScreen (true) size 9799]

abu=[abu : abu => net.minecraft.creativetab.CreativeTabs$1 (true) size 641]

bdy=[bdy : bdy => net.minecraft.client.gui.GuiSelectWorld$List (true) size 3118]

abx=[abx : abx => net.minecraft.creativetab.CreativeTabs$12 (true) size 685]

bdx=[bdx : bdx => net.minecraft.client.gui.GuiSelectWorld (true) size 6412]

abw=[abw : abw => net.minecraft.creativetab.CreativeTabs$11 (true) size 672]

abz=[abz : abz => net.minecraft.creativetab.CreativeTabs$3 (true) size 801]

aby=[aby : aby => net.minecraft.creativetab.CreativeTabs$2 (true) size 713]

z=[z : z => net.minecraft.command.CommandHandler (true) size 5577]

aca=[aca : aca => net.minecraft.creativetab.CreativeTabs$4 (true) size 655]

acc=[acc : acc => net.minecraft.creativetab.CreativeTabs$6 (true) size 673]

acb=[acb : acb => net.minecraft.creativetab.CreativeTabs$5 (true) size 713]

de=[de : de => net.minecraft.util.StringTranslate (true) size 3644]

ace=[ace : ace => net.minecraft.creativetab.CreativeTabs$8 (true) size 668]

bee=[bee : bee => net.minecraft.client.gui.GuiMainMenu (true) size 13023]

acd=[acd : acd => net.minecraft.creativetab.CreativeTabs$7 (true) size 673]

acg=[acg : acg => net.minecraft.item.ItemTool (true) size 3667]

acf=[acf : acf => net.minecraft.creativetab.CreativeTabs$9 (true) size 672]

bei=[bei : bei => net.minecraft.client.gui.achievement.GuiAchievements (true) size 11790]

acj=[acj : acj => net.minecraft.item.ItemDye (true) size 6353]

acl=[acl : acl => net.minecraft.item.ItemEmptyMap (true) size 1542]

dq=[dq : dq => net.minecraft.nbt.NBTTagList (true) size 4613]

du=[du : du => net.minecraft.nbt.CompressedStreamTools (true) size 4658]

acw=[acw : acw => net.minecraft.item.ItemFlintAndSteel (true) size 1267]

bex=[bex : bex => net.minecraft.client.gui.inventory.GuiContainer (true) size 12122]

adb=[adb : adb => net.minecraft.item.Item (true) size 35731]

ada=[ada : ada => net.minecraft.item.ItemHoe (true) size 2607]

add=[add : add => net.minecraft.item.ItemStack (true) size 16541]

adc=[adc : adc => net.minecraft.item.Item$ToolMaterial (true) size 2914]

adh=[adh : adh => net.minecraft.item.ItemMap (true) size 6205]

ej=[ej : ej => net.minecraft.network.NetworkManager (true) size 7699]

ek=[ek : ek => net.minecraft.network.NetworkManager$1 (true) size 1153]

el=[el : el => net.minecraft.network.NetworkManager$2 (true) size 1485]

adi=[adi : adi => net.minecraft.item.ItemBucketMilk (true) size 1294]

em=[em : em => net.minecraft.network.NetworkManager$3 (true) size 741]

bfm=[bfm : bfm => net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative (true) size 2470]

bfl=[bfl : bfl => net.minecraft.client.gui.inventory.GuiContainerCreative (true) size 15642]

en=[en : en => net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener (true) size 660]

bfo=[bfo : bfo => net.minecraft.client.renderer.InventoryEffectRenderer (true) size 2747]

bfn=[bfn : bfn => net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot (true) size 1846]

adr=[adr : adr => net.minecraft.item.ItemRecord (true) size 2518]

adv=[adv : adv => net.minecraft.item.ItemSeedFood (true) size 1975]

adx=[adx : adx => net.minecraft.item.ItemShears (true) size 3608]

adw=[adw : adw => net.minecraft.item.ItemSeeds (true) size 2094]

bfz=[bfz : bfz => net.minecraft.client.gui.GuiMultiplayer (true) size 8053]

net.minecraft.client.ClientBrandRetriever=[net/minecraft/client/ClientBrandRetriever : net.minecraft.client.ClientBrandRetriever => net.minecraft.client.ClientBrandRetriever (true) size 665]

bgd=[bgd : bgd => net.minecraft.client.gui.ServerListEntryNormal$1 (true) size 1251]

aeb=[aeb : aeb => net.minecraft.item.ItemSkull (true) size 4174]

bgc=[bgc : bgc => net.minecraft.client.gui.ServerListEntryNormal (true) size 6556]

aeh=[aeh : aeh => net.minecraft.item.ItemSword (true) size 3203]

aej=[aej : aej => net.minecraft.item.ItemLilyPad (true) size 2456]

aey=[aey : aey => net.minecraft.item.crafting.RecipeFireworks (true) size 3781]

afa=[afa : afa => net.minecraft.item.crafting.FurnaceRecipes (true) size 3864]

aff=[aff : aff => net.minecraft.item.crafting.CraftingManager$1 (true) size 872]

afe=[afe : afe => net.minecraft.item.crafting.CraftingManager (true) size 13656]

gr=[gr : gr => net.minecraft.network.play.server.S3FPacketCustomPayload (true) size 1922]

bhr=[bhr : bhr => net.minecraft.client.model.ModelBase (true) size 1864]

aft=[aft : aft => net.minecraft.enchantment.Enchantment (true) size 4972]

afv=[afv : afv => net.minecraft.enchantment.EnchantmentHelper (true) size 8895]

bhv=[bhv : bhv => net.minecraft.client.model.TexturedQuad (true) size 1787]

gx=[gx : gx => net.minecraft.network.play.server.S21PacketChunkData (true) size 5349]

afx=[afx : afx => net.minecraft.enchantment.EnchantmentHelper$DamageIterator (true) size 788]

gy=[gy : gy => net.minecraft.network.play.server.S21PacketChunkData$Extracted (true) size 416]

gz=[gz : gz => net.minecraft.network.play.server.S26PacketMapChunkBulk (true) size 5384]

afz=[afz : afz => net.minecraft.enchantment.EnchantmentHelper$IModifier (true) size 162]

afy=[afy : afy => net.minecraft.enchantment.EnchantmentHelper$HurtIterator (true) size 786]

aga=[aga : aga => net.minecraft.enchantment.EnchantmentHelper$ModifierLiving (true) size 772]

agb=[agb : agb => net.minecraft.enchantment.EnchantmentHelper$ModifierDamage (true) size 768]

bii=[bii : bii => net.minecraft.client.model.PositionTextureVertex (true) size 1059]

bis=[bis : bis => net.minecraft.client.model.ModelBox (true) size 2542]

agw=[agw : agw => net.minecraft.world.Explosion (true) size 6046]

bix=[bix : bix => net.minecraft.client.model.ModelRenderer (true) size 5233]

biz=[biz : biz => net.minecraft.client.network.NetHandlerLoginClient (true) size 4052]

bja=[bja : bja => net.minecraft.client.network.NetHandlerLoginClient$1 (true) size 758]

ahb=[ahb : ahb => net.minecraft.world.World (true) size 68409]

bjc=[bjc : bjc => net.minecraft.client.network.NetHandlerPlayClient$1 (true) size 1085]

bjb=[bjb : bjb => net.minecraft.client.network.NetHandlerPlayClient (true) size 33918]

ahd=[ahd : ahd => net.minecraft.world.World$2 (true) size 1229]

bje=[bje : bje => net.minecraft.client.multiplayer.PlayerControllerMP (true) size 9848]

bjd=[bjd : bjd => net.minecraft.client.multiplayer.ChunkProviderClient (true) size 3962]

ahc=[ahc : ahc => net.minecraft.world.World$1 (true) size 847]

bjg=[bjg : bjg => net.minecraft.client.multiplayer.WorldClient$1 (true) size 891]

ahf=[ahf : ahf => net.minecraft.world.World$4 (true) size 750]

bjf=[bjf : bjf => net.minecraft.client.multiplayer.WorldClient (true) size 9697]

ahe=[ahe : ahe => net.minecraft.world.World$3 (true) size 872]

bji=[bji : bji => net.minecraft.client.multiplayer.WorldClient$3 (true) size 773]

bjh=[bjh : bjh => net.minecraft.client.multiplayer.WorldClient$2 (true) size 896]

bjj=[bjj : bjj => net.minecraft.client.multiplayer.WorldClient$4 (true) size 835]

ahl=[ahl : ahl => net.minecraft.world.IBlockAccess (true) size 549]

ahm=[ahm : ahm => net.minecraft.world.WorldType (true) size 5677]

bjq=[bjq : bjq => net.minecraft.client.network.OldServerPinger (true) size 3331]

aho=[aho : aho => net.minecraft.world.SpawnerAnimals (true) size 7336]

ahr=[ahr : ahr => net.minecraft.world.ChunkCache (true) size 4721]

bjs=[bjs : bjs => net.minecraft.client.network.OldServerPinger$2 (true) size 1353]

bjr=[bjr : bjr => net.minecraft.client.network.OldServerPinger$1 (true) size 3553]

bjt=[bjt : bjt => net.minecraft.client.network.OldServerPinger$2$1 (true) size 3275]

ahv=[ahv : ahv => net.minecraft.world.biome.BiomeGenBase$Height (true) size 591]

ahu=[ahu : ahu => net.minecraft.world.biome.BiomeGenBase (true) size 16517]

ahx=[ahx : ahx => net.minecraft.world.biome.BiomeGenBase$SpawnListEntry (true) size 941]

ahw=[ahw : ahw => net.minecraft.world.biome.BiomeGenBase$TempCategory (true) size 993]

aia=[aia : aia => net.minecraft.world.biome.BiomeDecorator (true) size 9820]

aib=[aib : aib => net.minecraft.world.biome.WorldChunkManager (true) size 6446]

aid=[aid : aid => net.minecraft.world.biome.BiomeGenHills (true) size 2922]

aig=[aig : aig => net.minecraft.world.biome.BiomeGenForest$1 (true) size 737]

aif=[aif : aif => net.minecraft.world.biome.BiomeGenForest (true) size 4432]

aih=[aih : aih => net.minecraft.world.biome.BiomeGenForest$2 (true) size 767]

aik=[aik : aik => net.minecraft.world.biome.BiomeGenJungle (true) size 2049]

bkn=[bkn : bkn => net.minecraft.client.particle.EffectRenderer (true) size 6642]

bkp=[bkp : bkp => net.minecraft.client.particle.EffectRenderer$2 (true) size 974]

bko=[bko : bko => net.minecraft.client.particle.EffectRenderer$1 (true) size 752]

bkr=[bkr : bkr => net.minecraft.client.particle.EffectRenderer$4 (true) size 985]

aip=[aip : aip => net.minecraft.world.biome.BiomeGenPlains (true) size 2640]

bkq=[bkq : bkq => net.minecraft.client.particle.EffectRenderer$3 (true) size 763]

aiv=[aiv : aiv => net.minecraft.world.biome.BiomeGenSwamp (true) size 2603]

kb=[kb : kb => net.minecraft.network.ServerStatusResponse (true) size 1255]

kc=[kc : kc => net.minecraft.network.ServerStatusResponse$PlayerCountData (true) size 856]

kd=[kd : kd => net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer (true) size 2927]

ke=[ke : ke => net.minecraft.network.ServerStatusResponse$Serializer (true) size 2478]

bld=[bld : bld => net.minecraft.client.particle.EntityDiggingFX (true) size 3036]

kf=[kf : kf => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier (true) size 695]

kg=[kg : kg => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer (true) size 1645]

ajf=[ajf : ajf => net.minecraft.block.BlockRailBase$Rail (true) size 5919]

aje=[aje : aje => net.minecraft.block.BlockRailBase (true) size 5007]

blk=[blk : blk => net.minecraft.client.entity.EntityPlayerSP (true) size 12108]

ajj=[ajj : ajj => net.minecraft.block.Block$1 (true) size 591]

aji=[aji : aji => net.minecraft.block.Block (true) size 53796]

blm=[blm : blm => net.minecraft.client.renderer.RenderBlocks (true) size 136365]

ajl=[ajl : ajl => net.minecraft.block.Block$3 (true) size 583]

ajk=[ajk : ajk => net.minecraft.block.Block$2 (true) size 529]

bll=[bll : bll => net.minecraft.client.entity.EntityOtherPlayerMP (true) size 3805]

blo=[blo : blo => net.minecraft.client.renderer.WorldRenderer (true) size 6498]

ajm=[ajm : ajm => net.minecraft.block.Block$SoundType (true) size 1033]

ajr=[ajr : ajr => net.minecraft.block.BlockBush (true) size 3906]

blu=[blu : blu => net.minecraft.client.renderer.EntityRenderer$1 (true) size 844]

ajt=[ajt : ajt => net.minecraft.block.BlockCactus (true) size 4396]

blt=[blt : blt => net.minecraft.client.renderer.EntityRenderer (true) size 34110]

ajs=[ajs : ajs => net.minecraft.block.BlockButton (true) size 8139]

blw=[blw : blw => net.minecraft.client.renderer.EntityRenderer$3 (true) size 1041]

blv=[blv : blv => net.minecraft.client.renderer.EntityRenderer$2 (true) size 1022]

ajx=[ajx : ajx => net.minecraft.block.BlockChest (true) size 9668]

bly=[bly : bly => net.minecraft.client.renderer.ItemRenderer (true) size 15414]

ajz=[ajz : ajz => net.minecraft.block.BlockCocoa (true) size 6726]

bmb=[bmb : bmb => net.minecraft.client.renderer.RenderGlobal$1 (true) size 880]

bma=[bma : bma => net.minecraft.client.renderer.RenderGlobal (true) size 44784]

akc=[akc : akc => net.minecraft.block.BlockRedstoneComparator (true) size 7107]

lh=[lh : lh => net.minecraft.server.MinecraftServer$1 (true) size 1423]

bmh=[bmh : bmh => net.minecraft.client.renderer.Tessellator (true) size 7799]

akf=[akf : akf => net.minecraft.block.BlockCrops (true) size 5800]

li=[li : li => net.minecraft.server.MinecraftServer$2 (false) size 702]

bmg=[bmg : bmg => net.minecraft.client.shader.Framebuffer (true) size 4866]

lj=[lj : lj => net.minecraft.server.MinecraftServer$3 (true) size 908]

akh=[akh : akh => net.minecraft.block.BlockDeadBush (true) size 1854]

lk=[lk : lk => net.minecraft.server.MinecraftServer$4 (true) size 1151]

ll=[ll : ll => net.minecraft.server.MinecraftServer$5 (true) size 994]

lm=[lm : lm => net.minecraft.server.MinecraftServer$6 (true) size 647]

bmm=[bmm : bmm => net.minecraft.client.renderer.tileentity.TileEntityChestRenderer (true) size 3500]

ako=[ako : ako => net.minecraft.block.BlockDoublePlant (true) size 8671]

akn=[akn : akn => net.minecraft.block.BlockDoor (true) size 7517]

lt=[lt : lt => net.minecraft.server.dedicated.DedicatedServer (false) size 13944]

lu=[lu : lu => net.minecraft.server.dedicated.DedicatedServer$1 (false) size 858]

lv=[lv : lv => net.minecraft.server.dedicated.DedicatedServer$2 (false) size 1368]

lw=[lw : lw => net.minecraft.server.dedicated.DedicatedServer$3 (false) size 1142]

lx=[lx : lx => net.minecraft.server.dedicated.DedicatedServer$4 (false) size 780]

ly=[ly : ly => net.minecraft.server.gui.MinecraftServerGui (false) size 5987]

lz=[lz : lz => net.minecraft.server.gui.MinecraftServerGui$1 (false) size 1036]

aky=[aky : aky => net.minecraft.block.BlockFarmland (true) size 4247]

akx=[akx : akx => net.minecraft.block.BlockFalling (true) size 2747]

ma=[ma : ma => net.minecraft.server.gui.MinecraftServerGui$2 (false) size 1249]

mb=[mb : mb => net.minecraft.server.gui.MinecraftServerGui$3 (false) size 664]

alb=[alb : alb => net.minecraft.block.BlockFire (true) size 12390]

mc=[mc : mc => net.minecraft.server.gui.MinecraftServerGui$4 (false) size 1080]

md=[md : md => net.minecraft.server.gui.MinecraftServerGui$5 (false) size 894]

ald=[ald : ald => net.minecraft.block.BlockFlowerPot (true) size 6083]

alh=[alh : alh => net.minecraft.block.BlockGrass (true) size 4852]

mm=[mm : mm => net.minecraft.world.WorldServerMulti (true) size 912]

mn=[mn : mn => net.minecraft.entity.EntityTracker (true) size 6124]

mo=[mo : mo => net.minecraft.entity.EntityTracker$1 (true) size 997]

bnn=[bnn : bnn => net.minecraft.client.renderer.entity.RenderManager (true) size 9382]

mq=[mq : mq => net.minecraft.server.management.PlayerManager (true) size 7213]

alp=[alp : alp => net.minecraft.block.BlockIce (true) size 3293]

mr=[mr : mr => net.minecraft.server.management.PlayerManager$PlayerInstance (true) size 5900]

ms=[ms : ms => net.minecraft.world.gen.ChunkProviderServer (true) size 8965]

mt=[mt : mt => net.minecraft.world.WorldServer (true) size 22105]

alt=[alt : alt => net.minecraft.block.BlockLeaves (true) size 7760]

als=[als : als => net.minecraft.block.BlockLadder (true) size 3446]

mv=[mv : mv => net.minecraft.world.WorldServer$ServerBlockEventList (true) size 490]

bnw=[bnw : bnw => net.minecraft.client.renderer.entity.RenderBiped (true) size 9934]

mw=[mw : mw => net.minecraft.entity.player.EntityPlayerMP (true) size 22996]

alv=[alv : alv => net.minecraft.block.BlockLever (true) size 6519]

mx=[mx : mx => net.minecraft.server.management.ItemInWorldManager (true) size 8834]

bny=[bny : bny => net.minecraft.client.renderer.entity.RenderItem (true) size 14040]

alx=[alx : alx => net.minecraft.block.BlockLog (true) size 2353]

my=[my : my => net.minecraft.entity.EntityTrackerEntry (true) size 11574]

bnx=[bnx : bnx => net.minecraft.client.renderer.tileentity.RenderItemFrame (true) size 7494]

alw=[alw : alw => net.minecraft.block.BlockLiquid (true) size 9765]

bnz=[bnz : bnz => net.minecraft.client.renderer.entity.RenderItem$1 (true) size 838]

bob=[bob : bob => net.minecraft.client.renderer.entity.RenderItem$3 (true) size 858]

ama=[ama : ama => net.minecraft.block.BlockMobSpawner (true) size 1710]

nc=[nc : nc => net.minecraft.network.NetworkSystem (true) size 4339]

boa=[boa : boa => net.minecraft.client.renderer.entity.RenderItem$2 (true) size 860]

amc=[amc : amc => net.minecraft.block.BlockMushroom (true) size 3279]

nd=[nd : nd => net.minecraft.network.NetworkSystem$1 (true) size 1938]

ne=[ne : ne => net.minecraft.network.NetworkSystem$2 (true) size 966]

boc=[boc : boc => net.minecraft.client.renderer.entity.RenderItem$4 (true) size 856]

nf=[nf : nf => net.minecraft.network.NetworkSystem$3 (true) size 763]

amd=[amd : amd => net.minecraft.block.BlockMycelium (true) size 3011]

ng=[ng : ng => net.minecraft.network.NetworkSystem$4 (true) size 748]

boh=[boh : boh => net.minecraft.client.renderer.entity.RendererLivingEntity (true) size 11879]

nh=[nh : nh => net.minecraft.network.NetHandlerPlayServer (true) size 23868]

ni=[ni : ni => net.minecraft.network.NetHandlerPlayServer$1 (true) size 735]

amf=[amf : amf => net.minecraft.block.BlockNetherWart (true) size 3486]

nj=[nj : nj => net.minecraft.network.NetHandlerPlayServer$2 (true) size 843]

nk=[nk : nk => net.minecraft.network.NetHandlerPlayServer$SwitchEnumState (true) size 846]

nl=[nl : nl => net.minecraft.server.network.NetHandlerHandshakeTCP (true) size 2150]

nm=[nm : nm => net.minecraft.server.network.NetHandlerHandshakeTCP$SwitchEnumConnectionState (true) size 764]

amj=[amj : amj => net.minecraft.block.BlockNote (true) size 3389]

nn=[nn : nn => net.minecraft.server.network.NetHandlerLoginServer (true) size 5191]

no=[no : no => net.minecraft.server.network.NetHandlerLoginServer$1 (true) size 2150]

bop=[bop : bop => net.minecraft.client.renderer.entity.RenderPlayer (true) size 13650]

np=[np : np => net.minecraft.server.network.NetHandlerLoginServer$LoginState (true) size 1054]

amn=[amn : amn => net.minecraft.block.BlockOre (true) size 2119]

amr=[amr : amr => net.minecraft.block.BlockPotato (true) size 2178]

bou=[bou : bou => net.minecraft.client.renderer.entity.RenderSnowMan (true) size 2818]

amw=[amw : amw => net.minecraft.block.BlockPumpkin (true) size 3801]

amz=[amz : amz => net.minecraft.block.BlockRedstoneOre (true) size 4215]

bpa=[bpa : bpa => net.minecraft.client.renderer.entity.RenderVillager (true) size 3008]

ana=[ana : ana => net.minecraft.block.BlockRedstoneWire (true) size 9547]

ane=[ane : ane => net.minecraft.block.BlockReed (true) size 3879]

oi=[oi : oi => net.minecraft.server.management.ServerConfigurationManager (true) size 23518]

anj=[anj : anj => net.minecraft.block.BlockSapling (true) size 5116]

anl=[anl : anl => net.minecraft.block.BlockSkull (true) size 7857]

ann=[ann : ann => net.minecraft.block.BlockSnow (true) size 4152]

anu=[anu : anu => net.minecraft.block.BlockStem (true) size 7093]

anz=[anz : anz => net.minecraft.block.BlockTallGrass (true) size 5113]

bpz=[bpz : bpz => net.minecraft.client.renderer.texture.TextureMap (true) size 9704]

aoa=[aoa : aoa => net.minecraft.block.BlockPane (true) size 4536]

bqb=[bqb : bqb => net.minecraft.client.renderer.texture.TextureMap$2 (true) size 913]

bqa=[bqa : bqa => net.minecraft.client.renderer.texture.TextureMap$1 (true) size 763]

bqd=[bqd : bqd => net.minecraft.client.renderer.texture.TextureAtlasSprite (true) size 8290]

aoc=[aoc : aoc => net.minecraft.block.BlockTorch (true) size 5310]

bqc=[bqc : bqc => net.minecraft.client.renderer.texture.TextureMap$3 (true) size 931]

aoe=[aoe : aoe => net.minecraft.block.BlockTrapDoor (true) size 5400]

bqe=[bqe : bqe => net.minecraft.client.renderer.texture.TextureAtlasSprite$1 (true) size 1242]

aog=[aog : aog => net.minecraft.block.BlockTripWireHook (true) size 8107]

aoh=[aoh : aoh => net.minecraft.block.BlockVine (true) size 7136]

pp=[pp : pp => net.minecraft.stats.StatList (true) size 6931]

aoq=[aoq : aoq => net.minecraft.tileentity.TileEntityBeacon (true) size 6400]

aos=[aos : aos => net.minecraft.tileentity.TileEntity$1 (true) size 973]

aor=[aor : aor => net.minecraft.tileentity.TileEntity (true) size 7072]

aou=[aou : aou => net.minecraft.tileentity.TileEntity$3 (true) size 1335]

aot=[aot : aot => net.minecraft.tileentity.TileEntity$2 (true) size 1368]

bqx=[bqx : bqx => net.minecraft.util.ResourceLocation (true) size 1595]

aov=[aov : aov => net.minecraft.tileentity.TileEntityBrewingStand (true) size 6281]

apg=[apg : apg => net.minecraft.tileentity.TileEntityFurnace (true) size 6712]

api=[api : api => net.minecraft.tileentity.TileEntityHopper (true) size 10216]

apl=[apl : apl => net.minecraft.tileentity.TileEntityNote (true) size 1549]

app=[app : app => net.minecraft.block.BlockPistonBase (true) size 10513]

apr=[apr : apr => net.minecraft.block.BlockPistonMoving (true) size 5870]

brr=[brr : brr => net.minecraft.client.resources.LanguageManager (true) size 3443]

qv=[qv : qv => net.minecraft.util.WeightedRandom (true) size 2242]

qw=[qw : qw => net.minecraft.util.WeightedRandom$Item (true) size 430]

qx=[qx : qx => net.minecraft.util.WeightedRandomChestContent (true) size 2614]

apx=[apx : apx => net.minecraft.world.chunk.Chunk (true) size 24191]

apy=[apy : apy => net.minecraft.world.chunk.Chunk$1 (true) size 858]

aqi=[aqi : aqi => net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer (true) size 761]

aqh=[aqh : aqh => net.minecraft.world.chunk.storage.RegionFile (true) size 5619]

aqk=[aqk : aqk => net.minecraft.world.chunk.storage.AnvilChunkLoader (true) size 11973]

aql=[aql : aql => net.minecraft.world.chunk.storage.AnvilChunkLoader$PendingChunk (true) size 506]

aqo=[aqo : aqo => net.minecraft.world.WorldProvider (true) size 10407]

aqs=[aqs : aqs => net.minecraft.world.gen.MapGenRavine (true) size 5554]

rv=[rv : rv => net.minecraft.potion.Potion (true) size 8273]

rw=[rw : rw => net.minecraft.potion.PotionEffect (true) size 5232]

bsx=[bsx : bsx => net.minecraft.server.integrated.IntegratedServer (true) size 6934]

aqw=[aqw : aqw => net.minecraft.world.gen.MapGenCaves (true) size 6077]

aqv=[aqv : aqv => net.minecraft.world.gen.ChunkProviderHell (true) size 14197]

bsz=[bsz : bsz => net.minecraft.server.integrated.IntegratedServer$2 (true) size 1176]

bsy=[bsy : bsy => net.minecraft.server.integrated.IntegratedServer$1 (true) size 694]

aqz=[aqz : aqz => net.minecraft.world.gen.ChunkProviderGenerate (true) size 13019]

sa=[sa : sa => net.minecraft.entity.Entity (true) size 38720]

sb=[sb : sb => net.minecraft.entity.Entity$1 (true) size 891]

sc=[sc : sc => net.minecraft.entity.Entity$2 (true) size 701]

ara=[ara : ara => net.minecraft.world.gen.ChunkProviderEnd (true) size 9292]

sd=[sd : sd => net.minecraft.entity.Entity$SwitchEnumEntitySize (true) size 1029]

ard=[ard : ard => net.minecraft.world.gen.feature.WorldGenBigTree (true) size 7665]

se=[se : se => net.minecraft.entity.Entity$EnumEntitySize (true) size 1815]

arc=[arc : arc => net.minecraft.world.gen.feature.WorldGenAbstractTree (true) size 1303]

sg=[sg : sg => net.minecraft.entity.EntityList (true) size 6696]

are=[are : are => net.minecraft.world.gen.feature.WorldGenForest (true) size 2542]

sh=[sh : sh => net.minecraft.entity.EntityList$EntityEggInfo (true) size 667]

arg=[arg : arg => net.minecraft.world.gen.feature.WorldGeneratorBonusChest (true) size 1722]

btk=[btk : btk => net.minecraft.client.audio.SoundManager$1 (true) size 1079]

btj=[btj : btj => net.minecraft.client.audio.SoundManager (true) size 11041]

btm=[btm : btm => net.minecraft.client.audio.SoundManager$2$1 (true) size 935]

ark=[ark : ark => net.minecraft.world.gen.feature.WorldGenDeadBush (true) size 1169]

btl=[btl : btl => net.minecraft.client.audio.SoundManager$2 (true) size 648]

btn=[btn : btn => net.minecraft.client.audio.SoundManager$SoundSystemStarterThread (true) size 1361]

arp=[arp : arp => net.minecraft.world.gen.feature.WorldGenShrub (true) size 1775]

sq=[sq : sq => net.minecraft.entity.item.EntityXPOrb (true) size 5266]

sv=[sv : sv => net.minecraft.entity.EntityLivingBase (true) size 33953]

sw=[sw : sw => net.minecraft.entity.EntityLiving (true) size 19580]

aru=[aru : aru => net.minecraft.world.gen.feature.WorldGenBigMushroom (true) size 2710]

arz=[arz : arz => net.minecraft.world.gen.feature.WorldGenMegaJungle (true) size 2799]

asa=[asa : asa => net.minecraft.world.gen.feature.WorldGenMegaPineTree (true) size 3331]

asb=[asb : asb => net.minecraft.world.gen.feature.WorldGenHugeTrees (true) size 3835]

ase=[ase : ase => net.minecraft.world.gen.feature.WorldGenMinable (true) size 2650]

asd=[asd : asd => net.minecraft.world.gen.feature.WorldGenDungeons (true) size 3449]

asf=[asf : asf => net.minecraft.world.gen.feature.WorldGenTaiga1 (true) size 2653]

asi=[asi : asi => net.minecraft.world.gen.feature.WorldGenCanopyTree (true) size 4000]

ask=[ask : ask => net.minecraft.world.gen.feature.WorldGenSavannaTree (true) size 3452]

aso=[aso : aso => net.minecraft.world.gen.feature.WorldGenSwamp (true) size 3509]

asn=[asn : asn => net.minecraft.world.gen.feature.WorldGenTaiga2 (true) size 2697]

asq=[asq : asq => net.minecraft.world.gen.feature.WorldGenTrees (true) size 4408]

asp=[asp : asp => net.minecraft.world.gen.feature.WorldGenTallGrass (true) size 1228]

bus=[bus : bus => net.minecraft.realms.RealmsConnect$1 (true) size 2725]

buu=[buu : buu => net.minecraft.client.renderer.OpenGlHelper (true) size 12990]

asy=[asy : asy => net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor (true) size 6515]

asx=[asx : asx => net.minecraft.world.gen.structure.StructureMineshaftPieces (true) size 2740]

asz=[asz : asz => net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross (true) size 4066]

atb=[atb : atb => net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs (true) size 2279]

ata=[ata : ata => net.minecraft.world.gen.structure.StructureMineshaftPieces$Room (true) size 3691]

uq=[uq : uq => net.minecraft.entity.ai.EntityAIAttackOnCollide (true) size 3234]

atz=[atz : atz => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces (true) size 623]

auc=[auc : auc => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid (true) size 5996]

aub=[aub : aub => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid (true) size 6165]

aue=[aue : aue => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature (true) size 2005]

aud=[aud : aud => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones (true) size 971]

aug=[aug : aug => net.minecraft.world.gen.structure.MapGenStronghold (true) size 4138]

auf=[auf : auf => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut (true) size 2619]

aui=[aui : aui => net.minecraft.world.gen.structure.StructureStrongholdPieces (true) size 4997]

auh=[auh : auh => net.minecraft.world.gen.structure.MapGenStronghold$Start (true) size 1268]

auk=[auk : auk => net.minecraft.world.gen.structure.StructureStrongholdPieces$2 (true) size 633]

auj=[auj : auj => net.minecraft.world.gen.structure.StructureStrongholdPieces$1 (true) size 633]

aum=[aum : aum => net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor (true) size 3460]

aul=[aul : aul => net.minecraft.world.gen.structure.StructureStrongholdPieces$SwitchDoor (true) size 927]

auo=[auo : auo => net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing (true) size 3378]

aun=[aun : aun => net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor (true) size 2383]

auq=[auq : auq => net.minecraft.world.gen.structure.StructureStrongholdPieces$Library (true) size 4489]

aup=[aup : aup => net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn (true) size 1985]

aus=[aus : aus => net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom (true) size 4724]

aur=[aur : aur => net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight (true) size 861]

auu=[auu : auu => net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn (true) size 1368]

aut=[aut : aut => net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison (true) size 2218]

auw=[auw : auw => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones (true) size 1095]

auv=[auv : auv => net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing (true) size 4210]

auy=[auy : auy => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs (true) size 3004]

auz=[auz : auz => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2 (true) size 939]

wc=[wc : wc => net.minecraft.village.VillageCollection (true) size 6005]

avb=[avb : avb => net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight (true) size 2131]

ava=[ava : ava => net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight (true) size 2707]

avd=[avd : avd => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door (true) size 1040]

avc=[avc : avc => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold (true) size 3972]

avf=[avf : avf => net.minecraft.world.gen.structure.MapGenStructure$1 (true) size 901]

ave=[ave : ave => net.minecraft.world.gen.structure.MapGenStructure (true) size 6165]

wi=[wi : wi => net.minecraft.entity.passive.EntityHorse (true) size 27418]

avh=[avh : avh => net.minecraft.world.gen.structure.MapGenStructure$3 (true) size 818]

wj=[wj : wj => net.minecraft.entity.passive.EntityHorse$1 (true) size 564]

avg=[avg : avg => net.minecraft.world.gen.structure.MapGenStructure$2 (true) size 835]

wk=[wk : wk => net.minecraft.entity.passive.EntityHorse$GroupData (true) size 499]

avl=[avl : avl => net.minecraft.world.gen.structure.StructureComponent$BlockSelector (true) size 616]

wm=[wm : wm => net.minecraft.entity.passive.EntityMooshroom (true) size 2628]

avk=[avk : avk => net.minecraft.world.gen.structure.StructureComponent (true) size 12649]

wn=[wn : wn => net.minecraft.entity.passive.EntityOcelot (true) size 6683]

avm=[avm : avm => net.minecraft.world.gen.structure.StructureStart (true) size 4285]

wp=[wp : wp => net.minecraft.entity.passive.EntitySheep (true) size 7563]

avp=[avp : avp => net.minecraft.world.gen.structure.StructureVillagePieces (true) size 6098]

wq=[wq : wq => net.minecraft.entity.passive.EntitySheep$1 (true) size 522]

avr=[avr : avr => net.minecraft.world.gen.structure.StructureVillagePieces$Field1 (true) size 3239]

avq=[avq : avq => net.minecraft.world.gen.structure.StructureVillagePieces$House1 (true) size 3391]

avt=[avt : avt => net.minecraft.world.gen.structure.StructureVillagePieces$Torch (true) size 1703]

avs=[avs : avs => net.minecraft.world.gen.structure.StructureVillagePieces$Field2 (true) size 2864]

avv=[avv : avv => net.minecraft.world.gen.structure.StructureVillagePieces$Hall (true) size 3365]

ww=[ww : ww => net.minecraft.entity.boss.IBossDisplayData (true) size 160]

avu=[avu : avu => net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight (true) size 858]

avx=[avx : avx => net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut (true) size 3230]

avw=[avw : avw => net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden (true) size 3365]

avz=[avz : avz => net.minecraft.world.gen.structure.StructureVillagePieces$House2 (true) size 4353]

avy=[avy : avy => net.minecraft.world.gen.structure.StructureVillagePieces$Church (true) size 3187]

xa=[xa : xa => net.minecraft.entity.boss.EntityDragon (true) size 12826]

awa=[awa : awa => net.minecraft.world.gen.structure.StructureVillagePieces$Start (true) size 1331]

xc=[xc : xc => net.minecraft.entity.boss.EntityWither (true) size 11771]

xD=[xD : xD => net.minecraft.entity.boss.EntityWither$1 (true) size 621]

awc=[awc : awc => net.minecraft.world.gen.structure.StructureVillagePieces$House3 (true) size 3728]

xe=[xe : xe => net.minecraft.entity.projectile.EntityFishHook (true) size 12511]

awb=[awb : awb => net.minecraft.world.gen.structure.StructureVillagePieces$Path (true) size 3249]

awe=[awe : awe => net.minecraft.world.gen.structure.StructureVillagePieces$Road (true) size 548]

awd=[awd : awd => net.minecraft.world.gen.structure.StructureVillagePieces$Village (true) size 6325]

xh=[xh : xh => net.minecraft.entity.effect.EntityLightningBolt (true) size 2928]

awf=[awf : awf => net.minecraft.world.gen.structure.StructureVillagePieces$Well (true) size 2207]

xk=[xk : xk => net.minecraft.entity.item.EntityItem (true) size 9030]

xl=[xl : xl => net.minecraft.entity.item.EntityMinecart (true) size 20873]

xp=[xp : xp => net.minecraft.entity.item.EntityMinecartContainer (true) size 5379]

xq=[xq : xq => net.minecraft.entity.item.EntityMinecartFurnace (true) size 4218]

xr=[xr : xr => net.minecraft.entity.item.EntityMinecartHopper (true) size 3554]

xs=[xs : xs => net.minecraft.entity.item.EntityMinecartEmpty (true) size 1271]

ya=[ya : ya => net.minecraft.entity.monster.EntityEnderman (true) size 10482]

yf=[yf : yf => net.minecraft.entity.monster.EntityMagmaCube (true) size 2976]

axf=[axf : axf => net.minecraft.world.gen.layer.GenLayerBiome (true) size 4004]

net.minecraft.server.MinecraftServer=[net/minecraft/server/MinecraftServer : net.minecraft.server.MinecraftServer => net.minecraft.server.MinecraftServer (true) size 28976]

ym=[ym : ym => net.minecraft.entity.monster.EntitySlime (true) size 6142]

axn=[axn : axn => net.minecraft.world.gen.layer.GenLayer (true) size 6173]

yq=[yq : yq => net.minecraft.entity.monster.EntityZombie (true) size 14036]

axp=[axp : axp => net.minecraft.world.gen.layer.GenLayer$2 (true) size 793]

axo=[axo : axo => net.minecraft.world.gen.layer.GenLayer$1 (true) size 793]

ys=[ys : ys => net.minecraft.entity.monster.EntityZombie$GroupData (true) size 741]

yv=[yv : yv => net.minecraft.entity.passive.EntityVillager (true) size 16368]

yx=[yx : yx => net.minecraft.entity.player.InventoryPlayer (true) size 10055]

yy=[yy : yy => net.minecraft.entity.player.InventoryPlayer$1 (true) size 762]

yz=[yz : yz => net.minecraft.entity.player.EntityPlayer (true) size 41351]

za=[za : za => net.minecraft.entity.player.EntityPlayer$EnumStatus (true) size 1112]

zb=[zb : zb => net.minecraft.entity.player.EntityPlayer$EnumChatVisibility (true) size 1730]

ayi=[ayi : ayi => net.minecraft.world.storage.MapData (true) size 5696]

ayk=[ayk : ayk => net.minecraft.world.storage.MapData$MapCoord (true) size 636]

zm=[zm : zm => net.minecraft.entity.item.EntityEnderPearl (true) size 2362]

ayj=[ayj : ayj => net.minecraft.world.storage.MapData$MapInfo (true) size 2176]

aym=[aym : aym => net.minecraft.world.chunk.storage.AnvilSaveHandler (true) size 1278]

ayq=[ayq : ayq => net.minecraft.world.storage.SaveHandler (true) size 6295]

ays=[ays : ays => net.minecraft.world.storage.WorldInfo (true) size 9685]

zu=[zu : zu => net.minecraft.inventory.ContainerRepair (true) size 7910]

ayu=[ayu : ayu => net.minecraft.world.storage.WorldInfo$2 (true) size 1000]

zv=[zv : zv => net.minecraft.inventory.ContainerRepair$1 (true) size 625]

zw=[zw : zw => net.minecraft.inventory.ContainerRepair$2 (true) size 2335]

ayt=[ayt : ayt => net.minecraft.world.storage.WorldInfo$1 (true) size 741]

zx=[zx : zx => net.minecraft.inventory.ContainerBeacon (true) size 2577]

ayw=[ayw : ayw => net.minecraft.world.storage.WorldInfo$4 (true) size 786]

zy=[zy : zy => net.minecraft.inventory.ContainerBeacon$BeaconSlot (true) size 833]

ayv=[ayv : ayv => net.minecraft.world.storage.WorldInfo$3 (true) size 716]

ayy=[ayy : ayy => net.minecraft.world.storage.WorldInfo$6 (true) size 773]

zz=[zz : zz => net.minecraft.inventory.ContainerBrewingStand (true) size 2731]

ayx=[ayx : ayx => net.minecraft.world.storage.WorldInfo$5 (true) size 874]

ayz=[ayz : ayz => net.minecraft.world.storage.WorldInfo$7 (true) size 1064]

azb=[azb : azb => net.minecraft.world.storage.WorldInfo$9 (true) size 1037]

aza=[aza : aza => net.minecraft.world.storage.WorldInfo$8 (true) size 990]

azv=[azv : azv => net.minecraft.util.MovingObjectPosition$MovingObjectType (true) size 965]

azu=[azu : azu => net.minecraft.util.MovingObjectPosition (true) size 2007]

azw=[azw : azw => net.minecraft.util.Vec3 (true) size 4144]

net.minecraft.realms.RealmsConnect=[net/minecraft/realms/RealmsConnect : net.minecraft.realms.RealmsConnect => net.minecraft.realms.RealmsConnect (true) size 1800]

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahu (input size 12153), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahu (new size 17197)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbj (input size 23298), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbj (new size 25268)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xp (input size 3883), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xp (new size 5527)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ng (input size 483), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ng (new size 848)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqz (input size 8361), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqz (new size 13546)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbm (input size 6316), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbm (new size 8062)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class btm (input size 551), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for btm (new size 980)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class yz (input size 27404), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for yz (new size 42510)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahr (input size 2711), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahr (new size 4886)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbg (input size 621), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbg (new size 1209)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class buu (input size 11870), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for buu (new size 14489)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class btj (input size 9740), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for btj (new size 12843)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blt (input size 28816), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blt (new size 35328)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class boc (input size 542), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for boc (new size 900)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xl (input size 14576), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xl (new size 21814)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bdw (input size 6940), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdw (new size 10533)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wc (input size 4587), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wc (new size 6240)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bba (input size 534), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bba (new size 846)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xk (input size 6379), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk (new size 9471)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class oi (input size 19519), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for oi (new size 25717)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayk (input size 353), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayk (new size 650)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avw (input size 2759), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avw (new size 3573)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bex (input size 10357), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bex (new size 12553)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sa (input size 27261), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sa (new size 40658)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class anz (input size 2724), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for anz (new size 5274)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blk (input size 8974), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blk (new size 12403)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class pp (input size 6565), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for pp (new size 7355)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahm (input size 1971), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahm (new size 5912)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bma (input size 38236), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bma (new size 47294)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mt (input size 16472), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mt (new size 23383)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aui (input size 4200), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aui (new size 5851)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xe (input size 10561), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xe (new size 12768)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aax (input size 2017), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aax (new size 3289)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class my (input size 9586), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for my (new size 11983)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zu (input size 6823), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zu (new size 8342)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bis (input size 1836), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bis (new size 2828)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mx (input size 4482), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mx (new size 8894)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asy (input size 5464), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asy (new size 6924)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bau (input size 749), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bau (new size 1175)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mw (input size 18421), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mw (new size 24371)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aft (input size 3320), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aft (new size 5399)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class rv (input size 6999), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for rv (new size 8839)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajs (input size 5013), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajs (new size 8362)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sv (input size 26907), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sv (new size 35083)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bao (input size 50866), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bao (new size 58334)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqd (input size 7044), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqd (new size 9191)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahb (input size 44996), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahb (new size 71528)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class azb (input size 857), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for azb (new size 1202)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bmh (input size 5745), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh (new size 8461)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class adc (input size 1638), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for adc (new size 3051)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aov (input size 4827), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aov (new size 6562)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bdb (input size 8789), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb (new size 9978)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbv (input size 16904), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbv (new size 21376)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abt (input size 3849), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abt (new size 6178)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbs (input size 1285), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbs (new size 2715)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class de (input size 3241), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for de (new size 4689)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class em (input size 596), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for em (new size 953)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aia (input size 5830), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aia (new size 10127)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aji (input size 28808), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aji (new size 55021)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class apx (input size 18076), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for apx (new size 25246)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ara (input size 5532), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ara (new size 9694)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ej (input size 8719), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ej (new size 10482)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class awd (input size 3400), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for awd (new size 6640)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class gz (input size 4092), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for gz (new size 5828)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbo (input size 3113), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbo (new size 3968)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aab (input size 716), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aab (new size 1203)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bly (input size 10817), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bly (new size 15672)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class awa (input size 874), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for awa (new size 1452)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bkn (input size 5023), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkn (new size 7003)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xq (input size 3101), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xq (new size 4337)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayq (input size 5010), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayq (new size 7090)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class btn (input size 1000), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for btn (new size 1542)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ays (input size 7254), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ays (new size 10157)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class app (input size 7439), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for app (new size 10793)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class amw (input size 2979), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for amw (new size 3980)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blm (input size 124015), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blm (new size 141316)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class adw (input size 706), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for adw (new size 2099)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class yv (input size 14308), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for yv (new size 17052)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nc (input size 4832), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nc (new size 5847)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ly (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ly (new size 5978)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjb (input size 28481), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjb (new size 35764)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bhv (input size 1238), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhv (new size 1848)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class azu (input size 1437), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for azu (new size 2169)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bcm (input size 6308), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcm (new size 8621)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbb (input size 451), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbb (new size 774)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avx (input size 2704), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avx (new size 3500)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class apg (input size 5398), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for apg (new size 6909)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blo (input size 4975), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blo (new size 6636)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqo (input size 3194), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqo (new size 10461)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bll (input size 2828), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bll (new size 3858)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class amr (input size 1217), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for amr (new size 2290)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bix (input size 3799), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bix (new size 5379)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aay (input size 1472), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aay (new size 3027)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bdp (input size 2314), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdp (new size 3106)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqh (input size 4585), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqh (new size 6199)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asz (input size 3633), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asz (new size 4402)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bcb (input size 2249), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcb (new size 3416)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bav (input size 727), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bav (new size 1022)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ms (input size 5804), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ms (new size 9959)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lh (input size 1042), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lh (new size 1645)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajt (input size 2344), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajt (new size 4590)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqe (input size 932), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqe (new size 1421)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bei (input size 9100), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bei (new size 12264)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class adb (input size 24166), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for adb (new size 36986)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class anj (input size 3916), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for anj (new size 5584)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bnn (input size 8005), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnn (new size 9887)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ada (input size 1242), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ada (new size 2637)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbt (input size 1311), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbt (new size 1862)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class en (input size 509), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for en (new size 828)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aoq (input size 5030), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoq (new size 6607)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bfl (input size 12297), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfl (new size 16455)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class np (input size 838), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for np (new size 1139)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bpz (input size 8561), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpz (new size 11151)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ard (input size 6103), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ard (new size 8343)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class axn (input size 3962), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for axn (new size 6359)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wi (input size 23965), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi (new size 28799)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bko (input size 474), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bko (new size 807)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xr (input size 2391), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xr (new size 3669)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bct (input size 9071), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bct (new size 11540)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class yq (input size 11307), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for yq (new size 14649)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sw (input size 16049), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sw (new size 20147)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqv (input size 8151), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqv (new size 14722)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bus (input size 3043), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bus (new size 3698)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbc (input size 442), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbc (new size 774)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xa (input size 10883), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xa (new size 13217)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bgc (input size 6244), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc (new size 7870)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqi (input size 457), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqi (new size 775)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aue (input size 1497), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aue (new size 2147)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aug (input size 3031), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aug (new size 4309)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bcc (input size 6963), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcc (new size 8841)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mr (input size 3584), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mr (new size 6187)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahc (input size 512), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahc (new size 890)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class baw (input size 413), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for baw (new size 720)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bmm (input size 2689), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmm (new size 3733)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bmg (input size 4027), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmg (new size 5131)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class arg (input size 1278), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for arg (new size 1763)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class agw (input size 5089), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for agw (new size 6365)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abm (input size 2599), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abm (new size 4219)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjf (input size 7145), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjf (new size 10014)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aag (input size 4286), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aag (new size 5337)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bkp (input size 819), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkp (new size 1147)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class gx (input size 4304), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for gx (new size 5915)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nh (input size 21072), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nh (new size 25839)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqx (input size 1404), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqx (new size 1823)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbd (input size 667), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbd (new size 999)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abb (input size 3561), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abb (new size 4757)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class azv (input size 727), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for azv (new size 1019)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bdy (input size 2649), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdy (new size 3448)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class api (input size 7913), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for api (new size 10605)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class se (input size 1509), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for se (new size 1909)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avu (input size 518), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avu (new size 860)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bhr (input size 1205), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhr (new size 2028)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xh (input size 2338), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xh (new size 2998)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lt (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lt (new size 13935)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class uq (input size 2442), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for uq (new size 3279)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bnz (input size 559), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnz (new size 917)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahd (input size 1071), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahd (new size 1467)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bax (input size 406), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bax (new size 955)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bnw (input size 6633), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnw (new size 10608)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ya (input size 7852), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ya (new size 10788)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class add (input size 12573), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for add (new size 17652)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aap (input size 2545), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aap (new size 3170)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avd (input size 782), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avd (new size 1109)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mn (input size 4808), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mn (new size 6785)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajf (input size 5092), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajf (new size 6431)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ana (input size 6606), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ana (new size 9809)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class akn (input size 5345), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for akn (new size 8085)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class xc (input size 9372), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for xc (new size 12070)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bkq (input size 474), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkq (new size 818)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bee (input size 11492), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bee (new size 14387)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahv (input size 337), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahv (new size 606)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class yx (input size 7714), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for yx (new size 10299)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abd (input size 1520), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abd (new size 2138)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbe (input size 423), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbe (new size 755)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayj (input size 1687), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayj (new size 2219)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayi (input size 4691), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayi (new size 6200)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class acg (input size 1754), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for acg (new size 3912)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqk (input size 8469), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqk (new size 13093)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahe (input size 707), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahe (new size 1022)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bfz (input size 7290), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfz (new size 8790)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bay (input size 852), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bay (new size 1162)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bpa (input size 1999), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpa (new size 3240)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aaq (input size 724), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aaq (new size 1157)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bsx (input size 5744), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsx (new size 7941)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bmb (input size 545), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmb (new size 934)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ako (input size 4968), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ako (new size 8910)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nn (input size 5717), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nn (new size 6733)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mc (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mc (new size 1071)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aeb (input size 3243), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeb (new size 4631)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sq (input size 4141), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sq (new size 5398)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bkr (input size 819), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkr (new size 1158)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahw (input size 770), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahw (new size 1062)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjd (input size 2713), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjd (new size 4379)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class b (input size 7357), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for b (new size 8985)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asb (input size 2168), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asb (new size 4004)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbf (input size 1007), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbf (new size 1347)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sg (input size 6066), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sg (new size 7607)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bdx (input size 5775), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdx (new size 7275)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ys (input size 384), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ys (new size 765)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aql (input size 265), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aql (new size 524)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zw (input size 1580), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zw (new size 2352)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahf (input size 463), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahf (new size 778)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class baz (input size 534), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for baz (new size 846)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class alb (input size 6600), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for alb (new size 12695)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class brr (input size 3048), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for brr (new size 4073)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajx (input size 6947), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajx (new size 10066)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bnx (input size 5842), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnx (new size 7723)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mq (input size 5050), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mq (new size 7587)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avf (input size 583), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avf (new size 944)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aeh (input size 2122), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeh (new size 3384)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aor (input size 4732), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aor (new size 7817)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wp (input size 5814), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wp (new size 7727)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class md (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for md (new size 885)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bop (input size 8921), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bop (new size 14145)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auz (input size 525), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auz (new size 971)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ahx (input size 681), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahx (new size 1025)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bje (input size 6884), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bje (new size 10027)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class afa (input size 3085), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for afa (new size 4015)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class apl (input size 1008), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for apl (new size 1568)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aoa (input size 2758), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoa (new size 4646)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auo (input size 2725), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auo (new size 3703)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wn (input size 5706), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wn (new size 6856)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class anu (input size 4155), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for anu (new size 7403)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avm (input size 3092), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avm (new size 4634)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avg (input size 564), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avg (new size 936)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class akf (input size 3341), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for akf (new size 6084)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class adr (input size 1770), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for adr (new size 2816)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajz (input size 3613), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajz (new size 7006)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class dq (input size 3974), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for dq (new size 5079)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class rw (input size 3110), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for rw (new size 5564)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjr (input size 3173), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjr (new size 4144)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bii (input size 565), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bii (new size 1081)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class k (input size 4325), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for k (new size 6025)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auv (input size 3673), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auv (new size 4633)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aig (input size 431), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aig (new size 769)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bny (input size 9437), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bny (new size 14431)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class li (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for li (new size 693)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aky (input size 2755), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aky (new size 4492)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asq (input size 2874), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asq (new size 4446)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ek (input size 1178), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek (new size 1627)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abh (input size 2482), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abh (new size 4324)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lu (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lu (new size 849)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class boa (input size 542), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for boa (new size 900)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class kb (input size 770), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb (new size 1289)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lj (input size 431), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lj (new size 984)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class afv (input size 6700), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for afv (new size 9421)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class axp (input size 516), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for axp (new size 849)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class azw (input size 2797), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for azw (new size 4283)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lv (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lv (new size 1359)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aum (input size 2895), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aum (new size 3880)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zx (input size 1998), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zx (new size 2672)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aid (input size 2288), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aid (new size 3115)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lk (input size 662), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lk (new size 1278)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class abo (input size 2597), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for abo (new size 4009)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class za (input size 909), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for za (new size 1205)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bbl (input size 1001), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbl (new size 1939)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class boh (input size 8276), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for boh (new size 12273)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class yy (input size 464), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for yy (new size 809)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lw (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lw (new size 1133)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ym (input size 5259), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ym (new size 6271)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aey (input size 3319), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aey (new size 3949)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class alh (input size 3731), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for alh (new size 5180)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avr (input size 2657), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avr (new size 3479)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ll (input size 814), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll (new size 1261)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class arp (input size 1014), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for arp (new size 1819)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zb (input size 1283), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zb (new size 1909)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class alt (input size 4788), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for alt (new size 8246)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lx (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lx (new size 771)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class qx (input size 1504), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for qx (new size 2770)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lm (input size 933), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm (new size 678)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ark (input size 752), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ark (new size 1184)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjq (input size 3402), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjq (new size 4184)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bou (input size 1420), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bou (new size 2851)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sh (input size 394), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sh (new size 669)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aip (input size 1845), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aip (new size 2778)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class acj (input size 3865), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for acj (new size 6624)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sb (input size 716), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sb (new size 1037)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class biz (input size 3820), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for biz (new size 5223)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aib (input size 4167), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aib (new size 6935)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ma (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ma (new size 1240)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ase (input size 1532), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase (new size 2665)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bja (input size 544), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bja (new size 891)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class lz (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for lz (new size 1027)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auq (input size 3816), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auq (new size 4825)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aho (input size 5305), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aho (new size 7869)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sc (input size 424), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sc (new size 737)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auc (input size 5544), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auc (new size 6357)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avk (input size 9025), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avk (new size 13729)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjs (input size 1288), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjs (new size 1749)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class apy (input size 544), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for apy (new size 912)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wk (input size 256), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wk (new size 505)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class axf (input size 1617), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for axf (new size 4044)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aur (input size 518), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aur (new size 863)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class sd (input size 567), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for sd (new size 1080)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aul (input size 486), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aul (new size 972)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aub (input size 5820), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aub (new size 6515)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class amd (input size 1971), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for amd (new size 3133)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class alx (input size 1243), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for alx (new size 2394)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aif (input size 3275), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aif (new size 4647)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nf (input size 460), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nf (new size 800)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjc (input size 778), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjc (new size 1119)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class afe (input size 12976), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for afe (new size 14018)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class gr (input size 1349), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for gr (new size 2155)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bob (input size 562), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bob (new size 920)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class kc (input size 564), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for kc (new size 955)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bld (input size 1859), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bld (new size 3204)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mo (input size 771), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mo (new size 1129)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ajm (input size 758), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajm (new size 1098)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class n (input size 501), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for n (new size 872)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bfn (input size 1035), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfn (new size 1837)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auy (input size 2326), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auy (new size 3358)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class gy (input size 213), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for gy (new size 423)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blv (input size 782), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blv (new size 1123)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aqs (input size 3241), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqs (new size 5680)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aun (input size 1759), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aun (new size 2546)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class z (input size 4633), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for z (new size 6413)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avl (input size 388), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avl (new size 644)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class are (input size 1563), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for are (new size 2577)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ava (input size 2142), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ava (new size 3050)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bfo (input size 2262), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfo (new size 3026)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class c (input size 405), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for c (new size 724)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aik (input size 1577), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aik (new size 2172)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blw (input size 868), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blw (new size 1211)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aos (input size 812), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aos (new size 1130)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ni (input size 473), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ni (new size 844)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class d (input size 710), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for d (new size 1029)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class auf (input size 2121), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for auf (new size 2784)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avh (input size 500), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh (new size 844)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class akx (input size 1640), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for akx (new size 2756)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aot (input size 1196), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aot (new size 1576)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asp (input size 793), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asp (new size 1246)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class axo (input size 516), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for axo (new size 849)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nj (input size 535), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nj (new size 885)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class e (input size 674), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for e (new size 993)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avz (input size 3657), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avz (new size 4669)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aga (input size 397), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aga (new size 788)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aou (input size 1204), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aou (new size 1549)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class l (input size 1034), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for l (new size 1434)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class alw (input size 6808), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for alw (new size 10307)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class f (input size 717), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for f (new size 1036)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class mb (input size 0), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for mb (new size 655)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bgd (input size 1026), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgd (new size 1389)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class agb (input size 397), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for agb (new size 784)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nl (input size 1712), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nl (new size 2482)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bfm (input size 1609), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfm (new size 2523)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class g (input size 915), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for g (new size 1366)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayt (input size 502), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayt (new size 819)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class blu (input size 571), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for blu (new size 895)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aus (input size 4037), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aus (new size 5103)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class adv (input size 647), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for adv (new size 2019)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aru (input size 1977), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aru (new size 2754)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class h (input size 1305), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for h (new size 1852)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayu (input size 846), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayu (new size 1163)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aff (input size 588), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aff (new size 928)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class amf (input size 1985), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for amf (new size 3650)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class afx (input size 399), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for afx (new size 791)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class o (input size 868), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for o (new size 1201)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class i (input size 743), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for i (new size 1152)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayv (input size 455), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayv (new size 772)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zz (input size 2127), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zz (new size 2766)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avs (input size 2300), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avs (new size 3122)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class afy (input size 399), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for afy (new size 789)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class j (input size 417), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for j (new size 895)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayw (input size 526), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayw (new size 843)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asd (input size 3344), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asd (new size 3906)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zy (input size 520), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zy (new size 834)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class kf (input size 399), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for kf (new size 728)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqa (input size 467), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqa (new size 822)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayx (input size 674), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayx (new size 991)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjg (input size 708), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjg (new size 1029)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bsy (input size 439), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsy (new size 778)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ave (input size 4981), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave (new size 6796)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqb (input size 679), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqb (new size 1034)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aak (input size 1553), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aak (new size 2270)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class wq (input size 248), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for wq (new size 524)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayy (input size 507), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayy (new size 824)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nk (input size 440), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nk (new size 878)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjh (input size 712), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh (new size 1033)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aih (input size 349), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aih (new size 784)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bsz (input size 1155), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsz (new size 1506)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjt (input size 3479), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjt (new size 4399)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bqc (input size 667), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqc (new size 1022)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class m (input size 1057), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for m (new size 1425)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ayz (input size 829), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayz (new size 1206)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bji (input size 502), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bji (new size 823)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nm (input size 402), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nm (new size 795)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bjj (input size 616), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjj (new size 935)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class qw (input size 214), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for qw (new size 438)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bap (input size 483), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bap (new size 807)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aah (input size 403), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aah (new size 722)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ata (input size 3177), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ata (new size 3903)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class baq (input size 428), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for baq (new size 760)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class avc (input size 3253), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for avc (new size 4311)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aai (input size 273), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aai (new size 655)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class no (input size 2765), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for no (new size 3292)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class nd (input size 1857), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for nd (new size 2410)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bar (input size 504), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bar (new size 827)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aje (input size 2428), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aje (new size 5079)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class amz (input size 2323), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for amz (new size 4368)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class ne (input size 922), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for ne (new size 1288)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class btk (input size 844), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for btk (new size 1233)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asa (input size 2208), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asa (new size 3570)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bas (input size 511), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bas (new size 830)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class awb (input size 2574), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for awb (new size 3531)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class btl (input size 376), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for btl (new size 720)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class zv (input size 349), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for zv (new size 644)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class asx (input size 2100), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for asx (new size 2912)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class bat (input size 564), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for bat (new size 885)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aza (input size 829), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aza (new size 1146)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class el (input size 1466), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for el (new size 1919)

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class aaa (input size 430), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for aaa (new size 818)

[19:02:17] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[19:02:17] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 303), found 1 patch

[19:02:17] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 757)

[19:02:18] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin CCCDeobfPlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod AppEngCore {appeng.transformer.AppEngCore} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer appeng.transformer.asm.ASMIntegration

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for AppEngCore {appeng.transformer.AppEngCore}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin AppEngCore

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class AppEngCore run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.InterfaceDependancyTransformer

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.TweakTransformer

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DelegatedTransformer

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DefaultImplementationTransformer

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin CodeChickenCorePlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class CodeChickenCorePlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod LoadingPlugin {cofh.asm.LoadingPlugin} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer cofh.asm.TransformerCore

[19:02:18] [main/TRACE] [FML/]: Registering transformer cofh.asm.PCCASMTransformer

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for LoadingPlugin {cofh.asm.LoadingPlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin LoadingPlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class LoadingPlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod DragonAPIASMHandler {Reika.DragonAPI.Auxiliary.DragonAPIASMHandler} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer Reika.DragonAPI.Extras.APIStripper

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for DragonAPIASMHandler {Reika.DragonAPI.Auxiliary.DragonAPIASMHandler}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin DragonAPIASMHandler

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class DragonAPIASMHandler run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod DepLoader {codechicken.core.launch.DepLoader} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for DepLoader {codechicken.core.launch.DepLoader}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin DepLoader

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class DepLoader run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod VanillaOverride {mariculture.fishery.VanillaOverride} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer mariculture.fishery.VanillaOverride

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for VanillaOverride {mariculture.fishery.VanillaOverride}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin VanillaOverride

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class VanillaOverride run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod LoadingHook {mekanism.common.asm.LoadingHook} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for LoadingHook {mekanism.common.asm.LoadingHook}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin LoadingHook

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class LoadingHook run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod CorePlugin {mrtjp.core.handler.CorePlugin} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for CorePlugin {mrtjp.core.handler.CorePlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin CorePlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class CorePlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer codechicken.nei.asm.NEITransformer

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin NEICorePlugin

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class NEICorePlugin run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader {li.cil.oc.common.launch.TransformerLoader} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for TransformerLoader {li.cil.oc.common.launch.TransformerLoader}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin TransformerLoader

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class TransformerLoader run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod DepLoader {codechicken.core.launch.DepLoader} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for DepLoader {codechicken.core.launch.DepLoader}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin DepLoader

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class DepLoader run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod DepLoader {thaumcraft.codechicken.core.launch.DepLoader} class transformers

[19:02:18] [main/DEBUG] [FML/]: Injection complete

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for DepLoader {thaumcraft.codechicken.core.launch.DepLoader}

[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin DepLoader

[19:02:18] [main/DEBUG] [FML/]: Coremod plugin class DepLoader run successfully

[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:18] [main/DEBUG] [FML/]: Injecting coremod ThaumicTLoaderContainer {thaumic.tinkerer.preloader.ThaumicTLoaderContainer} class transformers

[19:02:18] [main/TRACE] [FML/]: Registering transformer thaumic.tinkerer.preloader.AccessTransformer

[19:02:19] [main/DEBUG] [FML/]: Loaded 13 rules from AccessTransformer config file ThaumicTinkerer_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Injection complete

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin for ThaumicTLoaderContainer {thaumic.tinkerer.preloader.ThaumicTLoaderContainer}

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin ThaumicTLoaderContainer

[19:02:19] [main/DEBUG] [FML/]: Coremod plugin class ThaumicTLoaderContainer run successfully

[19:02:19] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:19] [main/DEBUG] [FML/]: Injecting coremod OpenModsCorePlugin {openmods.OpenModsCorePlugin} class transformers

[19:02:19] [main/TRACE] [FML/]: Registering transformer openmods.OpenModsClassTransformer

[19:02:19] [main/DEBUG] [FML/]: Injection complete

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin for OpenModsCorePlugin {openmods.OpenModsCorePlugin}

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin OpenModsCorePlugin

[19:02:19] [main/INFO] [OpenMods/]: openmods.config.simple.ConfigProcessor.process(ConfigProcessor.java:73): Parsing config file 'C:\Users\Family\AppData\Roaming\.minecraft\config\OpenModsLibCore.json'

[19:02:19] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of gl_capabilities_hook updated from DISABLED to ENABLED

[19:02:19] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of player_render_hook updated from DISABLED to ENABLED

[19:02:19] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of map_gen_fix updated from DISABLED to ENABLED

[19:02:19] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of movement_callback updated from DISABLED to ENABLED

[19:02:19] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of stencil_patches updated from DISABLED to ENABLED

[19:02:19] [main/DEBUG] [FML/]: Coremod plugin class OpenModsCorePlugin run successfully

[19:02:19] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:19] [main/DEBUG] [FML/]: Injecting coremod OpenBlocksCorePlugin {openblocks.OpenBlocksCorePlugin} class transformers

[19:02:19] [main/TRACE] [FML/]: Registering transformer openblocks.asm.OpenBlocksClassTransformer

[19:02:19] [main/DEBUG] [FML/]: Injection complete

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin for OpenBlocksCorePlugin {openblocks.OpenBlocksCorePlugin}

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin OpenBlocksCorePlugin

[19:02:19] [main/DEBUG] [FML/]: Coremod plugin class OpenBlocksCorePlugin run successfully

[19:02:19] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

[19:02:19] [main/DEBUG] [FML/]: Loaded 46 rules from AccessTransformer config file fml_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 89 rules from AccessTransformer config file forge_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 46 rules from AccessTransformer config file fml_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 46 rules from AccessTransformer config file fml_at.cfg

 

[19:02:19] [main/INFO] [sTDOUT/]: [cofh.asm.PCCAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg

[19:02:19] [main/DEBUG] [FML/]: Loaded 109 rules from AccessTransformer config file CoFH_at.cfg

 

[19:02:19] [main/ERROR] [LaunchWrapper/]: A critical problem occurred registering the ASM transformer class

java.lang.ClassNotFoundException:

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]

at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]

at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]

at cpw.mods.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:32) [forge-1.7.10-10.13.2.1291.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

Caused by: java.lang.NullPointerException

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]

... 6 more

[19:02:19] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer config file invtweaks_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 12 rules from AccessTransformer config file mariculture_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 13 rules from AccessTransformer config file ThaumicTinkerer_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 43 rules from AccessTransformer mod jar file C:\Users\Family\AppData\Roaming\.minecraft\mods\DragonAPI-1.7.10.jar!META-INF/DragonAPI_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 3 rules from AccessTransformer mod jar file C:\Users\Family\AppData\Roaming\.minecraft\mods\Minechem-1.7.10-5.0.5.358.jar!META-INF/minechem_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 31 rules from AccessTransformer mod jar file C:\Users\Family\AppData\Roaming\.minecraft\mods\TConstruct-1.7.10-1.8.2a.jar!META-INF/TConstruct_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file C:\Users\Family\AppData\Roaming\.minecraft\mods\SimplyJetpacks-MC1.7.10-1.3.2.jar!META-INF/simplyjetpacks_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Loaded 11 rules from AccessTransformer mod jar file C:\Users\Family\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.7.10-1.0.4.83-universal.jar!META-INF/nei_at.cfg

 

[19:02:19] [main/DEBUG] [FML/]: Validating minecraft

[19:02:19] [main/DEBUG] [FML/]: Minecraft validated, launching...

[19:02:19] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:02:19] [main/DEBUG] [FML/]: Injecting coremod RTLoadingPlugin {lumien.randomthings.Transformer.RTLoadingPlugin} class transformers

[19:02:19] [main/TRACE] [FML/]: Registering transformer lumien.randomthings.Transformer.RTClassTransformer

[19:02:19] [main/DEBUG] [FML/]: Injection complete

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin for RTLoadingPlugin {lumien.randomthings.Transformer.RTLoadingPlugin}

[19:02:19] [main/DEBUG] [FML/]: Running coremod plugin RTLoadingPlugin

[19:02:19] [main/DEBUG] [FML/]: Coremod plugin class RTLoadingPlugin run successfully

[19:02:19] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker

[19:02:19] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker

[19:02:19] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[19:02:19] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/IBlockAccess (input size 250), found 1 patch

[19:02:19] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 540)

[19:02:19] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/client/gui/GuiSleepMP (input size 1376), found 1 patch

[19:02:19] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/client/gui/GuiSleepMP (new size 1849)

[19:02:20] [main/INFO] [RandomThingsCore/]: Found World Class: net/minecraft/world/World

[19:02:20] [main/INFO] [FML/]: [OpenBlocks] Trying to patch EntityPlayer.isInBed (class: yz)

[19:02:20] [main/INFO] [FML/]: [OpenBlocks] isInBed patch applied. Enabling sleeping bags

[19:02:20] [main/INFO] [OpenMods/]: openmods.OpenModsClassTransformer$2$1.createVisitor(OpenModsClassTransformer.java:113): Trying to apply movement callback (class: blk)

[19:02:20] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of movement_callback updated from ENABLED to ACTIVATED

[19:02:20] [main/INFO] [OpenMods/]: openmods.movement.MovementPatcher$CallInjector.visitMethodInsn(MovementPatcher.java:66): Callback inserted. Using new movement handler.

[19:02:20] [main/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of movement_callback updated from ACTIVATED to FINISHED

[19:02:20] [main/DEBUG] [CCL ASM/]: Inserted super call into [bfo.e()V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.a(Lbao;II)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.l()V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.l()V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.l()V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.k()V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.public_func_73869_a(CI)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.public_func_146984_a(Laay;III)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting before method [bex.a(IIF)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting after method [bex.a(IIF)V] @ 138 - 140

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting after method [bex.a(IIF)V] @ 220 - 225

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(IIF)V] @ 444 - 470

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(Ladd;IILjava/lang/String;)V] @ 9 - 10

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(Ladd;IILjava/lang/String;)V] @ 14 - 15

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(Laay;)V] @ 298 - 323

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting before method [bex.a(III)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(III)V] @ 259 - 260

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(III)V] @ 331 - 332

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(IIIJ)V] @ 98 - 99

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(IIIJ)V] @ 107 - 108

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(IIIJ)V] @ 118 - 119

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 158 - 159

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 168 - 169

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 287 - 288

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 295 - 296

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 314 - 315

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 424 - 425

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 454 - 455

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 468 - 469

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 497 - 498

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(III)V] @ 557 - 559

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(CI)V] @ 54 - 55

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(CI)V] @ 84 - 85

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.b(I)Z] @ 41 - 42

[19:02:20] [main/DEBUG] [CCL ASM/]: Writing method [bex.managerHandleMouseClick(Laay;III)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting after method [bex.a(IIIJ)V] @ 14 - 15

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting before method [bex.b(III)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: NEI: Injecting mouseUp call

[19:02:20] [main/DEBUG] [CCL ASM/]: Replacing method [bex.a(Laay;III)V] @ 10 - 26

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting before method [bex.a(CI)V]

[19:02:20] [main/DEBUG] [CCL ASM/]: Injecting after method [bex.e()V] @ 0 - 4

[19:02:20] [main/INFO] [AE2-CORE/]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Public

[19:02:20] [main/INFO] [AE2-CORE/]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method

[19:02:20] [main/INFO] [AE2-CORE/]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer (input size 21208), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 31998)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServerMulti (input size 563), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServerMulti (new size 1071)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServer$ServerBlockEventList (input size 229), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServer$ServerBlockEventList (new size 523)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/util/WeightedRandom (input size 1340), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/util/WeightedRandom (new size 2471)

[19:02:21] [main/DEBUG] [CCL ASM/]: Writing method [aji.canBeReplacedByLeaves(Lahl;III)Z]

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBush (input size 1432), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBush (new size 3942)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOre (input size 1486), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOre (new size 2174)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockNote (input size 1670), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockNote (new size 3485)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockDeadBush (input size 1007), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockDeadBush (new size 1867)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockPistonMoving (input size 3171), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockPistonMoving (new size 6015)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMushroom (input size 2111), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMushroom (new size 3574)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTorch (input size 3335), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTorch (new size 5477)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMobSpawner (input size 815), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMobSpawner (new size 1764)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockLadder (input size 1822), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockLadder (new size 3495)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockLever (input size 4495), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockLever (new size 6778)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockSnow (input size 2473), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockSnow (new size 4253)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockIce (input size 1721), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockIce (new size 3370)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockReed (input size 1924), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockReed (new size 3949)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTrapDoor (input size 2798), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTrapDoor (new size 5540)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockVine (input size 5037), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockVine (new size 7585)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTripWireHook (input size 5581), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTripWireHook (new size 8537)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockFlowerPot (input size 3346), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockFlowerPot (new size 6108)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockSkull (input size 5505), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockSkull (new size 8146)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockRedstoneComparator (input size 4145), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockRedstoneComparator (new size 7340)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$1 (input size 323), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$1 (new size 643)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$2 (input size 261), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$2 (new size 563)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$3 (input size 330), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$3 (new size 650)

[19:02:21] [main/INFO] [Mariculture/]: Patching the vanilla class: adb

[19:02:21] [main/INFO] [Mariculture/]: Succesfully replaced Vanilla Fishing Rod and Fish

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemFlintAndSteel (input size 998), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemFlintAndSteel (new size 1362)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemBucketMilk (input size 850), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemBucketMilk (new size 1296)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMap (input size 5703), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMap (new size 6876)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemShears (input size 988), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemShears (new size 3647)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemEmptyMap (input size 1305), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemEmptyMap (new size 1670)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemLilyPad (input size 1091), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemLilyPad (new size 2494)

[19:02:21] [main/INFO] [RandomThingsCore/]: Found Item Class: net/minecraft/item/Item

[19:02:21] [main/TRACE] [FML/]: Registry add: minecraft:air 0 net.minecraft.block.BlockAir@fab35b1 (req. id 0)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$2 (input size 356), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$2 (new size 704)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$3 (input size 265), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$3 (new size 792)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$4 (input size 305), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$4 (new size 664)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$5 (input size 265), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$5 (new size 704)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$6 (input size 265), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$6 (new size 664)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$7 (input size 260), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$7 (new size 664)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$8 (input size 264), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$8 (new size 659)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$9 (input size 264), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$9 (new size 663)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$1 (input size 305), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$1 (new size 663)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$10 (input size 265), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$10 (new size 664)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$11 (input size 264), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$11 (new size 663)

[19:02:21] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$12 (input size 306), found 1 patch

[19:02:21] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$12 (new size 705)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.block.BlockStone@5fa23c (req. id 1)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.block.BlockGrass@6d1dcdff (req. id 2)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.block.BlockDirt@7ff35a3f (req. id 3)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.block.Block@26dc9bd5 (req. id 4)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.block.BlockWood@43045f9f (req. id 5)

[19:02:22] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.world.gen.feature.WorldGenTaiga2 (input size 1686), found 1 patch

[19:02:22] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.world.gen.feature.WorldGenTaiga2 (new size 2736)

[19:02:22] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenAbstractTree (input size 572), found 1 patch

[19:02:22] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenAbstractTree (new size 1336)

[19:02:22] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.world.gen.feature.WorldGenMegaJungle (input size 2149), found 1 patch

[19:02:22] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.world.gen.feature.WorldGenMegaJungle (new size 2990)

[19:02:22] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.world.gen.feature.WorldGenSavannaTree (input size 2529), found 1 patch

[19:02:22] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.world.gen.feature.WorldGenSavannaTree (new size 3469)

[19:02:22] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.world.gen.feature.WorldGenCanopyTree (input size 2748), found 1 patch

[19:02:22] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.world.gen.feature.WorldGenCanopyTree (new size 4017)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.block.BlockSapling@5b852b49 (req. id 6)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.block.Block@cdb2d95 (req. id 7)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@5df778c3 (req. id 8)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@12eedfee (req. id 9)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@3c3c4a71 (req. id 10)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@1352434e (req. id 11)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.block.BlockSand@74170687 (req. id 12)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.block.BlockGravel@3d96fa9e (req. id 13)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.block.BlockOre@77bb48d5 (req. id 14)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.block.BlockOre@181d8899 (req. id 15)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.block.BlockOre@12d5c30e (req. id 16)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.block.BlockOldLog@6e041285 (req. id 17)

[19:02:22] [main/INFO] [RandomThingsCore/]: Found Leave Class: net/minecraft/block/BlockLeavesBase

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@74fab04a (req. id 18)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.block.BlockSponge@272ce069 (req. id 19)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.block.BlockGlass@3a37a501 (req. id 20)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@7a583586 (req. id 21)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@17143b3b (req. id 22)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@524270b8 (req. id 23)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@2a4f5433 (req. id 24)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.block.BlockNote@3dd31157 (req. id 25)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:bed 26 net.minecraft.block.BlockBed@58434b19 (req. id 26)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@4adc663e (req. id 27)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@8bd86c8 (req. id 28)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@6e4c0d8c (req. id 29)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.block.BlockWeb@64db4967 (req. id 30)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@74e6094b (req. id 31)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@5cf3157b (req. id 32)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.block.BlockPistonBase@625dfff3 (req. id 33)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@26350ea2 (req. id 34)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.block.BlockColored@5a08efdc (req. id 35)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@59696551 (req. id 36)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.block.BlockFlower@79e66b2f (req. id 37)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.block.BlockFlower@17273273 (req. id 38)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@984169e (req. id 39)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@43f1bb92 (req. id 40)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@6d6bbd35 (req. id 41)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@5c5d6175 (req. id 42)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 net.minecraft.block.BlockStoneSlab@b1534d3 (req. id 43)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.block.BlockStoneSlab@3c74aa0d (req. id 44)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.block.Block@6c841199 (req. id 45)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.block.BlockTNT@512d6e60 (req. id 46)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@7b122839 (req. id 47)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@3743539f (req. id 48)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@5db6b845 (req. id 49)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.block.BlockTorch@1afd72ef (req. id 50)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 net.minecraft.block.BlockFire@2cc75074 (req. id 51)

[19:02:22] [main/DEBUG] [CCL ASM/]: Writing method [ama.a(Lahb;IIILsv;Ladd;)V]

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@6ada9c0c (req. id 52)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@6e7c351d (req. id 53)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.block.BlockChest@45cec376 (req. id 54)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@298f0a0b (req. id 55)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@2b960a7 (req. id 56)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@31dfc6f5 (req. id 57)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@663bb8ef (req. id 58)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:wheat 59 net.minecraft.block.BlockCrops@60e9c3a5 (req. id 59)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.block.BlockFarmland@459f703f (req. id 60)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.block.BlockFurnace@70e94ecb (req. id 61)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@56cfe111 (req. id 62)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:standing_sign 63 net.minecraft.block.BlockSign@6d5c2745 (req. id 63)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@1947596f (req. id 64)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.block.BlockLadder@f6de586 (req. id 65)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.block.BlockRail@7c847072 (req. id 66)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@43d9f1a2 (req. id 67)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:wall_sign 68 net.minecraft.block.BlockSign@23f86d8a (req. id 68)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.block.BlockLever@7d3c09ec (req. id 69)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@94e51e8 (req. id 70)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 71 net.minecraft.block.BlockDoor@5de6cf3a (req. id 71)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@4cc36c19 (req. id 72)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@2100d047 (req. id 73)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@4af45442 (req. id 74)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@176f7f3b (req. id 75)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@30ca0779 (req. id 76)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@2bc426f0 (req. id 77)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@33425811 (req. id 78)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.block.BlockIce@e4e1ef5 (req. id 79)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@4cb2918c (req. id 80)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.block.BlockCactus@c2584d3 (req. id 81)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.block.BlockClay@37468787 (req. id 82)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:reeds 83 net.minecraft.block.BlockReed@714f3da4 (req. id 83)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@2fcd7d3f (req. id 84)

[19:02:22] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.block.BlockFence@6f70a21b (req. id 85)

[19:02:23] [main/INFO] [OpenComputers/]: Successfully patched sw.recreateLeash.

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@795f8317 (req. id 86)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@355c94be (req. id 87)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@c386958 (req. id 88)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@44d64d4e (req. id 89)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 net.minecraft.block.BlockPortal@526a9908 (req. id 90)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@3166f664 (req. id 91)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cake 92 net.minecraft.block.BlockCake@4db60246 (req. id 92)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@7d32e714 (req. id 93)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@eb6ec6 (req. id 94)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@18137eab (req. id 95)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@2935fd2c (req. id 96)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@4f4c88f9 (req. id 97)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@cb39552 (req. id 98)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@2a53f215 (req. id 99)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@6b63e6ad (req. id 100)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.block.BlockPane@6749fe50 (req. id 101)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.block.BlockPane@52bf7bf6 (req. id 102)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.block.BlockMelon@ae73c80 (req. id 103)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@bbd4791 (req. id 104)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:melon_stem 105 net.minecraft.block.BlockStem@40a72ecd (req. id 105)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.block.BlockVine@76a14c8d (req. id 106)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@6ee99964 (req. id 107)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@257ef9ed (req. id 108)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@59c70ceb (req. id 109)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@64f981e2 (req. id 110)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@575b5f7d (req. id 111)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.block.Block@59bbb974 (req. id 112)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@7165d530 (req. id 113)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@12f49ca8 (req. id 114)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@1b2df3aa (req. id 115)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@21da4b5f (req. id 116)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@5d1e0fbb (req. id 117)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@9b76b60 (req. id 118)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@15c487a8 (req. id 119)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@7c011174 (req. id 120)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.block.Block@794366a5 (req. id 121)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@40f35e52 (req. id 122)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@561953e3 (req. id 123)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@443faa85 (req. id 124)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 net.minecraft.block.BlockWoodSlab@41da3aee (req. id 125)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.block.BlockWoodSlab@5dc0ff7d (req. id 126)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@59a79443 (req. id 127)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@493ac8d3 (req. id 128)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@13dbed9e (req. id 129)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@1d50a7ca (req. id 130)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@2e766822 (req. id 131)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@28757abd (req. id 132)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@21a02556 (req. id 133)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@3c8a7e38 (req. id 134)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@138aa3cc (req. id 135)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@10a98392 (req. id 136)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@1945113f (req. id 137)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.block.BlockBeacon@ceddaf8 (req. id 138)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@1db87583 (req. id 139)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@27329d2a (req. id 140)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 net.minecraft.block.BlockCarrot@2f894ad9 (req. id 141)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 net.minecraft.block.BlockPotato@6993c8df (req. id 142)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@326e0b8e (req. id 143)

[19:02:23] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/IBossDisplayData (input size 129), found 1 patch

[19:02:23] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/IBossDisplayData (new size 153)

[19:02:23] [main/DEBUG] [CCL ASM/]: Injecting before method [dh.toString()Ljava/lang/String;] @ 51 - 55

[19:02:23] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/EntityWither$1 (input size 354), found 1 patch

[19:02:23] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/EntityWither$1 (new size 612)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:skull 144 net.minecraft.block.BlockSkull@39c96e48 (req. id 144)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.block.BlockAnvil@40d23c82 (req. id 145)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@7cf78c85 (req. id 146)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@3a4ab7f7 (req. id 147)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@6badba10 (req. id 148)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@3a1706e1 (req. id 149)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@3c6c4689 (req. id 150)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@1a565afb (req. id 151)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@949c598 (req. id 152)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@43d3aba5 (req. id 153)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.block.BlockHopper@688a2c09 (req. id 154)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@365cdacf (req. id 155)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@303c55fa (req. id 156)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@9efcd90 (req. id 157)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.block.BlockDropper@6587305a (req. id 158)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@abbe000 (req. id 159)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@5b9499fe (req. id 160)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@52a33c3f (req. id 161)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.block.BlockNewLog@19a20bb2 (req. id 162)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@75babb67 (req. id 163)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@3eb3232b (req. id 164)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.block.BlockHay@60bb7995 (req. id 170)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.block.BlockCarpet@67774e29 (req. id 171)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@5d7399f9 (req. id 172)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.block.Block@49a6f486 (req. id 173)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@bc6288b (req. id 174)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@4a3bd45b (req. id 175)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@38cedb7d (req. id 256)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@772caabe (req. id 257)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@2acdcce8 (req. id 258)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@3f598450 (req. id 259)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:apple 260 net.minecraft.item.ItemFood@2db2a05f (req. id 260)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bow 261 net.minecraft.item.ItemBow@1015a4b9 (req. id 261)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:arrow 262 net.minecraft.item.Item@1acb74ad (req. id 262)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:coal 263 net.minecraft.item.ItemCoal@2f382a5e (req. id 263)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond 264 net.minecraft.item.Item@12b5736c (req. id 264)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_ingot 265 net.minecraft.item.Item@539a138b (req. id 265)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gold_ingot 266 net.minecraft.item.Item@2cd4e16a (req. id 266)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_sword 267 net.minecraft.item.ItemSword@7b477141 (req. id 267)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@784223e9 (req. id 268)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@7316523a (req. id 269)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@33a55bd8 (req. id 270)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@73a8e994 (req. id 271)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_sword 272 net.minecraft.item.ItemSword@1a1cc163 (req. id 272)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@5b5ac798 (req. id 273)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@42383cb0 (req. id 274)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@7668892a (req. id 275)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@a83495d (req. id 276)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@7e83992 (req. id 277)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@4364863 (req. id 278)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@3625a016 (req. id 279)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stick 280 net.minecraft.item.Item@267cde2e (req. id 280)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bowl 281 net.minecraft.item.Item@609e57da (req. id 281)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@4d634127 (req. id 282)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_sword 283 net.minecraft.item.ItemSword@d2e6b0b (req. id 283)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@1f1cddf3 (req. id 284)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@228bda54 (req. id 285)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@75b6dd5b (req. id 286)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:string 287 net.minecraft.item.ItemReed@72b43104 (req. id 287)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:feather 288 net.minecraft.item.Item@e111c7c (req. id 288)

[19:02:23] [main/DEBUG] [CCL ASM/]: Injecting before method [dq.toString()Ljava/lang/String;] @ 56 - 60

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gunpowder 289 net.minecraft.item.Item@25f15f50 (req. id 289)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@11d045b4 (req. id 290)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@1fbf088b (req. id 291)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@1943c1f2 (req. id 292)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@d70f722 (req. id 293)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@1e1eeedd (req. id 294)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@7ec95456 (req. id 295)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wheat 296 net.minecraft.item.Item@748a654a (req. id 296)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bread 297 net.minecraft.item.ItemFood@1d8b0500 (req. id 297)

[19:02:23] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemArmor$1 (input size 1070), found 1 patch

[19:02:23] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemArmor$1 (new size 1645)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@43c57161 (req. id 298)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@d902300 (req. id 299)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@2db33feb (req. id 300)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@30c3ae63 (req. id 301)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@58658f63 (req. id 302)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@54e12f4c (req. id 303)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@60990e5c (req. id 304)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@4d84049a (req. id 305)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@39ee94de (req. id 306)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@642857e0 (req. id 307)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@4c6b4ed7 (req. id 308)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@21263314 (req. id 309)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@6ca30b8a (req. id 310)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@4a92c6a9 (req. id 311)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@5c9934da (req. id 312)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@4cb702ce (req. id 313)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@383caf89 (req. id 314)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@64c781a9 (req. id 315)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@71ed560f (req. id 316)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@5b88b8e (req. id 317)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flint 318 net.minecraft.item.Item@58253c57 (req. id 318)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:porkchop 319 net.minecraft.item.ItemFood@b73433 (req. id 319)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@1bf14704 (req. id 320)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@7b61bf11 (req. id 321)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@3ff54f3d (req. id 322)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sign 323 net.minecraft.item.ItemSign@62a68bcb (req. id 323)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@14924f41 (req. id 324)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bucket 325 net.minecraft.item.ItemBucket@d16be4f (req. id 325)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@17b37e9a (req. id 326)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@6bcb12e6 (req. id 327)

[19:02:23] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityMinecartEmpty (input size 551), found 1 patch

[19:02:23] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityMinecartEmpty (new size 1262)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:minecart 328 net.minecraft.item.ItemMinecart@6ff0b1cc (req. id 328)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:saddle 329 net.minecraft.item.ItemSaddle@441fbe89 (req. id 329)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 330 net.minecraft.item.ItemDoor@6088451e (req. id 330)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone 331 net.minecraft.item.ItemRedstone@2f10f633 (req. id 331)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:snowball 332 net.minecraft.item.ItemSnowball@a09303 (req. id 332)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:boat 333 net.minecraft.item.ItemBoat@502a4156 (req. id 333)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leather 334 net.minecraft.item.Item@5416f8db (req. id 334)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@b0fd744 (req. id 335)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brick 336 net.minecraft.item.Item@92d1782 (req. id 336)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:clay_ball 337 net.minecraft.item.Item@6a1ef65c (req. id 337)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:reeds 338 net.minecraft.item.ItemReed@72976b4 (req. id 338)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:paper 339 net.minecraft.item.Item@726934e2 (req. id 339)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:book 340 net.minecraft.item.ItemBook@e280403 (req. id 340)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:slime_ball 341 net.minecraft.item.Item@42f85fa4 (req. id 341)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@798dad3d (req. id 342)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@27abb6ca (req. id 343)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:egg 344 net.minecraft.item.ItemEgg@3a7e365 (req. id 344)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:compass 345 net.minecraft.item.Item@2ceee4b6 (req. id 345)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fishing_rod 346 mariculture.fishery.items.ItemVanillaRod@2c63762b (req. id 346)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:clock 347 net.minecraft.item.Item@7a9eccc4 (req. id 347)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glowstone_dust 348 net.minecraft.item.Item@78422efb (req. id 348)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fish 349 mariculture.fishery.items.ItemVanillaFish@7cfac39f (req. id 349)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cooked_fished 350 net.minecraft.item.ItemFishFood@158ae284 (req. id 350)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dye 351 net.minecraft.item.ItemDye@1b410308 (req. id 351)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bone 352 net.minecraft.item.Item@4b0bd001 (req. id 352)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sugar 353 net.minecraft.item.Item@f9cab00 (req. id 353)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cake 354 net.minecraft.item.ItemReed@10272bbb (req. id 354)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bed 355 net.minecraft.item.ItemBed@16736040 (req. id 355)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:repeater 356 net.minecraft.item.ItemReed@7c5d1d25 (req. id 356)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cookie 357 net.minecraft.item.ItemFood@550e9be6 (req. id 357)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:filled_map 358 net.minecraft.item.ItemMap@1faf386c (req. id 358)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:shears 359 net.minecraft.item.ItemShears@6a5e167a (req. id 359)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:melon 360 net.minecraft.item.ItemFood@60e06f7d (req. id 360)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@66a5755 (req. id 361)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@771a7d53 (req. id 362)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:beef 363 net.minecraft.item.ItemFood@6d6d480c (req. id 363)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@e95595b (req. id 364)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chicken 365 net.minecraft.item.ItemFood@5a917723 (req. id 365)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@7e4579c7 (req. id 366)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@796f632b (req. id 367)

[19:02:23] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityEnderPearl (input size 1278), found 1 patch

[19:02:23] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityEnderPearl (new size 2399)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@18a19e (req. id 368)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:blaze_rod 369 net.minecraft.item.Item@60a7e509 (req. id 369)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ghast_tear 370 net.minecraft.item.Item@2e13f304 (req. id 370)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gold_nugget 371 net.minecraft.item.Item@787508ca (req. id 371)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@3d24420b (req. id 372)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:potion 373 net.minecraft.item.ItemPotion@53ce2392 (req. id 373)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@1c067c0d (req. id 374)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:spider_eye 375 net.minecraft.item.ItemFood@5d0b0cb9 (req. id 375)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@7f7b6639 (req. id 376)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:blaze_powder 377 net.minecraft.item.Item@16ac5d35 (req. id 377)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:magma_cream 378 net.minecraft.item.Item@3965bdf9 (req. id 378)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@3c0e00a8 (req. id 379)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 380 net.minecraft.item.ItemReed@1860f3be (req. id 380)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@3408f695 (req. id 381)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:speckled_melon 382 net.minecraft.item.Item@2b6a0ea9 (req. id 382)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@4887de2b (req. id 383)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@759de304 (req. id 384)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@294f9d50 (req. id 385)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@3ddb774f (req. id 386)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@70721c12 (req. id 387)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:emerald 388 net.minecraft.item.Item@769bd849 (req. id 388)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@101ca8da (req. id 389)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 390 net.minecraft.item.ItemReed@20a967fe (req. id 390)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@682abca7 (req. id 391)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:potato 392 net.minecraft.item.ItemSeedFood@1d858300 (req. id 392)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:baked_potato 393 net.minecraft.item.ItemFood@76f881d9 (req. id 393)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@6dd36ab6 (req. id 394)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:map 395 net.minecraft.item.ItemEmptyMap@610d28b8 (req. id 395)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@53c99b09 (req. id 396)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:skull 397 net.minecraft.item.ItemSkull@7c20cdd0 (req. id 397)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@6b6eae52 (req. id 398)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@7ae0cc89 (req. id 399)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@de7e193 (req. id 400)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fireworks 401 net.minecraft.item.ItemFirework@4997552e (req. id 401)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@46046c06 (req. id 402)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@7af52ec7 (req. id 403)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:comparator 404 net.minecraft.item.ItemReed@77c1e611 (req. id 404)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:netherbrick 405 net.minecraft.item.Item@12c0c0b3 (req. id 405)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz 406 net.minecraft.item.Item@5a97b17c (req. id 406)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@9c73fff (req. id 407)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@71cea1b8 (req. id 408)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_horse_armor 417 net.minecraft.item.Item@659f226a (req. id 417)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_horse_armor 418 net.minecraft.item.Item@2e463f4 (req. id 418)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@32ec9c90 (req. id 419)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lead 420 net.minecraft.item.ItemLead@b61edb9 (req. id 420)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@32bb0072 (req. id 421)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@467233e4 (req. id 422)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_13 2256 net.minecraft.item.ItemRecord@6025d790 (req. id 2256)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@af7e376 (req. id 2257)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@5dcd0cdf (req. id 2258)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@4fb04a72 (req. id 2259)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_far 2260 net.minecraft.item.ItemRecord@1e79d43 (req. id 2260)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@343e225a (req. id 2261)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@1a07bf6 (req. id 2262)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@4c0e426a (req. id 2263)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@713ec32d (req. id 2264)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@34d713a2 (req. id 2265)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_11 2266 net.minecraft.item.ItemRecord@36aab105 (req. id 2266)

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@889a8a8 (req. id 2267)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@6badba10 for ItemBlock net.minecraft.item.ItemBlock@6361b799 at id 148, original id requested: 148

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@6361b799 (req. id 148)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCactus@c2584d3 for ItemBlock net.minecraft.item.ItemBlock@1b9d9a2b at id 81, original id requested: 81

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.item.ItemBlock@1b9d9a2b (req. id 81)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@7a583586 for ItemBlock net.minecraft.item.ItemBlock@d919544 at id 21, original id requested: 21

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@d919544 (req. id 21)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressedPowered@949c598 for ItemBlock net.minecraft.item.ItemBlock@17dad32f at id 152, original id requested: 152

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@17dad32f (req. id 152)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@493ac8d3 for ItemBlock net.minecraft.item.ItemBlock@79696332 at id 128, original id requested: 128

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@79696332 (req. id 128)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@21a02556 for ItemBlock net.minecraft.item.ItemBlock@ed2f2f6 at id 133, original id requested: 133

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@ed2f2f6 (req. id 133)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@138aa3cc for ItemBlock net.minecraft.item.ItemBlock@fe87ddd at id 135, original id requested: 135

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@fe87ddd (req. id 135)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMelon@ae73c80 for ItemBlock net.minecraft.item.ItemBlock@4eea94a4 at id 103, original id requested: 103

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.item.ItemBlock@4eea94a4 (req. id 103)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@5c5d6175 for ItemBlock net.minecraft.item.ItemBlock@7c281eb8 at id 42, original id requested: 42

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.item.ItemBlock@7c281eb8 (req. id 42)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@75babb67 for ItemBlock net.minecraft.item.ItemBlock@65f40689 at id 163, original id requested: 163

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@65f40689 (req. id 163)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSapling@5b852b49 for ItemBlock net.minecraft.item.ItemMultiTexture@33eb6758 at id 6, original id requested: 6

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@33eb6758 (req. id 6)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStone@5fa23c for ItemBlock net.minecraft.item.ItemBlock@f8a6243 at id 1, original id requested: 1

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.item.ItemBlock@f8a6243 (req. id 1)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@3c3c4a71 for ItemBlock net.minecraft.item.ItemBlock@4a8ffd75 at id 10, original id requested: 10

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.item.ItemBlock@4a8ffd75 (req. id 10)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockJukebox@2fcd7d3f for ItemBlock net.minecraft.item.ItemBlock@1727e03a at id 84, original id requested: 84

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.item.ItemBlock@1727e03a (req. id 84)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@257ef9ed for ItemBlock net.minecraft.item.ItemBlock@7f9e8421 at id 108, original id requested: 108

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@7f9e8421 (req. id 108)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDaylightDetector@1a565afb for ItemBlock net.minecraft.item.ItemBlock@23da79eb at id 151, original id requested: 151

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@23da79eb (req. id 151)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@625dfff3 for ItemBlock net.minecraft.item.ItemPiston@168b4cb0 at id 33, original id requested: 33

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.item.ItemPiston@168b4cb0 (req. id 33)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnow@33425811 for ItemBlock net.minecraft.item.ItemSnow@3e05586b at id 78, original id requested: 78

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@3e05586b (req. id 78)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@43f1bb92 for ItemBlock net.minecraft.item.ItemBlock@35b17c06 at id 40, original id requested: 40

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@35b17c06 (req. id 40)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDynamicLiquid@5df778c3 for ItemBlock net.minecraft.item.ItemBlock@45545e7a at id 8, original id requested: 8

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 net.minecraft.item.ItemBlock@45545e7a (req. id 8)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@45cec376 for ItemBlock net.minecraft.item.ItemBlock@9f674ac at id 54, original id requested: 54

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.item.ItemBlock@9f674ac (req. id 54)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@5a08efdc for ItemBlock net.minecraft.item.ItemCloth@23cbbd07 at id 35, original id requested: 35

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.item.ItemCloth@23cbbd07 (req. id 35)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@12d5c30e for ItemBlock net.minecraft.item.ItemBlock@448b808a at id 16, original id requested: 16

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@448b808a (req. id 16)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@6e4c0d8c for ItemBlock net.minecraft.item.ItemPiston@7e62cfa3 at id 29, original id requested: 29

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@7e62cfa3 (req. id 29)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@cdb2d95 for ItemBlock net.minecraft.item.ItemBlock@46e190ed at id 7, original id requested: 7

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.item.ItemBlock@46e190ed (req. id 7)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGravel@3d96fa9e for ItemBlock net.minecraft.item.ItemBlock@383c3eb3 at id 13, original id requested: 13

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.item.ItemBlock@383c3eb3 (req. id 13)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWorkbench@663bb8ef for ItemBlock net.minecraft.item.ItemBlock@20ab76ee at id 58, original id requested: 58

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@20ab76ee (req. id 58)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@4cc36c19 for ItemBlock net.minecraft.item.ItemBlock@485caa8f at id 72, original id requested: 72

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@485caa8f (req. id 72)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherrack@355c94be for ItemBlock net.minecraft.item.ItemBlock@2703d91 at id 87, original id requested: 87

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.item.ItemBlock@2703d91 (req. id 87)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLog@19a20bb2 for ItemBlock net.minecraft.item.ItemMultiTexture@5be052ca at id 162, original id requested: 162

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@5be052ca (req. id 162)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTorch@1afd72ef for ItemBlock net.minecraft.item.ItemBlock@2007435e at id 50, original id requested: 50

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.item.ItemBlock@2007435e (req. id 50)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@70e94ecb for ItemBlock net.minecraft.item.ItemBlock@da28d03 at id 61, original id requested: 61

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.item.ItemBlock@da28d03 (req. id 61)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@17143b3b for ItemBlock net.minecraft.item.ItemBlock@ebda593 at id 22, original id requested: 22

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@ebda593 (req. id 22)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneOre@2100d047 for ItemBlock net.minecraft.item.ItemBlock@5792c08c at id 73, original id requested: 73

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@5792c08c (req. id 73)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@3c8a7e38 for ItemBlock net.minecraft.item.ItemBlock@4d157493 at id 134, original id requested: 134

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@4d157493 (req. id 134)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@43d9f1a2 for ItemBlock net.minecraft.item.ItemBlock@54c622a7 at id 67, original id requested: 67

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@54c622a7 (req. id 67)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLever@7d3c09ec for ItemBlock net.minecraft.item.ItemBlock@37348491 at id 69, original id requested: 69

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.item.ItemBlock@37348491 (req. id 69)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockIce@e4e1ef5 for ItemBlock net.minecraft.item.ItemBlock@76e3b45b at id 79, original id requested: 79

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.item.ItemBlock@76e3b45b (req. id 79)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortalFrame@7c011174 for ItemBlock net.minecraft.item.ItemBlock@10b4e7f8 at id 120, original id requested: 120

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@10b4e7f8 (req. id 120)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDoublePlant@4a3bd45b for ItemBlock net.minecraft.item.ItemDoublePlant@66813e6e at id 175, original id requested: 175

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@66813e6e (req. id 175)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarrot@2f894ad9 for ItemBlock net.minecraft.item.ItemBlock@dab1f89 at id 141, original id requested: 141

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 net.minecraft.item.ItemBlock@dab1f89 (req. id 141)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlass@3a37a501 for ItemBlock net.minecraft.item.ItemBlock@3a17b2e3 at id 20, original id requested: 20

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.item.ItemBlock@3a17b2e3 (req. id 20)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNote@3dd31157 for ItemBlock net.minecraft.item.ItemBlock@5e13f156 at id 25, original id requested: 25

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.item.ItemBlock@5e13f156 (req. id 25)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@6f70a21b for ItemBlock net.minecraft.item.ItemBlock@310ed6b4 at id 85, original id requested: 85

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.item.ItemBlock@310ed6b4 (req. id 85)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@6c841199 for ItemBlock net.minecraft.item.ItemBlock@640cc04b at id 45, original id requested: 45

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.item.ItemBlock@640cc04b (req. id 45)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTallGrass@74e6094b for ItemBlock net.minecraft.item.ItemColored@630bf683 at id 31, original id requested: 31

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.item.ItemColored@630bf683 (req. id 31)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPackedIce@bc6288b for ItemBlock net.minecraft.item.ItemBlock@22d322f5 at id 174, original id requested: 174

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@22d322f5 (req. id 174)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@7cf78c85 for ItemBlock net.minecraft.item.ItemBlock@65afeb6d at id 146, original id requested: 146

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@65afeb6d (req. id 146)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@6b63e6ad for ItemBlock net.minecraft.item.ItemBlock@6723610b at id 100, original id requested: 100

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@6723610b (req. id 100)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@59bbb974 for ItemBlock net.minecraft.item.ItemBlock@5ba03c82 at id 112, original id requested: 112

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@5ba03c82 (req. id 112)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnchantmentTable@21da4b5f for ItemBlock net.minecraft.item.ItemBlock@60df7989 at id 116, original id requested: 116

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@60df7989 (req. id 116)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneBrick@cb39552 for ItemBlock net.minecraft.item.ItemMultiTexture@7ab1127c at id 98, original id requested: 98

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@7ab1127c (req. id 98)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@2a53f215 for ItemBlock net.minecraft.item.ItemBlock@6e60f18 at id 99, original id requested: 99

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@6e60f18 (req. id 99)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBeacon@ceddaf8 for ItemBlock net.minecraft.item.ItemBlock@5cf8676a at id 138, original id requested: 138

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.item.ItemBlock@5cf8676a (req. id 138)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@17273273 for ItemBlock net.minecraft.item.ItemMultiTexture@47f04e4d at id 38, original id requested: 38

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@47f04e4d (req. id 38)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockVine@76a14c8d for ItemBlock net.minecraft.item.ItemColored@3520963d at id 106, original id requested: 106

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.item.ItemColored@3520963d (req. id 106)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDropper@6587305a for ItemBlock net.minecraft.item.ItemBlock@388d14e at id 158, original id requested: 158

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.item.ItemBlock@388d14e (req. id 158)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@52bf7bf6 for ItemBlock net.minecraft.item.ItemBlock@1cd43562 at id 102, original id requested: 102

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@1cd43562 (req. id 102)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLog@6e041285 for ItemBlock net.minecraft.item.ItemMultiTexture@59939293 at id 17, original id requested: 17

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.item.ItemMultiTexture@59939293 (req. id 17)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFire@2cc75074 for ItemBlock net.minecraft.item.ItemBlock@68b366e2 at id 51, original id requested: 51

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 net.minecraft.item.ItemBlock@68b366e2 (req. id 51)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@2b960a7 for ItemBlock net.minecraft.item.ItemBlock@2d74c81b at id 56, original id requested: 56

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@2d74c81b (req. id 56)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDeadBush@5cf3157b for ItemBlock net.minecraft.item.ItemBlock@10b687f2 at id 32, original id requested: 32

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.item.ItemBlock@10b687f2 (req. id 32)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSoulSand@c386958 for ItemBlock net.minecraft.item.ItemBlock@55f4887d at id 88, original id requested: 88

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@55f4887d (req. id 88)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@49a6f486 for ItemBlock net.minecraft.item.ItemBlock@26837057 at id 173, original id requested: 173

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.item.ItemBlock@26837057 (req. id 173)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBookshelf@7b122839 for ItemBlock net.minecraft.item.ItemBlock@2dbc408c at id 47, original id requested: 47

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@2dbc408c (req. id 47)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonStone@2bc426f0 for ItemBlock net.minecraft.item.ItemBlock@991cbde at id 77, original id requested: 77

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.item.ItemBlock@991cbde (req. id 77)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@6d6bbd35 for ItemBlock net.minecraft.item.ItemBlock@78d71df1 at id 41, original id requested: 41

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.item.ItemBlock@78d71df1 (req. id 41)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneLight@561953e3 for ItemBlock net.minecraft.item.ItemBlock@456bcb74 at id 123, original id requested: 123

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@456bcb74 (req. id 123)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSand@74170687 for ItemBlock net.minecraft.item.ItemMultiTexture@a9c5b75 at id 12, original id requested: 12

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@a9c5b75 (req. id 12)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockQuartz@365cdacf for ItemBlock net.minecraft.item.ItemMultiTexture@dd4aec3 at id 155, original id requested: 155

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@dd4aec3 (req. id 155)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnowBlock@4cb2918c for ItemBlock net.minecraft.item.ItemBlock@4dac121d at id 80, original id requested: 80

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.item.ItemBlock@4dac121d (req. id 80)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortal@15c487a8 for ItemBlock net.minecraft.item.ItemBlock@568750b7 at id 119, original id requested: 119

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 net.minecraft.item.ItemBlock@568750b7 (req. id 119)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@43d3aba5 for ItemBlock net.minecraft.item.ItemBlock@3e28fee1 at id 153, original id requested: 153

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@3e28fee1 (req. id 153)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@abbe000 for ItemBlock net.minecraft.item.ItemCloth@16a2ed51 at id 159, original id requested: 159

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@16a2ed51 (req. id 159)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCommandBlock@1945113f for ItemBlock net.minecraft.item.ItemBlock@3b332962 at id 137, original id requested: 137

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.item.ItemBlock@3b332962 (req. id 137)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPortal@526a9908 for ItemBlock net.minecraft.item.ItemBlock@57ddd45b at id 90, original id requested: 90

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 net.minecraft.item.ItemBlock@57ddd45b (req. id 90)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@59c70ceb for ItemBlock net.minecraft.item.ItemBlock@2e7bf7b7 at id 109, original id requested: 109

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@2e7bf7b7 (req. id 109)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLilyPad@575b5f7d for ItemBlock net.minecraft.item.ItemLilyPad@2fb25f4c at id 111, original id requested: 111

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@2fb25f4c (req. id 111)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@3eb3232b for ItemBlock net.minecraft.item.ItemBlock@de81be1 at id 164, original id requested: 164

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@de81be1 (req. id 164)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6e7c351d for ItemBlock net.minecraft.item.ItemBlock@342e690b at id 53, original id requested: 53

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@342e690b (req. id 53)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGrass@6d1dcdff for ItemBlock net.minecraft.item.ItemBlock@4519f676 at id 2, original id requested: 2

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.item.ItemBlock@4519f676 (req. id 2)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@6ee99964 for ItemBlock net.minecraft.item.ItemBlock@78ec89a6 at id 107, original id requested: 107

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@78ec89a6 (req. id 107)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMycelium@64f981e2 for ItemBlock net.minecraft.item.ItemBlock@3596b249 at id 110, original id requested: 110

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.item.ItemBlock@3596b249 (req. id 110)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockObsidian@5db6b845 for ItemBlock net.minecraft.item.ItemBlock@7237f3c1 at id 49, original id requested: 49

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.item.ItemBlock@7237f3c1 (req. id 49)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@26dc9bd5 for ItemBlock net.minecraft.item.ItemBlock@781711b7 at id 4, original id requested: 4

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@781711b7 (req. id 4)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@303c55fa for ItemBlock net.minecraft.item.ItemBlock@642a16aa at id 156, original id requested: 156

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@642a16aa (req. id 156)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnderChest@1d50a7ca for ItemBlock net.minecraft.item.ItemBlock@642ee49c at id 130, original id requested: 130

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@642ee49c (req. id 130)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockClay@37468787 for ItemBlock net.minecraft.item.ItemBlock@294aba23 at id 82, original id requested: 82

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.item.ItemBlock@294aba23 (req. id 82)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@3743539f for ItemBlock net.minecraft.item.ItemBlock@69909c14 at id 48, original id requested: 48

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@69909c14 (req. id 48)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDirt@7ff35a3f for ItemBlock net.minecraft.item.ItemMultiTexture@5d3b58ca at id 3, original id requested: 3

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@5d3b58ca (req. id 3)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@3166f664 for ItemBlock net.minecraft.item.ItemBlock@4e224df5 at id 91, original id requested: 91

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@4e224df5 (req. id 91)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockAnvil@40d23c82 for ItemBlock net.minecraft.item.ItemAnvilBlock@5f5827d0 at id 145, original id requested: 145

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@5f5827d0 (req. id 145)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@1352434e for ItemBlock net.minecraft.item.ItemBlock@58a2d9f9 at id 11, original id requested: 11

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.item.ItemBlock@58a2d9f9 (req. id 11)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@56cfe111 for ItemBlock net.minecraft.item.ItemBlock@4337afd at id 62, original id requested: 62

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@4337afd (req. id 62)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@181d8899 for ItemBlock net.minecraft.item.ItemBlock@1d02af26 at id 15, original id requested: 15

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@1d02af26 (req. id 15)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@31dfc6f5 for ItemBlock net.minecraft.item.ItemBlock@3fa7df1 at id 57, original id requested: 57

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@3fa7df1 (req. id 57)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWeb@64db4967 for ItemBlock net.minecraft.item.ItemBlock@4dd90166 at id 30, original id requested: 30

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.item.ItemBlock@4dd90166 (req. id 30)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHay@60bb7995 for ItemBlock net.minecraft.item.ItemBlock@52227eb2 at id 170, original id requested: 170

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.item.ItemBlock@52227eb2 (req. id 170)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@10a98392 for ItemBlock net.minecraft.item.ItemBlock@5ad1904f at id 136, original id requested: 136

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@5ad1904f (req. id 136)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@12f49ca8 for ItemBlock net.minecraft.item.ItemBlock@a146b11 at id 114, original id requested: 114

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@a146b11 (req. id 114)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@94e51e8 for ItemBlock net.minecraft.item.ItemBlock@f438904 at id 70, original id requested: 70

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@f438904 (req. id 70)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonWood@326e0b8e for ItemBlock net.minecraft.item.ItemBlock@4ed5a1b0 at id 143, original id requested: 143

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@4ed5a1b0 (req. id 143)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@b1534d3 for ItemBlock net.minecraft.item.ItemSlab@3135bf25 at id 43, original id requested: 43

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 net.minecraft.item.ItemSlab@3135bf25 (req. id 43)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@77bb48d5 for ItemBlock net.minecraft.item.ItemBlock@22ad1bae at id 14, original id requested: 14

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@22ad1bae (req. id 14)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTNT@512d6e60 for ItemBlock net.minecraft.item.ItemBlock@4116f66a at id 46, original id requested: 46

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.item.ItemBlock@4116f66a (req. id 46)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHopper@688a2c09 for ItemBlock net.minecraft.item.ItemBlock@59c04bee at id 154, original id requested: 154

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.item.ItemBlock@59c04bee (req. id 154)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneSlab@3c74aa0d for ItemBlock net.minecraft.item.ItemSlab@45900b64 at id 44, original id requested: 44

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@45900b64 (req. id 44)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPotato@6993c8df for ItemBlock net.minecraft.item.ItemBlock@f2a1813 at id 142, original id requested: 142

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 net.minecraft.item.ItemBlock@f2a1813 (req. id 142)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@13dbed9e for ItemBlock net.minecraft.item.ItemBlock@79f90a3a at id 129, original id requested: 129

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@79f90a3a (req. id 129)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@984169e for ItemBlock net.minecraft.item.ItemBlock@22bdb1d0 at id 39, original id requested: 39

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@22bdb1d0 (req. id 39)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLeaf@74fab04a for ItemBlock net.minecraft.item.ItemLeaves@388623ad at id 18, original id requested: 18

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.item.ItemLeaves@388623ad (req. id 18)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTripWireHook@2e766822 for ItemBlock net.minecraft.item.ItemBlock@91f565d at id 131, original id requested: 131

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@91f565d (req. id 131)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFlower@79e66b2f for ItemBlock net.minecraft.item.ItemMultiTexture@46e3559f at id 37, original id requested: 37

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@46e3559f (req. id 37)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@9efcd90 for ItemBlock net.minecraft.item.ItemBlock@3b83459e at id 157, original id requested: 157

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@3b83459e (req. id 157)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneTorch@30ca0779 for ItemBlock net.minecraft.item.ItemBlock@32118208 at id 76, original id requested: 76

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@32118208 (req. id 76)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@41da3aee for ItemBlock net.minecraft.item.ItemSlab@414f87a9 at id 125, original id requested: 125

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 net.minecraft.item.ItemSlab@414f87a9 (req. id 125)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@2935fd2c for ItemBlock net.minecraft.item.ItemBlock@1ddc6db2 at id 96, original id requested: 96

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@1ddc6db2 (req. id 96)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLeaf@52a33c3f for ItemBlock net.minecraft.item.ItemLeaves@3cd26422 at id 161, original id requested: 161

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@3cd26422 (req. id 161)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFarmland@459f703f for ItemBlock net.minecraft.item.ItemBlock@2eda072 at id 60, original id requested: 60

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.item.ItemBlock@2eda072 (req. id 60)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStaticLiquid@12eedfee for ItemBlock net.minecraft.item.ItemBlock@3fa21d49 at id 9, original id requested: 9

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:water 9 net.minecraft.item.ItemBlock@3fa21d49 (req. id 9)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@4adc663e for ItemBlock net.minecraft.item.ItemBlock@416d56f2 at id 27, original id requested: 27

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@416d56f2 (req. id 27)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlowstone@44d64d4e for ItemBlock net.minecraft.item.ItemBlock@6e31d989 at id 89, original id requested: 89

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.item.ItemBlock@6e31d989 (req. id 89)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarpet@67774e29 for ItemBlock net.minecraft.item.ItemCloth@1b01a0d at id 171, original id requested: 171

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.item.ItemCloth@1b01a0d (req. id 171)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@7165d530 for ItemBlock net.minecraft.item.ItemBlock@2ed71727 at id 113, original id requested: 113

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@2ed71727 (req. id 113)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@795f8317 for ItemBlock net.minecraft.item.ItemBlock@5261ec9 at id 86, original id requested: 86

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@5261ec9 (req. id 86)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWood@43045f9f for ItemBlock net.minecraft.item.ItemMultiTexture@65bb6275 at id 5, original id requested: 5

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@65bb6275 (req. id 5)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDragonEgg@40f35e52 for ItemBlock net.minecraft.item.ItemBlock@64da6cbd at id 122, original id requested: 122

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@64da6cbd (req. id 122)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDispenser@524270b8 for ItemBlock net.minecraft.item.ItemBlock@72a2312e at id 23, original id requested: 23

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.item.ItemBlock@72a2312e (req. id 23)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSandStone@2a4f5433 for ItemBlock net.minecraft.item.ItemMultiTexture@47c7a9e5 at id 24, original id requested: 24

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@47c7a9e5 (req. id 24)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailDetector@8bd86c8 for ItemBlock net.minecraft.item.ItemBlock@7951c3a2 at id 28, original id requested: 28

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@7951c3a2 (req. id 28)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHardenedClay@5d7399f9 for ItemBlock net.minecraft.item.ItemBlock@4ed9f7b1 at id 172, original id requested: 172

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@4ed9f7b1 (req. id 172)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlassPane@5b9499fe for ItemBlock net.minecraft.item.ItemCloth@2d119405 at id 160, original id requested: 160

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@2d119405 (req. id 160)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSponge@272ce069 for ItemBlock net.minecraft.item.ItemBlock@57e388c3 at id 19, original id requested: 19

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.item.ItemBlock@57e388c3 (req. id 19)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@3a4ab7f7 for ItemBlock net.minecraft.item.ItemBlock@20580d4e at id 147, original id requested: 147

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@20580d4e (req. id 147)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCocoa@59a79443 for ItemBlock net.minecraft.item.ItemBlock@21bd128b at id 127, original id requested: 127

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 net.minecraft.item.ItemBlock@21bd128b (req. id 127)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlass@18137eab for ItemBlock net.minecraft.item.ItemCloth@2d0b05 at id 95, original id requested: 95

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@2d0b05 (req. id 95)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@6749fe50 for ItemBlock net.minecraft.item.ItemBlock@4b432e53 at id 101, original id requested: 101

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@4b432e53 (req. id 101)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRail@7c847072 for ItemBlock net.minecraft.item.ItemBlock@2b916808 at id 66, original id requested: 66

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.item.ItemBlock@2b916808 (req. id 66)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSilverfish@4f4c88f9 for ItemBlock net.minecraft.item.ItemMultiTexture@62f11ebb at id 97, original id requested: 97

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@62f11ebb (req. id 97)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMobSpawner@6ada9c0c for ItemBlock net.minecraft.item.ItemBlock@a6c54c3 at id 52, original id requested: 52

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@a6c54c3 (req. id 52)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWoodSlab@5dc0ff7d for ItemBlock net.minecraft.item.ItemSlab@580fd26b at id 126, original id requested: 126

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@580fd26b (req. id 126)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWall@1db87583 for ItemBlock net.minecraft.item.ItemMultiTexture@78fe204a at id 139, original id requested: 139

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@78fe204a (req. id 139)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLadder@f6de586 for ItemBlock net.minecraft.item.ItemBlock@1290ed28 at id 65, original id requested: 65

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.item.ItemBlock@1290ed28 (req. id 65)

[19:02:23] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@794366a5 for ItemBlock net.minecraft.item.ItemBlock@7a3269f5 at id 121, original id requested: 121

[19:02:23] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.item.ItemBlock@7a3269f5 (req. id 121)

[19:02:24] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.monster.EntityMagmaCube (input size 2104), found 1 patch

[19:02:24] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.monster.EntityMagmaCube (new size 3013)

[19:02:24] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 1746), found 1 patch

[19:02:24] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2658)

[19:02:24] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityHorse$1 (input size 319), found 1 patch

[19:02:24] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityHorse$1 (new size 568)

[19:02:24] [Client thread/DEBUG] [FML/]: Runtime patching class net/minecraft/client/settings/GameSettings$1 (input size 524), found 1 patch

[19:02:24] [Client thread/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/client/settings/GameSettings$1 (new size 799)

[19:02:24] [Client thread/DEBUG] [FML/]: Runtime patching class net/minecraft/client/settings/GameSettings$Options$1 (input size 350), found 1 patch

[19:02:24] [Client thread/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/client/settings/GameSettings$Options$1 (new size 747)

[19:02:25] [Client thread/INFO] [OpenMods/]: openmods.OpenModsClassTransformer$6$1.createVisitor(OpenModsClassTransformer.java:185): Trying to patch OpenGlHelper (class: buu)

[19:02:25] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of gl_capabilities_hook updated from ENABLED to ACTIVATED

[19:02:25] [Client thread/INFO] [OpenMods/]: openmods.OpenModsClassTransformer$5$1.createVisitor(OpenModsClassTransformer.java:167): Trying to patch Framebuffer (class: bmg)

[19:02:25] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of stencil_patches updated from ENABLED to ACTIVATED

[19:02:25] [Client thread/INFO] [OpenMods/]: openmods.stencil.FramebufferInjector$CreateFramebufferInjector.visitLdcInsn(FramebufferInjector.java:45): Found GL constant, replacing method

[19:02:25] [Client thread/INFO] [OpenMods/]: openmods.stencil.FramebufferInjector$CreateFramebufferInjector.visitMethodInsn(FramebufferInjector.java:53): Injecting allocate and attach methods

[19:02:25] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of stencil_patches updated from ACTIVATED to FINISHED

[19:02:25] [Client thread/INFO] [OpenMods/]: openmods.stencil.CapabilitiesHookInjector$MethodInjector.visitInsn(CapabilitiesHookInjector.java:32): Injecting call into OpenGLHelper.init()

[19:02:25] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of gl_capabilities_hook updated from ACTIVATED to FINISHED

[19:02:25] [Client thread/DEBUG] [CCL ASM/]: Replacing method [bny.a(IIIII)V] @ 7 - 16

[19:02:26] [Client thread/DEBUG] [FML/]: Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 967), found 1 patch

[19:02:26] [Client thread/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1403)

[19:02:26] [Client thread/DEBUG] [FML/]: Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 3839), found 1 patch

[19:02:26] [Client thread/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 5479)

[19:02:26] [Client thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization

[19:02:26] [Client thread/INFO] [FML/]: MinecraftForge v10.13.2.1291 Initialized

[19:02:26] [Client thread/INFO] [FML/]: Replaced 183 ore recipies

[19:02:26] [Client thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization

[19:02:26] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [cpw.mods.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, appeng.transformer.AppEngCore, codechicken.core.asm.CodeChickenCoreModContainer, cofh.asm.LoadingPlugin$CoFHDummyContainer, Reika.DragonAPI.Extras.APIStripper$AnnotationDummyContainer, mariculture.fishery.VanillaOverride, codechicken.nei.NEIModContainer, li.cil.oc.common.launch.TransformerLoader, thaumic.tinkerer.preloader.ThaumicTLoaderContainer, openmods.OpenModsCore]

[19:02:26] [Client thread/INFO] [FML/]: [AppEng] Core Init

[19:02:26] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.2.1291\forge-1.7.10-10.13.2.1291.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\16.0\guava-16.0.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.2.1\commons-lang3-3.2.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.16\authlib-1.5.16.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1\lwjgl-2.9.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1\lwjgl_util-2.9.1.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar, examining for mod candidates

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.2.1291\1.7.10-Forge10.13.2.1291.jar, examining for mod candidates

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\AppleCore-mc1.7.10-1.1.0.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\appliedenergistics2-rv1-stable-1.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\CodeChickenCore-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Family\AppData\Roaming\.minecraft\mods\1.7.10\CodeChickenLib-1.7.10-1.1.1.110-universal.jar, examining for mod candidates

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\CoFHCore-[1.7.10]3.0.0RC2-195.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\DragonAPI-1.7.10.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\1.7.10\ForgeMultipart-1.7.10-1.1.0.314-universal.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\Inventory-Tweaks-Mod-1.7.10.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\Mariculture-Deluxe-1.7.10-1.2.4c.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\Mekanism-1.7.10-7.1.1.127.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\MrTJPCore-1.7.10-1.0.5.11-universal.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.7.10-1.0.4.83-universal.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\OpenBlocks-1.7.10-1.3.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\OpenComputers-MC1.7.10-1.5.0.6-universal.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\OpenModsLib-1.7.10-0.6.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\ProjectRed-Base-1.7.2-4.4.4.43.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\RandomThings-2.2.4.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\Thaumcraft-1.7.10-4.2.3.4.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\Family\AppData\Roaming\.minecraft\mods\ThaumicTinkerer-2.5-1.7.10-162.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully

[19:02:26] [Client thread/INFO] [FML/]: Searching C:\Users\Family\AppData\Roaming\.minecraft\mods for mods

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate mod directory 1.7.10

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate mod directory 1.7.2

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file AppleCore-mc1.7.10-1.1.0.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file appliedenergistics2-rv1-stable-1.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file BuildCraft-Mod-Stable-1.7.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Carpenters-Blocks-Mod-1.7.2.zip

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Chisel-2-Mod-1.7.10.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker CodeChickenCore-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file CoFHCore-[1.7.10]3.0.0RC2-195.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ComputerCraft1.72.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file crowley-skyblock-v1.29e.zip

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Deadly-World-Mod-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file DragonAPI-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Ender-IO-Mod-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ex-nihilo-nei-1.0.0.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Extra-Utilities-Mod-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ExtraCells-Mod-1.7.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file forestry_1.7.10-3.1.1.259-unstable-api.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file gud_thaumicnei-1.2.3.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Hardcore-Ender-Expansion-Mod-1.7.10.zip

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file industrialcraft-2-2.2.683-experimental-api.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Inventory-Tweaks-Mod-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Iron-Chests-Mod-1.7.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mantle-1.7.10-0.3.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mariculture-Deluxe-1.7.10-1.2.4c.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file MDK-1.7.10-7.1.1.127.zip

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mekanism-1.7.10-7.1.1.127.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file MekanismGenerators-1.7.10-7.1.1.127.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file MekanismTools-1.7.10-7.1.1.127.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Minechem-1.7.10-5.0.5.358.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file MrTJPCore-1.7.10-1.0.5.11-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Mystcraft-Mod-1.7.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file natura-1.7.10-2.2.0.1.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file neiaddons-mc1710-1.12.4.16.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file NEIIntegration-MC1.7.10-1.0.7.jar

[19:02:26] [Client thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker NotEnoughItems-1.7.10-1.0.4.83-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file OpenBlocks-1.7.10-1.3.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file OpenComputers-MC1.7.10-1.5.0.6-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file OpenModsLib-1.7.10-0.6.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Pam's HarvestCraft 1.7.10f.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Peripherals++-1.2.0-beta4.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file PneumaticCraft-1.7.10-1.5.6-59-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ProjectRed-Base-1.7.2-4.4.4.43.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Railcraft_1.7.10-9.5.0.0.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file RandomThings-2.2.4.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file RotaryCraft-Mod-1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file SimplyJetpacks-MC1.7.10-1.3.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Smart-Moving-Mod-1.7.2.zip

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file SpiceOfLife-mc1.7.10-1.2.3.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file TConstruct-1.7.10-1.8.2a.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Thaumcraft-1.7.10-4.2.3.4.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file thaumcraftneiplugin-1.7.10-1.7.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ThaumicTinkerer-2.5-1.7.10-162.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ThermalExpansion-[1.7.10]4.0.0B9-86.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file TMechworks-1.7.10-0.2.12.95.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Twilight-Forest-Mod-1.7.2.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Waila-1.5.9_1.7.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file WailaHarvestability-mc1.7.x-1.1.2.jar

[19:02:26] [Client thread/INFO] [FML/]: Also searching C:\Users\Family\AppData\Roaming\.minecraft\mods\1.7.10 for mods

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.7.10-1.0.1.10.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file CodeChickenLib-1.7.10-1.1.1.110-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Found a candidate zip or jar file ForgeMultipart-1.7.10-1.1.0.314-universal.jar

[19:02:26] [Client thread/DEBUG] [FML/]: Examining file forge-1.7.10-10.13.2.1291.jar for potential mods

[19:02:26] [Client thread/DEBUG] [FML/]: The mod container forge-1.7.10-10.13.2.1291.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file launchwrapper-1.11.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container launchwrapper-1.11.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file asm-all-5.0.3.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container asm-all-5.0.3.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file akka-actor_2.11-2.3.3.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container akka-actor_2.11-2.3.3.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file config-1.2.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container config-1.2.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-actors-migration_2.11-1.1.0.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-actors-migration_2.11-1.1.0.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-compiler-2.11.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-compiler-2.11.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-continuations-library_2.11-1.0.2.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-continuations-library_2.11-1.0.2.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-continuations-plugin_2.11.1-1.0.2.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-continuations-plugin_2.11.1-1.0.2.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-library-2.11.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-library-2.11.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-parser-combinators_2.11-1.0.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-parser-combinators_2.11-1.0.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-reflect-2.11.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-reflect-2.11.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-swing_2.11-1.0.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-swing_2.11-1.0.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file scala-xml_2.11-1.0.2.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container scala-xml_2.11-1.0.2.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file jopt-simple-4.5.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file lzma-0.0.1.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file

[19:02:27] [Client thread/DEBUG] [FML/]: Examining file realms-1.3.5.jar for potential mods

[19:02:27] [Client thread/DEBUG] [FML/]: The mod container realms-1.3.5.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file commons-compress-1.8.1.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container commons-compress-1.8.1.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file httpclient-4.3.3.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container httpclient-4.3.3.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file commons-logging-1.1.3.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container commons-logging-1.1.3.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file httpcore-4.3.2.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container httpcore-4.3.2.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file vecmath-1.3.1.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container vecmath-1.3.1.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file trove4j-3.0.3.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container trove4j-3.0.3.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file icu4j-core-mojang-51.2.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container icu4j-core-mojang-51.2.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file codecjorbis-20101023.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file codecwav-20101023.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container codecwav-20101023.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file libraryjavasound-20101123.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file librarylwjglopenal-20100824.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file soundsystem-20120107.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file netty-all-4.0.10.Final.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container netty-all-4.0.10.Final.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file guava-16.0.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container guava-16.0.jar appears to be missing an mcmod.info file

[19:02:28] [Client thread/DEBUG] [FML/]: Examining file commons-lang3-3.2.1.jar for potential mods

[19:02:28] [Client thread/DEBUG] [FML/]: The mod container commons-lang3-3.2.1.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file commons-io-2.4.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container commons-io-2.4.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file commons-codec-1.9.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container commons-codec-1.9.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file jinput-2.0.5.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file jutils-1.0.0.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file gson-2.2.4.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container gson-2.2.4.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file authlib-1.5.16.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container authlib-1.5.16.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file log4j-api-2.0-beta9.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container log4j-api-2.0-beta9.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file log4j-core-2.0-beta9.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container log4j-core-2.0-beta9.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file lwjgl-2.9.1.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container lwjgl-2.9.1.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file lwjgl_util-2.9.1.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container lwjgl_util-2.9.1.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file twitch-5.16.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container twitch-5.16.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file 1.7.10-Forge10.13.2.1291.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container 1.7.10-Forge10.13.2.1291.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.1.110-universal.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.1.110-universal.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Examining directory 1.7.10 for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.7.10

[19:02:29] [Client thread/DEBUG] [FML/]: Examining directory 1.7.2 for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.7.2

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file AppleCore-mc1.7.10-1.1.0.jar for potential mods

[19:02:29] [Client thread/DEBUG] [FML/]: The mod container AppleCore-mc1.7.10-1.1.0.jar appears to be missing an mcmod.info file

[19:02:29] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (squeek.applecore.AppleCore) - loading

[19:02:29] [Client thread/TRACE] [AppleCore/]: Parsed dependency info : [] [] []

[19:02:29] [Client thread/INFO] [AppleCore/]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore

[19:02:29] [Client thread/DEBUG] [FML/]: Examining file appliedenergistics2-rv1-stable-1.jar for potential mods

[19:02:29] [Client thread/TRACE] [FML/]: Located mcmod.info file in file appliedenergistics2-rv1-stable-1.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (appeng.core.AppEng) - loading

[19:02:30] [Client thread/TRACE] [appliedenergistics2/]: Parsed dependency info : [Forge@[10.13.0.1187,)] [appliedenergistics2-core, Forge@[10.13.0.1187,)] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file BuildCraft-Mod-Stable-1.7.2.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file BuildCraft-Mod-Stable-1.7.2.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftBuilders) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Builders/]: Parsed dependency info : [buildCraft|[email protected]] [buildCraft|[email protected]] []

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftCore) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Core/]: Parsed dependency info : [Forge@[10.12.1.1079,)] [Forge@[10.12.1.1079,)] []

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftEnergy) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Energy/]: Parsed dependency info : [buildCraft|[email protected]] [buildCraft|[email protected]] []

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftFactory) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Factory/]: Parsed dependency info : [buildCraft|[email protected]] [buildCraft|[email protected]] []

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftSilicon) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Silicon/]: Parsed dependency info : [buildCraft|[email protected]] [buildCraft|[email protected]] []

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftTransport) - loading

[19:02:30] [Client thread/TRACE] [buildCraft|Transport/]: Parsed dependency info : [buildCraft|[email protected]] [buildCraft|[email protected]] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file Carpenters-Blocks-Mod-1.7.2.zip for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Carpenters-Blocks-Mod-1.7.2.zip

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (carpentersblocks.CarpentersBlocks) - loading

[19:02:30] [Client thread/TRACE] [CarpentersBlocks/]: Parsed dependency info : [Forge@[10.12.1.1060,)] [Forge@[10.12.1.1060,)] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file Chisel-2-Mod-1.7.10.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Chisel-2-Mod-1.7.10.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (info.jbcs.minecraft.chisel.Chisel) - loading

[19:02:30] [Client thread/TRACE] [chisel/]: Parsed dependency info : [] [ForgeMultipart] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file CoFHCore-[1.7.10]3.0.0RC2-195.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file CoFHCore-[1.7.10]3.0.0RC2-195.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cofh.CoFHCore) - loading

[19:02:30] [Client thread/TRACE] [CoFHCore/]: Parsed dependency info : [FML@[7.10.0.1217,7.11), Forge@[10.13.1.1217,10.14)] [FML@[7.10.0.1217,7.11), Forge@[10.13.1.1217,10.14)] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file ComputerCraft1.72.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ComputerCraft1.72.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (dan200.computercraft.ComputerCraft) - loading

[19:02:30] [Client thread/TRACE] [ComputerCraft/]: Parsed dependency info : [] [] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file crowley-skyblock-v1.29e.zip for potential mods

[19:02:30] [Client thread/DEBUG] [FML/]: The mod container crowley-skyblock-v1.29e.zip appears to be missing an mcmod.info file

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (exnihilo.ExNihilo) - loading

[19:02:30] [Client thread/TRACE] [crowley.skyblock/]: Parsed dependency info : [] [] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file Deadly-World-Mod-1.7.10.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Deadly-World-Mod-1.7.10.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (toast.deadlyWorld._DeadlyWorld) - loading

[19:02:30] [Client thread/TRACE] [DeadlyWorld/]: Parsed dependency info : [] [] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file DragonAPI-1.7.10.jar for potential mods

[19:02:30] [Client thread/DEBUG] [FML/]: The mod container DragonAPI-1.7.10.jar appears to be missing an mcmod.info file

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (Reika.DragonAPI.DragonAPIInit) - loading

[19:02:30] [Client thread/TRACE] [DragonAPI/]: Parsed dependency info : [[email protected]] [[email protected], BuildCraft|Energy, IC2, ThermalExpansion, Thaumcraft, powersuits, GalacticCraft, Mystcraft, UniversalElectricity, Forestry, MagicBees, BinnieCore, Natura, TConstruct] []

[19:02:30] [Client thread/DEBUG] [FML/]: Examining file Ender-IO-Mod-1.7.10.jar for potential mods

[19:02:30] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Ender-IO-Mod-1.7.10.jar

[19:02:30] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (crazypants.enderio.EnderIO) - loading

[19:02:30] [Client thread/TRACE] [EnderIO/]: Parsed dependency info : [[email protected],)] [[email protected],)] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file ex-nihilo-nei-1.0.0.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ex-nihilo-nei-1.0.0.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.redrockfowl.exnihilo.nei.ExNihiloNEI) - loading

[19:02:31] [Client thread/TRACE] [ex-nihilo-nei/]: Parsed dependency info : [crowley.skyblock@[1.26,)] [crowley.skyblock@[1.26,)] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Extra-Utilities-Mod-1.7.10.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Extra-Utilities-Mod-1.7.10.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.rwtema.extrautils.ExtraUtilsMod) - loading

[19:02:31] [Client thread/TRACE] [ExtraUtilities/]: Parsed dependency info : [Forge@[10.13.0.1187,)] [Forge@[10.13.0.1187,), ForgeMultipart, Baubles, ThermalFoundation] []

[19:02:31] [Client thread/DEBUG] [ExtraUtilities/]: Attempting to load the file version.properties from Extra-Utilities-Mod-1.7.10.jar to locate a version number for ExtraUtilities

[19:02:31] [Client thread/WARN] [ExtraUtilities/]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0k

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file ExtraCells-Mod-1.7.2.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ExtraCells-Mod-1.7.2.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (extracells.Extracells) - loading

[19:02:31] [Client thread/TRACE] [extracells/]: Parsed dependency info : [appliedenergistics2] [LogisticsPipes|Main, Waila, appliedenergistics2] []

[19:02:31] [Client thread/DEBUG] [extracells/]: Attempting to load the file version.properties from ExtraCells-Mod-1.7.2.jar to locate a version number for extracells

[19:02:31] [Client thread/DEBUG] [extracells/]: Found version 2.1.10 for mod extracells in version.properties, using

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file forestry_1.7.10-3.1.1.259-unstable-api.jar for potential mods

[19:02:31] [Client thread/DEBUG] [FML/]: The mod container forestry_1.7.10-3.1.1.259-unstable-api.jar appears to be missing an mcmod.info file

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file gud_thaumicnei-1.2.3.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file gud_thaumicnei-1.2.3.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.gudenau.minecraft.thaumicnei.NEIThaumicConfig) - loading

[19:02:31] [Client thread/TRACE] [gud_thaumicnei/]: Parsed dependency info : [] [] []

[19:02:31] [Client thread/DEBUG] [gud_thaumicnei/]: Attempting to load the file version.properties from gud_thaumicnei-1.2.3.jar to locate a version number for gud_thaumicnei

[19:02:31] [Client thread/WARN] [gud_thaumicnei/]: Mod gud_thaumicnei is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.3

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Hardcore-Ender-Expansion-Mod-1.7.10.zip for potential mods

[19:02:31] [Client thread/DEBUG] [FML/]: The mod container Hardcore-Ender-Expansion-Mod-1.7.10.zip appears to be missing an mcmod.info file

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file industrialcraft-2-2.2.683-experimental-api.jar for potential mods

[19:02:31] [Client thread/DEBUG] [FML/]: The mod container industrialcraft-2-2.2.683-experimental-api.jar appears to be missing an mcmod.info file

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Inventory-Tweaks-Mod-1.7.10.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Inventory-Tweaks-Mod-1.7.10.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading

[19:02:31] [Client thread/TRACE] [inventorytweaks/]: Parsed dependency info : [FML@[7.2.0,), Forge@[10.12.1,)] [FML@[7.2.0,), Forge@[10.12.1,)] []

[19:02:31] [Client thread/DEBUG] [inventorytweaks/]: Attempting to load the file version.properties from Inventory-Tweaks-Mod-1.7.10.jar to locate a version number for inventorytweaks

[19:02:31] [Client thread/DEBUG] [inventorytweaks/]: Found version 1.58-147-645ca10 for mod inventorytweaks in version.properties, using

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Iron-Chests-Mod-1.7.2.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Iron-Chests-Mod-1.7.2.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading

[19:02:31] [Client thread/TRACE] [ironChest/]: Parsed dependency info : [FML@[5.0.5,), Forge@[7.0,)] [Forge@[7.0,), FML@[5.0.5,)] []

[19:02:31] [Client thread/DEBUG] [ironChest/]: Attempting to load the file version.properties from Iron-Chests-Mod-1.7.2.jar to locate a version number for IronChest

[19:02:31] [Client thread/DEBUG] [ironChest/]: Found version 6.0.36.725 for mod IronChest in version.properties, using

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Mantle-1.7.10-0.3.2.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mantle-1.7.10-0.3.2.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mantle.Mantle) - loading

[19:02:31] [Client thread/TRACE] [Mantle/]: Parsed dependency info : [Forge@[10.13,)] [Forge@[10.13,)] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Mariculture-Deluxe-1.7.10-1.2.4c.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mariculture-Deluxe-1.7.10-1.2.4c.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mariculture.Mariculture) - loading

[19:02:31] [Client thread/TRACE] [Mariculture/]: Parsed dependency info : [Forge@[10.13.0.1197,)] [Forge@[10.13.0.1197,), AWWayofTime@[v1.0.1,), BiomesOPlenty@[2.0.0,), HardcoreEnderExpansion, TConstruct, ThermalFoundation] []

[19:02:31] [Client thread/DEBUG] [Mariculture/]: Attempting to load the file version.properties from Mariculture-Deluxe-1.7.10-1.2.4c.jar to locate a version number for Mariculture

[19:02:31] [Client thread/WARN] [Mariculture/]: Mod Mariculture is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-1.2.4c

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (maritech.MariTech) - loading

[19:02:31] [Client thread/TRACE] [MariTech/]: Parsed dependency info : [] [Mariculture] []

[19:02:31] [Client thread/DEBUG] [MariTech/]: Attempting to load the file version.properties from Mariculture-Deluxe-1.7.10-1.2.4c.jar to locate a version number for MariTech

[19:02:31] [Client thread/WARN] [MariTech/]: Mod MariTech is missing the required element 'version' and no fallback can be found. Substituting '1.0'.

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file MDK-1.7.10-7.1.1.127.zip for potential mods

[19:02:31] [Client thread/DEBUG] [FML/]: The mod container MDK-1.7.10-7.1.1.127.zip appears to be missing an mcmod.info file

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Mekanism-1.7.10-7.1.1.127.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mekanism-1.7.10-7.1.1.127.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.common.Mekanism) - loading

[19:02:31] [Client thread/TRACE] [Mekanism/]: Parsed dependency info : [] [ForgeMultipart, BuildCraftAPI|power, BuildCraftAPI|tools, BuildCraftAPI|transport, IC2API, CoFHAPI|energy, ComputerCraft, Galacticraft API, MineFactoryReloaded, MetallurgyCore, EnderIO, ExtraUtilities, Railcraft, Forestry, RedstoneArsenal] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file MekanismGenerators-1.7.10-7.1.1.127.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file MekanismGenerators-1.7.10-7.1.1.127.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.generators.common.MekanismGenerators) - loading

[19:02:31] [Client thread/TRACE] [MekanismGenerators/]: Parsed dependency info : [Mekanism] [Mekanism] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file MekanismTools-1.7.10-7.1.1.127.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file MekanismTools-1.7.10-7.1.1.127.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.tools.common.MekanismTools) - loading

[19:02:31] [Client thread/TRACE] [MekanismTools/]: Parsed dependency info : [Mekanism] [Mekanism] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file Minechem-1.7.10-5.0.5.358.jar for potential mods

[19:02:31] [Client thread/DEBUG] [FML/]: The mod container Minechem-1.7.10-5.0.5.358.jar appears to be missing an mcmod.info file

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (minechem.Minechem) - loading

[19:02:31] [Client thread/TRACE] [minechem/]: Parsed dependency info : [Forge@[10.13.0.1180,)] [Forge@[10.13.0.1180,)] []

[19:02:31] [Client thread/DEBUG] [FML/]: Examining file MrTJPCore-1.7.10-1.0.5.11-universal.jar for potential mods

[19:02:31] [Client thread/TRACE] [FML/]: Located mcmod.info file in file MrTJPCore-1.7.10-1.0.5.11-universal.jar

[19:02:31] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mrtjp.core.handler.MrTJPCoreMod) - loading

[19:02:31] [Client thread/TRACE] [MrTJPCoreMod/]: Using mcmod dependency info : [Forge] [] []

[19:02:31] [Client thread/DEBUG] [MrTJPCoreMod/]: Attempting to load the file version.properties from MrTJPCore-1.7.10-1.0.5.11-universal.jar to locate a version number for MrTJPCoreMod

[19:02:31] [Client thread/WARN] [MrTJPCoreMod/]: Mod MrTJPCoreMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.5.11

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file Mystcraft-Mod-1.7.2.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Mystcraft-Mod-1.7.2.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.xcompwiz.mystcraft.Mystcraft) - loading

[19:02:32] [Client thread/TRACE] [Mystcraft/]: Parsed dependency info : [Forge@[10.12.1.1083,)] [Forge@[10.12.1.1083,)] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file natura-1.7.10-2.2.0.1.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file natura-1.7.10-2.2.0.1.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mods.natura.Natura) - loading

[19:02:32] [Client thread/TRACE] [Natura/]: Parsed dependency info : [Mantle] [Mantle] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file neiaddons-mc1710-1.12.4.16.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file neiaddons-mc1710-1.12.4.16.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (net.bdew.neiaddons.NEIAddons) - loading

[19:02:32] [Client thread/TRACE] [NEIAddons/]: Parsed dependency info : [] [NotEnoughItems] []

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (net.bdew.neiaddons.botany.AddonBotany) - loading

[19:02:32] [Client thread/TRACE] [NEIAddons|Botany/]: Parsed dependency info : [] [NEIAddons, Botany] []

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (net.bdew.neiaddons.forestry.AddonForestry) - loading

[19:02:32] [Client thread/TRACE] [NEIAddons|Forestry/]: Parsed dependency info : [] [NEIAddons, Forestry] []

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (net.bdew.neiaddons.crafting.AddonCraftingTables) - loading

[19:02:32] [Client thread/TRACE] [NEIAddons|CraftingTables/]: Parsed dependency info : [] [NEIAddons] []

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (net.bdew.neiaddons.exnihilo.AddonExnihilo) - loading

[19:02:32] [Client thread/TRACE] [NEIAddons|ExNihilo/]: Parsed dependency info : [] [exnihilo] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file NEIIntegration-MC1.7.10-1.0.7.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file NEIIntegration-MC1.7.10-1.0.7.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (tonius.neiintegration.NEIIntegration) - loading

[19:02:32] [Client thread/TRACE] [neiintegration/]: Parsed dependency info : [] [] []

[19:02:32] [Client thread/DEBUG] [neiintegration/]: Attempting to load the file version.properties from NEIIntegration-MC1.7.10-1.0.7.jar to locate a version number for neiintegration

[19:02:32] [Client thread/WARN] [neiintegration/]: Mod neiintegration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file OpenBlocks-1.7.10-1.3.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file OpenBlocks-1.7.10-1.3.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (openblocks.OpenBlocks) - loading

[19:02:32] [Client thread/TRACE] [OpenBlocks/]: Parsed dependency info : [OpenMods@[0.6,0.6]] [OpenMods@[0.6,0.6], OpenPeripheral, NotEnoughCodecs] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file OpenComputers-MC1.7.10-1.5.0.6-universal.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file OpenComputers-MC1.7.10-1.5.0.6-universal.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (li.cil.oc.OpenComputers) - loading

[19:02:32] [Client thread/TRACE] [OpenComputers/]: Using mcmod dependency info : [Forge@[10.13.0.1180,)] [buildCraft|Core, ComputerCraft, EnderStorage, ForgeMultipart, IC2, MineFactoryReloaded, ProjRed|Transmission, RedLogic, StargateTech2, Thaumcraft, ThermalExpansion] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file OpenModsLib-1.7.10-0.6.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file OpenModsLib-1.7.10-0.6.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (openmods.OpenMods) - loading

[19:02:32] [Client thread/TRACE] [OpenMods/]: Parsed dependency info : [OpenModsCore] [OpenModsCore] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file Pam's HarvestCraft 1.7.10f.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Pam's HarvestCraft 1.7.10f.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.pam.harvestcraft.harvestcraft) - loading

[19:02:32] [Client thread/TRACE] [harvestcraft/]: Parsed dependency info : [] [] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file Peripherals++-1.2.0-beta4.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Peripherals++-1.2.0-beta4.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.austinv11.peripheralsplusplus.PeripheralsPlusPlus) - loading

[19:02:32] [Client thread/TRACE] [PeripheralsPlusPlus/]: Parsed dependency info : [] [] []

[19:02:32] [Client thread/DEBUG] [FML/]: Examining file PneumaticCraft-1.7.10-1.5.6-59-universal.jar for potential mods

[19:02:32] [Client thread/TRACE] [FML/]: Located mcmod.info file in file PneumaticCraft-1.7.10-1.5.6-59-universal.jar

[19:02:32] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (pneumaticCraft.PneumaticCraft) - loading

[19:02:32] [Client thread/TRACE] [PneumaticCraft/]: Parsed dependency info : [Forge@[10.13.2.1254,)] [Forge@[10.13.2.1254,), Forestry] []

[19:02:32] [Client thread/DEBUG] [PneumaticCraft/]: Attempting to load the file version.properties from PneumaticCraft-1.7.10-1.5.6-59-universal.jar to locate a version number for PneumaticCraft

[19:02:32] [Client thread/WARN] [PneumaticCraft/]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.6-59

[19:02:33] [Client thread/DEBUG] [FML/]: Examining file ProjectRed-Base-1.7.2-4.4.4.43.jar for potential mods

[19:02:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ProjectRed-Base-1.7.2-4.4.4.43.jar

[19:02:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mrtjp.projectred.ProjectRedCore) - loading

[19:02:33] [Client thread/TRACE] [ProjRed|Core/]: Using mcmod dependency info : [Forge, ForgeMultipart, CodeChickenCore] [ForgeMultipart, CodeChickenCore] [ProjRed|Transmission, ProjRed|Integration, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, ProjRed|Compatibility]

[19:02:33] [Client thread/DEBUG] [ProjRed|Core/]: Attempting to load the file version.properties from ProjectRed-Base-1.7.2-4.4.4.43.jar to locate a version number for ProjRed|Core

[19:02:33] [Client thread/WARN] [ProjRed|Core/]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.4.43

[19:02:33] [Client thread/DEBUG] [FML/]: Examining file Railcraft_1.7.10-9.5.0.0.jar for potential mods

[19:02:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Railcraft_1.7.10-9.5.0.0.jar

[19:02:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mods.railcraft.common.core.Railcraft) - loading

[19:02:33] [Client thread/TRACE] [Railcraft/]: Parsed dependency info : [Forge@[10.13.0.1199,)] [Forge@[10.13.0.1199,), BuildCraft|Core[6.1.7,), BuildCraft|Energy, BuildCraft|Builders, BuildCraft|Factory, BuildCraftAPI|statements[1.0,), BuildCraftAPI|transport[1.0,), Forestry[3,), Thaumcraft, IC2@[2.2,)] []

[19:02:33] [Client thread/DEBUG] [FML/]: Examining file RandomThings-2.2.4.jar for potential mods

[19:02:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file RandomThings-2.2.4.jar

[19:02:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (lumien.randomthings.RandomThings) - loading

[19:02:33] [Client thread/TRACE] [RandomThings/]: Parsed dependency info : [] [] []

[19:02:33] [Client thread/DEBUG] [FML/]: Examining file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar for potential mods

[19:02:33] [Client thread/TRACE] [FML/]: Located mcmod.info file in file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar

[19:02:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cofh.redstonearsenal.RedstoneArsenal) - loading

[19:02:33] [Client thread/TRACE] [RedstoneArsenal/]: Parsed dependency info : [CoFHCore@[1.7.10R3.0.0RC1,)] [CoFHCore@[1.7.10R3.0.0RC1,), ThermalExpansion] []

[19:02:33] [Client thread/DEBUG] [FML/]: Examining file RotaryCraft-Mod-1.7.10.jar for potential mods

[19:02:33] [Client thread/DEBUG] [FML/]: The mod container RotaryCraft-Mod-1.7.10.jar appears to be missing an mcmod.info file

[19:02:33] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (Reika.RotaryCraft.RotaryCraft) - loading

[19:02:33] [Client thread/TRACE] [RotaryCraft/]: Parsed dependency info : [DragonAPI] [DragonAPI] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file SimplyJetpacks-MC1.7.10-1.3.2.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file SimplyJetpacks-MC1.7.10-1.3.2.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (tonius.simplyjetpacks.SimplyJetpacks) - loading

[19:02:34] [Client thread/TRACE] [simplyjetpacks/]: Parsed dependency info : [] [ThermalExpansion, RedstoneArsenal, EnderIO] []

[19:02:34] [Client thread/DEBUG] [simplyjetpacks/]: Attempting to load the file version.properties from SimplyJetpacks-MC1.7.10-1.3.2.jar to locate a version number for simplyjetpacks

[19:02:34] [Client thread/WARN] [simplyjetpacks/]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.2

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file Smart-Moving-Mod-1.7.2.zip for potential mods

[19:02:34] [Client thread/DEBUG] [FML/]: The mod container Smart-Moving-Mod-1.7.2.zip appears to be missing an mcmod.info file

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file SpiceOfLife-mc1.7.10-1.2.3.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file SpiceOfLife-mc1.7.10-1.2.3.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (squeek.spiceoflife.ModSpiceOfLife) - loading

[19:02:34] [Client thread/TRACE] [spiceOfLife/]: Parsed dependency info : [AppleCore] [AppleCore] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file TConstruct-1.7.10-1.8.2a.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file TConstruct-1.7.10-1.8.2a.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (tconstruct.TConstruct) - loading

[19:02:34] [Client thread/TRACE] [TConstruct/]: Parsed dependency info : [Mantle@[1.7.10-0.3.2,), Forge@[10.13.1.1217,)] [Forge@[10.13.1.1217,), Mantle@[1.7.10-0.3.2,), MineFactoryReloaded, NotEnoughItems, Waila, ThermalExpansion, ThermalFoundation] [undergroundBiomes]

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file Thaumcraft-1.7.10-4.2.3.4.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Thaumcraft-1.7.10-4.2.3.4.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (thaumcraft.common.Thaumcraft) - loading

[19:02:34] [Client thread/TRACE] [Thaumcraft/]: Parsed dependency info : [baubles@[1.0.1.10,), Forge@[10.13.2,)] [Forge@[10.13.2,), Baubles@[1.0.1.10,)] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file thaumcraftneiplugin-1.7.10-1.7.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file thaumcraftneiplugin-1.7.10-1.7.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.djgiannuzz.thaumcraftneiplugin.TCNEIPlugin) - loading

[19:02:34] [Client thread/TRACE] [thaumcraftneiplugin/]: Parsed dependency info : [Thaumcraft] [Thaumcraft] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file ThaumicTinkerer-2.5-1.7.10-162.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ThaumicTinkerer-2.5-1.7.10-162.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (thaumic.tinkerer.common.ThaumicTinkerer) - loading

[19:02:34] [Client thread/TRACE] [ThaumicTinkerer/]: Parsed dependency info : [Forge@[10.12.1.1112,), Thaumcraft@[4.2.2.0,]] [Forge@[10.12.1.1112,), Thaumcraft@[4.2.2.0,], IC2, ThaumicTinkererKami, Waila, ForgeMultipart, ComputerCraft] [MagicBees, advthaum]

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file ThermalExpansion-[1.7.10]4.0.0B9-86.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ThermalExpansion-[1.7.10]4.0.0B9-86.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cofh.thermalexpansion.ThermalExpansion) - loading

[19:02:34] [Client thread/TRACE] [ThermalExpansion/]: Parsed dependency info : [ThermalFoundation@[1.7.10R1.0.0RC1,)] [ThermalFoundation@[1.7.10R1.0.0RC1,)] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cofh.thermalfoundation.ThermalFoundation) - loading

[19:02:34] [Client thread/TRACE] [ThermalFoundation/]: Parsed dependency info : [CoFHCore@[1.7.10R3.0.0B9,)] [CoFHCore@[1.7.10R3.0.0B9,)] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file TMechworks-1.7.10-0.2.12.95.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file TMechworks-1.7.10-0.2.12.95.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (tmechworks.TMechworks) - loading

[19:02:34] [Client thread/TRACE] [TMechworks/]: Parsed dependency info : [Mantle, TConstruct, Forge@[10.13.0.1208,]] [Forge@[10.13.0.1208,], TConstruct, Mantle] []

[19:02:34] [Client thread/DEBUG] [FML/]: Examining file Twilight-Forest-Mod-1.7.2.jar for potential mods

[19:02:34] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Twilight-Forest-Mod-1.7.2.jar

[19:02:34] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (twilightforest.TwilightForestMod) - loading

[19:02:34] [Client thread/TRACE] [TwilightForest/]: Parsed dependency info : [] [] []

[19:02:35] [Client thread/DEBUG] [FML/]: Examining file Waila-1.5.9_1.7.10.jar for potential mods

[19:02:35] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Waila-1.5.9_1.7.10.jar

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mcp.mobius.waila.Waila) - loading

[19:02:35] [Client thread/TRACE] [Waila/]: Parsed dependency info : [] [NotEnoughItems@[1.0.4.0,)] []

[19:02:35] [Client thread/DEBUG] [FML/]: Examining file WailaHarvestability-mc1.7.x-1.1.2.jar for potential mods

[19:02:35] [Client thread/TRACE] [FML/]: Located mcmod.info file in file WailaHarvestability-mc1.7.x-1.1.2.jar

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (squeek.wailaharvestability.ModWailaHarvestability) - loading

[19:02:35] [Client thread/TRACE] [WailaHarvestability/]: Parsed dependency info : [] [TConstruct, ExtraTiC, TSteelworks, Mariculture] []

[19:02:35] [Client thread/DEBUG] [FML/]: Examining file Baubles-1.7.10-1.0.1.10.jar for potential mods

[19:02:35] [Client thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.7.10-1.0.1.10.jar

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (baubles.common.Baubles) - loading

[19:02:35] [Client thread/TRACE] [baubles/]: Parsed dependency info : [Forge@[10.13.2,)] [Forge@[10.13.2,)] []

[19:02:35] [Client thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.1.110-universal.jar for potential mods

[19:02:35] [Client thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.1.110-universal.jar appears to be missing an mcmod.info file

[19:02:35] [Client thread/DEBUG] [FML/]: Examining file ForgeMultipart-1.7.10-1.1.0.314-universal.jar for potential mods

[19:02:35] [Client thread/TRACE] [FML/]: Located mcmod.info file in file ForgeMultipart-1.7.10-1.1.0.314-universal.jar

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.microblock.handler.MicroblockMod) - loading

[19:02:35] [Client thread/TRACE] [ForgeMicroblock/]: Parsed dependency info : [ForgeMultipart] [ForgeMultipart, *] []

[19:02:35] [Client thread/DEBUG] [ForgeMicroblock/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.1.0.314-universal.jar to locate a version number for ForgeMicroblock

[19:02:35] [Client thread/WARN] [ForgeMicroblock/]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.multipart.handler.MultipartMod) - loading

[19:02:35] [Client thread/TRACE] [ForgeMultipart/]: Parsed dependency info : [] [] []

[19:02:35] [Client thread/DEBUG] [ForgeMultipart/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.1.0.314-universal.jar to locate a version number for ForgeMultipart

[19:02:35] [Client thread/WARN] [ForgeMultipart/]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314

[19:02:35] [Client thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.multipart.minecraft.MinecraftMultipartMod) - loading

[19:02:35] [Client thread/TRACE] [McMultipart/]: Parsed dependency info : [] [] []

[19:02:35] [Client thread/DEBUG] [McMultipart/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.1.0.314-universal.jar to locate a version number for McMultipart

[19:02:35] [Client thread/WARN] [McMultipart/]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.314

[19:02:35] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 77 mods to load

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.arboriculture (owned by ForestryAPI|core providing ForestryAPI|arboriculture) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core (owned by Railcraft providing RailcraftAPI|core) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.gui.element (owned by CoFHLib providing CoFHLib|gui|element) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.farming (owned by ForestryAPI|core providing ForestryAPI|farming) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.storage (owned by ForestryAPI|core providing ForestryAPI|storage) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API ic2.api.energy.tile (owned by IC2 providing IC2API) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.inventory (owned by CoFHAPI providing CoFHAPI|inventory) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in Mariculture

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in MariTech

[19:02:35] [Client thread/DEBUG] [FML/]: Found API ic2.api.event (owned by IC2 providing IC2API) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.gui.slot (owned by CoFHLib providing CoFHLib|gui|slot) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.electricity (owned by RailcraftAPI|core providing RailcraftAPI|electricity) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in ThaumicTinkerer

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api (owned by Forestry providing ForestryAPI|core) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.tileentity (owned by CoFHAPI providing CoFHAPI|tileentity) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.render.particle (owned by CoFHLib providing CoFHLib|render|particle) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.machine (owned by OpenComputers|Core providing OpenComputersAPI|Machine) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in Waila

[19:02:35] [Client thread/DEBUG] [FML/]: Found API pneumaticCraft.api (owned by PneumaticCraft providing PneumaticCraftApi) embedded in PneumaticCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.gui.container (owned by CoFHLib providing CoFHLib|gui|container) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.event (owned by OpenComputers|Core providing OpenComputersAPI|Event) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.lepidopterology (owned by ForestryAPI|core providing ForestryAPI|lepidopterology) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.util.position (owned by CoFHLib providing CoFHLib|util|position) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in appliedenergistics2

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.core (owned by CoFHAPI providing CoFHAPI|core) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHCore providing CoFHAPI) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.locomotive (owned by RailcraftAPI|carts providing RailcraftAPI|locomotive) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.network (owned by OpenComputers|Core providing OpenComputersAPI|Network) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.crafting (owned by RailcraftAPI|core providing RailcraftAPI|crafting) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.internal (owned by OpenComputers|Core providing OpenComputersAPI|Internal) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.helpers (owned by RailcraftAPI|core providing RailcraftAPI|helpers) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.genetics (owned by ForestryAPI|core providing ForestryAPI|genetics) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.food (owned by ForestryAPI|core providing ForestryAPI|food) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.modhelpers (owned by CoFHAPI providing CoFHAPI|modhelpers) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.fuel (owned by RailcraftAPI|core providing RailcraftAPI|fuel) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.transport (owned by CoFHAPI providing CoFHAPI|transport) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.core.items (owned by RailcraftAPI|core providing RailcraftAPI|items) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.tracks (owned by RailcraftAPI|core providing RailcraftAPI|tracks) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in gud_thaumicnei

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API com.xcompwiz.mystcraft.api (owned by Mystcraft providing MystcraftAPI) embedded in Mystcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in minechem

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in RandomThings

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.fluid (owned by CoFHAPI providing CoFHAPI|fluid) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in Thaumcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.apiculture (owned by ForestryAPI|core providing ForestryAPI|apiculture) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts (owned by RailcraftAPI|core providing RailcraftAPI|carts) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.world (owned by CoFHLib providing CoFHLib|world) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver.item (owned by OpenComputers|Core providing OpenComputersAPI|Driver|Item) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.item (owned by CoFHAPI providing CoFHAPI|item) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.world (owned by CoFHAPI providing CoFHAPI|world) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHCore providing CoFHAPI|energy) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.util (owned by CoFHLib providing CoFHLib|util) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by OpenComputers|Core providing OpenComputersAPI|Core) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.lua (owned by ComputerCraft providing ComputerCraft|API|Lua) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.recipes (owned by ForestryAPI|core providing ForestryAPI|recipes) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver (owned by OpenComputers|Core providing OpenComputersAPI|Driver) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in harvestcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.peripheral (owned by ComputerCraft providing ComputerCraft|API|Peripheral) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API minechem.api (owned by minechem providing minechemAPI) embedded in minechem

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.mj (owned by BuildCraftAPI|core providing BuildCraftAPI|mj) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.events (owned by RailcraftAPI|core providing RailcraftAPI|events) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.recipes (owned by ForestryAPI|core providing ForestryAPI|recipes) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.filesystem (owned by ComputerCraft providing ComputerCraft|API|FileSystem) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in Mariculture

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in MariTech

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.storage (owned by ForestryAPI|core providing ForestryAPI|storage) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.component (owned by OpenComputers|Core providing OpenComputersAPI|Component) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.fuels (owned by ForestryAPI|core providing ForestryAPI|fuels) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.world.feature (owned by CoFHLib providing CoFHLib|world|feature) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.redstone (owned by ComputerCraft providing ComputerCraft|API|Redstone) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api (owned by ComputerCraft providing ComputerCraft|API) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.prefab (owned by OpenComputers|Core providing OpenComputersAPI|Prefab) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.inventory (owned by CoFHLib providing CoFHLib|inventory) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.render (owned by CoFHLib providing CoFHLib|render) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in simplyjetpacks

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.gui.element.listbox (owned by CoFHLib providing CoFHLib|gui|element|listbox) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.world (owned by ForestryAPI|core providing ForestryAPI|world) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API forestry.api.circuits (owned by ForestryAPI|core providing ForestryAPI|circuits) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API ic2.api.tile (owned by IC2 providing IC2API) embedded in RedstoneArsenal

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in RandomThings

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.media (owned by ComputerCraft providing ComputerCraft|API|Media) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.gui (owned by CoFHLib providing CoFHLib|gui) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in minechem

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API squeek.applecore.api (owned by AppleCore providing AppleCoreAPI) embedded in AppleCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib (owned by CoFHCore providing CoFHLib) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.carts.bore (owned by RailcraftAPI|carts providing RailcraftAPI|bore) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API dan200.computercraft.api.turtle (owned by ComputerCraft providing ComputerCraft|API|Turtle) embedded in ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api.fs (owned by OpenComputers|Core providing OpenComputersAPI|FileSystem) embedded in OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.audio (owned by CoFHLib providing CoFHLib|audio) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by OpenComputers|Core providing OpenComputersAPI) embedded in DragonAPI

[19:02:35] [Client thread/DEBUG] [FML/]: Found API mods.railcraft.api.signals (owned by RailcraftAPI|core providing RailcraftAPI|signals) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.lib.util.helpers (owned by CoFHLib providing CoFHLib|util|helpers) embedded in CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in EnderIO

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|gui|slot:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|gui|slot: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|fuel:1.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|fuel: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.core (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|core:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|core: owner: CoFHAPI, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|locomotive:1.0.1}

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|locomotive:1.0.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|locomotive: owner: RailcraftAPI|carts, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|energy:1.7.10R1.0.2}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [Mariculture, MariTech, minechem, Railcraft, EnderIO, simplyjetpacks, RandomThings, ExtraUtilities, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver|Item: owner: OpenComputers|Core, dependents: [OpenComputers]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent ForestryAPI|core from APIContainer{ForestryAPI|hives:3.0.0}

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|hives:3.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|hives: owner: ForestryAPI|apiculture, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|storage:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|storage: owner: ForestryAPI|core, dependents: [DragonAPI, Railcraft]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|world:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|world: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|audio:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|audio: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package mcp.mobius.waila.api (owned by Waila) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API WailaAPI: owner: Waila, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|signals:1.1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|signals: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|carts:1.3.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|carts: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|core: owner: Forestry, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|util:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|util: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|events:1.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|events: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|mail:2.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|mail: owner: ForestryAPI|core, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Peripheral: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.event (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Event: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|item:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|item: owner: CoFHAPI, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|tools:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tools: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, ExtraUtilities, Railcraft, EnderIO]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|genetics:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|genetics: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent RailcraftAPI|core from APIContainer{RailcraftAPI|bore:1.0.0}

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|bore:1.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|bore: owner: RailcraftAPI|carts, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|fuels:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|fuels: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|world|feature:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|world|feature: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|farming:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|farming: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.network (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Network: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|items:1.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|items: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|util|position:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|util|position: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|tracks:1.2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|tracks: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|recipes:2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|recipes: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, EnderIO, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|core: owner: BuildCraft|Core, dependents: [Railcraft, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, ExtraUtilities, EnderIO]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Turtle: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: [ExtraUtilities]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|gates:2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|gates: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, ExtraUtilities, EnderIO]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|transport:2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|transport: owner: BuildCraftAPI|core, dependents: [DragonAPI, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, ExtraUtilities, EnderIO, Railcraft]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API Thaumcraft|API: owner: Thaumcraft, dependents: [gud_thaumicnei, harvestcraft, Railcraft, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API PneumaticCraftApi: owner: PneumaticCraft, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|gui|element:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|gui|element: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|core: owner: Railcraft, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Core: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Internal: owner: OpenComputers|Core, dependents: [OpenComputers]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|power:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|power: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, EnderIO, ExtraUtilities]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.component (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Component: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|circuits:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|circuits: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|FileSystem: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|lepidopterology:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|lepidopterology: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|filler:2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|filler: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, EnderIO]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|fuels:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|fuels: owner: BuildCraftAPI|core, dependents: [buildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, DragonAPI, EnderIO]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|electricity:1.6.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|electricity: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.driver (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Media: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API AppleCoreAPI: owner: AppleCore, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Lua: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|world:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|world: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.world (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|world:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|world: owner: CoFHAPI, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|render|particle:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|render|particle: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.tileentity (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [EnderIO] containing declared API package cofh.api.tileentity (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|tileentity:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|tileentity: owner: CoFHAPI, dependents: [DragonAPI, EnderIO]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api (owned by CoFHCore) without associated API reference

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [simplyjetpacks] containing declared API package cofh.api (owned by CoFHCore) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHCore, dependents: [EnderIO, CoFHCore, RandomThings, Mariculture, MariTech, ExtraUtilities, minechem, Railcraft, DragonAPI, simplyjetpacks]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|food:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|food: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|crafting:1.0.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|crafting: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|gui|container:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|gui|container: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|gui|element|listbox:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|gui|element|listbox: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [ExtraUtilities] containing declared API package buildcraft.api.mj (owned by BuildCraftAPI|core) without associated API reference

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [EnderIO] containing declared API package buildcraft.api.mj (owned by BuildCraftAPI|core) without associated API reference

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [buildCraft|Builders, BuildCraft|Core, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport] containing declared API package buildcraft.api.mj (owned by BuildCraftAPI|core) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|mj:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|mj: owner: BuildCraftAPI|core, dependents: [DragonAPI, ExtraUtilities, EnderIO, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Redstone: owner: ComputerCraft, dependents: []

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API appliedenergistics2|API: owner: appliedenergistics2, dependents: [ThaumicTinkerer]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|blueprints:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|blueprints: owner: BuildCraftAPI|core, dependents: [DragonAPI, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, EnderIO]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|recipes:2.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|recipes: owner: ForestryAPI|core, dependents: [DragonAPI, Railcraft]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API minechemAPI: owner: minechem, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|apiculture:2.1.3}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|apiculture: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.modhelpers (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|modhelpers:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|modhelpers: owner: CoFHAPI, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|tiles:1.1}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tiles: owner: BuildCraftAPI|core, dependents: [Railcraft]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.machine (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Machine: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|statements:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|statements: owner: BuildCraftAPI|core, dependents: [Railcraft]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.prefab (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Prefab: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|util|helpers:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|util|helpers: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|fluid:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|fluid: owner: CoFHAPI, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.block (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|block:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|block: owner: CoFHAPI, dependents: [ExtraUtilities, DragonAPI]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.transport (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [EnderIO] containing declared API package cofh.api.transport (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|transport:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|transport: owner: CoFHAPI, dependents: [DragonAPI, EnderIO]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib: owner: CoFHCore, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Forestry from APIContainer{ForestryAPI|arboriculture:1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API ForestryAPI|arboriculture: owner: ForestryAPI|core, dependents: [DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|inventory:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|inventory: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [OpenComputers] containing declared API package li.cil.oc.api (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI: owner: OpenComputers|Core, dependents: [DragonAPI, OpenComputers]

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package li.cil.oc.api.fs (owned by OpenComputers|Core) without associated API reference

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|FileSystem: owner: OpenComputers|Core, dependents: [OpenComputers, DragonAPI]

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|gui:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|gui: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent Railcraft from APIContainer{RailcraftAPI|helpers:1.1.0}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API RailcraftAPI|helpers: owner: RailcraftAPI|core, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHLib|render:1.7.10R1.0.0B9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHLib|render: owner: CoFHLib, dependents: []

[19:02:35] [Client thread/INFO] [FML/]: Found mod(s) [DragonAPI] containing declared API package cofh.api.inventory (owned by CoFHAPI) without associated API reference

[19:02:35] [Client thread/TRACE] [FML/]: Removing upstream parent CoFHCore from APIContainer{CoFHAPI|inventory:1.7.10R1.0.9}

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|inventory: owner: CoFHAPI, dependents: [DragonAPI]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API IC2API: owner: IC2, dependents: [Railcraft, DragonAPI, RedstoneArsenal]

[19:02:35] [Client thread/DEBUG] [FML/]: Creating API container dummy for API MystcraftAPI: owner: Mystcraft, dependents: []

[19:02:35] [Client thread/TRACE] [FML/]: Received a system property request ''

[19:02:35] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods

[19:02:35] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file forge-1.7.10-10.13.2.1291.jar at assets/fml/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang af_ZA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/af_ZA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ar_SA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ar_SA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ca_ES in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ca_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang el_GR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/el_GR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fa_IR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fa_IR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang he_IL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/he_IL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nb_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nb_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nn_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nn_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ro_RO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ro_RO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang uk_UA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/uk_UA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang vi_VN in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/vi_VN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file forge-1.7.10-10.13.2.1291.jar at assets/fml/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang af_ZA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/af_ZA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ar_SA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ar_SA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ca_ES in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ca_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang el_GR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/el_GR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fa_IR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fa_IR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang he_IL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/he_IL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nb_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nb_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nn_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/nn_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ro_RO in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/ro_RO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang uk_UA in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/uk_UA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang vi_VN in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/vi_VN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file forge-1.7.10-10.13.2.1291.jar at assets/forge/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sk_SK in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/sk_SK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file NotEnoughItems-1.7.10-1.0.4.83-universal.jar at assets/nei/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [AppleCore/]: Enabling mod AppleCore

[19:02:35] [Client thread/DEBUG] [appliedenergistics2/]: Enabling mod appliedenergistics2

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ro_RO in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/ro_RO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file appliedenergistics2-rv1-stable-1.jar at assets/appliedenergistics2/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Builders/]: Enabling mod BuildCraft|Builders

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Core/]: Enabling mod BuildCraft|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Energy/]: Enabling mod BuildCraft|Energy

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Factory/]: Enabling mod BuildCraft|Factory

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Silicon/]: Enabling mod BuildCraft|Silicon

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [buildCraft|Transport/]: Enabling mod BuildCraft|Transport

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fi_FI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sr_SP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file BuildCraft-Mod-Stable-1.7.2.jar at assets/buildcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [CarpentersBlocks/]: Enabling mod CarpentersBlocks

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Carpenters-Blocks-Mod-1.7.2.zip at assets/carpentersblocks/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Carpenters-Blocks-Mod-1.7.2.zip at assets/carpentersblocks/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Carpenters-Blocks-Mod-1.7.2.zip at assets/carpentersblocks/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Carpenters-Blocks-Mod-1.7.2.zip at assets/carpentersblocks/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Carpenters-Blocks-Mod-1.7.2.zip at assets/carpentersblocks/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [chisel/]: Enabling mod chisel

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Chisel-2-Mod-1.7.10.jar at assets/chisel/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Chisel-2-Mod-1.7.10.jar at assets/chisel/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Chisel-2-Mod-1.7.10.jar at assets/chisel/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Chisel-2-Mod-1.7.10.jar at assets/chisel/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [CoFHCore/]: Enabling mod CoFHCore

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file CoFHCore-[1.7.10]3.0.0RC2-195.jar at assets/cofh/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [ComputerCraft/]: Enabling mod ComputerCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ComputerCraft1.72.jar at assets/computercraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [crowley.skyblock/]: Enabling mod crowley.skyblock

[19:02:35] [Client thread/DEBUG] [DeadlyWorld/]: Enabling mod DeadlyWorld

[19:02:35] [Client thread/DEBUG] [DragonAPI/]: Enabling mod DragonAPI

[19:02:35] [Client thread/DEBUG] [EnderIO/]: Enabling mod EnderIO

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Ender-IO-Mod-1.7.10.jar at assets/enderio/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [ex-nihilo-nei/]: Enabling mod ex-nihilo-nei

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ex-nihilo-nei-1.0.0.jar at assets/ex-nihilo-nei/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [ExtraUtilities/]: Enabling mod ExtraUtilities

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Extra-Utilities-Mod-1.7.10.jar at assets/extrautils/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file Extra-Utilities-Mod-1.7.10.jar at assets/extrautils/lang/en_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Extra-Utilities-Mod-1.7.10.jar at assets/extrautils/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Extra-Utilities-Mod-1.7.10.jar at assets/extrautils/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Extra-Utilities-Mod-1.7.10.jar at assets/extrautils/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [extracells/]: Enabling mod extracells

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ExtraCells-Mod-1.7.2.jar at assets/extracells/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ExtraCells-Mod-1.7.2.jar at assets/extracells/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ExtraCells-Mod-1.7.2.jar at assets/extracells/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ExtraCells-Mod-1.7.2.jar at assets/extracells/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [gud_thaumicnei/]: Enabling mod gud_thaumicnei

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file gud_thaumicnei-1.2.3.jar at assets/gud_thaumicnei/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [inventorytweaks/]: Enabling mod inventorytweaks

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_CA in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/fr_CA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/hu_HU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/ja_JP.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang lt_LT in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/lt_LT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/no_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sl_SI in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/sl_SI.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang uk_UA in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/uk_UA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Inventory-Tweaks-Mod-1.7.10.jar at assets/inventorytweaks/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [ironChest/]: Enabling mod IronChest

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/sv_SE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang el_GR in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/el_GR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/en_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/da_DK.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/tr_TR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/cs_CZ.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nb_NO in zip file Iron-Chests-Mod-1.7.2.jar at assets/ironchest/lang/nb_NO.lang into language system

[19:02:35] [Client thread/DEBUG] [Mantle/]: Enabling mod Mantle

[19:02:35] [Client thread/DEBUG] [Mariculture/]: Enabling mod Mariculture

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/en_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [MariTech/]: Enabling mod MariTech

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/en_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/mariculture/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mariculture-Deluxe-1.7.10-1.2.4c.jar at assets/maritech/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [Mekanism/]: Enabling mod Mekanism

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_GB in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/en_GB.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_ZA in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/en_ZA.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Mekanism-1.7.10-7.1.1.127.jar at assets/mekanism/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [MekanismGenerators/]: Enabling mod MekanismGenerators

[19:02:35] [Client thread/DEBUG] [MekanismTools/]: Enabling mod MekanismTools

[19:02:35] [Client thread/DEBUG] [minechem/]: Enabling mod minechem

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Minechem-1.7.10-5.0.5.358.jar at assets/minechem/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [MrTJPCoreMod/]: Enabling mod MrTJPCoreMod

[19:02:35] [Client thread/DEBUG] [Mystcraft/]: Enabling mod Mystcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/en_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Mystcraft-Mod-1.7.2.jar at assets/mystcraft/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [Natura/]: Enabling mod Natura

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file natura-1.7.10-2.2.0.1.jar at assets/natura/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [NEIAddons/]: Enabling mod NEIAddons

[19:02:35] [Client thread/DEBUG] [NEIAddons|Botany/]: Enabling mod NEIAddons|Botany

[19:02:35] [Client thread/DEBUG] [NEIAddons|Forestry/]: Enabling mod NEIAddons|Forestry

[19:02:35] [Client thread/DEBUG] [NEIAddons|CraftingTables/]: Enabling mod NEIAddons|CraftingTables

[19:02:35] [Client thread/DEBUG] [NEIAddons|ExNihilo/]: Enabling mod NEIAddons|ExNihilo

[19:02:35] [Client thread/DEBUG] [neiintegration/]: Enabling mod neiintegration

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file NEIIntegration-MC1.7.10-1.0.7.jar at assets/neiintegration/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file NEIIntegration-MC1.7.10-1.0.7.jar at assets/neiintegration/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [OpenBlocks/]: Enabling mod OpenBlocks

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/et_EE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/pl_PL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/ko_KR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file OpenBlocks-1.7.10-1.3.jar at assets/openblocks/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [OpenComputers/]: Enabling mod OpenComputers

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/pt_PT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file OpenComputers-MC1.7.10-1.5.0.6-universal.jar at assets/opencomputers/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [OpenMods/]: Enabling mod OpenMods

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file OpenModsLib-1.7.10-0.6.jar at assets/openmodslib/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file OpenModsLib-1.7.10-0.6.jar at assets/openmodslib/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [harvestcraft/]: Enabling mod harvestcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Pam's HarvestCraft 1.7.10f.jar at assets/harvestcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Pam's HarvestCraft 1.7.10f.jar at assets/harvestcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [PeripheralsPlusPlus/]: Enabling mod PeripheralsPlusPlus

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Peripherals++-1.2.0-beta4.jar at assets/peripheralsplusplus/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [PneumaticCraft/]: Enabling mod PneumaticCraft

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file PneumaticCraft-1.7.10-1.5.6-59-universal.jar at assets/pneumaticcraft/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file PneumaticCraft-1.7.10-1.5.6-59-universal.jar at assets/pneumaticcraft/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file PneumaticCraft-1.7.10-1.5.6-59-universal.jar at assets/pneumaticcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file PneumaticCraft-1.7.10-1.5.6-59-universal.jar at assets/pneumaticcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file PneumaticCraft-1.7.10-1.5.6-59-universal.jar at assets/pneumaticcraft/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [ProjRed|Core/]: Enabling mod ProjRed|Core

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/it_IT.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/nl_NL.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/pt_BR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/ru_RU.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/zh_CN.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file ProjectRed-Base-1.7.2-4.4.4.43.jar at assets/projectred/lang/zh_TW.lang into language system

[19:02:35] [Client thread/DEBUG] [Railcraft/]: Enabling mod Railcraft

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/de_DE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_GB in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/en_GB.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/en_US.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/es_AR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/es_ES.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/es_MX.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/es_UY.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/es_VE.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/fr_FR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/hr_HR.lang into language system

[19:02:35] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hu_HU in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/hu_HU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/ja_JP.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/no_NO.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/pl_PL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/pt_PT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sr_SP in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/sr_SP.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Railcraft_1.7.10-9.5.0.0.jar at assets/railcraft/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [RandomThings/]: Enabling mod RandomThings

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file RandomThings-2.2.4.jar at assets/randomthings/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file RandomThings-2.2.4.jar at assets/randomthings/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file RandomThings-2.2.4.jar at assets/randomthings/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file RandomThings-2.2.4.jar at assets/randomthings/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file RandomThings-2.2.4.jar at assets/randomthings/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [RedstoneArsenal/]: Enabling mod RedstoneArsenal

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar at assets/redstonearsenal/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [RotaryCraft/]: Enabling mod RotaryCraft

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file RotaryCraft-Mod-1.7.10.jar at assets/rotarycraft/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file RotaryCraft-Mod-1.7.10.jar at assets/rotarycraft/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file RotaryCraft-Mod-1.7.10.jar at assets/rotarycraft/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file RotaryCraft-Mod-1.7.10.jar at assets/rotarycraft/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [simplyjetpacks/]: Enabling mod simplyjetpacks

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file SimplyJetpacks-MC1.7.10-1.3.2.jar at assets/simplyjetpacks/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file SimplyJetpacks-MC1.7.10-1.3.2.jar at assets/simplyjetpacks/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file SimplyJetpacks-MC1.7.10-1.3.2.jar at assets/simplyjetpacks/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file SimplyJetpacks-MC1.7.10-1.3.2.jar at assets/simplyjetpacks/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file SimplyJetpacks-MC1.7.10-1.3.2.jar at assets/simplyjetpacks/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [spiceOfLife/]: Enabling mod SpiceOfLife

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file SpiceOfLife-mc1.7.10-1.2.3.jar at assets/spiceoflife/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [TConstruct/]: Enabling mod TConstruct

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/cs_CZ.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_PT in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/en_PT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/pl_PL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file TConstruct-1.7.10-1.8.2a.jar at assets/tinker/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [Thaumcraft/]: Enabling mod Thaumcraft

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ca_ES in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/ca_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_AR in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/es_AR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_MX in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/es_MX.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_UY in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/es_UY.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_VE in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/es_VE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/et_EE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/fi_FI.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ja_JP in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/ja_JP.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_PT in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/pt_PT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang sv_SE in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/sv_SE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Thaumcraft-1.7.10-4.2.3.4.jar at assets/thaumcraft/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [thaumcraftneiplugin/]: Enabling mod thaumcraftneiplugin

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file thaumcraftneiplugin-1.7.10-1.7.jar at assets/thaumcraftneiplugin/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file thaumcraftneiplugin-1.7.10-1.7.jar at assets/thaumcraftneiplugin/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file thaumcraftneiplugin-1.7.10-1.7.jar at assets/thaumcraftneiplugin/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file thaumcraftneiplugin-1.7.10-1.7.jar at assets/thaumcraftneiplugin/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file thaumcraftneiplugin-1.7.10-1.7.jar at assets/thaumcraftneiplugin/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [ThaumicTinkerer/]: Enabling mod ThaumicTinkerer

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_Fr in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/fr_Fr.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ThaumicTinkerer-2.5-1.7.10-162.jar at assets/ttinkerer/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [ThermalExpansion/]: Enabling mod ThermalExpansion

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ThermalExpansion-[1.7.10]4.0.0B9-86.jar at assets/thermalexpansion/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [ThermalFoundation/]: Enabling mod ThermalFoundation

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/pl_PL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ThermalFoundation-[1.7.10]1.0.0RC1-43.jar at assets/thermalfoundation/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [TMechworks/]: Enabling mod TMechworks

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/pl_PL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file TMechworks-1.7.10-0.2.12.95.jar at assets/tmechworks/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [TwilightForest/]: Enabling mod TwilightForest

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Twilight-Forest-Mod-1.7.2.jar at assets/twilightforest/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Twilight-Forest-Mod-1.7.2.jar at assets/twilightforest/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Twilight-Forest-Mod-1.7.2.jar at assets/twilightforest/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Twilight-Forest-Mod-1.7.2.jar at assets/twilightforest/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Twilight-Forest-Mod-1.7.2.jar at assets/twilightforest/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [Waila/]: Enabling mod Waila

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/et_EE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Waila-1.5.9_1.7.10.jar at assets/waila/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [WailaHarvestability/]: Enabling mod WailaHarvestability

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file WailaHarvestability-mc1.7.x-1.1.2.jar at assets/wailaharvestability/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [baubles/]: Enabling mod Baubles

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ar_SA in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/ar_SA.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/cs_CZ.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang da_DK in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/da_DK.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang et_EE in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/et_EE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fi_FI in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/fi_FI.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang no_NO in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/no_NO.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pl_PL in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/pl_PL.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file Baubles-1.7.10-1.0.1.10.jar at assets/baubles/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [ForgeMicroblock/]: Enabling mod ForgeMicroblock

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/cs_CZ.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/hr_HR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/tr_TR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [ForgeMultipart/]: Enabling mod ForgeMultipart

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/cs_CZ.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/hr_HR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/tr_TR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/nl_NL.lang into language system

[19:02:36] [Client thread/DEBUG] [McMultipart/]: Enabling mod McMultipart

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang en_US in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/en_US.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang cs_CZ in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/cs_CZ.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang pt_BR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/pt_BR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang hr_HR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/hr_HR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang tr_TR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/tr_TR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang es_ES in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/es_ES.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang fr_FR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/fr_FR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ru_RU in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ru_RU.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang de_DE in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/de_DE.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_TW in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_TW.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang it_IT in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/it_IT.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang ko_KR in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/ko_KR.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang zh_CN in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/zh_CN.lang into language system

[19:02:36] [Client thread/DEBUG] [FML/]: Injecting found translation data for lang nl_NL in zip file ForgeMultipart-1.7.10-1.1.0.314-universal.jar at assets/multipart/lang/nl_NL.lang into language system

[19:02:36] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied

[19:02:36] [Client thread/TRACE] [FML/]: All mod requirements are satisfied

[19:02:36] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list

[19:02:36] [Client thread/ERROR] [FML/]: Mod Sorting failed.

[19:02:36] [Client thread/ERROR] [FML/]: Visting node FMLMod:CoFHCore{1.7.10R3.0.0RC2}

[19:02:36] [Client thread/ERROR] [FML/]: Current sorted list : [Dummy Container (BeforeAll) @1649053800, Wrapped{mcp}, Wrapped{FML}, Wrapped{Forge}, Wrapped{Dummy Container (null) @2143520437}, Wrapped{CodeChickenCore}, Wrapped{<CoFH ASM>}, Wrapped{<DragonAPI ASM>}, Wrapped{MCVanillaTweaks}, Wrapped{NotEnoughItems}, Wrapped{OpenComputers|Core}, Wrapped{Dummy Container (null) @763448101}, Wrapped{OpenModsCore}, Dummy Container (Before) @1870784667, FMLMod:AppleCore{1.1.0}, FMLMod:appliedenergistics2{rv1-stable-1}, FMLMod:BuildCraft|Core{6.0.16}, APIContainer{BuildCraftAPI|core:1.4}, APIContainer{BuildCraftAPI|tools:1.0}, APIContainer{BuildCraftAPI|recipes:2.0}, APIContainer{BuildCraftAPI|gates:2.0}, APIContainer{BuildCraftAPI|transport:2.0}, APIContainer{BuildCraftAPI|power:1.1}, APIContainer{BuildCraftAPI|filler:2.0}, APIContainer{BuildCraftAPI|fuels:1.0}, APIContainer{BuildCraftAPI|mj:1.1}, APIContainer{BuildCraftAPI|blueprints:1.0}, FMLMod:BuildCraft|Builders{6.0.16}, FMLMod:BuildCraft|Energy{6.0.16}, FMLMod:BuildCraft|Factory{6.0.16}, FMLMod:BuildCraft|Transport{6.0.16}, FMLMod:BuildCraft|Silicon{6.0.16}, FMLMod:CarpentersBlocks{3.2.4}, FMLMod:ForgeMultipart{1.1.0.314}, FMLMod:chisel{2.0.0.3}]

[19:02:36] [Client thread/ERROR] [FML/]: Visited set for this node : [APIContainer{BuildCraftAPI|mj:1.1}, APIContainer{BuildCraftAPI|recipes:2.0}, Wrapped{<CoFH ASM>}, Wrapped{OpenComputers|Core}, Wrapped{NotEnoughItems}, APIContainer{BuildCraftAPI|tools:1.0}, Dummy Container (After) @561260325, APIContainer{BuildCraftAPI|blueprints:1.0}, APIContainer{BuildCraftAPI|core:1.4}, Wrapped{Dummy Container (null) @763448101}, APIContainer{CoFHAPI:1.0}, Wrapped{FML}, FMLMod:BuildCraft|Transport{6.0.16}, Wrapped{CodeChickenCore}, Dummy Container (Before) @1870784667, FMLMod:appliedenergistics2{rv1-stable-1}, FMLMod:BuildCraft|Energy{6.0.16}, Dummy Container (BeforeAll) @1649053800, FMLMod:BuildCraft|Silicon{6.0.16}, Wrapped{OpenModsCore}, FMLMod:BuildCraft|Core{6.0.16}, Wrapped{Dummy Container (null) @2143520437}, FMLMod:CoFHCore{1.7.10R3.0.0RC2}, Wrapped{<DragonAPI ASM>}, FMLMod:chisel{2.0.0.3}, APIContainer{BuildCraftAPI|fuels:1.0}, FMLMod:BuildCraft|Factory{6.0.16}, FMLMod:ForgeMultipart{1.1.0.314}, Wrapped{MCVanillaTweaks}, APIContainer{BuildCraftAPI|gates:2.0}, Dummy Container (AfterAll) @759634557, APIContainer{BuildCraftAPI|filler:2.0}, Wrapped{Forge}, FMLMod:BuildCraft|Builders{6.0.16}, APIContainer{BuildCraftAPI|transport:2.0}, APIContainer{BuildCraftAPI|power:1.1}, FMLMod:AppleCore{1.1.0}, FMLMod:CarpentersBlocks{3.2.4}, Wrapped{mcp}]

[19:02:36] [Client thread/ERROR] [FML/]: Explored node set : [APIContainer{BuildCraftAPI|mj:1.1}, APIContainer{BuildCraftAPI|recipes:2.0}, Wrapped{<CoFH ASM>}, Wrapped{OpenComputers|Core}, Wrapped{NotEnoughItems}, APIContainer{BuildCraftAPI|tools:1.0}, APIContainer{BuildCraftAPI|blueprints:1.0}, APIContainer{BuildCraftAPI|core:1.4}, Wrapped{Dummy Container (null) @763448101}, Wrapped{FML}, FMLMod:BuildCraft|Transport{6.0.16}, Wrapped{CodeChickenCore}, Dummy Container (Before) @1870784667, FMLMod:appliedenergistics2{rv1-stable-1}, FMLMod:BuildCraft|Energy{6.0.16}, Dummy Container (BeforeAll) @1649053800, FMLMod:BuildCraft|Silicon{6.0.16}, Wrapped{OpenModsCore}, FMLMod:BuildCraft|Core{6.0.16}, Wrapped{Dummy Container (null) @2143520437}, Wrapped{<DragonAPI ASM>}, FMLMod:chisel{2.0.0.3}, APIContainer{BuildCraftAPI|fuels:1.0}, FMLMod:BuildCraft|Factory{6.0.16}, FMLMod:ForgeMultipart{1.1.0.314}, Wrapped{MCVanillaTweaks}, APIContainer{BuildCraftAPI|gates:2.0}, APIContainer{BuildCraftAPI|filler:2.0}, Wrapped{Forge}, FMLMod:BuildCraft|Builders{6.0.16}, APIContainer{BuildCraftAPI|transport:2.0}, APIContainer{BuildCraftAPI|power:1.1}, FMLMod:AppleCore{1.1.0}, FMLMod:CarpentersBlocks{3.2.4}, Wrapped{mcp}]

[19:02:36] [Client thread/ERROR] [FML/]: Likely cycle is in : [Dummy Container (After) @561260325, APIContainer{CoFHAPI:1.0}, FMLMod:CoFHCore{1.7.10R3.0.0RC2}, Dummy Container (AfterAll) @759634557]

[19:02:36] [Client thread/ERROR] [FML/]: A dependency cycle was detected in the input mod set so an ordering cannot be determined

[19:02:36] [Client thread/ERROR] [FML/]: The first mod in the cycle is FMLMod:CoFHCore{1.7.10R3.0.0RC2}

[19:02:36] [Client thread/ERROR] [FML/]: The mod cycle involves

[19:02:36] [Client thread/ERROR] [FML/]: Dummy Container (After) @561260325 : before: [], after: []

[19:02:36] [Client thread/ERROR] [FML/]: APIContainer{CoFHAPI:1.0} : before: [EnderIO, CoFHCore, RandomThings, Mariculture, MariTech, ExtraUtilities, minechem, Railcraft, DragonAPI, simplyjetpacks], after: [CoFHCore]

[19:02:36] [Client thread/ERROR] [FML/]: FMLMod:CoFHCore{1.7.10R3.0.0RC2} : before: [], after: [FML@[7.10.0.1217,7.11), Forge@[10.13.1.1217,10.14)]

[19:02:36] [Client thread/ERROR] [FML/]: Dummy Container (AfterAll) @759634557 : before: [], after: []

[19:02:36] [Client thread/ERROR] [FML/]: The full error

cpw.mods.fml.common.toposort.ModSortingException: There was a cycle detected in the input graph, sorting is not possible

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:190) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.topologicalSort(TopologicalSort.java:145) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.ModSorter.sort(ModSorter.java:133) ~[ModSorter.class:?]

at cpw.mods.fml.common.Loader.sortModList(Loader.java:256) [Loader.class:?]

at cpw.mods.fml.common.Loader.loadMods(Loader.java:472) [Loader.class:?]

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]

at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]

at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

[19:02:36] [Client thread/DEBUG] [FML/]: Mod sorting data

[19:02:36] [Client thread/DEBUG] [FML/]: AppleCore(AppleCore:1.1.0): AppleCore-mc1.7.10-1.1.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: appliedenergistics2(Applied Energistics 2:rv1-stable-1): appliedenergistics2-rv1-stable-1.jar (after:appliedenergistics2-core;required-after:Forge@[10.13.0.1187,))

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Builders(BC Builders:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:BuildCraft|[email protected])

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Core(BuildCraft:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:Forge@[10.12.1.1079,))

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Energy(BC Energy:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:BuildCraft|[email protected])

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Factory(BC Factory:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:BuildCraft|[email protected])

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Silicon(BC Silicon:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:BuildCraft|[email protected])

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraft|Transport(BC Transport:6.0.16): BuildCraft-Mod-Stable-1.7.2.jar (required-after:BuildCraft|[email protected])

[19:02:36] [Client thread/DEBUG] [FML/]: CarpentersBlocks(Carpenter's Blocks:3.2.4): Carpenters-Blocks-Mod-1.7.2.zip (required-after:Forge@[10.12.1.1060,))

[19:02:36] [Client thread/DEBUG] [FML/]: chisel(Chisel:2.0.0.3): Chisel-2-Mod-1.7.10.jar (after:ForgeMultipart;)

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHCore(CoFH Core:1.7.10R3.0.0RC2): CoFHCore-[1.7.10]3.0.0RC2-195.jar (required-after:FML@[7.10.0.1217,7.11);required-after:Forge@[10.13.1.1217,10.14);)

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft(ComputerCraft:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: crowley.skyblock(Ex Nihilo:1.29e): crowley-skyblock-v1.29e.zip ()

[19:02:36] [Client thread/DEBUG] [FML/]: DeadlyWorld(Deadly World:1.0.2): Deadly-World-Mod-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: DragonAPI(DragonAPI:release): DragonAPI-1.7.10.jar (required-after:[email protected];after:BuildCraft|Energy;after:IC2;after:ThermalExpansion;after:Thaumcraft;after:powersuits;after:GalacticCraft;after:Mystcraft;after:UniversalElectricity;after:Forestry;after:MagicBees;after:BinnieCore;after:Natura;after:TConstruct)

[19:02:36] [Client thread/DEBUG] [FML/]: EnderIO(Ender IO:2.0_beta): Ender-IO-Mod-1.7.10.jar (required-after:[email protected],);)

[19:02:36] [Client thread/DEBUG] [FML/]: ex-nihilo-nei(Ex Nihilo NEI Add-on:1.0.0): ex-nihilo-nei-1.0.0.jar (required-after:crowley.skyblock@[1.26,))

[19:02:36] [Client thread/DEBUG] [FML/]: ExtraUtilities(Extra Utilities:1.1.0k): Extra-Utilities-Mod-1.7.10.jar (required-after:Forge@[10.13.0.1187,);after:ForgeMultipart;after:Baubles;after:ThermalFoundation)

[19:02:36] [Client thread/DEBUG] [FML/]: extracells(ExtraCells:2.1.10): ExtraCells-Mod-1.7.2.jar (after:LogisticsPipes|Main;after:Waila;required-after:appliedenergistics2)

[19:02:36] [Client thread/DEBUG] [FML/]: gud_thaumicnei(Thaumic NEI:1.2.3): gud_thaumicnei-1.2.3.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: inventorytweaks(Inventory Tweaks:1.58-147-645ca10): Inventory-Tweaks-Mod-1.7.10.jar (required-after:FML@[7.2.0,);required-after:Forge@[10.12.1,))

[19:02:36] [Client thread/DEBUG] [FML/]: IronChest(Iron Chest:6.0.36.725): Iron-Chests-Mod-1.7.2.jar (required-after:Forge@[7.0,);required-after:FML@[5.0.5,))

[19:02:36] [Client thread/DEBUG] [FML/]: Mantle(Mantle:1.7.10-0.3.2.jenkins184): Mantle-1.7.10-0.3.2.jar (required-after:Forge@[10.13,))

[19:02:36] [Client thread/DEBUG] [FML/]: Mariculture(Mariculture:1.7.10-1.2.4c): Mariculture-Deluxe-1.7.10-1.2.4c.jar (required-after:Forge@[10.13.0.1197,);after:AWWayofTime@[v1.0.1,);after:BiomesOPlenty@[2.0.0,);after:HardcoreEnderExpansion;after:TConstruct;after:ThermalFoundation)

[19:02:36] [Client thread/DEBUG] [FML/]: MariTech(Marine Technlogy:1.0): Mariculture-Deluxe-1.7.10-1.2.4c.jar (after:Mariculture)

[19:02:36] [Client thread/DEBUG] [FML/]: Mekanism(Mekanism:7.1.1): Mekanism-1.7.10-7.1.1.127.jar (after:ForgeMultipart;after:BuildCraftAPI|power;after:BuildCraftAPI|tools;after:BuildCraftAPI|transport;after:IC2API;after:CoFHAPI|energy;after:ComputerCraft;after:Galacticraft API;after:MineFactoryReloaded;after:MetallurgyCore;after:EnderIO;after:ExtraUtilities;after:Railcraft;after:Forestry;after:RedstoneArsenal)

[19:02:36] [Client thread/DEBUG] [FML/]: MekanismGenerators(MekanismGenerators:7.1.1): MekanismGenerators-1.7.10-7.1.1.127.jar (required-after:Mekanism)

[19:02:36] [Client thread/DEBUG] [FML/]: MekanismTools(MekanismTools:7.1.1): MekanismTools-1.7.10-7.1.1.127.jar (required-after:Mekanism)

[19:02:36] [Client thread/DEBUG] [FML/]: minechem(Minechem:5.0.5.358): Minechem-1.7.10-5.0.5.358.jar (required-after:Forge@[10.13.0.1180,))

[19:02:36] [Client thread/DEBUG] [FML/]: MrTJPCoreMod(MrTJPCore:1.0.5.11): MrTJPCore-1.7.10-1.0.5.11-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: Mystcraft(Mystcraft:0.10.15.00): Mystcraft-Mod-1.7.2.jar (required-after:Forge@[10.12.1.1083,))

[19:02:36] [Client thread/DEBUG] [FML/]: Natura(Natura:2.2.0): natura-1.7.10-2.2.0.1.jar (required-after:Mantle)

[19:02:36] [Client thread/DEBUG] [FML/]: NEIAddons(NEI Addons:1.12.4.16): neiaddons-mc1710-1.12.4.16.jar (after:NotEnoughItems)

[19:02:36] [Client thread/DEBUG] [FML/]: NEIAddons|Botany(NEI Addons: Botany:1.12.4.16): neiaddons-mc1710-1.12.4.16.jar (after:NEIAddons;after:Botany)

[19:02:36] [Client thread/DEBUG] [FML/]: NEIAddons|Forestry(NEI Addons: Forestry:1.12.4.16): neiaddons-mc1710-1.12.4.16.jar (after:NEIAddons;after:Forestry)

[19:02:36] [Client thread/DEBUG] [FML/]: NEIAddons|CraftingTables(NEI Addons: Crafting Tables:1.12.4.16): neiaddons-mc1710-1.12.4.16.jar (after:NEIAddons)

[19:02:36] [Client thread/DEBUG] [FML/]: NEIAddons|ExNihilo(NEI Addons: Ex Nihilo:1.12.4.16): neiaddons-mc1710-1.12.4.16.jar (after:exnihilo)

[19:02:36] [Client thread/DEBUG] [FML/]: neiintegration(NEI Integration:1.0.7): NEIIntegration-MC1.7.10-1.0.7.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenBlocks(OpenBlocks:1.3): OpenBlocks-1.7.10-1.3.jar (required-after:OpenMods@[0.6];after:OpenPeripheral;after:NotEnoughCodecs)

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputers(OpenComputers:1.5.0.6): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenMods(OpenMods:0.6): OpenModsLib-1.7.10-0.6.jar (required-after:OpenModsCore)

[19:02:36] [Client thread/DEBUG] [FML/]: harvestcraft(Pam's HarvestCraft:1.7.10d): Pam's HarvestCraft 1.7.10f.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: PeripheralsPlusPlus(Peripherals++:1.2.0-beta4): Peripherals++-1.2.0-beta4.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: PneumaticCraft(PneumaticCraft:1.5.6-59): PneumaticCraft-1.7.10-1.5.6-59-universal.jar (required-after:Forge@[10.13.2.1254,);after:Forestry)

[19:02:36] [Client thread/DEBUG] [FML/]: ProjRed|Core(ProjectRed:4.4.4.43): ProjectRed-Base-1.7.2-4.4.4.43.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: Railcraft(Railcraft:9.5.0.0): Railcraft_1.7.10-9.5.0.0.jar (required-after:Forge@[10.13.0.1199,);after:BuildCraft|Core[6.1.7,);after:BuildCraft|Energy;after:BuildCraft|Builders;after:BuildCraft|Factory;after:BuildCraftAPI|statements[1.0,);after:BuildCraftAPI|transport[1.0,);after:Forestry[3,);after:Thaumcraft;after:IC2@[2.2,))

[19:02:36] [Client thread/DEBUG] [FML/]: RandomThings(Random Things:2.2.4): RandomThings-2.2.4.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RedstoneArsenal(Redstone Arsenal:1.7.10R1.1.0RC2): RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar (required-after:CoFHCore@[1.7.10R3.0.0RC1,);after:ThermalExpansion)

[19:02:36] [Client thread/DEBUG] [FML/]: RotaryCraft(RotaryCraft:Gamma): RotaryCraft-Mod-1.7.10.jar (required-after:DragonAPI)

[19:02:36] [Client thread/DEBUG] [FML/]: simplyjetpacks(Simply Jetpacks:1.3.2): SimplyJetpacks-MC1.7.10-1.3.2.jar (after:ThermalExpansion;after:RedstoneArsenal;after:EnderIO)

[19:02:36] [Client thread/DEBUG] [FML/]: SpiceOfLife(The Spice of Life:1.2.3): SpiceOfLife-mc1.7.10-1.2.3.jar (required-after:AppleCore)

[19:02:36] [Client thread/DEBUG] [FML/]: TConstruct(Tinkers' Construct:1.7.10-1.8.2.build858): TConstruct-1.7.10-1.8.2a.jar (required-after:Forge@[10.13.1.1217,);required-after:Mantle@[1.7.10-0.3.2,);after:MineFactoryReloaded;after:NotEnoughItems;after:Waila;after:ThermalExpansion;after:ThermalFoundation;before:UndergroundBiomes)

[19:02:36] [Client thread/DEBUG] [FML/]: Thaumcraft(Thaumcraft:4.2.3.4): Thaumcraft-1.7.10-4.2.3.4.jar (required-after:Forge@[10.13.2,);required-after:Baubles@[1.0.1.10,))

[19:02:36] [Client thread/DEBUG] [FML/]: thaumcraftneiplugin(Thaumcraft NEI Plugin:1.7.10-1.7): thaumcraftneiplugin-1.7.10-1.7.jar (required-after:Thaumcraft)

[19:02:36] [Client thread/DEBUG] [FML/]: ThaumicTinkerer(Thaumic Tinkerer:unspecified): ThaumicTinkerer-2.5-1.7.10-162.jar (required-after:Forge@[10.12.1.1112,);required-after:Thaumcraft@[4.2.2.0,];before:MagicBees;before:advthaum;after:IC2;after:ThaumicTinkererKami;after:Waila;after:ForgeMultipart;after:ComputerCraft)

[19:02:36] [Client thread/DEBUG] [FML/]: ThermalExpansion(Thermal Expansion:1.7.10R4.0.0B9): ThermalExpansion-[1.7.10]4.0.0B9-86.jar (required-after:ThermalFoundation@[1.7.10R1.0.0RC1,))

[19:02:36] [Client thread/DEBUG] [FML/]: ThermalFoundation(Thermal Foundation:1.7.10R1.0.0RC1): ThermalFoundation-[1.7.10]1.0.0RC1-43.jar (required-after:CoFHCore@[1.7.10R3.0.0B9,))

[19:02:36] [Client thread/DEBUG] [FML/]: TMechworks(Tinkers' Mechworks:0.2.12.95): TMechworks-1.7.10-0.2.12.95.jar (required-after:Forge@[10.13.0.1208,];required-after:TConstruct;required-after:Mantle)

[19:02:36] [Client thread/DEBUG] [FML/]: TwilightForest(The Twilight Forest:2.2.3): Twilight-Forest-Mod-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: Waila(Waila:1.5.8): Waila-1.5.9_1.7.10.jar (after:NotEnoughItems@[1.0.4.0,))

[19:02:36] [Client thread/DEBUG] [FML/]: WailaHarvestability(Waila Harvestability:1.1.2): WailaHarvestability-mc1.7.x-1.1.2.jar (after:TConstruct;after:ExtraTiC;after:TSteelworks;after:Mariculture)

[19:02:36] [Client thread/DEBUG] [FML/]: Baubles(Baubles:1.0.1.10): Baubles-1.7.10-1.0.1.10.jar (required-after:Forge@[10.13.2,);)

[19:02:36] [Client thread/DEBUG] [FML/]: ForgeMicroblock(Forge Microblocks:1.1.0.314): ForgeMultipart-1.7.10-1.1.0.314-universal.jar (required-after:ForgeMultipart;after:*)

[19:02:36] [Client thread/DEBUG] [FML/]: ForgeMultipart(Forge Multipart:1.1.0.314): ForgeMultipart-1.7.10-1.1.0.314-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: McMultipart(Minecraft Multipart Plugin:1.1.0.314): ForgeMultipart-1.7.10-1.1.0.314-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|gui|slot(API: CoFHLib|gui|slot:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|fuel(API: RailcraftAPI|fuel:1.0.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|core(API: CoFHAPI|core:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|locomotive(API: RailcraftAPI|locomotive:1.0.1): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.7.10R1.0.2): Mariculture-Deluxe-1.7.10-1.2.4c.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Driver|Item(API: OpenComputersAPI|Driver|Item:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|hives(API: ForestryAPI|hives:3.0.0): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|storage(API: ForestryAPI|storage:1.1): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|world(API: CoFHLib|world:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|audio(API: CoFHLib|audio:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: WailaAPI(API: WailaAPI:1.2): Waila-1.5.9_1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|signals(API: RailcraftAPI|signals:1.1.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|carts(API: RailcraftAPI|carts:1.3.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|core(API: ForestryAPI|core:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|util(API: CoFHLib|util:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|events(API: RailcraftAPI|events:1.0.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|mail(API: ForestryAPI|mail:2.0.0): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|Peripheral(API: ComputerCraft|API|Peripheral:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Event(API: OpenComputersAPI|Event:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|item(API: CoFHAPI|item:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|tools(API: BuildCraftAPI|tools:1.0): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|genetics(API: ForestryAPI|genetics:1.1): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|bore(API: RailcraftAPI|bore:1.0.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|fuels(API: ForestryAPI|fuels:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|world|feature(API: CoFHLib|world|feature:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|farming(API: ForestryAPI|farming:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Network(API: OpenComputersAPI|Network:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|items(API: RailcraftAPI|items:1.0.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|util|position(API: CoFHLib|util|position:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|tracks(API: RailcraftAPI|tracks:1.2.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|recipes(API: BuildCraftAPI|recipes:2.0): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|core(API: BuildCraftAPI|core:1.4): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|Turtle(API: ComputerCraft|API|Turtle:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: Baubles|API(API: Baubles|API:1.0.1.10): Baubles-1.7.10-1.0.1.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|gates(API: BuildCraftAPI|gates:2.0): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|transport(API: BuildCraftAPI|transport:2.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: Thaumcraft|API(API: Thaumcraft|API:4.2.2.0): gud_thaumicnei-1.2.3.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: PneumaticCraftApi(API: PneumaticCraftApi:1.0): PneumaticCraft-1.7.10-1.5.6-59-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|gui|element(API: CoFHLib|gui|element:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|core(API: RailcraftAPI|core:1.2.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Core(API: OpenComputersAPI|Core:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Internal(API: OpenComputersAPI|Internal:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|power(API: BuildCraftAPI|power:1.1): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Component(API: OpenComputersAPI|Component:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API(API: ComputerCraft|API:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|circuits(API: ForestryAPI|circuits:1.0): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|FileSystem(API: ComputerCraft|API|FileSystem:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|lepidopterology(API: ForestryAPI|lepidopterology:1.1): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|filler(API: BuildCraftAPI|filler:2.0): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|fuels(API: BuildCraftAPI|fuels:1.0): BuildCraft-Mod-Stable-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|electricity(API: RailcraftAPI|electricity:1.6.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Driver(API: OpenComputersAPI|Driver:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|Media(API: ComputerCraft|API|Media:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: AppleCoreAPI(API: AppleCoreAPI:1.1.0): AppleCore-mc1.7.10-1.1.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|Lua(API: ComputerCraft|API|Lua:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|world(API: ForestryAPI|world:1.0): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|world(API: CoFHAPI|world:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|render|particle(API: CoFHLib|render|particle:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|tileentity(API: CoFHAPI|tileentity:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.0): Ender-IO-Mod-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|food(API: ForestryAPI|food:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|crafting(API: RailcraftAPI|crafting:1.0.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|gui|container(API: CoFHLib|gui|container:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|gui|element|listbox(API: CoFHLib|gui|element|listbox:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|mj(API: BuildCraftAPI|mj:1.1): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ComputerCraft|API|Redstone(API: ComputerCraft|API|Redstone:1.72): ComputerCraft1.72.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: appliedenergistics2|API(API: appliedenergistics2|API:rv2): ThaumicTinkerer-2.5-1.7.10-162.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|blueprints(API: BuildCraftAPI|blueprints:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|recipes(API: ForestryAPI|recipes:2.0): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: minechemAPI(API: minechemAPI:1.7.10R1): Minechem-1.7.10-5.0.5.358.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|apiculture(API: ForestryAPI|apiculture:2.1.3): forestry_1.7.10-3.1.1.259-unstable-api.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|modhelpers(API: CoFHAPI|modhelpers:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|tiles(API: BuildCraftAPI|tiles:1.1): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Machine(API: OpenComputersAPI|Machine:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: BuildCraftAPI|statements(API: BuildCraftAPI|statements:1.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|Prefab(API: OpenComputersAPI|Prefab:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|util|helpers(API: CoFHLib|util|helpers:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|fluid(API: CoFHAPI|fluid:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|block(API: CoFHAPI|block:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|transport(API: CoFHAPI|transport:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib(API: CoFHLib:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: ForestryAPI|arboriculture(API: ForestryAPI|arboriculture:1.0): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|inventory(API: CoFHLib|inventory:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI(API: OpenComputersAPI:2.0.2): DragonAPI-1.7.10.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: OpenComputersAPI|FileSystem(API: OpenComputersAPI|FileSystem:5.0.0): OpenComputers-MC1.7.10-1.5.0.6-universal.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|gui(API: CoFHLib|gui:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: RailcraftAPI|helpers(API: RailcraftAPI|helpers:1.1.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHLib|render(API: CoFHLib|render:1.7.10R1.0.0B9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: CoFHAPI|inventory(API: CoFHAPI|inventory:1.7.10R1.0.9): CoFHCore-[1.7.10]3.0.0RC2-195.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: IC2API(API: IC2API:1.0): Railcraft_1.7.10-9.5.0.0.jar ()

[19:02:36] [Client thread/DEBUG] [FML/]: MystcraftAPI(API: MystcraftAPI:0.1): Mystcraft-Mod-1.7.2.jar ()

[19:02:36] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Not Enough Items/]: Mod Not Enough Items is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [AppleCore/]: Mod AppleCore is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Applied Energistics 2/]: Mod Applied Energistics 2 is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [bC Builders/]: Mod BC Builders is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [buildCraft/]: Mod BuildCraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [bC Energy/]: Mod BC Energy is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [bC Factory/]: Mod BC Factory is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [bC Silicon/]: Mod BC Silicon is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [bC Transport/]: Mod BC Transport is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Carpenter's Blocks/]: Mod Carpenter's Blocks is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Chisel/]: Mod Chisel is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [CoFH Core/]: Mod CoFH Core is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Ex Nihilo/]: Mod Ex Nihilo is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Deadly World/]: Mod Deadly World is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [DragonAPI/]: Mod DragonAPI is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Ender IO/]: Mod Ender IO is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Ex Nihilo NEI Add-on/]: Mod Ex Nihilo NEI Add-on is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Extra Utilities/]: Mod Extra Utilities is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [iron Chest/]: Mod Iron Chest is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Mantle/]: Mod Mantle is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Mariculture/]: Mod Mariculture is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Marine Technlogy/]: Mod Marine Technlogy is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Mekanism/]: Mod Mekanism is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [MekanismGenerators/]: Mod MekanismGenerators is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [MekanismTools/]: Mod MekanismTools is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [MrTJPCore/]: Mod MrTJPCore is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Mystcraft/]: Mod Mystcraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Natura/]: Mod Natura is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [NEI Addons/]: Mod NEI Addons is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [NEI Addons: Botany/]: Mod NEI Addons: Botany is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [NEI Addons: Forestry/]: Mod NEI Addons: Forestry is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [NEI Addons: Crafting Tables/]: Mod NEI Addons: Crafting Tables is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [NEI Addons: Ex Nihilo/]: Mod NEI Addons: Ex Nihilo is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Pam's HarvestCraft/]: Mod Pam's HarvestCraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Peripherals++/]: Mod Peripherals++ is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [PneumaticCraft/]: Mod PneumaticCraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [ProjectRed/]: Mod ProjectRed is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Railcraft/]: Mod Railcraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Random Things/]: Mod Random Things is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Redstone Arsenal/]: Mod Redstone Arsenal is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [RotaryCraft/]: Mod RotaryCraft is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [The Spice of Life/]: Mod The Spice of Life is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Thaumcraft NEI Plugin/]: Mod Thaumcraft NEI Plugin is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Thaumic Tinkerer/]: Mod Thaumic Tinkerer is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Thermal Expansion/]: Mod Thermal Expansion is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Thermal Foundation/]: Mod Thermal Foundation is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Tinkers' Mechworks/]: Mod Tinkers' Mechworks is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [The Twilight Forest/]: Mod The Twilight Forest is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Waila/]: Mod Waila is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Waila Harvestability/]: Mod Waila Harvestability is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Forge Microblocks/]: Mod Forge Microblocks is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Forge Multipart/]: Mod Forge Multipart is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/DEBUG] [Minecraft Multipart Plugin/]: Mod Minecraft Multipart Plugin is missing a pack.mcmeta file, substituting a dummy one

[19:02:36] [Client thread/WARN] [FML/]: There were errors previously. Not beginning mod initialization phase

[19:02:36] [sound Library Loader/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:

[19:02:36] [sound Library Loader/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...

[19:02:37] [Thread-7/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL

[19:02:37] [Thread-7/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[19:02:37] [Thread-7/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.

[19:02:37] [sound Library Loader/INFO] [sTDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]:

[19:02:37] [Client thread/INFO] [OpenComputers/]: Successfully patched bok.func_110827_b.

[19:02:37] [Client thread/INFO] [OpenMods/]: openmods.OpenModsClassTransformer$4$1.createVisitor(OpenModsClassTransformer.java:149): Trying to patch RenderPlayer (class: bop)

[19:02:37] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of player_render_hook updated from ENABLED to ACTIVATED

[19:02:37] [Client thread/INFO] [OpenMods/]: openmods.renderer.PlayerRendererHookVisitor$InjectorMethodVisitor.<init>(PlayerRendererHookVisitor.java:31): Injecting hook class openmods.renderer.PlayerRendererHookVisitor.post(Lnet/minecraft/client/entity/AbstractClientPlayer;F)V into EntityPlayerRender.rotateCorpse

[19:02:37] [Client thread/TRACE] [OpenMods/]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:28): State of player_render_hook updated from ACTIVATED to FINISHED

[19:02:38] [Client thread/INFO] [RandomThingsCore/]: Found EntityRenderer Class: net/minecraft/client/renderer/EntityRenderer

[19:02:38] [Client thread/INFO] [RandomThingsCore/]: Found Render Global Class: net/minecraft/client/renderer/RenderGlobal

 

 

Link to comment
Share on other sites

It goes on

 

---- Minecraft Crash Report ----

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

 

Time: 2/26/15 9:40 PM

Description: Initializing game

 

java.lang.NoSuchMethodError: com.mojang.authlib.GameProfile.<init>(Ljava/lang/String;Ljava/lang/String;)V

at buildcraft.BuildCraftCore.<clinit>(BuildCraftCore.java:210)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:344)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)

at net.minecraft.client.main.Main.main(SourceFile:148)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at buildcraft.BuildCraftCore.<clinit>(BuildCraftCore.java:210)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:344)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)

at net.minecraft.client.main.Main.main(SourceFile:148)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.8.0_25, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 118150664 bytes (112 MB) / 320299008 bytes (305 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 69 mods loaded, 69 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed

Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed

appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed

CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed

<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed

<DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed

NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed

OpenComputers|Core{1.0.0} [OpenComputers (Core)] (minecraft.jar) Unloaded->Constructed

ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed

OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed

AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) Unloaded->Constructed

appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar) Unloaded->Constructed

BuildCraft|Core{6.0.16} [buildCraft] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

BuildCraft|Builders{6.0.16} [bC Builders] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

BuildCraft|Energy{6.0.16} [bC Energy] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

BuildCraft|Factory{6.0.16} [bC Factory] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

BuildCraft|Transport{6.0.16} [bC Transport] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

BuildCraft|Silicon{6.0.16} [bC Silicon] (BuildCraft-Mod-Stable-1.7.2.jar) Unloaded

CarpentersBlocks{3.2.4} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.2.zip) Unloaded

ForgeMultipart{1.1.0.314} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded

chisel{2.0.0.3} [Chisel] (Chisel-2-Mod-1.7.10.jar) Unloaded

CoFHCore{1.7.10R3.0.0RC2} [CoFH Core] (CoFHCore-[1.7.10]3.0.0RC2-195.jar) Unloaded

ComputerCraft{1.72} [ComputerCraft] (ComputerCraft1.72.jar) Unloaded

crowley.skyblock{1.29e} [Ex Nihilo] (crowley-skyblock-v1.29e.zip) Unloaded

DeadlyWorld{1.0.2} [Deadly World] (Deadly-World-Mod-1.7.10.jar) Unloaded

Mystcraft{0.10.15.00} [Mystcraft] (Mystcraft-Mod-1.7.2.jar) Unloaded

Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded

Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded

ThermalFoundation{1.7.10R1.0.0RC1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0RC1-43.jar) Unloaded

ThermalExpansion{1.7.10R4.0.0B9} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B9-86.jar) Unloaded

Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar) Unloaded

TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded

Baubles{1.0.1.10} [baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded

Thaumcraft{4.2.3.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.4.jar) Unloaded

DragonAPI{release} [DragonAPI] (DragonAPI-1.7.10.jar) Unloaded

EnderIO{2.0_beta} [Ender IO] (Ender-IO-Mod-1.7.10.jar) Unloaded

ex-nihilo-nei{1.0.0} [Ex Nihilo NEI Add-on] (ex-nihilo-nei-1.0.0.jar) Unloaded

ExtraUtilities{1.1.0k} [Extra Utilities] (Extra-Utilities-Mod-1.7.10.jar) Unloaded

extracells{2.1.10} [ExtraCells] (ExtraCells-Mod-1.7.2.jar) Unloaded

inventorytweaks{1.58-147-645ca10} [inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar) Unloaded

IronChest{6.0.36.725} [iron Chest] (Iron-Chests-Mod-1.7.2.jar) Unloaded

MrTJPCoreMod{1.0.5.11} [MrTJPCore] (MrTJPCore-1.7.10-1.0.5.11-universal.jar) Unloaded

NEIAddons{1.12.4.16} [NEI Addons] (neiaddons-mc1710-1.12.4.16.jar) Unloaded

NEIAddons|Botany{1.12.4.16} [NEI Addons: Botany] (neiaddons-mc1710-1.12.4.16.jar) Unloaded

NEIAddons|Forestry{1.12.4.16} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.4.16.jar) Unloaded

NEIAddons|CraftingTables{1.12.4.16} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.4.16.jar) Unloaded

NEIAddons|ExNihilo{1.12.4.16} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.4.16.jar) Unloaded

neiintegration{1.0.7} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.7.jar) Unloaded

OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar) Unloaded

OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar) Unloaded

OpenComputers{1.5.0.6} [OpenComputers] (OpenComputers-MC1.7.10-1.5.0.6-universal.jar) Unloaded

harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f.jar) Unloaded

PeripheralsPlusPlus{1.2.0-beta4} [Peripherals++] (Peripherals++-1.2.0-beta4.jar) Unloaded

PneumaticCraft{1.5.6-59} [PneumaticCraft] (PneumaticCraft-1.7.10-1.5.6-59-universal.jar) Unloaded

ProjRed|Core{4.4.4.43} [ProjectRed] (ProjectRed-Base-1.7.2-4.4.4.43.jar) Unloaded

Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded

RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) Unloaded

RedstoneArsenal{1.7.10R1.1.0RC2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0RC2-43.jar) Unloaded

RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft-Mod-1.7.10.jar) Unloaded

simplyjetpacks{1.3.2} [simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.3.2.jar) Unloaded

SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar) Unloaded

thaumcraftneiplugin{1.7.10-1.7} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7.jar) Unloaded

ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar) Unloaded

TMechworks{0.2.12.95} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.12.95.jar) Unloaded

TwilightForest{2.2.3} [The Twilight Forest] (Twilight-Forest-Mod-1.7.2.jar) Unloaded

WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) Unloaded

McMultipart{1.1.0.314} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded

ForgeMicroblock{1.1.0.314} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.314-universal.jar) Unloaded

OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]

AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187

Launched Version: 1.7.10-Forge10.13.2.1291

LWJGL: 2.9.1

OpenGL: AMD Radeon HD 6530D GL version 4.1.10834 Compatibility Profile Context, ATI Technologies Inc.

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

 

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

 

 

Now What?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • exactly as it says. im not sure what the issue is, added more GB to it and its still crashing just as quickly as before in the same only a short while after i hit the start button, so i assume its a mod issue. not good at reading logs, anyone have any ideas?   logs here- 16.11 00:45:12 [Multicraft] Received start command 16.11 00:45:12 [Multicraft] Loading server properties 16.11 00:45:12 [Multicraft] Loaded config for "Forge Unix Args" 16.11 00:45:12 [Multicraft] Starting server! 16.11 00:45:13 [Multicraft] Adding template "apexupdater" and options "always,install,temp" from config 16.11 00:45:13 [Multicraft] Running setup... 16.11 00:45:14 [Setup/"Apex Updater" initialize] Running Apex Updater... 16.11 00:45:14 [Setup/"Apex Updater" initialize] Selected Game = forge_1.20.1 16.11 00:45:14 [Multicraft] Done, returned Ok 16.11 00:45:14 [Multicraft] Setup done, restarting 16.11 00:45:14 [Multicraft] Server stopped 16.11 00:45:17 [Multicraft] Loading server properties 16.11 00:45:17 [Multicraft] Loaded config for "Forge Unix Args" 16.11 00:45:17 [Multicraft] Starting server! 16.11 00:45:17 [Multicraft] Updating eula.txt file 16.11 00:45:17 [Server] INFO WARNING: Published ports are discarded when using host network mode 16.11 00:45:17 [Server] INFO 0d93d0a8f120ed42c04758fb49f4b13e1113380cb1104c2fdd643e4f878d5122 16.11 00:45:21 [Server] INFO [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/pattern/MessagePatternConverter 16.11 00:45:21 [Server] INFO [Log4jPatcher] [WARN] Unable to find noLookups:Z field in org/apache/logging/log4j/core/pattern/MessagePatternConverter 16.11 00:45:21 [Server] INFO [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/lookup/JndiLookup 16.11 00:45:21 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.12, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui] 16.11 00:45:21 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.13 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.0-117-generic 16.11 00:45:22 [Server] main/INFO [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good... 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: crimes against java were committed 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier! 16.11 00:45:22 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/mods/Connector-1.0.0-beta.46+1.20.1.jar%23342%23345!/ Service=ModLauncher Env=SERVER 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/fmlcore/1.20.1-47.3.12/fmlcore-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.12/javafmllanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.12/lowcodelanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.12/mclanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: /mods/aeroblender-1.20.1-1.0.1-neoforge.jar 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: /mods/curios-forge-5.11.0+1.20.1.jar 16.11 00:45:23 [Server] main/INFO [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 87 dependencies adding them to mods collection 16.11 00:45:24 [Server] main/INFO [or.si.co.lo.DependencyResolver/]: Dependency resolution found 10 candidates to load 16.11 00:45:25 [Server] main/INFO [or.si.co.se.ha.ModuleLayerMigrator/]: Successfully made module authlib transformable 16.11 00:45:31 [Server] main/INFO [mixin/]: Compatibility level set to JAVA_17 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.forge.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'graveyard-FORGE-forge-refmap.json' for graveyard-forge.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'aaa_particles-fabric-refmap.json' for aaa_particles.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'NetheriteHorseArmor-CJ-common-mc-common-refmap.json' for netheritehorsearmor-common.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/INFO [Puzzles Lib/]: Loading 317 mods: 16.11 00:45:32 [Server] INFO - aaa_particles 1.20.1-1.4.5 16.11 00:45:32 [Server] INFO - advancednetherite 2.1.3 16.11 00:45:32 [Server] INFO - aeroblender 1.20.1-1.0.1-neoforge 16.11 00:45:32 [Server] INFO - aether 1.20.1-1.5.1-neoforge 16.11 00:45:32 [Server] INFO |-- cumulus_menus 1.20.1-1.0.1-neoforge 16.11 00:45:32 [Server] INFO |-- mixinextras 0.2.0-beta.9 16.11 00:45:32 [Server] INFO \-- nitrogen_internals 1.20.1-1.0.11-neoforge 16.11 00:45:32 [Server] INFO - aetherdelight 1.0.0 16.11 00:45:32 [Server] INFO - alexscaves 2.0.2 16.11 00:45:32 [Server] INFO - alexscavesdelight 1.0.19.1-1.20.1 16.11 00:45:32 [Server] INFO - alexsdelight 1.5 16.11 00:45:32 [Server] INFO - alexsmobs 1.22.9 16.11 00:45:32 [Server] INFO - amendments 1.20-1.2.12 16.11 00:45:32 [Server] INFO - amplified_nether 1.2.5 16.11 00:45:32 [Server] INFO - another_furniture 1.20.1-3.0.1 16.11 00:45:32 [Server] INFO - aquaculture 2.5.2 16.11 00:45:32 [Server] INFO - aquaculturedelight 1.0.0 16.11 00:45:32 [Server] INFO - aquamirae 6.API15 16.11 00:45:32 [Server] INFO - aquamirae_delight 1.4.6 16.11 00:45:32 [Server] INFO - archers_paradox 5.0.0 16.11 00:45:32 [Server] INFO - architectury 9.2.14 16.11 00:45:32 [Server] INFO - artifacts 9.5.13 16.11 00:45:32 [Server] INFO \-- expandability 9.0.4 16.11 00:45:32 [Server] INFO - attributefix 21.0.4 16.11 00:45:32 [Server] INFO - auroras 1.6 16.11 00:45:32 [Server] INFO - azurelib 2.0.39 16.11 00:45:32 [Server] INFO - bakery 1.1.15 16.11 00:45:32 [Server] INFO - balm 7.3.9 16.11 00:45:32 [Server] INFO \-- kuma_api 20.1.8 16.11 00:45:32 [Server] INFO - bca 1.0-1.20.1 16.11 00:45:32 [Server] INFO - berries_and_cherries 1.0.9 16.11 00:45:32 [Server] INFO - bettas 1.2.3 16.11 00:45:32 [Server] INFO - betterbeekeeping 1.20.1-1.3.0 16.11 00:45:32 [Server] INFO - bettercombat 1.8.6+1.20.1 16.11 00:45:32 [Server] INFO - betterdeserttemples 1.20-Forge-3.0.3 16.11 00:45:32 [Server] INFO - betterdungeons 1.20-Forge-4.0.4 16.11 00:45:32 [Server] INFO - betterendisland 1.20-Forge-2.0.6 16.11 00:45:32 [Server] INFO - betterfortresses 1.20-Forge-2.0.6 16.11 00:45:32 [Server] INFO - betterfpsdist 1.20.1-6.0 16.11 00:45:32 [Server] INFO - betterjungletemples 1.20-Forge-2.0.5 16.11 00:45:32 [Server] INFO - bettermineshafts 1.20-Forge-4.0.4 16.11 00:45:32 [Server] INFO - betteroceanmonuments 1.20-Forge-3.0.4 16.11 00:45:32 [Server] INFO - betterstrongholds 1.20-Forge-4.0.3 16.11 00:45:32 [Server] INFO - betterthanmending 1.7.2 16.11 00:45:32 [Server] INFO - bettervillage 3.2.0 16.11 00:45:32 [Server] INFO - betterwitchhuts 1.20-Forge-3.0.3 16.11 00:45:32 [Server] INFO - blueprint 7.1.0 16.11 00:45:32 [Server] INFO - bookshelf 20.2.13 16.11 00:45:32 [Server] INFO - botania 1.20.1-446-FORGE 16.11 00:45:32 [Server] INFO - botaniaartifacts 1.0.1-1.20.1 16.11 00:45:32 [Server] INFO - botaniadelight 1.0.3.2-1.20.1 16.11 00:45:32 [Server] INFO - brewery 2.0.3 16.11 00:45:32 [Server] INFO - bygonenether 1.3.2 16.11 00:45:32 [Server] INFO - caelus 3.2.0+1.20.1 16.11 00:45:32 [Server] INFO - camping 1.0.4 16.11 00:45:32 [Server] INFO - cat_jam 1.2.2 16.11 00:45:32 [Server] INFO - catloaf 1.1.1 16.11 00:45:32 [Server] INFO - cavesanddepths 1.2.7 16.11 00:45:32 [Server] INFO - chat_heads 0.13.6 16.11 00:45:32 [Server] INFO - chestedcompanions 1.3.1 16.11 00:45:32 [Server] INFO - citadel 2.6.0 16.11 00:45:32 [Server] INFO - cleardespawn 1.1.15 16.11 00:45:32 [Server] INFO - cloth_config 11.1.136 16.11 00:45:32 [Server] INFO - cobweb 1.0.0 16.11 00:45:32 [Server] INFO - coffee_delight 1.4 16.11 00:45:32 [Server] INFO - cofh_core 11.0.2 16.11 00:45:32 [Server] INFO - collective 7.87 16.11 00:45:32 [Server] INFO - com_github_llamalad7_mixinextras 0.2.0-beta.8 16.11 00:45:32 [Server] INFO - configapi 1.20-2.3.2 16.11 00:45:32 [Server] INFO - connectorextras 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- amecsapi 1.5.3+mc1.20-pre1 16.11 00:45:32 [Server] INFO |-- connectorextras_architectury_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_emi_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_energy_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_geckolib_fabric_compat 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_jei_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_kubejs_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_modmenu_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO \-- modmenu 7.2.2 16.11 00:45:32 [Server] INFO |-- connectorextras_pehkui_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_rei_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_terrablender_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- forgeconfigapiport 8.0.0 16.11 00:45:32 [Server] INFO \-- reach_entity_attributes 2.4.0 16.11 00:45:32 [Server] INFO - connectormod 1.0.0-beta.46+1.20.1 16.11 00:45:32 [Server] INFO - cookingforblockheads 16.0.9 16.11 00:45:32 [Server] INFO - corn_delight 1.1.6-1.20.1 16.11 00:45:32 [Server] INFO - cornexpansion 1.0.1 16.11 00:45:32 [Server] INFO - coroutil 1.20.1-1.3.7 16.11 00:45:32 [Server] INFO - crabbersdelight 1.1.7c 16.11 00:45:32 [Server] INFO - cratedelight 24.11.06-1.20-forge 16.11 00:45:32 [Server] INFO - crittersandcompanions 2.2.2 16.11 00:45:32 [Server] INFO - croptopia 3.0.4 16.11 00:45:32 [Server] INFO - croptopia_additions 2.4 16.11 00:45:32 [Server] INFO - croptopia_delight 1.0 16.11 00:45:32 [Server] INFO - cuisinedelight 1.1.16 16.11 00:45:32 [Server] INFO - culturaldelights 0.16.1 16.11 00:45:32 [Server] INFO - cupboard 1.20.1-2.7 16.11 00:45:32 [Server] INFO - curios 5.11.0+1.20.1 16.11 00:45:32 [Server] INFO - deep_aether 1.20.1-1.0.4 16.11 00:45:32 [Server] INFO - deepblue 1.2 16.11 00:45:32 [Server] INFO - deeperdarker 1.3.3 16.11 00:45:32 [Server] INFO - deeperdarkerdelight 1.0.2.1-1.20.1 16.11 00:45:32 [Server] INFO - delightful 3.6 16.11 00:45:32 [Server] INFO - doapi 1.2.15 16.11 00:45:32 [Server] INFO \-- terraform 7.0.1 16.11 00:45:32 [Server] INFO - doggytalents 1.18.36 16.11 00:45:32 [Server] INFO - doubledoors 5.9 16.11 00:45:32 [Server] INFO - dtnpaletteofpaws 1.2.4 16.11 00:45:32 [Server] INFO - dungeons_arise 2.1.58-1.20.x 16.11 00:45:32 [Server] INFO - dynamiclights 1.20.1.2 16.11 00:45:32 [Server] INFO - efallingtrees 0.6.0-1.20+forge 16.11 00:45:32 [Server] INFO - eldritch_end 0.3.2 16.11 00:45:32 [Server] INFO - embeddium 0.3.31+mc1.20.1 16.11 00:45:32 [Server] INFO \-- rubidium 0.7.1 16.11 00:45:32 [Server] INFO - emi 1.1.18+1.20.1+forge 16.11 00:45:32 [Server] INFO - emi_enchanting 0.1.2+1.20.1+forge 16.11 00:45:32 [Server] INFO - emi_letsdo_compat 1.3 16.11 00:45:32 [Server] INFO - emi_loot 0.7.4+1.20.1+forge 16.11 00:45:32 [Server] INFO - emienchants 1.0.0 16.11 00:45:32 [Server] INFO - emiffect 1.1.2+mc1.20.1 16.11 00:45:32 [Server] INFO - emitrades 1.2.1+mc1.20.1 16.11 00:45:32 [Server] INFO - enchanted 3.0.8 16.11 00:45:32 [Server] INFO - endersdelight 1.0.3 16.11 00:45:32 [Server] INFO - endofherobrine 1.20.1-1.0.8.2 16.11 00:45:32 [Server] INFO - endrem 5.3.3-R-1.20.1 16.11 00:45:32 [Server] INFO - ends_delight 2.4 16.11 00:45:32 [Server] INFO - epherolib 0.1.2 16.11 00:45:32 [Server] INFO - euphoria_patcher 1.4.3-r5.3-forge 16.11 00:45:32 [Server] INFO - exoticbirds 1.0.0 16.11 00:45:32 [Server] INFO - explorify 1.6.2 16.11 00:45:32 [Server] INFO - fabric_api 0.92.2+1.11.8+1.20.1 16.11 00:45:32 [Server] INFO |-- fabric_api_lookup_api_v1 1.6.36+67f9824077 16.11 00:45:32 [Server] INFO |-- fabric_biome_api_v1 13.0.13+dc36698e77 16.11 00:45:32 [Server] INFO |-- fabric_block_api_v1 1.0.11+0e6cb7f777 16.11 00:45:32 [Server] INFO |-- fabric_block_view_api_v2 1.0.1+0767707077 16.11 00:45:32 [Server] INFO |-- fabric_blockrenderlayer_v1 1.1.41+1d0da21e77 16.11 00:45:32 [Server] INFO |-- fabric_client_tags_api_v1 1.1.2+5d6761b877 16.11 00:45:32 [Server] INFO |-- fabric_command_api_v1 1.2.34+f71b366f77 16.11 00:45:32 [Server] INFO |-- fabric_command_api_v2 2.2.13+561530ec77 16.11 00:45:32 [Server] INFO |-- fabric_content_registries_v0 4.0.11+a670df1e77 16.11 00:45:32 [Server] INFO |-- fabric_convention_tags_v1 1.5.5+fa3d1c0177 16.11 00:45:32 [Server] INFO |-- fabric_data_attachment_api_v1 1.0.0+30ef839e77 16.11 00:45:32 [Server] INFO |-- fabric_data_generation_api_v1 12.3.4+369cb3a477 16.11 00:45:32 [Server] INFO |-- fabric_dimensions_v1 2.1.54+8005d10d77 16.11 00:45:32 [Server] INFO |-- fabric_entity_events_v1 1.6.0+6274ab9d77 16.11 00:45:32 [Server] INFO |-- fabric_events_interaction_v0 0.6.2+0d0bd5a777 16.11 00:45:32 [Server] INFO |-- fabric_game_rule_api_v1 1.0.40+683d4da877 16.11 00:45:32 [Server] INFO |-- fabric_item_api_v1 2.1.28+4d0bbcfa77 16.11 00:45:32 [Server] INFO |-- fabric_item_group_api_v1 4.0.12+c9161c2d77 16.11 00:45:32 [Server] INFO |-- fabric_key_binding_api_v1 1.0.37+561530ec77 16.11 00:45:32 [Server] INFO |-- fabric_lifecycle_events_v1 2.2.22+afab492177 16.11 00:45:33 [Multicraft] Skipped 194 lines due to rate limit (160/s) 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/gui/Gui (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.gui.Gui was not found shield_overhaul.mixins.json:CursorIconMixin from mod shield_overhaul 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: com/legacy/lost_aether/entity/AerwhaleKingEntity (java.lang.ClassNotFoundException: com.legacy.lost_aether.entity.AerwhaleKingEntity) 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Camera for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/Camera (java.lang.RuntimeException: Attempted to load class net/minecraft/client/Camera for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.Camera was not found playeranimatorapi-common.mixins.json:CameraAccessor from mod playeranimatorapi 16.11 00:45:33 [Server] main/INFO [co.cu.Cupboard/]: Loaded config for: structureessentials.json 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/multiplayer/MultiPlayerGameMode for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/multiplayer/MultiPlayerGameMode (java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/MultiPlayerGameMode for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.multiplayer.MultiPlayerGameMode was not found mixins.cofhcore.json:MultiPlayerGameModeMixin from mod cofh_core 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PhantomRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.PhantomRenderer) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin from mod deeperdarker 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.main.Main was not found mixins.emibridge.json:MainEntrypointMixin from mod connectorextras_emi_bridge 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/INFO [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/INFO [de.su.si.co.em.EMIBridge/]: Injecting EMI API classes 16.11 00:45:34 [Server] main/INFO ModernFix reached bootstrap stage (15.85 s after launch) 16.11 00:45:34 [Server] main/WARN [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final 16.11 00:45:34 [Server] main/WARN [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final 16.11 00:45:35 [Server] main/WARN [mixin/]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions::handler$bdj000$crittersandcompanions$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. 16.11 00:45:36 [Server] main/WARN [mixin/]: @Final field f_57244_:Lnet/minecraft/world/level/block/state/properties/IntegerProperty; in QualityCrops.mixins.json:SweetBerryBushMixin from mod qualitycrops should be final 16.11 00:45:36 [Server] main/INFO Vanilla bootstrap took 2025 milliseconds 16.11 00:45:38 [Server] main/WARN [mixin/]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on refurbished_furniture.common.mixins.json:LevelChunkMixin from mod refurbished_furniture::handler$cal000$refurbished_furniture$refurbishedFurniture$AfterRemoveBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. 16.11 00:45:38 [Server] main/INFO [mixin/]: apoli.mixins.json:ItemSlotArgumentTypeAccessor from mod apoli->@Accessor[FIELD_GETTER]::getSlotNamesToSlotCommandId()Ljava/util/Map; should be static as its target is 16.11 00:45:38 [Server] main/WARN [mixin/]: Mixin alexscaves.mixins.json:SwampHutPieceMixin from mod alexscaves has multiple constructors, (Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;IIIIIILnet/minecraft/core/Direction;)V was selected 16.11 00:45:38 [Server] main/WARN [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.biomes.PrimordialAbyssConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.biomes.PrimordialAbyssConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.biomes.HasturianWastesConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.biomes.HasturianWastesConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.AberrationConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.AberrationConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.TentacleConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.TentacleConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.DendlerConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.DendlerConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.boss.FacelessConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.boss.FacelessConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.boss.HasturConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.boss.HasturConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.mechanics.CorruptionConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.mechanics.CorruptionConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.mechanics.InfusionConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.mechanics.InfusionConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.item.XalConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.item.XalConfig read successfully. 16.11 00:45:39 [Server] main/INFO [eldritch_end/]: Eldritch End's Config Loaded! 16.11 00:45:39 [Server] main/INFO [eldritch_end/]: Registered Eldritch End items 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocin.shield_overhaul.config.server.ShieldConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocin.shield_overhaul.config.server.ShieldConfig read successfully. 16.11 00:45:39 [Server] main/INFO [shield_overhaul/]: Shield Overhaul's Config Loaded! 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/2b101225a0983c178c43c737d76def52 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/878ba3ad853235668eff51eb0a40c900 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/878ba3ad853235668eff51eb0a40c900 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/9b5bc39f00d53db2acf81d859b596583 16.11 00:45:39 [Server] main/INFO [ch.mc.Mcda/]: Registering Blocks for mcda 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.rebalance.config.ReBalanceConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.rebalance.config.ReBalanceConfig read successfully. 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Loaded Prominent Config 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Registered Prominent Sounds 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Registered Prominent Items 16.11 00:45:39 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Options for invalid dist DEDICATED_SERVER 16.11 00:45:39 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: sodiumextras, class toni.sodiumextras.SodiumExtras 16.11 00:45:39 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/Options for invalid dist DEDICATED_SERVER 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.privateGetPublicMethods(Class.java:3427) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.getMethods(Class.java:2019) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:83) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:126) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:92) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:40 [Server] modloading-worker-0/INFO [io.gi.ap.ap.Apoli/]: Apoli 1.20.1-2.9.0.8 has initialized. Ready to power up your game! 16.11 00:45:40 [Server] modloading-worker-0/INFO [de.su.si.co.te.TerraBlenderBridge/]: Injecting TerraBlender API classes 16.11 00:45:40 [Server] modloading-worker-0/INFO [io.gi.ap.or.Origins/]: Origins 1.20.1-1.10.0.9 is initializing. Have fun! 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.au.ad.AdvancedNetherite/]: Initializing platform helper for Advanced Netherite! 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.ae.cu.Cumulus/]: Disabling Cumulus as it is on server. 16.11 00:45:40 [Server] modloading-worker-0/INFO [Puzzles Lib/]: Constructing common components for mutantmonsters:main 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.jt.li.LibraryFerret/]: Initialize mod Library Ferret 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.jt.li.LibraryFerret/]: Initialized mod Library Ferret 16.11 00:45:41 [Server] modloading-worker-0/WARN [fallingleaves/]: Falling Leaves is a client only mod and should be removed from the mods list 16.11 00:45:41 [Server] modloading-worker-0/INFO [graveyard/]: Registered JSON trade offer adapter. 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: netheritehorsearmor as netheritehorsearmor-client.cfg 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: netheritehorsearmor as netheritehorsearmor-common.cfg 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: Necronomicon Initialized 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: File exists, reading config for elocindev.necronomicon.NecronomiconConfig. 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: Config for elocindev.necronomicon.NecronomiconConfig read successfully. 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: there is a brick about to fall through your roof at terminal velocity 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: there is a brick about to fall through your roof at terminal velocity 16.11 00:45:41 [Server] modloading-worker-0/WARN defineId called for: class net.minecraft.world.entity.player.Player from class me.adda.enhanced_falling_trees.FallingTrees 16.11 00:45:41 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id efallingtrees:config_packet 16.11 00:45:41 [Server] modloading-worker-0/INFO [Calio/]: Calio 1.20.1-1.11.0.5 initializing... 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.ep.ep.co.CommonConfig/]: Creating default config file: croptopia_v3.conf 16.11 00:45:41 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 16.11 00:45:41 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: xaeroplus, class xaeroplus.forge.XaeroPlusForge 16.11 00:45:41 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:73) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] modloading-worker-0/INFO [th.ko.te.KotlinForForge/]: Kotlin For Forge Enabled! 16.11 00:45:41 [Server] modloading-worker-0/INFO [Puzzles Lib/]: Constructing common components for puzzleslib:main 16.11 00:45:41 [Server] INFO The Euphoria Patcher Mod should not be loaded on a server! Disabling... 16.11 00:45:42 [Server] modloading-worker-0/INFO [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.3.12, for MC 1.20.1 with MCP 20230612.114412 16.11 00:45:42 [Server] modloading-worker-0/INFO [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.3.12 Initialized 16.11 00:45:42 [Server] modloading-worker-0/INFO [xy.ap.fo.co.Mo.CommonalityMod/]: Running Minecraft '1.20.1', & Forge '47.3.12' on Java '17.0.13, Eclipse Adoptium' 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustedSourceList/]: Loading BlackListed sources from remote... (https://api.stopmodreposts.org/minecraft/sites.txt) 16.11 00:45:42 [Server] modloading-worker-0/INFO [ModernFix/]: Bypassed Mojang DFU 16.11 00:45:42 [Server] modloading-worker-0/INFO [ModernFix/]: Instantiating Mojang DFU 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustedSourceList/]: Loaded 564 BlackListed sources from remote 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustManager/]: Loading mod 'commonality' TrustWorthiness... 16.11 00:45:42 [Server] modloading-worker-0/FATAL [TrustManager/]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustManager/]: Loaded mod 'commonality' TrustWorthiness: UNKNOWN 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER 16.11 00:45:43 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: cat_jam, class com.shmove.cat_jam.forge.cat_jam_forge 16.11 00:45:43 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:73) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] modloading-worker-0/WARN [mixin/]: @Final field VINE_AGE:Lnet/minecraft/world/level/block/state/properties/IntegerProperty; in qualitysdelight.mixins.json:TomatoVineMixin from mod qualitysdelight should be final 16.11 00:45:43 [Server] modloading-worker-0/INFO [Collective/]: Loading Collective version 7.87. 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Constructing Mod: Spartan Weaponry 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Initialising API! Version: 11 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Spartan Weaponry API version 11 has been initalized! 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_backpack 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_ender_chest 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_ender_chest 16.11 00:45:44 [Server] modloading-worker-0/INFO [[Let's Do Addon] Corn Expansion/]: Finished initializing ! 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id brewery:alcohol_sync_request 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id brewery:drink_alcohol 16.11 00:45:44 [Server] modloading-worker-0/INFO [co.cu.Cupboard/]: Loaded config for: cupboard.json 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id meadow:var_request 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-client.cfg 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-common.cfg 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-server.cfg 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: Could not find parent net/minecraft/client/renderer/entity/layers/RenderLayer for class com/obscuria/obscureapi/client/renderer/PatreonLayer in classloader cpw.mods.modlauncher.TransformingClassLoader@41e43885 on thread Thread[modloading-worker-0,5,main] 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler 16.11 00:45:45 [Server] INFO java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.layers.RenderLayer 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:97) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:48) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.5.jar%2352!/:6.0.5+6.0.5+master.eb8e549b] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.defineClass0(Native Method) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.System$2.defineClass(System.java:2324) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClass(MethodHandles.java:2439) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClassAsLookup(MethodHandles.java:2420) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup.defineHiddenClass(MethodHandles.java:2127) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.generateInnerClass(InnerClassLambdaMetafactory.java:407) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.spinInnerClass(InnerClassLambdaMetafactory.java:315) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.buildCallSite(InnerClassLambdaMetafactory.java:228) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:341) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.CallSite.makeSite(CallSite.java:315) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271) ~[?:?] {} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.client.renderer.PatreonLayer$Mode.<clinit>(PatreonLayer.java:55) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPIConfig$Client.<clinit>(ObscureAPIConfig.java:28) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPIConfig.register(ObscureAPIConfig.java:46) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPI.<init>(ObscureAPI.java:69) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/obscuria/obscureapi/client/renderer/PatreonLayer for invalid dist DEDICATED_SERVER 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/42a7ad70b1cc371599a0eff744096b8a 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/74a5e841822a3a87854ae896a33430d6 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/eb3d1e2748533430848cadf0f37c7e9c 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/91c8520f19f93b3e8b6a727568e194ab 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/8c2784d778293fd482ed84b8aa5fedb9 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/ea038224ea783d40b2863f52239e2604 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/97ad64b7ecaf33209991c4f031501a58 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.sc.ne.mo.FarmersDelightCompat/]: Setting up compat for Farmers Delight 16.11 00:45:45 [Server] INFO Ocean's Delight Found! 16.11 00:45:45 [Server] INFO Crabber's Delight Found! 16.11 00:45:45 [Server] modloading-worker-0/INFO [azurelib/FileWatching]: Registered azurelib config for auto-sync function 16.11 00:45:45 [Server] modloading-worker-0/INFO [coroutil/]: forge loader environment detected 16.11 00:45:45 [Server] modloading-worker-0/INFO [simplyswords/]: Registering Eldritch End compat Items for simplyswords 16.11 00:45:45 [Server] INFO /config 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Discovered 164 modules to load. 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Abacus... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Adjustable Chat... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ambient Discs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ancient Tomes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ancient Wood... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Armed Armor Stands... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Auto Walk Keybind... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Automatic Recipe Unlock... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Automatic Tool Restock... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Azalea Wood... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Back Button Keybind... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Backpack... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Beacon Redirection... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Better Elytra Rocket... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Big Stone Clusters... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Blossom Trees... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Bottled Cloud... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Buckets Show Inhabitants... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Camera... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Campfires Boost Elytra... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Celebratory Lamps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chains Connect Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chest Searching... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chorus Vegetation... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chute... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Climate Control Remover... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Color Runes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Compasses Work Everywhere... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Compressed Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Coral On Cactus... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Corundum... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crabs... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crafter... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Diamond Repair... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dispensers Place Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Double Door Opening... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dragon Scales... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Duskbound Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dyeable Item Frames... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Easy Transfering... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Elytra Indicator... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Emotes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enchantment Predicates... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enchantments Begone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ender Watcher... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Endermosh Music Disc... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enhanced Ladders... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Expanded Item Interactions... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Fairy Rings... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Fallen Logs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Feeding Trough... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Forgotten... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Foxhound... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Framed Glass... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Game Nerfs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glass Item Frame... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glass Shard... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glimmering Weald... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gold Bars... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gold Tools Have Fortune... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Grab Chickens... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Grate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gravisand... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Greener Grass... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hedges... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hoe Harvesting... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hollow Logs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Horses Swim... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hotbar Changer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Improved Sponges... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Improved Tooltips... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Industrial Palette... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Inventory Sorting... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Iron Rod... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Item Sharing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Japanese Palette... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Leaf Carpet... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Lock Rotation... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Long Range Pick Block... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Magma Keeps Concrete Powder... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Magnets... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Map Washing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Matrix Enchanting... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Metal Buttons... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Microcrafting Helper... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Midori... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Monster Box... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Banner Layers... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Brick Types... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Mud Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Note Block Sounds... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Potted Plants... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Villagers... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Narrator Readout... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Nether Brick Fence Gate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Nether Obsidian Spikes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module New Stone Types... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module No Durability On Cosmetics... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module No More Lava Pockets... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Obsidian Plate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Overlay Shader... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Parrot Eggs... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pat The Dogs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pathfinder Maps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Permafrost... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Petals On Water... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pickarang... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pig Litters... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pipes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pistons Move Tile Entities... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Poison Potato Usage... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Quick Armor Swapping... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Rainbow Lamps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Raw Metal Bricks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Reacharound Placing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Redstone Randomizer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Renewable Spore Blossoms... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Replace Scaffolding... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Rope... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Safer Creatures... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Seed Pouch... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shear Vines... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shiba... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shingles... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shulker Packing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Simple Harvest... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Skull Pikes... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slabs To Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slime In A Bucket... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slimes To Magma Cubes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Snow Golem Player Heads... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Soul Candles... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Soul Sandstone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Spawner Replacer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Spiral Spires... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Stonelings... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Stools... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Sturdy Stone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Thatch... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Tiny Potato... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Torch Arrow... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Toretoise... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Totem Of Holding... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Trowel... 16.11 00:45:47 [Multicraft] Skipped 600 lines due to rate limit (160/s) 16.11 00:45:49 [Multicraft] Server shut down (starting) 16.11 00:45:49 [Multicraft] Restarting crashed server in 300 seconds 16.11 00:45:49 [Multicraft] Server stopped
    • when trying to play on latest versions of star technology, I got the error as following: Failed to download file. Name: forge-47.3.10.jar URL: https://s3.amazonaws.com/Minecraft.Download/versions/forge-47.3.10/forge-47.3.10.jar Filename on disk: forge-47.3.10.jar Path: D:\Elliot\curseforge\minecraft\Install\versions\forge-47.3.10\forge-47.3.10.jar Exists: Nonexistent But after reinstalling the modpack, I no longer got the error.  
    • So, I run a forge server 1.21.1 on my old laptop and everything was working fine until today that i decided to download Minecraft. Now u may ask, why u host a server if don’t have Minecraft ? Well, I play through a tunnel on my pc. Anyway, I installed Minecraft and now the server won’t start. It’s like it’s installing everything for the first time again, but in the end, it just don’t start properly. What should I do?
    • I went down to QuestGiver 1.18.2 version 1.0.9, and that seems to have solved the issue. I really appreciate your help.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.