· 6 years ago · Dec 26, 2019, 11:24 PM
1[26/12/2019 17:11:11 PM] Organising filesystem
2[26/12/2019 17:11:11 PM] ATLauncher Version: 3.3.4.1
3[26/12/2019 17:11:11 PM] Operating System: Windows 10
4[26/12/2019 17:11:13 PM] Java Version: Launcher: Java 8 (1.8.0_231), Minecraft: Java 8 (1.8.0_51)
5[26/12/2019 17:11:13 PM] Java Path: **USERSDIR**\runtimes\1.8.0_51
6[26/12/2019 17:11:13 PM] 64 Bit Java: true
7[26/12/2019 17:11:13 PM] RAM Available: 16298MB
8[26/12/2019 17:11:13 PM] Launcher Directory: **USERSDIR**
9[26/12/2019 17:11:13 PM] Using Theme: Default Theme by RyanTheAllmighty
10[26/12/2019 17:11:13 PM] Showing splash screen and loading everything
11[26/12/2019 17:11:13 PM] Checking for updated files!
12[26/12/2019 17:11:15 PM] Checking For Username Changes
13[26/12/2019 17:11:15 PM] Checking For Username Changes Complete
14[26/12/2019 17:11:15 PM] Launcher finished loading everything
15[26/12/2019 17:11:15 PM] Launcher opening
16[26/12/2019 17:11:15 PM] Made By Bob*
17[26/12/2019 17:11:15 PM] *(Not Actually)
18[26/12/2019 17:11:15 PM] Setting up Bottom Bar
19[26/12/2019 17:11:16 PM] Finished Setting up Bottom Bar
20[26/12/2019 17:11:16 PM] Setting up Tabs
21[26/12/2019 17:11:17 PM] Finished Setting up Tabs
22[26/12/2019 17:11:17 PM] Showing Launcher
23[26/12/2019 17:11:28 PM] java.net.SocketTimeoutException: timeout
24
25 at okio.SocketAsyncTimeout.newTimeoutException(Okio.kt:159)
26
27 at okio.AsyncTimeout.exit$jvm(AsyncTimeout.kt:203)
28
29 at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:163)
30
31 at okio.RealBufferedSource.indexOf(RealBufferedSource.kt:349)
32
33 at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.kt:222)
34
35 at okhttp3.internal.http1.Http1ExchangeCodec.readHeaderLine(Http1ExchangeCodec.kt:210)
36
37 at okhttp3.internal.http1.Http1ExchangeCodec.readResponseHeaders(Http1ExchangeCodec.kt:181)
38
39 at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:105)
40
41 at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:82)
42
43 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
44
45 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
46
47 at com.atlauncher.network.ErrorReportingInterceptor.intercept(ErrorReportingInterceptor.java:32)
48
49 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
50
51 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
52
53 at com.atlauncher.network.UserAgentInterceptor.intercept(UserAgentInterceptor.java:34)
54
55 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
56
57 at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:37)
58
59 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
60
61 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
62
63 at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82)
64
65 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
66
67 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
68
69 at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84)
70
71 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
72
73 at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:71)
74
75 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
76
77 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
78
79 at com.atlauncher.network.DebugLoggingInterceptor.intercept(DebugLoggingInterceptor.java:37)
80
81 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
82
83 at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
84
85 at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.kt:184)
86
87 at okhttp3.RealCall.execute(RealCall.kt:66)
88
89 at com.atlauncher.network.Download.execute(Download.java:251)
90
91 at com.atlauncher.network.Download.asClass(Download.java:106)
92
93 at com.atlauncher.network.Download.asClass(Download.java:122)
94
95 at com.atlauncher.data.Settings.checkMojangStatus(Settings.java:346)
96
97 at com.atlauncher.gui.LauncherFrame.lambda$new$0(LauncherFrame.java:100)
98
99 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
100
101 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
102
103 at java.lang.Thread.run(Unknown Source)
104
105Caused by: java.net.SocketTimeoutException: Read timed out
106
107 at java.net.SocketInputStream.socketRead0(Native Method)
108
109 at java.net.SocketInputStream.socketRead(Unknown Source)
110
111 at java.net.SocketInputStream.read(Unknown Source)
112
113 at java.net.SocketInputStream.read(Unknown Source)
114
115 at sun.security.ssl.InputRecord.readFully(Unknown Source)
116
117 at sun.security.ssl.InputRecord.read(Unknown Source)
118
119 at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
120
121 at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
122
123 at sun.security.ssl.AppInputStream.read(Unknown Source)
124
125 at okio.InputStreamSource.read(Okio.kt:102)
126
127 at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:159)
128
129 ... 37 more
130
131[26/12/2019 17:11:35 PM] Started install of Farming Valley version 0.9.6
132[26/12/2019 17:11:43 PM] Logging into Minecraft!
133[26/12/2019 17:11:43 PM] Trying to login with access token!
134[26/12/2019 17:11:43 PM] Preparing for launch!
135[26/12/2019 17:11:44 PM] Launching pack Farming Valley 0.9.6 for Minecraft 1.10.2
136[26/12/2019 17:11:44 PM] Launching Minecraft with the following arguments (user related stuff has been removed): [USERSDIR\runtimes\1.8.0_51\bin\javaw, -XX:-OmitStackTraceInFastThrow, -Xms512M, -Xmx15872M, -XX:MetaspaceSize=128M, -Duser.language=en, -Duser.country=US, -Dfml.ignorePatchDiscrepancies=true, -Dfml.ignoreInvalidMinecraftCertificates=true, -Dfml.log.level=INFO, -XX:+UnlockExperimentalVMOptions, -XX:+UseG1GC, -XX:G1NewSizePercent=20, -XX:G1ReservePercent=20, -XX:MaxGCPauseMillis=50, -XX:G1HeapRegionSize=32M, -Djava.library.path=USERSDIR\temp\natives-d0ab236d9375426e85c78be41b1d1126, -cp, USERSDIR\libraries\net\minecraft\client\1.10.2\client-1.10.2.jar;USERSDIR\instances\FarmingValley\jarmods\forge-1.10.2-12.18.3.2511-universal.jar;USERSDIR\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;USERSDIR\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;USERSDIR\libraries\jline\jline\2.13\jline-2.13.jar;USERSDIR\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;USERSDIR\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;USERSDIR\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;USERSDIR\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;USERSDIR\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;USERSDIR\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;USERSDIR\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;USERSDIR\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;USERSDIR\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;USERSDIR\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;USERSDIR\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;USERSDIR\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;USERSDIR\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;USERSDIR\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;USERSDIR\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;USERSDIR\libraries\com\mojang\netty\1.6\netty-1.6.jar;USERSDIR\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;USERSDIR\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;USERSDIR\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;USERSDIR\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;USERSDIR\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;USERSDIR\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;USERSDIR\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;USERSDIR\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;USERSDIR\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;USERSDIR\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;USERSDIR\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;USERSDIR\libraries\com\google\guava\guava\17.0\guava-17.0.jar;USERSDIR\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;USERSDIR\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;USERSDIR\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;USERSDIR\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;USERSDIR\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;USERSDIR\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;USERSDIR\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;USERSDIR\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar;USERSDIR\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;USERSDIR\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;USERSDIR\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;USERSDIR\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;USERSDIR\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;USERSDIR\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;USERSDIR\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;USERSDIR\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.2-nightly-20140822\lwjgl-platform-2.9.2-nightly-20140822-natives-windows.jar;USERSDIR\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar, net.minecraft.launchwrapper.Launch, --username, REDACTED, --version, 1.10.2, --gameDir, USERSDIR\instances\FarmingValley, --assetsDir, USERSDIR\assets, --assetIndex, 1.10, --uuid, c8fe6c0bf5e84aa8997004e17dd4b5f6, --accessToken, REDACTED, --userType, mojang, --versionType, release, --tweakClass=net.minecraftforge.fml.common.launcher.FMLTweaker, Forge, --width=854, --height=480]
137[26/12/2019 17:11:45 PM] 2019-12-26 17:11:45,627 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
138[26/12/2019 17:11:45 PM] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
139[26/12/2019 17:11:45 PM] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
140[26/12/2019 17:11:45 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
141[26/12/2019 17:11:45 PM] [main/INFO]: Forge Mod Loader version 12.18.3.2511 for Minecraft 1.10.2 loading
142[26/12/2019 17:11:45 PM] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at **USERSDIR**\runtimes\1.8.0_51
143[26/12/2019 17:11:45 PM] 2019-12-26 17:11:45,811 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
144[26/12/2019 17:11:45 PM] 2019-12-26 17:11:45,837 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
145[26/12/2019 17:11:45 PM] [main/INFO]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.5-1.10.jar
146[26/12/2019 17:11:45 PM] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
147[26/12/2019 17:11:45 PM] [main/WARN]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
148[26/12/2019 17:11:46 PM] [main/WARN]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
149[26/12/2019 17:11:46 PM] [main/WARN]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
150[26/12/2019 17:11:46 PM] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
151[26/12/2019 17:11:46 PM] [main/WARN]: The coremod toughasnails.asm.TANLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
152[26/12/2019 17:11:46 PM] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
153[26/12/2019 17:11:46 PM] [main/INFO]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
154[26/12/2019 17:11:46 PM] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
155[26/12/2019 17:11:46 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
156[26/12/2019 17:11:46 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
157[26/12/2019 17:11:46 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
158[26/12/2019 17:11:48 PM] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
159[26/12/2019 17:11:48 PM] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
160[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
161[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
162[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
163[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
164[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
165[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
166[26/12/2019 17:11:48 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
167[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
168[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
169[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
170[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
171[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
172[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
173[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
174[26/12/2019 17:11:49 PM] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
175[26/12/2019 17:11:49 PM] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
176[26/12/2019 17:11:49 PM] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
177[26/12/2019 17:11:49 PM] [main/INFO]: Patching net.minecraft.client.Minecraft... (bcx)
178[26/12/2019 17:11:49 PM] [main/INFO]: Patching net.minecraft.client.entity.EntityPlayerSP... (bnn)
179[26/12/2019 17:11:49 PM] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
180[26/12/2019 17:11:49 PM] [main/ERROR]: Unexpected hash c9938219ad84382d72913f5d36414709 detected for class World. Crashes or bugs may occur!
181[26/12/2019 17:11:49 PM] [main/INFO]: [pl.asie.foamfix.coremod.patches.ClassGetSimpleNamePatch$FFMethodVisitor:visitMethodInsn:77]: Replaced getSimpleName with getName
182[26/12/2019 17:11:49 PM] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:143]: Added METHOD: net.minecraft.world.World.func_191504_a
183[26/12/2019 17:11:50 PM] [main/INFO]: Found method net.minecraft.client.multiplayer.WorldClient.func_184153_a (IIIILjava/util/Random;ZLnet/minecraft/util/math/BlockPos$MutableBlockPos;)V (matching showBarrierParticles)
184[26/12/2019 17:11:50 PM] [main/INFO]: [BetterFoliageLoader] Applying random display tick call hook
185[26/12/2019 17:11:50 PM] [main/INFO]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [Forge]
186[26/12/2019 17:11:50 PM] [Client thread/INFO]: Setting user: **MINECRAFTUSERNAME**
187[26/12/2019 17:11:50 PM] [Client thread/INFO]: Patching net.minecraft.block.Block... (akf)
188[26/12/2019 17:11:50 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:49]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
189[26/12/2019 17:11:50 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:104]: Transforming net.minecraft.block.Block Finished.
190[26/12/2019 17:11:50 PM] [Client thread/INFO]: [Quark ASM] Transforming BlockPistonBase
191[26/12/2019 17:11:50 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Laid;Lcm;Lct;Z)Z)
192[26/12/2019 17:11:50 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
193[26/12/2019 17:11:50 PM] [Client thread/INFO]: [Quark ASM] Patching org.objectweb.asm.tree.MethodNode@4487c0c2 in node org.objectweb.asm.tree.VarInsnNode@126f1ba8
194[26/12/2019 17:11:50 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
195[26/12/2019 17:11:51 PM] [Client thread/INFO]: Patching net.minecraft.block.BlockHopper... (ams)
196[26/12/2019 17:11:51 PM] [Client thread/INFO]: Patching math utils with "RIVENS_HALF" algorithm
197[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
198[26/12/2019 17:11:51 PM] [Client thread/INFO]: Found method net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185892_j ()F (matching getAmbientOcclusionLightValue)
199[26/12/2019 17:11:51 PM] [Client thread/INFO]: [BetterFoliageLoader] Applying getAmbientOcclusionLightValue() override
200[26/12/2019 17:11:51 PM] [Client thread/INFO]: Found method net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185916_f ()Z (matching useNeighborBrightness)
201[26/12/2019 17:11:51 PM] [Client thread/INFO]: [BetterFoliageLoader] Applying useNeighborBrightness() override
202[26/12/2019 17:11:51 PM] [Client thread/INFO]: Found method net.minecraft.block.state.BlockStateContainer$StateImplementation.doesSideBlockRendering (Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;)Z
203[26/12/2019 17:11:51 PM] [Client thread/INFO]: [BetterFoliageLoader] Applying doesSideBlockRendering() override
204[26/12/2019 17:11:51 PM] [Client thread/INFO]: Found method net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185914_p ()Z (matching isOpaqueCube)
205[26/12/2019 17:11:51 PM] [Client thread/INFO]: [BetterFoliageLoader] Applying isOpaqueCube() override
206[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
207[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
208[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
209[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
210[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
211[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:166]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
212[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
213[26/12/2019 17:11:51 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
214[26/12/2019 17:11:51 PM] [Client thread/ERROR]: Unexpected hash 20f2d689046ef2bce53aff9618487c56 detected for class BlockCrops. Crashes or bugs may occur!
215[26/12/2019 17:11:52 PM] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityBeacon... (aqj)
216[26/12/2019 17:11:52 PM] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityHopper... (aqx)
217[26/12/2019 17:11:52 PM] [Client thread/INFO]: [Quark ASM] Transforming EntityBoat
218[26/12/2019 17:11:52 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_76986_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lrh;F)Z)
219[26/12/2019 17:11:52 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
220[26/12/2019 17:11:52 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
221[26/12/2019 17:11:53 PM] [Client thread/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
222[26/12/2019 17:11:53 PM] [Client thread/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
223[26/12/2019 17:11:54 PM] [Client thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
224[26/12/2019 17:11:54 PM] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
225[26/12/2019 17:11:54 PM] [Client thread/INFO]: LWJGL Version: 2.9.4
226[26/12/2019 17:11:54 PM] [17:11:54] [BetterFps Update Checker/WARN]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
227[26/12/2019 17:11:55 PM] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:223]: ---- Minecraft Crash Report ----
228[26/12/2019 17:11:55 PM]
229[26/12/2019 17:11:55 PM] WARNING: coremods are present:
230[26/12/2019 17:11:55 PM] TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.19-universal.jar)
231[26/12/2019 17:11:55 PM] CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
232[26/12/2019 17:11:55 PM] LoadingPlugin (Quark-r1.1-70.jar)
233[26/12/2019 17:11:55 PM] Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.5.jar)
234[26/12/2019 17:11:55 PM] LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
235[26/12/2019 17:11:55 PM] EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
236[26/12/2019 17:11:55 PM] BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.final.1.jar)
237[26/12/2019 17:11:55 PM] HFTransformer (Harvest-Festival-1.10.2-0.5.27.jar)
238[26/12/2019 17:11:55 PM] IvToolkit (IvToolkit-1.3.3-1.10.jar)
239[26/12/2019 17:11:55 PM] BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.11.jar)
240[26/12/2019 17:11:55 PM] AppleCore (AppleCore-mc1.10.2-3.1.4.jar)
241[26/12/2019 17:11:55 PM] Contact their authors BEFORE contacting forge
242[26/12/2019 17:11:55 PM]
243[26/12/2019 17:11:55 PM] // Don't be sad, have a hug! <3
244[26/12/2019 17:11:55 PM]
245[26/12/2019 17:11:55 PM] Time: 12/26/19 5:11 PM
246[26/12/2019 17:11:55 PM] Description: Loading screen debug info
247[26/12/2019 17:11:55 PM]
248[26/12/2019 17:11:55 PM] This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
249[26/12/2019 17:11:55 PM]
250[26/12/2019 17:11:55 PM]
251[26/12/2019 17:11:55 PM] A detailed walkthrough of the error, its code path and all known details is as follows:
252[26/12/2019 17:11:55 PM] ---------------------------------------------------------------------------------------
253[26/12/2019 17:11:55 PM]
254[26/12/2019 17:11:55 PM] -- System Details --
255[26/12/2019 17:11:55 PM] Details:
256[26/12/2019 17:11:55 PM] Minecraft Version: 1.10.2
257[26/12/2019 17:11:55 PM] Operating System: Windows 8.1 (amd64) version 6.3
258[26/12/2019 17:11:55 PM] Java Version: 1.8.0_51, Oracle Corporation
259[26/12/2019 17:11:55 PM] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
260[26/12/2019 17:11:55 PM] Memory: 233797784 bytes (222 MB) / 536870912 bytes (512 MB) up to 16642998272 bytes (15872 MB)
261[26/12/2019 17:11:55 PM] JVM Flags: 10 total; -XX:-OmitStackTraceInFastThrow -Xms512M -Xmx15872M -XX:MetaspaceSize=128M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
262[26/12/2019 17:11:55 PM] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
263[26/12/2019 17:11:55 PM] FML:
264[26/12/2019 17:11:55 PM] Loaded coremods (and transformers):
265[26/12/2019 17:11:55 PM] TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.19-universal.jar)
266[26/12/2019 17:11:55 PM] toughasnails.asm.transformer.BlockCropsTransformer
267[26/12/2019 17:11:55 PM] toughasnails.asm.transformer.EntityRendererTransformer
268[26/12/2019 17:11:55 PM] toughasnails.asm.transformer.WorldTransformer
269[26/12/2019 17:11:55 PM] CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
270[26/12/2019 17:11:55 PM] team.chisel.ctm.client.asm.CTMTransformer
271[26/12/2019 17:11:55 PM] LoadingPlugin (Quark-r1.1-70.jar)
272[26/12/2019 17:11:55 PM] vazkii.quark.base.asm.ClassTransformer
273[26/12/2019 17:11:55 PM] Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.5.jar)
274[26/12/2019 17:11:55 PM] pl.asie.foamfix.coremod.FoamFixTransformer
275[26/12/2019 17:11:55 PM] LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
276[26/12/2019 17:11:55 PM] lumien.resourceloader.asm.ClassTransformer
277[26/12/2019 17:11:55 PM] EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
278[26/12/2019 17:11:55 PM] com.enderio.core.common.transform.EnderCoreTransformer
279[26/12/2019 17:11:55 PM] BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.final.1.jar)
280[26/12/2019 17:11:55 PM] net.darkhax.bookshelf.asm.BookshelfTransformerManager
281[26/12/2019 17:11:55 PM] HFTransformer (Harvest-Festival-1.10.2-0.5.27.jar)
282[26/12/2019 17:11:55 PM] joshie.harvest.asm.HFTransformer
283[26/12/2019 17:11:55 PM] IvToolkit (IvToolkit-1.3.3-1.10.jar)
284[26/12/2019 17:11:55 PM]
285[26/12/2019 17:11:55 PM] BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.11.jar)
286[26/12/2019 17:11:55 PM] mods.betterfoliage.loader.BetterFoliageTransformer
287[26/12/2019 17:11:55 PM] AppleCore (AppleCore-mc1.10.2-3.1.4.jar)
288[26/12/2019 17:11:55 PM] squeek.applecore.asm.TransformerModuleHandler
289[26/12/2019 17:11:55 PM] GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 9.17.10.4459' Renderer: 'Intel(R) HD Graphics 3000'
290[26/12/2019 17:11:55 PM] [Client thread/INFO]: MinecraftForge v12.18.3.2511 Initialized
291[26/12/2019 17:11:55 PM] [Client thread/INFO]: Replaced 231 ore recipes
292[26/12/2019 17:11:55 PM] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
293[26/12/2019 17:11:55 PM] [Client thread/INFO]: Searching **USERSDIR**\instances\FarmingValley\mods for mods
294[26/12/2019 17:11:56 PM] [Client thread/WARN]: ****************************************
295[26/12/2019 17:11:56 PM] [Client thread/WARN]: * The modid AppleCore is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
296[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
297[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
298[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
299[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
300[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
301[26/12/2019 17:11:56 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
302[26/12/2019 17:11:56 PM] [Client thread/WARN]: ****************************************
303[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
304[26/12/2019 17:11:57 PM] [Client thread/WARN]: * The modid AutoRegLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
305[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
306[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
307[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
308[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
309[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
310[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
311[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
312[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
313[26/12/2019 17:11:57 PM] [Client thread/WARN]: * The modid Baubles is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
314[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
315[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
316[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
317[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
318[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
319[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
320[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
321[26/12/2019 17:11:57 PM] [Client thread/WARN]: Mod betterfoliage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.11
322[26/12/2019 17:11:57 PM] [17:11:57] [Thread-5/INFO]: Using sync timing. 200 frames of Display.update took 231444500 nanos
323[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
324[26/12/2019 17:11:57 PM] [Client thread/WARN]: * The modid BiblioCraft is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
325[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
326[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
327[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
328[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
329[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
330[26/12/2019 17:11:57 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
331[26/12/2019 17:11:57 PM] [Client thread/WARN]: ****************************************
332[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
333[26/12/2019 17:11:58 PM] [Client thread/WARN]: * The modid BiomesOPlenty is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
334[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
335[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
336[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
337[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
338[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
339[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
340[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
341[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
342[26/12/2019 17:11:58 PM] [Client thread/WARN]: * The modid Botania is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
343[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
344[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
345[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
346[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
347[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
348[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
349[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
350[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
351[26/12/2019 17:11:58 PM] [Client thread/WARN]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
352[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
353[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
354[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
355[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
356[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
357[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)...
358[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
359[26/12/2019 17:11:58 PM] [Client thread/WARN]: ****************************************
360[26/12/2019 17:11:58 PM] [Client thread/WARN]: * The modid MineTweaker3 is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
361[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
362[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
363[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
364[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
365[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
366[26/12/2019 17:11:58 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
367[26/12/2019 17:11:59 PM] [Client thread/WARN]: ****************************************
368[26/12/2019 17:11:59 PM] [Client thread/WARN]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.30
369[26/12/2019 17:11:59 PM] [Client thread/WARN]: Mod dailies is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-6
370[26/12/2019 17:11:59 PM] [Client thread/WARN]: ****************************************
371[26/12/2019 17:11:59 PM] [Client thread/WARN]: * The modid PTRModelLib is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
372[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
373[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
374[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
375[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
376[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
377[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
378[26/12/2019 17:11:59 PM] [Client thread/WARN]: ****************************************
379[26/12/2019 17:11:59 PM] [Client thread/WARN]: Mod eiramoticons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.3.6
380[26/12/2019 17:11:59 PM] [Client thread/WARN]: ****************************************
381[26/12/2019 17:11:59 PM] [Client thread/WARN]: * The modid FastLeaveDecay is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
382[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
383[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
384[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
385[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
386[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
387[26/12/2019 17:11:59 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
388[26/12/2019 17:11:59 PM] [Client thread/WARN]: ****************************************
389[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
390[26/12/2019 17:12:00 PM] [Client thread/WARN]: * The modid Waila is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
391[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
392[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
393[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
394[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
395[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
396[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
397[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
398[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
399[26/12/2019 17:12:00 PM] [Client thread/WARN]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
400[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
401[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
402[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
403[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
404[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
405[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
406[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
407[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
408[26/12/2019 17:12:00 PM] [Client thread/WARN]: * The modid Morpheus is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
409[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
410[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
411[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
412[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
413[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
414[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
415[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
416[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
417[26/12/2019 17:12:00 PM] [Client thread/WARN]: * The modid Neat is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
418[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
419[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
420[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
421[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
422[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
423[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
424[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
425[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
426[26/12/2019 17:12:00 PM] [Client thread/WARN]: * The modid Psi is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
427[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
428[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
429[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
430[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
431[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
432[26/12/2019 17:12:00 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
433[26/12/2019 17:12:00 PM] [Client thread/WARN]: ****************************************
434[26/12/2019 17:12:01 PM] [Client thread/WARN]: ****************************************
435[26/12/2019 17:12:01 PM] [Client thread/WARN]: * The modid Quark is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
436[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
437[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
438[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
439[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
440[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
441[26/12/2019 17:12:01 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
442[26/12/2019 17:12:01 PM] [Client thread/WARN]: ****************************************
443[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
444[26/12/2019 17:12:02 PM] [Client thread/WARN]: * The modid ResourceLoader is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
445[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
446[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
447[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
448[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
449[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
450[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
451[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
452[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
453[26/12/2019 17:12:02 PM] [Client thread/WARN]: * The modid SimpleAchievements is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
454[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
455[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
456[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
457[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
458[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
459[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
460[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
461[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
462[26/12/2019 17:12:02 PM] [Client thread/WARN]: * The modid SpiceOfLife is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
463[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
464[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
465[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
466[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
467[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
468[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
469[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
470[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
471[26/12/2019 17:12:02 PM] [Client thread/WARN]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
472[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
473[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
474[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
475[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
476[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
477[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
478[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
479[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
480[26/12/2019 17:12:02 PM] [Client thread/WARN]: * The modid ToughAsNails is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
481[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
482[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
483[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor10.newInstance(Unknown Source)
484[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
485[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
486[26/12/2019 17:12:02 PM] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
487[26/12/2019 17:12:02 PM] [Client thread/WARN]: ****************************************
488[26/12/2019 17:12:02 PM] [Client thread/INFO]: Forge Mod Loader has identified 81 mods to load
489[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [immersiveengineering] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
490[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [railcraft] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
491[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [immersiveengineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
492[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [refinedstorage] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
493[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [refinedstorage] containing declared API package cofh.api (owned by cofhlib) without associated API reference
494[26/12/2019 17:12:02 PM] [Client thread/INFO]: Found mod(s) [railcraft] containing declared API package cofh.api (owned by cofhlib) without associated API reference
495[26/12/2019 17:12:04 PM] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, ivtoolkit, foamfixcore, AppleCore, appleskin, aquaculture, AutoRegLib, Baubles, bedbugs, betterfoliage, betterthanbunnies, BiblioCraft, BiomesOPlenty, birdsnests, bookshelf, Botania, buttons, Chameleon, chancecubes, chisel, chiselsandbits, coins, ctgui, MineTweaker3, crafttweakerjei, ctm, custommainmenu, cyclicmagic, dailies, deathquotes, PTRModelLib, props, doggytalents, eiramoticons, eplus, enchiridion, endercore, exoticbirds, FastLeaveDecay, foamfix, forestry, googlyeyes, hardcorewither, harvestfestival, harvestreader, Waila, immersiveengineering, initialinventory, inventorypets, inventorysorter, JEI, journeymap, levels, mantle, mcmultipart, mob_properties, moon-core, Morpheus, mousetweaks, mtlib, mysticalagriculture, natura, Neat, Psi, Quark, railcraft, reccomplex, refinedstorage, ResourceLoader, SimpleAchievements, soggytransportation, soulshardstow, soundevents, SpiceOfLife, StorageDrawers, rscircuits, ToughAsNails, icse, wawla] at CLIENT
496[26/12/2019 17:12:04 PM] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, ivtoolkit, foamfixcore, AppleCore, appleskin, aquaculture, AutoRegLib, Baubles, bedbugs, betterfoliage, betterthanbunnies, BiblioCraft, BiomesOPlenty, birdsnests, bookshelf, Botania, buttons, Chameleon, chancecubes, chisel, chiselsandbits, coins, ctgui, MineTweaker3, crafttweakerjei, ctm, custommainmenu, cyclicmagic, dailies, deathquotes, PTRModelLib, props, doggytalents, eiramoticons, eplus, enchiridion, endercore, exoticbirds, FastLeaveDecay, foamfix, forestry, googlyeyes, hardcorewither, harvestfestival, harvestreader, Waila, immersiveengineering, initialinventory, inventorypets, inventorysorter, JEI, journeymap, levels, mantle, mcmultipart, mob_properties, moon-core, Morpheus, mousetweaks, mtlib, mysticalagriculture, natura, Neat, Psi, Quark, railcraft, reccomplex, refinedstorage, ResourceLoader, SimpleAchievements, soggytransportation, soulshardstow, soundevents, SpiceOfLife, StorageDrawers, rscircuits, ToughAsNails, icse, wawla] at SERVER
497[26/12/2019 17:12:05 PM] [Client thread/INFO]: [Quark ASM] Transforming ModelBiped
498[26/12/2019 17:12:05 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [setRotationAngles, func_78087_a, a] Descriptor (FFFFFFLnet/minecraft/entity/Entity;)V / (FFFFFFLrw;)V)
499[26/12/2019 17:12:05 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
500[26/12/2019 17:12:05 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
501[26/12/2019 17:12:06 PM] [17:12:06] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: java.lang.RuntimeException: ZenSetter must have exactly one parameter - minetweaker.api.vanilla.ILootFunction.setName
502[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at stanhebben.zenscript.type.ZenTypeNative.checkSetter(ZenTypeNative.java:351)
503[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:148)
504[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.runtime.GlobalRegistry.registerNativeClass(GlobalRegistry.java:92)
505[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.MineTweakerAPI.registerClass(MineTweakerAPI.java:340)
506[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.MineTweakerAPI.registerClassRegistry(MineTweakerAPI.java:281)
507[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.MineTweakerAPI.<clinit>(MineTweakerAPI.java:75)
508[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.MineTweakerImplementationAPI.init(MineTweakerImplementationAPI.java:561)
509[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at minetweaker.mc1102.MineTweakerMod.<init>(MineTweakerMod.java:71)
510[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
511[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
512[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
513[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
514[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at java.lang.Class.newInstance(Class.java:442)
515[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:193)
516[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:587)
517[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
518[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
519[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at java.lang.reflect.Method.invoke(Method.java:497)
520[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
521[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
522[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
523[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
524[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
525[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
526[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
527[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
528[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
529[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
530[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at java.lang.reflect.Method.invoke(Method.java:497)
531[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
532[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
533[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
534[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
535[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
536[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
537[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:559)
538[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:220)
539[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
540[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
541[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraft.client.main.Main.main(SourceFile:124)
542[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
543[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
544[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
545[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at java.lang.reflect.Method.invoke(Method.java:497)
546[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
547[26/12/2019 17:12:06 PM] [Client thread/INFO]: [minetweaker.runtime.GlobalRegistry:registerNativeClass:97]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
548[26/12/2019 17:12:07 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader.func_177570_a
549[26/12/2019 17:12:07 PM] [Client thread/INFO]: Found method net.minecraftforge.client.model.ModelLoader.func_177570_a ()Lnet/minecraft/util/registry/IRegistry; (matching setupModelRegistry)
550[26/12/2019 17:12:07 PM] [Client thread/INFO]: [BetterFoliageLoader] Applying ModelLoader lifecycle callback
551[26/12/2019 17:12:07 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:171]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated]
552[26/12/2019 17:12:07 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:214]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished.
553[26/12/2019 17:12:09 PM] [Client thread/INFO]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
554[26/12/2019 17:12:10 PM] [Client thread/INFO]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:Bed Bugs, FMLFileResourcePack:Better Foliage, FMLFileResourcePack:BetterThanBunnies, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Bird's Nests, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Botania, FMLFileResourcePack:Buttons, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chance Cubes, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Coins Mod, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Cyclic, FMLFileResourcePack:Bailey's Dailies, FMLFileResourcePack:Death Quotes, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:EiraMoticons, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Enchiridion, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Exotic Birds, FMLFileResourcePack:Fast Leave Decay, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:GooglyEyes, FMLFileResourcePack:Hardcore Wither, FMLFileResourcePack:Harvest Festival, FMLFileResourcePack:HarvestReader, FMLFileResourcePack:Waila, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:InitialInventory, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Simple Inventory sorting, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Levels, FMLFileResourcePack:Mantle, FMLFileResourcePack:MCMultiPart, FMLFileResourcePack:Mob Properties, FMLFileResourcePack:Moon's Core, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Natura, FMLFileResourcePack:Neat, FMLFileResourcePack:Psi, FMLFileResourcePack:Quark, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Recurrent Complex, FMLFileResourcePack:Refined Storage, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Simple Achievements, FMLFileResourcePack:§bSoggyMustache's Transportation, FMLFileResourcePack:Soul Shards - The Old Ways, FMLFileResourcePack:Sound Events, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Circuit Maker, FMLFileResourcePack:Tough As Nails, FMLFileResourcePack:I Can See Everything, FMLFileResourcePack:What Are We Looking At, enchiridion, CustomResources, Kehaan Farming Valley Resourcepack.zip, CustomOverridingResources
555[26/12/2019 17:12:11 PM] [Client thread/INFO]: Processing ObjectHolder annotations
556[26/12/2019 17:12:11 PM] [Client thread/INFO]: Found 501 ObjectHolder annotations
557[26/12/2019 17:12:11 PM] [Client thread/INFO]: Identifying ItemStackHolder annotations
558[26/12/2019 17:12:11 PM] [Client thread/INFO]: Found 2 ItemStackHolder annotations
559[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.0
560[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.1
561[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.2
562[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.3
563[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.4
564[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed casing under the key minecraft:planks.5
565[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.0
566[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.1
567[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.2
568[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.3
569[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.4
570[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.5
571[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.6
572[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.7
573[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.8
574[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.9
575[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.10
576[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.11
577[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.12
578[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.13
579[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.14
580[26/12/2019 17:12:11 PM] [Client thread/INFO]: Register dog bed bedding under the key minecraft:wool.15
581[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering Blocks
582[26/12/2019 17:12:11 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:133]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
583[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering Blocks
584[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering TileEnities
585[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering TileEnities
586[26/12/2019 17:12:11 PM] [Client thread/INFO]: Applying holder lookups
587[26/12/2019 17:12:11 PM] [Client thread/INFO]: Holder lookups applied
588[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering ItemBlocks
589[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering ItemBlocks
590[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering Items
591[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering Items
592[26/12/2019 17:12:11 PM] [Client thread/INFO]: Applying holder lookups
593[26/12/2019 17:12:11 PM] [Client thread/INFO]: Holder lookups applied
594[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering Talents
595[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering Talents
596[26/12/2019 17:12:11 PM] [Client thread/INFO]: Registering Sounds
597[26/12/2019 17:12:11 PM] [Client thread/INFO]: Finished Registering Sounds
598[26/12/2019 17:12:11 PM] [Client thread/INFO]: Applying holder lookups
599[26/12/2019 17:12:11 PM] [Client thread/INFO]: Holder lookups applied
600[26/12/2019 17:12:11 PM] [Client thread/INFO]: Configured a dormant chunk cache size of 0
601[26/12/2019 17:12:11 PM] [17:12:11] [Forge Version Check/INFO]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
602[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [levels] Starting version check at https://raw.githubusercontent.com/TheXFactor117/Levels/master/levels-version-checker.json
603[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [levels] Found status: UP_TO_DATE Target: null
604[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
605[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [Forge] Found status: AHEAD Target: null
606[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [doggytalents] Starting version check at https://raw.githubusercontent.com/percivalalb/DoggyTalents/master/version.json
607[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [doggytalents] Found status: UP_TO_DATE Target: null
608[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [refinedstorage] Starting version check at https://refinedstorage.raoulvdberge.com/update
609[26/12/2019 17:12:12 PM] [17:12:12] [Forge Version Check/INFO]: [soulshardstow] Starting version check at https://gist.githubusercontent.com/TehNut/e8db2be209d32d1ebbc3/raw/VersionChecker-SSTOW.json
610[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Transforming RenderItem
611[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [renderItem, func_180454_a, a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Ladz;Lbyl;)V)
612[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
613[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
614[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [renderEffect, func_180451_a, a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Lbyl;)V)
615[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
616[26/12/2019 17:12:12 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
617[26/12/2019 17:12:12 PM] [Client thread/INFO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a, func_184391_a]
618[26/12/2019 17:12:12 PM] [Client thread/INFO]: Transforming net.minecraft.client.renderer.RenderItem Finished.
619[26/12/2019 17:12:13 PM] [Client thread/ERROR]: Unexpected hash ea00ceb3909b09f74cbd62d558fc29ed detected for class EntityRenderer. Crashes or bugs may occur!
620[26/12/2019 17:12:13 PM] [Client thread/INFO]: Patching net.minecraft.client.renderer.EntityRenderer... (bnz)
621[26/12/2019 17:12:13 PM] [17:12:13] [Forge Version Check/INFO]: [soulshardstow] Found status: BETA Target: null
622[26/12/2019 17:12:13 PM] [17:12:13] [Forge Version Check/INFO]: [railcraft] Starting version check at http://www.railcraft.info/railcraft_versions
623[26/12/2019 17:12:13 PM] [Client thread/INFO]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:91]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
624[26/12/2019 17:12:13 PM] [17:12:13] [Forge Version Check/INFO]: [railcraft] Found status: AHEAD Target: null
625[26/12/2019 17:12:13 PM] [17:12:13] [Forge Version Check/INFO]: [cyclicmagic] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/CyclicMagic/master/update.json
626[26/12/2019 17:12:13 PM] [17:12:13] [Forge Version Check/INFO]: [cyclicmagic] Found status: UP_TO_DATE Target: null
627[26/12/2019 17:12:13 PM] [Client thread/INFO]: Patching net.minecraft.client.gui.inventory.GuiContainerCreative... (bgu)
628[26/12/2019 17:12:13 PM] [Client thread/INFO]: [Quark] 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorysorter]
629[26/12/2019 17:12:13 PM] [Client thread/INFO]: [Quark] 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin]
630[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] 'Ender watcher' is forcefully disabled as it's incompatible with the following loaded mods: [Botania]
631[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [Botania]
632[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module building is enabled
633[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module experimental is enabled
634[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module management is disabled
635[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module vanity is enabled
636[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module decoration is enabled
637[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module tweaks is enabled
638[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module world is enabled
639[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark] Module automation is enabled
640[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Transforming LayerArmorBase
641[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [renderArmorLayer, func_188361_a, a] Descriptor (Lnet/minecraft/entity/EntityLivingBase;FFFFFFFLnet/minecraft/inventory/EntityEquipmentSlot;)V / (Lsf;FFFFFFFLsb;)V)
642[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
643[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
644[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a, a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V / (Lbsy;Lsf;Lbju;FFFFFFF)V)
645[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Located Method, patching...
646[26/12/2019 17:12:14 PM] [Client thread/INFO]: [Quark ASM] Patch result: true
647[26/12/2019 17:12:15 PM] [Client thread/INFO]: OBJLoader: Domain bibliocraft has been added.
648[26/12/2019 17:12:17 PM] [Client thread/INFO]: Patching net.minecraft.client.gui.GuiOptions... (bfn)
649[26/12/2019 17:12:17 PM] [Client thread/INFO]: [panda.birdsnests.BirdsNests:preInit:102]: minecraft:stick,0,1-2-3-3;minecraft:feather,0,1-3;minecraft:egg,0,2;minecraft:string,0,4-4;minecraft:bone,0,6-16;minecraft:flint,0,4;minecraft:wheat_seeds,0,6-12;minecraft:melon_seeds,0,25;minecraft:pumpkin_seeds,0,25;minecraft:diamond,0,25;minecraft:emerald,0,30;minecraft:redstone,0,13-18;minecraft:glowstone_dust,0,6-12;minecraft:blaze_powder,0,40-40;minecraft:gold_nugget,0,8-10-13-16;minecraft:fish,0,30;minecraft:prismarine_shard,0,60;minecraft:beetroot_seeds,0,25;corn:kernels,0,18;exnihiloomnia:silkworm,0,16-18;exnihiloomnia:stone,0,4-6;exnihiloomnia:seeds_potato,0,14;exnihiloomnia:seeds_carrot,0,14;exnihiloomnia:seeds_sugarcane,0,33;exnihiloomnia:seeds_cactus,0,33;exnihiloomnia:seeds_grass,0,33;exnihiloomnia:spores,0,100;exnihiloomnia:seed_oak,0,12;exnihiloomnia:seed_spruce,0,25;exnihiloomnia:seed_birch,0,25;exnihiloomnia:seed_jungle,0,25;exnihiloomnia:seed_acacia,0,25;exnihiloomnia:seed_dark_oak,0,25;
650[26/12/2019 17:12:20 PM] [Client thread/INFO]: OBJLoader: Domain botania has been added.
651[26/12/2019 17:12:20 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:107]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
652[26/12/2019 17:12:20 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:137]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
653[26/12/2019 17:12:20 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:140]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures]
654[26/12/2019 17:12:20 PM] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:transform:168]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished.
655[26/12/2019 17:12:20 PM] [Client thread/INFO]: Applying holder lookups
656[26/12/2019 17:12:20 PM] [Client thread/INFO]: Holder lookups applied
657[26/12/2019 17:12:20 PM] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
658[26/12/2019 17:12:20 PM] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
659[26/12/2019 17:12:21 PM] [Client thread/INFO]: Starting pre-init...
660[26/12/2019 17:12:21 PM] [Client thread/INFO]: Loading blocks...
661[26/12/2019 17:12:21 PM] [Client thread/INFO]: 71 Feature's blocks loaded.
662[26/12/2019 17:12:21 PM] [Client thread/INFO]: Loading Tile Entities...
663[26/12/2019 17:12:21 PM] [Client thread/INFO]: Tile Entities loaded.
664[26/12/2019 17:12:21 PM] [Client thread/INFO]: Applying holder lookups
665[26/12/2019 17:12:21 PM] [Client thread/INFO]: Holder lookups applied
666[26/12/2019 17:12:21 PM] [Client thread/INFO]: Loading items...
667[26/12/2019 17:12:21 PM] [Client thread/INFO]: 71 Feature's items loaded.
668[26/12/2019 17:12:21 PM] [Client thread/INFO]: Pre-init finished.
669[26/12/2019 17:12:23 PM] [Client thread/INFO]: [net.torocraft.dailies.entities.render.Renders:registerRenders:12]: registering renders
670[26/12/2019 17:12:23 PM] [Client thread/INFO]: [aln.deathquotes.DeathQuotes:PreInit:68]: [deathquotes] Death quotes count 447 from file ./config/deathquotes.txt
671[26/12/2019 17:12:23 PM] [Client thread/INFO]: Original locale was en, switching to Locale.US
672[26/12/2019 17:12:23 PM] [Client thread/INFO]: Locale is now en_US
673[26/12/2019 17:12:23 PM] [Client thread/INFO]: Locale was restored to en
674[26/12/2019 17:12:26 PM] Checking for updated files!
675[26/12/2019 17:16:56 PM] Copied Log to clipboard