· 6 years ago · Sep 14, 2019, 01:42 PM
1FTB Launcher logs:
2[14:08:59] [DEBUG] Main.main:171: Launcher arguments: []
3[14:08:59] [DEBUG] Main.main:172: Launcher PID: 16647
4[14:08:59] [DEBUG] Main.main:183: FTB Launcher CI Build #: 440, Git SHA: 51e5a86cddb2
5[14:08:59] [INFO] JGoogleAnalyticsTracker$2.run:484: AnalyticsBackgroundThread started
6[14:08:59] [INFO] MainHelpers.printInfo:39: FTBLaunch starting up (version 1.4.17 Build: 10417)
7[14:08:59] [DEBUG] MainHelpers.printInfo:40: System's default JVM: (This is not always used to launch MC)
8[14:08:59] [DEBUG] MainHelpers.printInfo:41: Java version: 1.8.0_222
9[14:08:59] [DEBUG] MainHelpers.printInfo:42: Java vendor: Private Build
10[14:08:59] [DEBUG] MainHelpers.printInfo:43: Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
11[14:08:59] [DEBUG] MainHelpers.printInfo:44: Java specification: Java Virtual Machine Specification version: 1.8 by Oracle Corporation
12[14:08:59] [DEBUG] MainHelpers.printInfo:46: Java vm: OpenJDK 64-Bit Server VM version: 25.222-b10 by Private Build
13[14:08:59] [INFO] MainHelpers.printInfo:47: OS: Linux 4.15.0-38-generic (64-bit)
14[14:08:59] [INFO] MainHelpers.printInfo:48: Launcher Install Dir: /home/vanessa/ftb
15[14:08:59] [INFO] MainHelpers.printInfo:49: System memory: 3488M free, 5934M total
16[14:08:59] [DEBUG] OSUtils.getProxy:92: ProxySelector: type: DIRECT, no proxy for https://ftb.forgecdn.net
17[14:08:59] [DEBUG] OSUtils.getProxy:92: ProxySelector: type: DIRECT, no proxy for https://www.creeperrepo.net
18[14:08:59] [DEBUG] DownloadUtils.run:454: DownloadUtils.run() starting
19[14:08:59] [INFO] I18N.addFiles:97: [i18n] Fallback enUS loaded
20[14:08:59] [INFO] I18N.setLocale:120: [i18n] enGB English (GB) language file loaded!
21[14:08:59] [INFO] LoadingDialog.advance:46: Checking installation location
22[14:09:00] [INFO] LoadingDialog.advance:46: Loading user data
23[14:09:00] [INFO] User.readObject:154: Password is now encrypted with new key
24[14:09:00] [INFO] User.readObject:155: Converted password will be saved to disk after successful login
25[14:09:00] [DEBUG] OSUtils.getMacAddress:427: Interface: wlp5s0 : wlp5s0
26[14:09:00] [DEBUG] CryptoUtils.decrypt:97: Tryinng with mac address
27[14:09:00] [ERROR] CipherCore.unpad:975->CryptoUtils.decrypt:108: Error Decrypting information, attempting legacy decryption: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
28com.sun.crypto.provider.CipherCore.unpad(CipherCore.java:975)
29com.sun.crypto.provider.CipherCore.fillOutputBuffer(CipherCore.java:1056)
30com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:853)
31com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:446)
32javax.crypto.Cipher.doFinal(Cipher.java:2164)
33net.ftb.util.CryptoUtils.decrypt(CryptoUtils.java:99)
34net.ftb.data.User.readObject(User.java:156)
35sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
36sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
37sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
38java.lang.reflect.Method.invoke(Method.java:498)
39java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1170)
40java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2178)
41java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2069)
42java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1573)
43java.io.ObjectInputStream.readObject(ObjectInputStream.java:431)
44net.ftb.data.UserManager.read(UserManager.java:98)
45net.ftb.data.UserManager.<init>(UserManager.java:46)
46net.ftb.main.Main.mainGUI(Main.java:353)
47net.ftb.main.Main.main(Main.java:217)
48[14:09:00] [ERROR] BigInteger.<init>:434->UserManager.read:111: Failed to decode logindata: java.lang.NumberFormatException: Illegal embedded sign character
49java.math.BigInteger.<init>(BigInteger.java:434)
50net.ftb.util.CryptoUtils.decryptLegacy(CryptoUtils.java:43)
51net.ftb.util.CryptoUtils.decrypt(CryptoUtils.java:109)
52net.ftb.data.User.readObject(User.java:156)
53sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
54sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
55sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
56java.lang.reflect.Method.invoke(Method.java:498)
57java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1170)
58java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2178)
59java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2069)
60java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1573)
61java.io.ObjectInputStream.readObject(ObjectInputStream.java:431)
62net.ftb.data.UserManager.read(UserManager.java:98)
63net.ftb.data.UserManager.<init>(UserManager.java:46)
64net.ftb.main.Main.mainGUI(Main.java:353)
65net.ftb.main.Main.main(Main.java:217)
66[14:09:00] [INFO] UserManager.read:142: No users found after decoding old logindata format. Malformed logindata or empty logindata
67[14:09:00] [INFO] LoadingDialog.advance:46: Creating Console window
68[14:09:00] [INFO] LoadingDialog.advance:46: Creating main window
69[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Download Utils Balance (forgecdn) took 605 ms.
70[14:09:00] [DEBUG] AuthlibDLWorker.doInBackground:56: Loading Authlib...
71[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Download Utils Balance took 702 ms.
72[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Download Utils Curse edges.json took 724 ms.
73[14:09:00] [DEBUG] DownloadUtils.run:550: DL ready
74[14:09:00] [INFO] DownloadUtils.run:583: Using download server Automatic:CurseCDN on host ftb.forgecdn.net (13.33.51.220)
75[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Download Utils Init took 725 ms.
76[14:09:00] [DEBUG] RetiredPacksLoader.run:64: Found 26packcodes
77[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Modpack Loader https://ftb/modpacks.xml took 213 ms.
78[14:09:00] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for modpacks.xml...
79[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Modpack Loader https://ftb/thirdparty.xml took 226 ms.
80[14:09:00] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for thirdparty.xml...
81[14:09:00] [INFO] AuthlibDLWorker.downloadJars:147: Local Authlib Version is good, skipping Download
82[14:09:00] [INFO] AuthlibDLWorker.doInBackground:68: Adding Authlib to Classpath
83[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 0 (FTB Academy)
84[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 1 (FTB Builders Paradise)
85[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 2 (FTB Interactions)
86[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 3 (FTB Sky Odyssey)
87[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 4 (FTB Ultimate Reloaded)
88[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 5 (FTB Presents Stoneblock 2)
89[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 6 (FTB Sky Adventures)
90[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 7 (FTB Continuum)
91[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 8 (FTB Revelation)
92[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 9 (FTB Pyramid Reborn 3.0)
93[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 10 (FTB Presents Direwolf20 1.12)
94[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 11 (FTB Egg Hunt)
95[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 12 (FTB Horizons III)
96[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 13 (FTB Beyond)
97[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 14 (FTB Unstable 1.12)
98[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 15 (FTB Sky Factory Challenges)
99[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 16 (FTB Presents Skyfactory 3)
100[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 17 (FTB Infinity Lite 1.10)
101[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 18 (FTB Presents Direwolf20 1.10)
102[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 19 (FTB Presents HermitPack)
103[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 20 (FTB Infinity Evolved 1.7)
104[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 21 (FTB Inventions)
105[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 22 (FTB Presents Crackpack)
106[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 23 (FTB Presents Skyfactory 2.5)
107[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 24 (FTB Infinity Evolved Skyblock)
108[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 25 (FTB Horizons: Daybreaker)
109[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 26 (FTB Vanilla+)
110[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 27 (FTB Departed)
111[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 28 (FTB Trident)
112[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 29 (FTB Presents Cloud 9)
113[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 30 (FTB Presents Direwolf20)
114[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 100 (Space Astronomy)
115[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 31 (FTB Lite 3)
116[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 32 (FTB Mage Quest)
117[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 101 (InfiTech 2)
118[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 33 (FTB Resurrection)
119[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 102 (TerraFirmaPunk)
120[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 34 (Pax Prime 2015 Map)
121[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 35 (Monster)
122[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 103 (The Ferret Business)
123[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 36 (Direwolf20)
124[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 37 (Horizons)
125[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 104 (Simply Magic)
126[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 38 (Tech World 2)
127[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 39 (Magic World 2)
128[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 40 (FTBLite2)
129[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 41 (FTB Unleashed)
130[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 42 (FTB Ultimate)
131[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 105 (BeeHappy)
132[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 43 (Unstable 1.7.x (Public Beta Test Pack))
133[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 106 (Regrowth)
134[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 44 (FTB Lite)
135[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 45 (Direwolf20 1.5 v2)
136[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 107 (Crash Landing)
137[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 46 (Direwolf20 Pack)
138[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 108 (Agrarian Skies: Hardcore Quest)
139[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 47 (MindCrack Pack)
140[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 48 (YogCraft Modpack)
141[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 49 (FTB Unhinged)
142[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 50 (Magic World)
143[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 51 (Tech World)
144[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 52 (Pax South 2015 Map)
145[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 53 (Pax Prime 2014 Map)
146[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 54 (Pax East 2014 Map)
147[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 55 (Pax Challenge Pack 2013)
148[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 56 (Feed The Beast Retro SSP)
149[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 57 (Feed The Beast Retro SMP)
150[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 58 (Slow's Stream Pack)
151[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 59 (Feed The Beast Beta Pack A)
152[14:09:00] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 109 (Vanilla Minecraft)
153[14:09:00] [DEBUG] Benchmark.logBenchAs:76: All modpack lists loaded took 438 ms.
154[14:09:00] [DEBUG] Benchmark.logBenchAs:76: Authlib DL Worker Init took 565 ms.
155[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 0 enUS to options pane
156[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 1 cyGB to options pane
157[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 2 daDK to options pane
158[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 3 deDE to options pane
159[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 4 enGB to options pane
160[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 5 enUS to options pane
161[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 6 esES to options pane
162[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 7 fiFI to options pane
163[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 8 frCA to options pane
164[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 9 frFR to options pane
165[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 10 itIT to options pane
166[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 11 maHU to options pane
167[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 12 nlNL to options pane
168[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 13 noNO to options pane
169[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 14 plPL to options pane
170[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 15 ptBR to options pane
171[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 16 ptPT to options pane
172[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 17 ruRU to options pane
173[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 18 svSE to options pane
174[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 19 zhCN to options pane
175[14:09:01] [INFO] OptionsPane.<init>:164: [i18n] Added 20 zhTW to options pane
176[14:09:01] [INFO] I18N.setLocale:120: [i18n] enGB English (GB) language file loaded!
177[14:09:01] [DEBUG] Benchmark.logBenchAs:76: UnreadNews Init took 1 ms.
178[14:09:01] [DEBUG] Benchmark.logBench:62: Waiting for main window took 547 ms.
179[14:09:01] [INFO] MapLoader.run:43: loading map information...
180[14:09:01] [INFO] TexturePackLoader.run:43: loading texture pack information...
181[14:09:01] [INFO] LoadingDialog.advance:46: Setting up Launcher
182[14:09:01] [DEBUG] Benchmark.logBenchAs:76: MapLoader run took 50 ms.
183[14:09:01] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(maps or texturepacks loaded) took 1799 ms.
184[14:09:01] [DEBUG] Benchmark.logBenchAs:76: Texture Pack Load took 77 ms.
185[14:09:01] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(maps and texturepacks loaded) took 1829 ms.
186[14:09:01] [DEBUG] UpdateChecker.<init>:71: Launcher Install path: /home/vanessa/ftb/FTB_Launcher.jar
187[14:09:01] [INFO] LoadingDialog.advance:46: Downloading pack data
188[14:09:01] [DEBUG] Benchmark.logBench:62: NewsUtils took 421 ms.
189[14:09:01] [DEBUG] UpdateChecker.shouldUpdate:132: updater: buildjenk 440 < betajenk 341|| version 10417 < 10408
190[14:09:01] [DEBUG] UpdateChecker.shouldUpdate:133: latest = 10417
191[14:09:01] [INFO] LoadingDialog.advance:46: Opening main window
192[14:09:01] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(Modpacks loaded) took 2028 ms.
193[14:09:01] [DEBUG] LaunchFrame$14.run:451: Last used packs: FTBInfinity FTBAcademy
194[14:09:01] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(main window opened and ready to use) took 2291 ms.
195[14:09:22] [DEBUG] CryptoUtils.encrypt:129: trying mac address
196[14:09:22] [DEBUG] CryptoUtils.encrypt:131: mac address ok
197[14:09:22] [DEBUG] User.writeObject:185: starting...
198[14:09:24] [DEBUG] LaunchFrame.doLaunch:955: Selected user: saved password: true
199[14:09:24] [DEBUG] LaunchFrame.doLaunch:956: Selected user: will save auth token if online: true
200[14:09:24] [INFO] LaunchFrame.doLogin:536: Logging in...
201[14:09:24] [DEBUG] OSUtils.getProxy:92: ProxySelector: type: DIRECT, no proxy for https://authserver.mojang.com/authenticate
202[14:09:24] [DEBUG] AuthlibHelper.authenticateWithAuthlib:67: Email address given
203[14:09:24] [INFO] AuthlibHelper.authenticateWithAuthlib:68: Beginning authlib authentication attempt
204[14:09:24] [INFO] AuthlibHelper.authenticateWithAuthlib:69: successfully created YggdrasilAuthenticationService
205[14:09:24] [DEBUG] AuthlibHelper.authenticateWithAuthlib:84: mojangData is null or empty
206[14:09:25] [DEBUG] AuthlibHelper.authenticateWithAuthlib:152: Authentication is valid
207[14:09:25] [DEBUG] AuthlibHelper.authenticateWithAuthlib:155: loggedIn() && CanPlayOnline()
208[14:09:25] [DEBUG] AuthlibHelper.authenticateWithAuthlib:159: Authentication done, returning LoginResponse
209[14:09:25] [DEBUG] Benchmark.logBenchAs:76: Login Worker Run took 356 ms.
210[14:09:25] [DEBUG] LaunchFrame$16.done:580: responseStr: good
211[14:09:25] [INFO] LaunchFrame$16.done:583: Login complete.
212[14:09:25] [DEBUG] User.writeObject:185: starting...
213[14:09:25] [DEBUG] LaunchFrame$16.done:587: user data saved
214[14:09:25] [DEBUG] LaunchFrame.runGameUpdater:634: ForceUpdate: false
215[14:09:25] [DEBUG] LaunchFrame.runGameUpdater:635: installPath: /home/vanessa/ftb
216[14:09:25] [DEBUG] LaunchFrame.runGameUpdater:636: pack dir: FTBInfinity
217[14:09:25] [DEBUG] LaunchFrame.runGameUpdater:637: pack check path: FTBInfinity/version
218[14:09:25] [DEBUG] LaunchFrame.checkVersion:612: verFile: 3.1.0 onlineVersion/getPackVer(): Recommended Version onlineVersion/getVersion(): 3.1.0
219[14:09:25] [INFO] MCInstaller.gatherAssets:130: Checking local assets file, for MC version 1.7.10 Please wait!
220[14:09:25] [DEBUG] MCInstaller.gatherAssets:135: Checking pack libraries
221[14:09:25] [DEBUG] MCInstaller.gatherAssets:187: Checking minecraft version json
222[14:09:25] [DEBUG] MCInstaller.gatherAssets:214: checking minecraft libraries
223[14:09:25] [DEBUG] MCInstaller.gatherAssets:302: Checking minecraft assets
224[14:09:26] [DEBUG] MCInstaller.gatherAssets:321: Starting TaskHandler to check MC assets
225[14:09:26] [DEBUG] Benchmark.logBenchAs:76: parallel asset check took 421 ms.
226[14:09:26] [INFO] MCInstaller.launchMinecraft:368: Setting up native libraries for FTB Infinity Evolved 1.7 v Recommended Version MC 1.7.10
227[14:09:26] [DEBUG] MCInstaller.launchMinecraft:394: packbaseJSON 1.7.10
228[14:09:27] [INFO] MCLauncher.syncAssets:295: Syncing Assets:
229[14:09:27] [INFO] MCLauncher.launchMinecraft:87: Java Path: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
230[14:09:27] [INFO] MCLauncher.launchMinecraft:88: Pack: FTB Infinity Evolved 1.7 1.7.10
231[14:09:27] [INFO] MCLauncher.setMemory:278: Setting MinMemory to 256
232[14:09:27] [INFO] MCLauncher.setMemory:280: Setting MaxMemory to 4096
233[14:09:27] [DEBUG] MCInstaller.launchMinecraft:468: MC PID: 16740
234[14:09:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
235[14:09:27] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
236[14:09:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
237[14:09:27] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
238[14:09:27] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_222, running on Linux:amd64:4.15.0-38-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
239[14:09:27] [main/INFO] [FML]: [AppEng] Core Init
240[14:09:27] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
241[14:09:28] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
242[14:09:28] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
243[14:09:28] [DEBUG] Benchmark.logBenchAs:76: UnreadNews Init took 5 ms.
244[14:09:28] [main/INFO] [FML]: Loading tweaker fastcraft.Tweaker from fastcraft-1.25.jar
245[14:09:28] [main/INFO] [FML]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.16.64.jar
246[14:09:28] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
247[14:09:28] [main/WARN] [FML]: The coremod mrtjp.relocation.asm.RelocationPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
248[14:09:28] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
249[14:09:28] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
250[14:09:28] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
251[14:09:29] [main/WARN] [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
252[14:09:29] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
253[14:09:29] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
254[14:09:29] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
255[14:09:29] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
256[14:09:29] [main/INFO] [PowerConverters]: Adding PowerConverters to Transformer Exclusions list.
257[14:09:29] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
258[14:09:29] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
259[14:09:29] [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
260[14:09:29] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
261[14:09:29] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
262[14:09:29] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
263[14:09:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
264[14:09:29] [main/INFO] [LaunchWrapper]: Loading tweak class name fastcraft.Tweaker
265[14:09:29] [main/INFO] [LaunchWrapper]: Loading tweak class name forestry.shade.javacheck.Java7Checker
266[14:09:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
267[14:09:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
268[14:09:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
269[14:09:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
270[14:09:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
271[14:09:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
272[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
273[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
274[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
275[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
276[14:09:31] [main/INFO] [Aroma1997Core]: Finished data injection.
277[14:09:31] [main/INFO] [Aroma1997Core]: Finished data injection.
278[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
279[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
280[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
281[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
282[14:09:31] [main/INFO] [IC2-core]: Loaded library EJML-core-0.26.jar.
283[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
284[14:09:31] [main/INFO] [INpurePreloader]: Attempting to detect JVM version...
285[14:09:31] [main/INFO] [INpurePreloader]: Detected JVM: 1.8
286[14:09:31] [main/INFO] [INpurePreloader]: Starting library configuration...
287[14:09:31] [main/INFO] [INpureLogInterceptor]: System attached to FML. Now intercepting all logging calls.
288[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
289[14:09:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
290[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
291[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
292[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
293[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
294[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
295[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
296[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
297[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
298[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
299[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
300[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
301[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class forestry.shade.javacheck.Java7Checker
302[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
303[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
304[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
305[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
306[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
307[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
308[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
309[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
310[14:09:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
311[14:09:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
312[14:09:33] [main/INFO] [LaunchWrapper]: Calling tweak class fastcraft.Tweaker
313[14:09:33] [main/INFO] [FastCraft]: FastCraft loaded.
314[14:09:33] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
315[14:09:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
316[14:09:33] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
317[14:09:33] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
318[14:09:33] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
319[14:09:33] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
320[14:09:34] [main/INFO]: Setting user: Xenros
321[14:09:35] [main/INFO] [FastLeafDecay]: Patching leaves.
322[14:09:35] [main/INFO] [FastLeafDecay]: Found leaf Class: net/minecraft/block/BlockLeavesBase
323[14:09:35] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_]
324[14:09:35] [main/INFO] [EnderCore]: Transforming net.minecraft.entity.projectile.EntityArrow Finished.
325[14:09:36] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t]
326[14:09:36] [main/INFO] [EnderCore]: Transforming net.minecraft.item.ItemStack Finished.
327[14:09:36] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
328[14:09:36] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerFurnace
329[14:09:36] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
330[14:09:36] [main/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
331[14:09:37] [Client thread/INFO]: LWJGL Version: 2.9.1
332[14:09:37] [Client thread/INFO] [STDOUT]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
333[14:09:37] [Client thread/ERROR]: Couldn't initialize twitch stream
334[14:09:38] [Client thread/INFO] [ForgeRelocation]: transforming: net.minecraft.client.renderer.RenderBlocks
335[14:09:38] [Client thread/INFO] [ForgeRelocation]: blm net.minecraft.client.renderer.RenderBlocks b (Laji;III)Z
336[14:09:38] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
337// Sorry :(
338
339Time: 14/09/19 14:09
340Description: Loading screen debug info
341
342This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
343
344
345A detailed walkthrough of the error, its code path and all known details is as follows:
346---------------------------------------------------------------------------------------
347
348-- System Details --
349Details:
350 Minecraft Version: 1.7.10
351 Operating System: Linux (amd64) version 4.15.0-38-generic
352 Java Version: 1.8.0_222, Private Build
353 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
354 Memory: 241625416 bytes (230 MB) / 495976448 bytes (473 MB) up to 3817865216 bytes (3641 MB)
355 JVM Flags: 2 total; -Xms256M -Xmx4096M
356 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
357 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
358 FML:
359 GL info: ' Vendor: 'X.Org' Version: '3.1 Mesa 19.0.8' Renderer: 'AMD CAICOS (DRM 2.50.0 / 4.15.0-38-generic, LLVM 8.0.0)'
360[14:09:38] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
361[14:09:38] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
362[14:09:38] [Client thread/INFO] [FML]: Replaced 183 ore recipies
363[14:09:38] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
364[14:09:39] [Client thread/INFO] [FML]: [AppEng] Core Init
365[14:09:39] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
366[14:09:39] [Client thread/INFO] [FML]: Searching /home/vanessa/ftb/FTBInfinity/minecraft/mods for mods
367[14:09:39] [Client thread/INFO] [FML]: Also searching /home/vanessa/ftb/FTBInfinity/minecraft/mods/1.7.10 for mods
368[14:09:45] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16
369[14:09:45] [Client thread/WARN] [Aroma1997sDimension]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
370[14:09:45] [Client thread/WARN] [Avaritia]: Mod Avaritia is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.13
371[14:09:46] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
372[14:09:46] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
373[14:09:46] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
374[14:09:46] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
375[14:09:46] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
376[14:09:47] [Client thread/INFO] [debug]: Mod debug is missing the required element 'name'. Substituting debug
377[14:09:47] [Client thread/WARN] [debug]: Mod debug is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
378[14:09:47] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
379[14:09:48] [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.2.12
380[14:09:48] [Client thread/WARN] [ForbiddenMagic]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.575
381[14:09:51] [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.7.0pre12.95
382[14:09:51] [Client thread/WARN] [ProjRed|Compatibility]: Mod ProjRed|Compatibility is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
383[14:09:51] [Client thread/WARN] [ProjRed|Integration]: Mod ProjRed|Integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
384[14:09:51] [Client thread/WARN] [ProjRed|Transmission]: Mod ProjRed|Transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
385[14:09:51] [Client thread/WARN] [ProjRed|Illumination]: Mod ProjRed|Illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
386[14:09:51] [Client thread/WARN] [ProjRed|Expansion]: Mod ProjRed|Expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
387[14:09:51] [Client thread/WARN] [ProjRed|Transportation]: Mod ProjRed|Transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
388[14:09:51] [Client thread/WARN] [ProjRed|Exploration]: Mod ProjRed|Exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
389[14:09:52] [Client thread/WARN] [tcinventoryscan]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.11
390[14:09:53] [Client thread/WARN] [Translocator]: Mod Translocator is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.16
391[14:09:53] [Client thread/WARN] [WR-CBE|Core]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
392[14:09:53] [Client thread/WARN] [WR-CBE|Addons]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
393[14:09:53] [Client thread/WARN] [WR-CBE|Logic]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
394[14:09:53] [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.2.0.345
395[14:09:53] [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.2.0.345
396[14:09:53] [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.2.0.345
397[14:09:53] [Client thread/INFO] [MCFrames]: Mod MCFrames is missing the required element 'name'. Substituting MCFrames
398[14:09:53] [Client thread/WARN] [MCFrames]: Mod MCFrames is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
399[14:09:54] [Client thread/WARN] [ForgeRelocation]: Mod ForgeRelocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.4
400[14:09:54] [Client thread/WARN] [RelocationFMP]: Mod RelocationFMP is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.2
401[14:09:54] [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.1.0.33
402[14:09:54] [Client thread/INFO] [FML]: Forge Mod Loader has identified 192 mods to load
403[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [GraviSuite] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
404[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
405[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [CarpentersBlocks] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
406[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [EnderIO] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
407[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
408[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [SolarExpansion] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
409[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [CoFHCore] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
410[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
411[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [EnderIO] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
412[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [Mekanism] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
413[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [EnderTech] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
414[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
415[14:09:54] [Client thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package ic2.api.tile (owned by IC2) without associated API reference
416[14:09:55] [Client thread/WARN] [MineFactoryReloaded|CompatAtum]: Mod MineFactoryReloaded|CompatAtum has been disabled through configuration
417[14:09:55] [Client thread/WARN] [MineFactoryReloaded|CompatBackTools]: Mod MineFactoryReloaded|CompatBackTools has been disabled through configuration
418[14:09:55] [Client thread/WARN] [MineFactoryReloaded|CompatChococraft]: Mod MineFactoryReloaded|CompatChococraft has been disabled through configuration
419[14:09:55] [Client thread/WARN] [MineFactoryReloaded|CompatExtraBiomes]: Mod MineFactoryReloaded|CompatExtraBiomes has been disabled through configuration
420[14:09:55] [Client thread/WARN] [MineFactoryReloaded|CompatSufficientBiomes]: Mod MineFactoryReloaded|CompatSufficientBiomes has been disabled through configuration
421[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file Binnie Patcher 1.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
422[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file CoFHLib-[1.7.10]1.2.1-185.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
423[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file mcjtylib-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
424[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file Patcher.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
425[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
426[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file commons-codec-1.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
427[14:09:56] [Client thread/INFO] [FML]: FML has found a non-mod file commons-compress-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
428[14:09:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, FastCraft, Treecapitator, additionalpipes, AdvancedMachines, AdvancedSolarPanel, AgriCraft, aobd, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, Avaritia, bdlib, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, AWWayofTime, Botania, BrandonsCore, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Builders, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, ComputerCraft, MineTweaker3, CustomMainMenu, PTRModelLib, props, debug, denseores, DraconicEvolution, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, EE3, extracells, ExtraTiC, ExtraUtilities, fastleafdecay, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, GraviSuite, guideapi, Hats, HatStand, headcrumbs, HardcoreQuesting, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, inventorytweaks, IronChest, JABBA, journeymap, letsencryptcraft, LogisticsPipes, MagicBees, Mantle, Mekanism, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, modtweaker2, Morpheus, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, harvestcraft, PortalGun, PowerConverters3, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RedstoneArsenal, ResourceLoader, rftools, runicdungeons, simplyjetpacks, SolarExpansion, springboards, StevesAddons, StevesCarts, StevesFactoryManager, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TMechworks, Translocator, TwilightForest, UniDict, Waila, WailaHarvestability, wawla, witchery, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at CLIENT
429[14:09:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, FastCraft, Treecapitator, additionalpipes, AdvancedMachines, AdvancedSolarPanel, AgriCraft, aobd, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, Avaritia, bdlib, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, AWWayofTime, Botania, BrandonsCore, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Builders, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, ComputerCraft, MineTweaker3, CustomMainMenu, PTRModelLib, props, debug, denseores, DraconicEvolution, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, EE3, extracells, ExtraTiC, ExtraUtilities, fastleafdecay, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, GraviSuite, guideapi, Hats, HatStand, headcrumbs, HardcoreQuesting, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, inventorytweaks, IronChest, JABBA, journeymap, letsencryptcraft, LogisticsPipes, MagicBees, Mantle, Mekanism, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, modtweaker2, Morpheus, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, harvestcraft, PortalGun, PowerConverters3, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RedstoneArsenal, ResourceLoader, rftools, runicdungeons, simplyjetpacks, SolarExpansion, springboards, StevesAddons, StevesCarts, StevesFactoryManager, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TMechworks, Translocator, TwilightForest, UniDict, Waila, WailaHarvestability, wawla, witchery, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at SERVER
430[14:10:00] [Client thread/INFO] [ForgeRelocation]: transforming: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
431[14:10:00] [Client thread/INFO] [ForgeRelocation]: bmk net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher a (Laor;F)V
432[14:10:00] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.client.renderers.entity.RenderGolemBase)
433[14:10:03] [Client thread/INFO] [Patcher]: Suceeded in transforming AdvancedSolarPanel (1 recipe item)
434[14:10:05] [Client thread/INFO] [Binnie Patcher]: Succeeded in transforming binnie.extratrees.block.decor.BlockFence
435[14:10:05] [Client thread/INFO] [Brandon's Core]: Hello Minecraft!!!
436[14:10:07] [Client thread/INFO] [Draconic Evolution]: Hello Minecraft!!!
437[14:10:08] [Client thread/INFO] [TConstruct]: Natura, what are we going to do tomorrow night?
438[14:10:08] [Client thread/INFO] [Natura]: TConstruct, we're going to take over the world!
439[14:10:09] [Client thread/INFO] [Patcher]: Suceeded in transforming GraviSuite (3 recipe items)
440[14:10:09] [Client thread/INFO] [Patcher]: Suceeded in transforming BlockRelocatorPortal
441[14:10:09] [Client thread/INFO] [Patcher]: Suceeded in transforming ItemSimpleItems
442[14:10:09] [Client thread/INFO] [Patcher]: Suceeded in transforming ClientTickHandler
443[14:10:09] [Client thread/INFO] [Patcher]: Suceeded in transforming KeyboardClient
444[14:10:10] [Client thread/INFO] [Let's Encrypt Craft]: Not running as Java version is at least Java 8u101.
445[14:10:10] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
446[14:10:10] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
447[14:10:10] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
448[14:10:10] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerRepair Finished.
449[14:10:11] [Client thread/INFO] [OpenMods]: openperipheral.ApiSetup.installProviderAccess(ApiSetup.java:84): OPC API v. 3.4.2 provideded by OpenPeripheralCore, (ApiAccess source: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/OpenPeripheralCore-1.7.10-1.4.jar!/openperipheral/api/ApiAccess.class)
450[14:10:12] [Client thread/INFO] [RunicDungeons]: Ssssshhh, they don't know that I'm here
451[14:10:12] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.api.aspects.Aspect)
452[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.io.FileNotFoundException: https://dl.dropbox.com/u/46486053/RemoteInfo.txt
453[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
454[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
455[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
456[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
457[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivileged(Native Method)
458[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
459[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
460[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
461[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at vswe.stevescarts.Fancy.FancyPancyLoader.run(FancyPancyLoader.java:51)
462[14:10:13] [Thread-8/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Thread.run(Thread.java:748)
463[14:10:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Additional Pipes, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Avaritia, FMLFileResourcePack:BD Lib, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Integration, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mod Tweaker 2, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Developer Tools, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Power Converters 3, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:ProjectRed Compatibility, FMLFileResourcePack:ProjectRed Integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:Runic Dungeons, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Expansion, FMLFileResourcePack:Spring Boards, FMLFileResourcePack:Steve's Addons, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers: Biomes O' Plenty Pack, FMLFileResourcePack:Storage Drawers: Forestry Pack, FMLFileResourcePack:Storage Drawers: Misc Pack, FMLFileResourcePack:Storage Drawers: Natura Pack, FMLFileResourcePack:TC Inventory Scanning, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MCFrames, FMLFileResourcePack:ForgeRelocation, FMLFileResourcePack:RelocationFMP, FMLFileResourcePack:MrTJPCore
464[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
465[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
466[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
467[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
468[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
469[14:10:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
470[14:10:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
471[14:10:16] [Client thread/INFO] [FML]: Found 550 ObjectHolder annotations
472[14:10:16] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
473[14:10:16] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
474[14:10:16] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
475[14:10:16] [Client thread/INFO] [Aroma1997Core]: Logger initialized.
476[14:10:16] [Client thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
477[14:10:16] [Client thread/INFO] [FastCraft]: FastCraft 1.25 loaded.
478[14:10:16] [Client thread/INFO] [Treecapitator]: Loading configuration file /home/vanessa/ftb/FTBInfinity/minecraft/config/Treecapitator.cfg
479[14:10:16] [Thread-9/INFO] [FastCraft]: You are using the latest suitable version.
480[14:10:16] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
481[14:10:16] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
482[14:10:16] [Client thread/INFO] [CoFHWorld]: Registering default generators
483[14:10:16] [Client thread/INFO] [CoFHWorld]: Complete
484[14:10:16] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 7.1.23
485[14:10:16] [Client thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2017
486[14:10:16] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
487[14:10:16] [CoFHUpdater:CoFHCore/ERROR] [CoFHCore]: Update check for CoFH Core failed.
488java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/CoFHCore
489 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222]
490 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_222]
491 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_222]
492 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_222]
493 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
494 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_222]
495 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_222]
496 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222]
497 at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_222]
498 at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
499[14:10:17] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins191) -- Preparing for launch.
500[14:10:17] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
501[14:10:17] [Client thread/INFO] [Mantle]: Loading configuration from disk.
502[14:10:17] [Client thread/INFO] [Mantle]: Configuration load completed.
503[14:10:17] [Client thread/INFO] [FastLeafDecay]: Patching leaves.
504[14:10:17] [Client thread/INFO] [FastLeafDecay]: Found leaf Class: mods/natura/blocks/trees/NLeaves
505[14:10:18] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.world.WorldType], Method [func_76564_j]
506[14:10:18] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.world.WorldType Finished.
507[14:10:19] [Client thread/INFO] [BiomesOPlenty]: Trail info successfully received from remote.
508[14:10:20] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.enchantment.EnchantmentHelper], Method [func_77513_b]
509[14:10:20] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.enchantment.EnchantmentHelper Finished.
510[14:10:21] [Client thread/INFO] [Forestry]: Module Erebus Plugin failed to load: Erebus not found
511[14:10:21] [Client thread/INFO] [Forestry]: Module Growthcraft Plugin failed to load: GrowthCraft not found
512[14:10:21] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
513[14:10:21] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
514[14:10:21] [Client thread/INFO] [Forestry]: Module RotaryCraft Plugin failed to load: RotaryCraft not found
515[14:10:23] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for compressedPlantBall
516[14:10:23] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for matter
517[14:10:24] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemPlacer)
518[14:10:24] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.EntityGolemBase)
519[14:10:24] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemBell)
520[14:10:24] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Loading Plugins...
521[14:10:24] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Finished Loading Plugins.
522[14:10:24] [CoFHUpdater:ThermalFoundation/ERROR] [ThermalFoundation]: Update check for Thermal Foundation failed.
523java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalFoundation
524 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222]
525 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_222]
526 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_222]
527 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_222]
528 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
529 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_222]
530 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_222]
531 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222]
532 at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_222]
533 at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
534[14:10:25] [CoFHUpdater:ThermalExpansion/ERROR] [ThermalExpansion]: Update check for Thermal Expansion failed.
535java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalExpansion
536 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222]
537 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_222]
538 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_222]
539 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_222]
540 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
541 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_222]
542 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_222]
543 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222]
544 at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_222]
545 at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
546[14:10:25] [Client thread/INFO] [ThermalExpansion]: ThermalExpansion: Loading Plugins...
547[14:10:25] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Finished Loading Plugins.
548[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded BCProxy
549[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded ForestryProxy
550[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded IC2Proxy
551[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded CCProxy
552[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded ThaumCraftProxy
553[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded ThermalExpansionProxy
554[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded BetterStorage DummyProxy
555[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded NEIProxy
556[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded Factorization DummyProxy
557[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded EnderIOProxy
558[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded IronChestProxy
559[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded EnderStorageProxy
560[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded OpenComputers DummyProxy
561[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded ToolWrenchProxy
562[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded ExtraCellsProxy
563[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded CoFHPowerProxy
564[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded TDProxy
565[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded BinnieProxy
566[14:10:25] [Client thread/INFO] [LogisticsPipes]: Loaded CCLProxy
567[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:crops
568[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:seedAnalyzer
569[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterPad
570[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterPadFull
571[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterTank
572[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterChannel
573[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterChannelFull
574[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:channelValve
575[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:sprinkler
576[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:seedStorage
577[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:peripheral
578[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:fence
579[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:fenceGate
580[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:grate
581[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropPotato
582[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedPotato
583[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCarrot
584[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCarrot
585[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropSugarcane
586[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedSugarcane
587[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropDandelion
588[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedDandelion
589[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropPoppy
590[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedPoppy
591[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropOrchid
592[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedOrchid
593[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropAllium
594[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedAllium
595[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipRed
596[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipRed
597[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipOrange
598[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipOrange
599[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipWhite
600[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipWhite
601[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipPink
602[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipPink
603[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropDaisy
604[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedDaisy
605[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCactus
606[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCactus
607[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShroomRed
608[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShroomRed
609[14:10:27] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShroomBrown
610[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShroomBrown
611[14:10:27] [Client thread/INFO] [AgriCraft]: Crops registered
612[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:cropsItem
613[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:journal
614[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:magnifyingGlass
615[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:debugger
616[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:trowel
617[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:handRake
618[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:clipper
619[14:10:27] [Client thread/INFO] [AgriCraft]: registering item.agricraft:clipping
620[14:10:27] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
621[14:10:27] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
622[14:10:27] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
623[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
624[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
625[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
626[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
627[14:10:28] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
628[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
629[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is enabled.
630[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
631[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
632[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled.
633[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
634[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
635[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
636[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
637[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled.
638[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
639[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
640[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
641[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
642[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
643[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
644[14:10:28] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
645[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
646[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
647[14:10:28] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2POpenComputers
648[14:10:28] [Client thread/INFO] [AE2-CORE]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled.
649[14:10:28] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PPressure
650[14:10:28] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 1331ms )
651[14:10:28] [Client thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
652[14:10:31] [Client thread/INFO] [FML]: [Botania] Registered 1215 recipes.
653[14:10:31] [Client thread/INFO] [bdlib]: bdlib 1.9.4.109 loaded
654[14:10:31] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
655[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.BreedingSystem
656[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.BeeBreedingSystem
657[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.TreeBreedingSystem
658[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.gardening.ModuleGardening
659[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.FlowerHelper
660[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.BotanistTracker
661[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.products.ModuleProducts
662[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.ItemHiveFrame
663[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.products.EnumHoneyComb
664[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeesSpecies
665[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$PackageAlvearyStimulator
666[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyHatchery$PackageAlvearyHatchery
667[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyTransmission$PackageAlvearyTransmission
668[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.TileExtraBeeAlveary
669[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$SlotValidatorCircuit
670[14:10:35] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ModuleBlocks
671[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.BlockETLog
672[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.BlockETDoor
673[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.item.ModuleItems
674[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.PlankType$ForestryPlanks
675[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ItemETDoor
676[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeFruitGene
677[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeSpecies
678[14:10:36] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ILogType$ForestryLog
679[14:10:37] [Client thread/WARN] [FML]: A mod has attempted to assign Block mods.railcraft.common.fluids.BlockRailcraftFluidFinite@1f875ecc to the Fluid 'steam' but this Fluid has already been linked to the Block cofh.thermalfoundation.fluid.BlockFluidSteam@1fc8ee67. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
680[14:10:40] [Client thread/INFO] [Chisel]: Starting pre-init...
681[14:10:40] [Client thread/INFO] [Chisel]: Loading blocks...
682[14:10:40] [Client thread/INFO] [Chisel]: 106 Feature's blocks loaded.
683[14:10:40] [Client thread/INFO] [Chisel]: Loading Tile Entities...
684[14:10:40] [Client thread/INFO] [Chisel]: Tile Entities loaded.
685[14:10:40] [Client thread/INFO] [Chisel]: Loading items...
686[14:10:41] [Client thread/INFO] [Chisel]: 106 Feature's items loaded.
687[14:10:41] [Client thread/INFO] [Chisel]: Pre-init finished.
688[14:10:41] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
689[14:10:59] [Client thread/INFO] [PTRModelLib]: Total mipmap : 3893 ms
690[14:10:59] [Client thread/INFO] [Draconic Evolution]: Finished PreInitialization
691[14:10:59] [Client thread/INFO] [EnderCore]: Attempting to initialize texture error message interceptor.
692[14:11:01] [Client thread/INFO] [EnderIO]: XP Juice regististration left to Open Blocks.
693[14:11:03] [Client thread/INFO] [extrautils]: Hello World
694[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@fc749e9
695[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.computercraft.ComputercraftHelper@6f5017cf
696[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThaumcraftHelper@4457c7be
697[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.waila.WailaHelper@46ab56a4
698[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.TConstructHelper@6ca2e71
699[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.FMPHelper@1f9e10bf
700[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.EE3Helper@658e4ec5
701[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.MekanismHelper@798c2aa6
702[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.minetweaker.MTHelper@109c8348
703[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.IC2Helper@460620f4
704[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AppliedEnergisticsHelper@745a2fb7
705[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.HarvestCraftHelper@af12d39
706[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalExpansionHelper@7e8369ec
707[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ChiselHelper@975f748
708[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ExtraUtilsHelper@2cf74646
709[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.DenseOresHelper@2fec2e04
710[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.RailcraftHelper@4ac5ee1c
711[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalDynamicsHelper@6cac8fbb
712[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ForestryHelper@7a7f311e
713[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalFoundationHelper@473d2c6f
714[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.BotaniaHelper@18b5637c
715[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.mfr.MFRHelper@2bc4ba63
716[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.CarpentersHelper@7580176d
717[14:11:05] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.EnderIOHelper@5bf013e6
718[14:11:05] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
719[14:11:05] [Client thread/INFO] [TConstruct]: Gear module active. Adding gear cast.
720[14:11:05] [Client thread/INFO] [ExtraTiC]: Natura Detected
721[14:11:05] [Client thread/INFO] [ExtraTiC]: Mekanism Detected
722[14:11:05] [Client thread/INFO] [ExtraTiC]: Mekanism disabled in config
723[14:11:05] [Client thread/INFO] [ExtraTiC]: Applied Energistics Detected
724[14:11:05] [Client thread/INFO] [ExtraTiC]: Biomes O' Plenty Detected
725[14:11:05] [Client thread/INFO] [ExtraTiC]: Botania Detected
726[14:11:05] [Client thread/INFO] [ExtraTiC]: Twilight Forest Detected
727[14:11:05] [Client thread/INFO] [ExtraTiC]: Thaumcraft Detected
728[14:11:05] [Client thread/INFO] [ExtraTiC]: Dragonic Evolution Detected
729[14:11:05] [Client thread/INFO] [ExtraTiC]: EnderIO Detected
730[14:11:05] [Client thread/INFO] [ExtraTiC]: BigReactors Detected
731[14:11:05] [Client thread/INFO] [ExtraTiC]: ExtraUtils Detected
732[14:11:05] [Client thread/INFO] [ExtraTiC]: HarvestCraft Detected
733[14:11:05] [Client thread/INFO] [ExtraTiC]: Thermal Foundation Detected
734[14:11:05] [Client thread/INFO] [ExtraTiC]: Immersive Engineering Detected
735[14:11:06] [Client thread/INFO] [FTBLib]: Loading FTBLib, v1.0.18.2
736[14:11:06] [Client thread/INFO] [FTBLib]: OS: LINUX, 64bit: true
737[14:11:07] [Client thread/INFO] [FTBU Backups]: Backups folder - /home/vanessa/ftb/FTBInfinity/minecraft/./backups
738[14:11:07] [Client thread/INFO] [newframes]: Let's Move!
739[14:11:07] [Client thread/INFO] [MagicBees]: Preinit started
740[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
741[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
742[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
743[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
744[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
745[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
746[14:11:07] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
747[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
748[14:11:07] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
749[14:11:07] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
750[14:11:07] [Client thread/INFO] [MagicBees]: Preinit completed
751[14:11:07] [Client thread/INFO] [gendustry]: IC2 Version: IC2 2.2.827-experimental
752[14:11:07] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.10
753[14:11:07] [Client thread/INFO] [gendustry]: Available Forestry species roots:
754[14:11:07] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
755[14:11:07] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
756[14:11:07] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
757[14:11:07] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
758[14:11:07] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
759[14:11:07] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
760[14:11:07] [CoFHUpdater:RedstoneArsenal/ERROR] [RedstoneArsenal]: Update check for Redstone Arsenal failed.
761java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/RedstoneArsenal
762 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222]
763 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_222]
764 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_222]
765 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_222]
766 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
767 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_222]
768 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_222]
769 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222]
770 at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_222]
771 at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
772[14:11:10] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
773[14:11:10] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
774[14:11:10] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
775[14:11:10] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/vanessa/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
776[14:11:11] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
777[14:11:11] [Client thread/INFO] [bdlib]: Loading config: /home/vanessa/ftb/FTBInfinity/minecraft/config/gendustry/custombees.cfg
778[14:11:11] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
779[14:11:11] [Client thread/INFO] [gendustry]: Created 52 BC triggers for Forestry error codes
780[14:11:11] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
781[14:11:11] [Client thread/INFO] [gendustry]: Items loaded
782[14:11:11] [Client thread/INFO] [gendustry]: Fluids loaded
783[14:11:11] [Client thread/INFO] [gendustry]: Blocks loaded
784[14:11:11] [Client thread/INFO] [gendustry]: Machines loaded
785[14:11:11] [Client thread/INFO] [gendustry]: Registered reload listener
786[14:11:11] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
787[14:11:11] [Client thread/INFO] [gendustry]: Loading language file /home/vanessa/ftb/FTBInfinity/minecraft/config/gendustry/custombees.en_US.lang
788[14:11:12] [Client thread/INFO] [inpure|core]: Beating Minecraft's resource loading system with a shovel. Please stand by...
789[14:11:12] [Client thread/INFO] [inpure|core]: Constructing submodule info.inpureprojects.core.Preloader.ModulePreloader
790[14:11:12] [Client thread/INFO] [inpure|core]: Constructing submodule info.inpureprojects.core.Scripting.ScriptExtractor
791[14:11:12] [Client thread/INFO] [inpure|core]: Processing preinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
792[14:11:12] [Client thread/INFO] [inpure|core]: Processing preinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
793[14:11:12] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
794[14:11:13] [Client thread/INFO] [modtweaker2]: Starting PreInitialization for modtweaker2
795[14:11:13] [Client thread/INFO] [Morpheus]: Loading configuration
796[14:11:13] [Client thread/INFO] [NEIAddons|AppEng]: Version check success: appliedenergistics2 required / rv3-beta-6 detected
797[14:11:13] [Client thread/INFO] [NEIAddons|Botany]: Version check success: Botany required / 2.0-pre14 detected
798[14:11:13] [Client thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[4.0.8.36,) required / 4.2.16.64 detected
799[14:11:13] [Client thread/INFO] [NEIAddons|ExNihilo]: Required mod exnihilo is not installed, dependent features will be unavailable
800[14:11:13] [Client thread/ERROR] [NEIAddons|ExNihilo]: Requirements unmet, Ex Nihilo Addon not loading
801[14:11:13] [Client thread/INFO] [neiintegration]: Starting NEI Integration
802[14:11:13] [Client thread/INFO] [neiintegration]: Loading configuration files
803[14:11:13] [Client thread/INFO] [neresources]: Loading configs..
804[14:11:13] [Client thread/INFO] [neresources]: Updating ModMetaData...
805[14:11:13] [Client thread/INFO] [neresources]: Registering Network Messages...
806[14:11:13] [Client thread/INFO] [neresources]: Requesting Sync...
807[14:11:13] [Client thread/INFO] [neresources]: Registering Events...
808[14:11:14] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
809[14:11:15] [Client thread/INFO] [PortalGun]: [4.0.0-beta-6] Loading properties.
810[14:11:15] [Client thread/INFO] [PowerConverters]: PowerConverters PreInitialization Started.
811[14:11:15] [Client thread/INFO] [PowerConverters]: PowerConverters PreInitialization Finished.
812[Fatal Error] :6:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
813[14:11:15] [Portal Gun Resource download thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
814[14:11:15] [Portal Gun Resource download thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
815[14:11:15] [Portal Gun Resource download thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
816[14:11:15] [Portal Gun Resource download thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
817[14:11:15] [Portal Gun Resource download thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at portalgun.client.thread.ThreadDownloadResources.run(ThreadDownloadResources.java:54)
818[14:11:15] [Client thread/WARN] [ProjRed|Core]: Failed to load PR Plugin: Treecapitator: gem axe compat
819[14:11:15] [Client thread/WARN] [ProjRed|Core]: Failed to load PR Plugin: Colored Lights: Illumination lighting
820[14:11:16] [PowerConverters Update Thread/INFO] [PowerConverters]: We Have No Update
821[14:11:17] [Client thread/INFO] [mcjty.lib.varia.Logging]: Could not read 'userbuilder.json', this is not an error!
822[14:11:17] [Client thread/INFO] [simplyjetpacks]: Starting Simply Jetpacks
823[14:11:17] [Client thread/INFO] [simplyjetpacks]: Successfully found CoFHLib
824[14:11:17] [Client thread/INFO] [simplyjetpacks]: Loading configuration files
825[14:11:17] [Client thread/INFO] [simplyjetpacks]: Registering items
826[14:11:17] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.blocks.BlockCableCluster
827[14:11:17] [Client thread/INFO] [StevesAddons]: Applied CREATE_TE transformer
828[14:11:17] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityManager
829[14:11:17] [Client thread/INFO] [StevesAddons]: Applied ACTIVATE_TRIGGER transformer
830[14:11:17] [Client thread/INFO] [StevesAddons]: Applied GET_GUI transformer
831[14:11:17] [Client thread/INFO] [StevesAddons]: Applied MANAGER_INIT transformer
832[14:11:17] [Client thread/INFO] [StevesAddons]: Applied UPDATE_ENTITY transformer
833[14:11:17] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityCluster
834[14:11:17] [Client thread/INFO] [StevesAddons]: Applied PUBLIC_PAIR transformer
835[14:11:17] [Client thread/INFO] [StevesAddons]: Applied GET_PUBLIC_REGISTRATIONS transformer
836[14:11:17] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityRFCluster
837[14:11:17] [Client thread/INFO] [StevesAddons]: Applied GET_REGISTRATIONS transformer
838[14:11:17] [Client thread/INFO] [StevesAddons]: Applied GET_RF_NODE transformer
839[14:11:17] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.blocks.ConnectionBlockType
840[14:11:17] [Client thread/INFO] [StevesAddons]: Applied IS_INSTANCE transformer
841[14:11:18] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.components.ComponentMenuInterval
842[14:11:18] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.components.ComponentMenuItem
843[14:11:18] [Client thread/INFO] [StevesAddons]: Applied ITEM_SEARCH transformer
844[14:11:18] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.components.ComponentMenuContainerTypes
845[14:11:18] [Client thread/INFO] [StevesAddons]: Applied WRITE_TO_NBT transformer
846[14:11:18] [Client thread/INFO] [StevesAddons]: Applied READ_FROM_NBT transformer
847[14:11:18] [Client thread/INFO] [Thaumic Energistics]: Starting (PreInit)
848[14:11:19] [Client thread/INFO] [Thaumic Energistics]: Finished (PreInit in 166ms)
849[14:11:19] [Client thread/INFO] [ThermalDynamics]: Loading Plugins...
850[14:11:19] [Client thread/INFO] [ThermalDynamics]: Finished Loading Plugins.
851[14:11:19] [Client thread/INFO] [TMechworks]: Loading configuration...
852[14:11:19] [Client thread/INFO] [TMechworks]: Done.
853[14:11:19] [CoFHUpdater:ThermalDynamics/ERROR] [ThermalDynamics]: Update check for Thermal Dynamics failed.
854java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalDynamics
855 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222]
856 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92) ~[?:1.8.0_222]
857 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490) ~[?:1.8.0_222]
858 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488) ~[?:1.8.0_222]
859 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
860 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784) ~[?:1.8.0_222]
861 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487) ~[?:1.8.0_222]
862 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222]
863 at java.net.URL.openStream(URL.java:1057) ~[?:1.8.0_222]
864 at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
865[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:fluidspirit
866[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:hollowtears
867[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:brew
868[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:brewgas
869[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:brewliquid
870[14:11:19] [Client thread/INFO] [PowerConverters]: witchery:fluiddisease
871[14:11:21] [Client thread/INFO] [FML]: Applying holder lookups
872[14:11:21] [Client thread/INFO] [FML]: Holder lookups applied
873[14:11:21] [Client thread/INFO] [FML]: Injecting itemstacks
874[14:11:21] [Client thread/INFO] [FML]: Itemstack injection complete
875[14:11:21] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
876[14:11:21] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
877[14:11:21] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
878[14:11:21] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
879[14:11:21] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
880[14:11:22] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
881[14:11:22] [Sound Library Loader/INFO]: Sound engine started
882[14:11:23] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
883[14:11:23] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
884[14:11:24] [Client thread/INFO]: Created: 16x16 textures/items-atlas
885[14:11:24] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
886[14:11:24] [Client thread/INFO] [Aroma1997Core]: Finished Initialization.
887[14:11:24] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
888[14:11:24] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod bspkrsCore
889[14:11:24] [Client thread/INFO] [bspkrsCore]: bspkrsCore 6.15 is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (6.16).
890[14:11:24] [Client thread/INFO] [bspkrsCore]: Initializing ModVersionChecker for mod Treecapitator
891[14:11:25] [Client thread/INFO] [Mantle]: Entering initialization phase.
892[14:11:25] [Client thread/INFO] [Natura]: Waila detected.
893[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 267 out of 267 recipes for shaped recipes
894[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 76 out of 76 recipes for shapeless recipes
895[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
896[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
897[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 48 out of 48 recipes for compressor recipes
898[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
899[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 64 out of 64 recipes for macerator recipes
900[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
901[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
902[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
903[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
904[14:11:25] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
905[14:11:27] [Client thread/INFO] [Additional Pipes]: Registering chunk load handler
906[14:11:27] [Client thread/INFO] [Additional Pipes]: Registering key handler(s)
907[14:11:27] [Client thread/INFO] [Additional Pipes]: Registering pipes
908[14:11:27] [Client thread/INFO] [Additional Pipes]: Running Teleport Manager Tests
909[14:11:27] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing Basic Adding and Removing
910[14:11:27] [Server thread/INFO] [Additional Pipes]: Reset teleport manager.
911[14:11:27] [Server thread/INFO] [Additional Pipes]: >> Passed!
912[14:11:27] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing basic getConnectedPipes()
913[14:11:27] [Server thread/INFO] [Additional Pipes]: Reset teleport manager.
914[14:11:27] [Server thread/INFO] [Additional Pipes]: >> Passed!
915[14:11:27] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing proper behavior of getConnectedPipes() on send-receive pipes
916[14:11:27] [Server thread/INFO] [Additional Pipes]: Reset teleport manager.
917[14:11:27] [Server thread/INFO] [Additional Pipes]: >> Passed!
918[14:11:27] [Server thread/INFO] [Additional Pipes]: [TeleportManagerTest] Testing a real use case for getConnectedPipes()
919[14:11:27] [Server thread/INFO] [Additional Pipes]: Reset teleport manager.
920[14:11:27] [Server thread/INFO] [Additional Pipes]: >> getConnectedPipes() returned 2 pipes
921[14:11:27] [Server thread/INFO] [Additional Pipes]: >> Passed!
922[14:11:27] [Server thread/INFO] [Additional Pipes]: Reset teleport manager.
923[14:11:27] [Client thread/INFO] [AE2:C]: Initialization ( started )
924[14:11:27] [Client thread/INFO] [AE2:C]: Starting AE2 CSV Export
925[14:11:27] [AE2 CSV Export/INFO] [AE2:C]: Cache is enabled. Checking for new mod configurations.
926[14:11:27] [AE2 CSV Export/INFO] [AE2:C]: Same mod configuration was found. Not updating CSV content.
927[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0
928[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0
929[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
930[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
931[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
932[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
933[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0
934[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0
935[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
936[14:11:28] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
937[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Inscribe: 8 loaded.
938[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: MekCrusher: 3 loaded.
939[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: GrindFZ: 7 loaded.
940[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: MekEnrichment: 2 loaded.
941[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Crusher: 8 loaded.
942[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Grind: 4 loaded.
943[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Macerator: 7 loaded.
944[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Pulverizer: 8 loaded.
945[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: OreRegistration: 16 loaded.
946[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Press: 3 loaded.
947[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Smelt: 2 loaded.
948[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 56 loaded.
949[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 210 loaded.
950[14:11:28] [Client thread/INFO] [AE2:C]: Recipes Loading: HCCrusher: 8 loaded.
951[14:11:28] [Client thread/INFO] [ThE-Core]: Transforming Class (appeng.client.gui.implementations.GuiMEMonitorable)
952[14:11:28] [Client thread/INFO] [AE2:C]: Initialization ( ended after 549ms )
953[14:11:28] [Client thread/INFO] [Aroma1997sDimension]: Loaded.
954[14:11:29] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.client.gui.GuiTextField
955[14:11:29] [Client thread/INFO] [FML]: InvTweaks: successfully transformed setFocused/func_146195_b
956[14:11:29] [Client thread/WARN] [FML]: ****************************************
957[14:11:29] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockCrystalMatrix has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
958[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
959[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
960[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:24)
961[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
962[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
963[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
964[14:11:29] [Client thread/WARN] [FML]: ****************************************
965[14:11:29] [Client thread/WARN] [FML]: ****************************************
966[14:11:29] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockCosmicNeutronium has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
967[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
968[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
969[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:25)
970[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
971[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
972[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
973[14:11:29] [Client thread/WARN] [FML]: ****************************************
974[14:11:29] [Client thread/WARN] [FML]: ****************************************
975[14:11:29] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockInfinity has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
976[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
977[14:11:29] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
978[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:26)
979[14:11:29] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
980[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
981[14:11:29] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
982[14:11:29] [Client thread/WARN] [FML]: ****************************************
983[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.FlowerMutation
984[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.circuits.BinnieCircuit
985[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.farm.CircuitGarden
986[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.effect.ExtraBeesEffect
987[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeesFlowers
988[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeeMutation
989[14:11:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.circuits.BinnieCircuitLayout
990[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module Witchery
991[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module ForgeMultipart
992[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module NotEnoughItems
993[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module IronChest
994[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module EnderIO
995[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module ThermalExpansion
996[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module BinnieMods
997[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module MineTweaker3
998[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module AgriCraft
999[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module BigReactors
1000[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module EnderStorage
1001[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module Railcraft
1002[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module Waila
1003[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module Forestry
1004[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module ImmersiveEngineering
1005[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module PamHarvestCraft
1006[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module MineFactoryReloaded
1007[14:11:30] [Client thread/INFO] [BuildCraft]: Loading compat module CarpentersBlocks
1008[14:11:30] [Client thread/WARN] [EE3]: Unable to find file '/home/vanessa/ftb/FTBInfinity/minecraft/data/ee3/blacklist/exchange-blacklist.json'
1009[14:11:31] [Client thread/INFO] [Chisel]: Starting init...
1010[14:11:31] [Client thread/INFO] [Chisel]: Loading recipes...
1011[14:11:31] [Client thread/INFO] [Chisel]: 106 Feature's recipes loaded.
1012[14:11:31] [Client thread/INFO] [Chisel]: Init finished.
1013[14:11:31] [Client thread/INFO] [Draconic Evolution]: Adding Iron Chests Integration
1014[14:11:31] [Client thread/INFO] [Draconic Evolution]: Finished Initialization
1015[14:11:32] [Client thread/INFO] [Draconic Evolution]: RS Added
1016[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler ClientHandler to busses: [FORGE, FML]
1017[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE, FML]
1018[14:11:32] [Client thread/INFO] [EnderCore]: Transforming Class [cpw.mods.fml.client.GuiScrollingList], Method [drawScreen]
1019[14:11:32] [Client thread/INFO] [EnderCore]: Transforming cpw.mods.fml.client.GuiScrollingList Finished.
1020[14:11:32] [Client thread/INFO] [EnderCore]: Transforming Class [cpw.mods.fml.client.GuiSlotModList], Method [drawBackground]
1021[14:11:32] [Client thread/INFO] [EnderCore]: Transforming cpw.mods.fml.client.GuiSlotModList Finished.
1022[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EventHandlerGui to busses: [FORGE, FML]
1023[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE, FML]
1024[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE, FML]
1025[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler FireworkHandler to busses: [FORGE, FML]
1026[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE, FML]
1027[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler Scheduler to busses: [FORGE, FML]
1028[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE, FML]
1029[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE, FML]
1030[14:11:32] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EnderIOController to busses: [FORGE, FML]
1031[14:11:32] [Client thread/INFO] [EnderCore]: Sending dummy event to all mods
1032[14:11:32] [Client thread/INFO] [EnderCore]: Reloading ingame configs for modid: endercore
1033[14:11:32] [Client thread/INFO] [EnderIO]: Updating config...
1034[14:11:33] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 45 loaded.
1035[14:11:33] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 54 loaded.
1036[14:11:34] [Client thread/INFO] [PowerConverters]: molten.bedrockiumingots
1037[14:11:34] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (bedrockium) - TConTextureResourcePackBedrockium
1038[14:11:34] [Client thread/INFO] [PowerConverters]: molten.unstableingots
1039[14:11:34] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (unstableingot) - TConTextureResourcePackUnstableIngot
1040[14:11:34] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (magicwood) - TConTextureResourcePackMagicWood
1041[14:11:34] [Client thread/INFO] [ImmersiveEngineering]: Attempting to extend PotionArray by 4
1042[14:11:34] [Client thread/INFO]: Created: 16x16 textures/revolvers-atlas
1043[14:11:34] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
1044[14:11:35] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Registering harvestables.
1045[14:11:35] [Client thread/INFO] [TConstruct]: Waila detected. Registering TConstruct tank blocks with Waila registry.
1046[14:11:35] [Client thread/INFO] [TConstruct]: BuildCraft detected. Registering facades.
1047[14:11:35] [Client thread/INFO] [TConstruct]: AE2 detected. Registering for Spatial IO.
1048[14:11:35] [Client thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.
1049[14:11:35] [Client thread/INFO] [TConstruct]: Mystcraft detected. Blacklisting Mystcraft fluid symbols.
1050[14:11:35] [Client thread/INFO] [TConstruct]: MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.
1051[14:11:35] [Client thread/INFO] [TConstruct]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
1052[14:11:35] [Client thread/INFO] [MagicBees]: Init completed
1053[14:11:35] [Client thread/INFO] [MagicBees]: Thermal Expansion bees active
1054[14:11:35] [Client thread/INFO] [gendustry]: Registered 2 branches
1055[14:11:35] [Client thread/INFO] [gendustry]: Registered 20 bees
1056[Fatal Error] :6:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
1057[14:11:36] [Hats Download/Read Hats Thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
1058[14:11:36] [Hats Download/Read Hats Thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1059[14:11:36] [Hats Download/Read Hats Thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1060[14:11:36] [Hats Download/Read Hats Thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1061[14:11:36] [Hats Download/Read Hats Thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at hats.common.thread.ThreadHatsReader.run(ThreadHatsReader.java:52)
1062[14:11:36] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.golems.EntityGolemBase with hat mod mappings.
1063[14:11:36] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.monster.EntityPech with hat mod mappings.
1064[14:11:36] [Client thread/FATAL] [IC2NuclearControl]: We know that there is a foreign reactor installed...
1065[14:11:36] [Client thread/FATAL] [IC2NuclearControl]: Large Storage System? We can help to monitor that!
1066[14:11:37] [Client thread/INFO] [inpure|core]: Processing init event for submodule info.inpureprojects.core.Preloader.ModulePreloader
1067[14:11:37] [Client thread/INFO] [inpure|core]: Processing init event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
1068[14:11:37] [Client thread/INFO] [inventorytweaks]: InvTweaks: Configuration loaded.
1069[14:11:37] [Client thread/INFO] [inventorytweaks]: Mod initialized
1070[14:11:37] [Client thread/INFO] [journeymap]: JourneyMap log initialized.
1071[14:11:37] [Client thread/INFO] [journeymap]: initialize ENTER
1072[14:11:37] [Hats Download/Read Hats Thread/INFO] [Hats]: [4.0.1] Loaded 193 hats. 0 are contributor hats.
1073[14:11:37] [Client thread/INFO] [journeymap]: Loaded CoreProperties from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.core.config
1074[14:11:37] [Client thread/INFO] [journeymap]: Loaded FullMapProperties from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.fullmap.config
1075[14:11:37] [Client thread/INFO] [journeymap]: Loaded MiniMapProperties from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.minimap.config
1076[14:11:37] [Client thread/INFO] [journeymap]: Loaded MiniMapProperties2 from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.minimap2.config
1077[14:11:37] [Client thread/INFO] [journeymap]: Loaded WebMapProperties from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.webmap.config
1078[14:11:37] [Client thread/INFO] [journeymap]: Loaded WaypointProperties from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/config/5.1/journeymap.waypoint.config
1079[14:11:37] [Client thread/INFO] [journeymap]: initialize EXIT, elapsed count 0 avg �ms
1080[14:11:37] [Client thread/INFO] [Mekanism]: Version 9.1.1 initializing...
1081[14:11:37] [Thread-20/ERROR] [Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/versions/Mekanism.txt.'
1082[14:11:37] [Thread-20/ERROR] [Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/capes/Mekanism.txt.'
1083[14:11:38] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for cofh/api/energy/IEnergyHandler
1084[14:11:38] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for cofh/api/energy/IEnergyHandler
1085[14:11:38] [Client thread/INFO] [Mekanism]: Render registrations complete.
1086[14:11:38] [Client thread/INFO] [Mekanism]: Initialized HolidayManager.
1087[14:11:38] [Client thread/INFO] [Mekanism]: Loading complete.
1088[14:11:38] [Client thread/INFO] [Mekanism]: Mod loaded.
1089[14:11:38] [Client thread/INFO] [modtweaker2]: Starting Initialization for modtweaker2
1090[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.NoClassDefFoundError: mekanism/common/recipe/machines/SolarEvaporationRecipe
1091[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.getDeclaredMethods0(Native Method)
1092[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
1093[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.privateGetPublicMethods(Class.java:2902)
1094[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.getMethods(Class.java:1615)
1095[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:157)
1096[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at minetweaker.runtime.GlobalRegistry.registerNativeClass(GlobalRegistry.java:94)
1097[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at minetweaker.MineTweakerAPI.registerClass(MineTweakerAPI.java:343)
1098[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at modtweaker2.mods.mekanism.Mekanism.<init>(Mekanism.java:48)
1099[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1100[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1101[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1102[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1103[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.Class.newInstance(Class.java:442)
1104[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at modtweaker2.utils.TweakerPlugin.load(TweakerPlugin.java:18)
1105[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at modtweaker2.utils.TweakerPlugin.register(TweakerPlugin.java:12)
1106[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at modtweaker2.ModTweaker2.init(ModTweaker2.java:73)
1107[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1108[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1109[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1110[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
1111[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
1112[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1113[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1114[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
1115[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
1116[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
1117[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
1118[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
1119[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
1120[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
1121[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
1122[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1123[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1124[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1125[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
1126[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
1127[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
1128[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
1129[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
1130[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
1131[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
1132[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
1133[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
1134[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
1135[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
1136[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.main.Main.main(SourceFile:148)
1137[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1138[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1139[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1140[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
1141[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
1142[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
1143[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.ClassNotFoundException: mekanism.common.recipe.machines.SolarEvaporationRecipe
1144[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
1145[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1146[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1147[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: ... 52 more
1148[14:11:39] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.NullPointerException
1149[14:11:39] [Client thread/INFO] [Mystcraft]: Adding Entity Renderers
1150[14:11:39] [Client thread/INFO] [NEIAddons]: Loading NEI Addons
1151[14:11:39] [Client thread/INFO] [NEIAddons]: Developer Tools Addon disabled - skipping
1152[14:11:39] [Client thread/INFO] [NEIAddons]: Loading Applied Energistics 2 Addon...
1153[14:11:40] [Client thread/INFO] [NEIAddons]: Applied Energistics 2 Addon successfully loadded
1154[14:11:40] [Client thread/INFO] [NEIAddons]: Loading Botany Addon...
1155[14:11:40] [Client thread/INFO] [NEIAddons]: Botany Addon successfully loadded
1156[14:11:40] [Client thread/INFO] [NEIAddons]: Loading Forestry Addon...
1157[14:11:40] [Client thread/INFO] [NEIAddons]: Forestry Addon successfully loadded
1158[14:11:40] [Client thread/INFO] [NEIAddons]: Loading Crafting Tables Addon...
1159[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: EE3 required / 0.3.0.547 detected
1160[14:11:40] [Client thread/WARN] [NEIAddons|CraftingTables]: Registering EE3 Minium Stone failed
1161java.lang.ClassNotFoundException: com.pahimar.ee3.client.gui.inventory.GuiPortableCrafting
1162 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
1163 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
1164 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
1165 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
1166 at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_222]
1167 at net.bdew.neiaddons.Utils.getAndCheckClass(Utils.java:25) ~[Utils.class:?]
1168 at net.bdew.neiaddons.crafting.AddonCraftingTables.tryLoadTableClass(AddonCraftingTables.java:48) [AddonCraftingTables.class:?]
1169 at net.bdew.neiaddons.crafting.AddonCraftingTables.init(AddonCraftingTables.java:62) [AddonCraftingTables.class:?]
1170 at net.bdew.neiaddons.NEIAddons.init(NEIAddons.java:89) [NEIAddons.class:?]
1171 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1172 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1173 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1174 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1175 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
1176 at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
1177 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1178 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1179 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
1180 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
1181 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
1182 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
1183 at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
1184 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
1185 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
1186 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1187 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1188 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1189 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1190 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
1191 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
1192 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
1193 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
1194 at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
1195 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
1196 at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
1197 at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
1198 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
1199 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
1200 at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
1201 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1202 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1203 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1204 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1205 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
1206 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
1207Caused by: java.lang.NullPointerException
1208[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BuildCraft|Factory required / 7.1.23 detected
1209[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BC Autorcrafting Table
1210[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod powersuitaddons is not installed, dependent features will be unavailable
1211[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering MPSA In-Place Assembler
1212[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod ProjectE is not installed, dependent features will be unavailable
1213[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering ProjectE Philosopher Stone
1214[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BiblioCraft required / 1.11.7 detected
1215[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BiblioCraft Fancy Workbench
1216[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod RIO is not installed, dependent features will be unavailable
1217[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering RemoteIO Intelligent Workbench
1218[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: Railcraft required / 9.12.2.0 detected
1219[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered Railcraft Work Cart
1220[14:11:40] [Client thread/INFO] [NEIAddons|CraftingTables]: 3 crafting tables registered
1221[14:11:40] [Client thread/INFO] [NEIAddons]: Crafting Tables Addon successfully loadded
1222[14:11:40] [Client thread/WARN] [OpenMods]: Error trying to create advanced renderer, falling back to legacy renderer
1223org.lwjgl.opengl.OpenGLException: Shader compile error: 0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES
1224
1225 at openmods.renderer.shaders.ShaderProgramBuilder.createShader(ShaderProgramBuilder.java:61) ~[ShaderProgramBuilder.class:?]
1226 at openmods.renderer.shaders.ShaderProgramBuilder.build(ShaderProgramBuilder.java:36) ~[ShaderProgramBuilder.class:?]
1227 at openblocks.client.renderer.tileentity.guide.MarkerRenderer.<init>(MarkerRenderer.java:47) ~[MarkerRenderer.class:?]
1228 at openblocks.client.renderer.tileentity.guide.GuideAdvancedRenderer.<init>(GuideAdvancedRenderer.java:13) ~[GuideAdvancedRenderer.class:?]
1229 at openblocks.client.renderer.tileentity.guide.GuideRendererSelector.createRenderer(GuideRendererSelector.java:45) [GuideRendererSelector.class:?]
1230 at openblocks.client.renderer.tileentity.guide.GuideRendererSelector.getRenderer(GuideRendererSelector.java:56) [GuideRendererSelector.class:?]
1231 at openblocks.client.renderer.tileentity.guide.TileEntityGuideRenderer.<init>(TileEntityGuideRenderer.java:17) [TileEntityGuideRenderer.class:?]
1232 at openblocks.client.ClientProxy.registerRenderInformation(ClientProxy.java:190) [ClientProxy.class:?]
1233 at openblocks.OpenBlocks.init(OpenBlocks.java:639) [OpenBlocks.class:?]
1234 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1235 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1236 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1237 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1238 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
1239 at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
1240 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1241 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1242 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
1243 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
1244 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
1245 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
1246 at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
1247 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
1248 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
1249 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1250 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1251 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1252 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1253 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
1254 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
1255 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
1256 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
1257 at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
1258 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
1259 at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
1260 at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
1261 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
1262 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
1263 at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
1264 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
1265 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
1266 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
1267 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
1268 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
1269 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
1270[14:11:40] [Client thread/INFO] [PowerConverters]: PowerConverters Core Initialization Started.
1271[14:11:40] [Client thread/INFO] [PowerConverters]: PowerConverters Core Initialization Finished.
1272[14:11:41] [Client thread/INFO] [PowerConverters]: redstone.molten
1273[14:11:41] [Client thread/INFO] [PowerConverters]: redmetal.molten
1274[14:11:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools villager registered with id: 10
1275[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering handlers
1276[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering network messages
1277[14:11:41] [Client thread/INFO] [simplyjetpacks]: Stealing Thermal Expansion's items
1278[14:11:41] [Client thread/INFO] [simplyjetpacks]: Stealing Thermal Dynamics's items
1279[14:11:41] [Client thread/INFO] [simplyjetpacks]: Stealing Redstone Arsenal's items
1280[14:11:41] [Client thread/INFO] [simplyjetpacks]: Stealing Ender IO's items
1281[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering recipes
1282[14:11:41] [Client thread/INFO] [simplyjetpacks]: Doing intermod communication
1283[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
1284[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
1285[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
1286[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering TE Fluid Transposer fill recipe
1287[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering TE Fluid Transposer fill recipe
1288[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
1289[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
1290[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
1291[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
1292[14:11:41] [Client thread/INFO] [simplyjetpacks]: Registering EIO Soul Binder recipe
1293[14:11:41] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.settings.Settings
1294[14:11:41] [Client thread/INFO] [StevesAddons]: Applied LOAD_DEFAULT transformer
1295[14:11:41] [Client thread/INFO] [Thaumic Energistics]: Starting (Load)
1296[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Starting (Integration)
1297[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with NEI
1298[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with Waila
1299[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with EC2
1300[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with CC
1301[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Finished (Integration in 54ms)
1302[14:11:42] [Client thread/INFO] [Thaumic Energistics]: Finished (Load in 255ms)
1303[14:11:43] [Client thread/INFO] [PowerConverters]: uranium
1304[14:11:43] [Client thread/INFO] [PowerConverters]: mithril
1305[14:11:43] [Client thread/INFO] [PowerConverters]: draconium
1306[14:11:43] [Client thread/INFO] [PowerConverters]: osmium
1307[14:11:43] [Client thread/INFO] [PowerConverters]: iridium
1308[14:11:43] [Client thread/INFO] [denseores]: Ph'nglui mglw'nafh, y'uln Dense Ores shugg ch'agl
1309[14:11:43] [Client thread/INFO] [Treecapitator]: Received IMC message from mod Natura.
1310[14:11:43] [Client thread/WARN] [Treecapitator]: Unknown tag "useShiftedItemID" found while verifying a ThirdPartyModConfig NBTTagCompound object
1311[14:11:43] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
1312[14:11:43] [Client thread/INFO] [Treecapitator]: Received IMC message from mod BiomesOPlenty.
1313[14:11:43] [Client thread/WARN] [Treecapitator]: Unknown tag "trees" found while verifying a ThirdPartyModConfig NBTTagCompound object
1314[14:11:43] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AdaptiveSmelteryLogic by TConstruct
1315[14:11:43] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AqueductLogic by TConstruct
1316[14:11:43] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TankAirLogic by TConstruct
1317[14:11:43] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TowerFurnaceLogic by TConstruct
1318[14:11:43] [Client thread/INFO] [BuildCraft]: Received a successful oil-gen-exclude request 220 from mod Aroma1997sDimension
1319[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderIO ] for method crazypants.enderio.waila.WailaCompat.load
1320[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderZoo ] for method crazypants.enderzoo.waila.WailaCompat.load
1321[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
1322[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ rftools ] for method mcjty.lib.compat.waila.WailaCompatibility.load
1323[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ Natura ] for method mods.natura.plugins.waila.WailaRegistrar.wailaCallback
1324[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ AgriCraft ] for method com.InfinityRaider.AgriCraft.compatibility.waila.WailaRegistry.initWaila
1325[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
1326[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ BuildCraft|Compat ] for method buildcraft.compat.waila.WailaCallback.callback
1327[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ EE3 ] for method com.pahimar.ee3.waila.WailaDataProvider.callbackRegister
1328[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
1329[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.MultiblockWailaProvider.callbackRegister
1330[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.GenericWailaProvider.callbackRegister
1331[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ extracells ] for method extracells.integration.waila.Waila.register
1332[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ ImmersiveEngineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
1333[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
1334[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ FTBL ] for method ftb.lib.api.waila.EventRegisterWaila.registerHandlers
1335[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ gendustry ] for method net.bdew.gendustry.waila.WailaHandler.loadCallback
1336[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ headcrumbs ] for method ganymedes01.headcrumbs.waila.WailaRegistrar.wailaCallback
1337[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ HardcoreQuesting ] for method hardcorequesting.waila.Provider.callbackRegister
1338[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ IC2NuclearControl ] for method shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila.callbackRegister
1339[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ immersiveintegration ] for method unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler.init
1340[14:11:43] [Client thread/INFO] [Waila]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
1341[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ Mekanism ] for method mekanism.common.integration.WailaDataProvider.register
1342[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ PowerConverters3 ] for method covers1624.powerconverters.waila.WailaModule.callBackRegister
1343[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ StevesFactoryManager ] for method vswe.stevesfactory.waila.Provider.callbackRegister
1344[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ StevesAddons ] for method stevesaddons.waila.WailaManager.callbackRegister
1345[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
1346[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ thaumicenergistics ] for method thaumicenergistics.common.integration.ModuleWaila.callbackRegister
1347[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicExploration ] for method flaxbeard.thaumicexploration.interop.WailaConfig.callbackRegister
1348[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
1349[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities.registerAddon
1350[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles.registerAddon
1351[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericEntities.registerAddon
1352[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericTiles.registerAddon
1353[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles.registerAddon
1354[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles.registerAddon
1355[14:11:44] [Client thread/INFO] [Waila]: Receiving registration request from [ witchery ] for method com.emoniph.witchery.integration.ModHookWailaRegistrar.callbackRegister
1356[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1357[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
1358[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 1 recipes avaliable.
1359[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1360[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
1361[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 2 recipes avaliable.
1362[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1363[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
1364[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 3 recipes avaliable.
1365[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1366[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
1367[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 4 recipes avaliable.
1368[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1369[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1370[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 1 recipes avaliable.
1371[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1372[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1373[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 2 recipes avaliable.
1374[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1375[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1376[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 3 recipes avaliable.
1377[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1378[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1379[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 4 recipes avaliable.
1380[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1381[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1382[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 5 recipes avaliable.
1383[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1384[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1385[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 6 recipes avaliable.
1386[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1387[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1388[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 7 recipes avaliable.
1389[14:11:44] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
1390[14:11:44] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
1391[14:11:44] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 8 recipes avaliable.
1392[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving API registration request from [OpenPeripheralIntegration] for method openperipheral.integration.mystcraft.v2.MystcraftAccess.init
1393[14:11:44] [Client thread/INFO] [Mystcraft]: Trying to call (reflection) openperipheral.integration.mystcraft.v2.MystcraftAccess init
1394[14:11:44] [Client thread/INFO] [Mystcraft]: API provided to OpenPeripheralIntegration
1395[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
1396[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1397[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
1398[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1399[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
1400[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1401[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
1402[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1403[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
1404[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1405[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
1406[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1407[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
1408[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1409[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
1410[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1411[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
1412[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1413[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
1414[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1415[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
1416[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1417[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
1418[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1419[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
1420[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1421[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
1422[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1423[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
1424[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1425[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
1426[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1427[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
1428[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1429[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
1430[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1431[14:11:44] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
1432[14:11:44] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
1433[14:11:44] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
1434[14:11:44] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
1435[14:11:44] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
1436[14:11:44] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
1437[14:11:44] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
1438[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.pigiron.molten'
1439[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.pigiron.molten' to 999999,999999,999999,6
1440[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in dimensions.
1441[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in loot/chests.
1442[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.bronze.molten'
1443[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.bronze.molten' to 999999,999999,999999,6
1444[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in dimensions.
1445[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in loot/chests.
1446[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.alumite.molten'
1447[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.alumite.molten' to 999999,999999,999999,6
1448[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in dimensions.
1449[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in loot/chests.
1450[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.aluminumbrass.molten'
1451[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminumbrass.molten' to 999999,999999,999999,6
1452[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in dimensions.
1453[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in loot/chests.
1454[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.manyullyn.molten'
1455[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.manyullyn.molten' to 999999,999999,999999,6
1456[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in dimensions.
1457[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in loot/chests.
1458[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.invar.molten'
1459[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.invar.molten' to 999999,999999,999999,6
1460[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in dimensions.
1461[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in loot/chests.
1462[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.electrum.molten'
1463[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.electrum.molten' to 999999,999999,999999,6
1464[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in dimensions.
1465[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in loot/chests.
1466[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.signalum.molten'
1467[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.signalum.molten' to 999999,999999,999999,6
1468[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in dimensions.
1469[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in loot/chests.
1470[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.lumium.molten'
1471[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lumium.molten' to 999999,999999,999999,6
1472[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in dimensions.
1473[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in loot/chests.
1474[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.mithril.molten'
1475[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.mithril.molten' to 999999,999999,999999,6
1476[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in dimensions.
1477[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in loot/chests.
1478[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.enderium.molten'
1479[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.enderium.molten' to 999999,999999,999999,6
1480[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in dimensions.
1481[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in loot/chests.
1482[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.platinum.molten'
1483[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.platinum.molten' to 999999,999999,999999,6
1484[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in dimensions.
1485[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in loot/chests.
1486[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one' to 123456,123456,123456,6
1487[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one1' to 123456,123456,123456,6
1488[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one2' to 123456,123456,123456,6
1489[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one3' to 123456,123456,123456,6
1490[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one'
1491[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one1'
1492[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one2'
1493[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one3'
1494[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in dimensions.
1495[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in dimensions.
1496[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in dimensions.
1497[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in dimensions.
1498[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in loot/chests.
1499[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in loot/chests.
1500[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in loot/chests.
1501[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in loot/chests.
1502[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two' to 123456,123456,123456,6
1503[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two1' to 123456,123456,123456,6
1504[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two'
1505[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two1'
1506[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in dimensions.
1507[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in dimensions.
1508[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in loot/chests.
1509[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in loot/chests.
1510[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.obsidian.molten' to 3000,2500,400,3
1511[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.glass.molten' to 2000,2000,250,3
1512[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.copper.molten' to 7500,5000,500,4
1513[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminum.molten' to 8500,6000,600,4
1514[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.tin.molten' to 9000,6000,500,4
1515[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.iron.molten' to 10000,7500,1000,5
1516[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.steel.molten' to 25000,12500,2000,6
1517[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.gold.molten' to 50000,15000,2500,6
1518[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ender' to 300000,40000,7000,6
1519[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ardite.molten' to 400000,45000,8000,6
1520[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.cobalt.molten' to 500000,50000,10000,6
1521[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.emerald.liquid' to 350000,40000,5000,6
1522[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lead.molten' to 15000,1000,800,5
1523[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.nickel.molten' to 17000,1027,900,5
1524[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.silver.molten' to 45678,14321,1234,6
1525[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in loot/chests.
1526[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in loot/chests.
1527[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ender' from being generated randomly in loot/chests.
1528[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in loot/chests.
1529[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in loot/chests.
1530[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.silver.molten' from being generated randomly in loot/chests.
1531[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in loot/chests.
1532[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in dimensions.
1533[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in dimensions.
1534[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in dimensions.
1535[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in dimensions.
1536[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in dimensions.
1537[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.iron.molten' from being generated randomly in dimensions.
1538[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore1' to 500000,25000,15000,5
1539[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore1' from being generated randomly in loot/chests.
1540[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore2' to 400000,20000,10000,5
1541[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore2' from being generated randomly in loot/chests.
1542[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore3' to 10000,3000,1000,3
1543[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore4' to 12000,3333,5000,3
1544[14:11:44] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore5' to 10000,2800,500,3
1545[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2 is already registered.
1546[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_1 is already registered.
1547[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_2 is already registered.
1548[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_3 is already registered.
1549[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_1 is already registered.
1550[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_2 is already registered.
1551[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_3 is already registered.
1552[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_4 is already registered.
1553[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_5 is already registered.
1554[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_6 is already registered.
1555[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_7 is already registered.
1556[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_8 is already registered.
1557[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_9 is already registered.
1558[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_10 is already registered.
1559[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_11 is already registered.
1560[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_12 is already registered.
1561[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_13 is already registered.
1562[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_14 is already registered.
1563[14:11:44] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_15 is already registered.
1564[14:11:44] [Client thread/INFO] [FML]: Injecting itemstacks
1565[14:11:44] [Client thread/INFO] [FML]: Itemstack injection complete
1566[14:11:44] [Client thread/INFO] [Aroma1997Core]: Finished Post-Initialization.
1567[14:11:44] [Client thread/INFO] [Treecapitator]: Prioritizing User and IMC mod configs...
1568[14:11:44] [Client thread/INFO] [Treecapitator]: Registering items and trees...
1569[14:11:44] [Client thread/INFO] [Treecapitator]: Skipping Ore Dictionary processing.
1570[14:11:44] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
1571[14:11:45] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
1572[14:11:45] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
1573[14:11:45] [Client thread/INFO] [IC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
1574[14:11:45] [Client thread/WARN] [IC2.Uu]: Invalid itemstack detected, shapeless vanilla crafting recipe [[]] -> 1x(null)@(unknown)
1575[14:11:45] [Client thread/WARN] [IC2.Uu]: Invalid itemstack detected, shapeless vanilla crafting recipe [[]] -> 1x(null)@(unknown)
1576[14:11:45] [Client thread/INFO] [IC2.General]: IC2 version 2.2.827-experimental loaded.
1577[14:11:45] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
1578[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 356
1579[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 29
1580[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 30
1581[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 31
1582[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 32
1583[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 77
1584[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 80
1585[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 81
1586[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 82
1587[14:11:45] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 83
1588[14:11:46] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
1589[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop]
1590[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop]
1591[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop]
1592[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop]
1593[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop]
1594[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop]
1595[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop]
1596[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop]
1597[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop]
1598[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop]
1599[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop]
1600[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop]
1601[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop]
1602[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop]
1603[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop]
1604[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop]
1605[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop]
1606[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop]
1607[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop]
1608[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop]
1609[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop]
1610[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop]
1611[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop]
1612[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop]
1613[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop]
1614[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop]
1615[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop]
1616[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop]
1617[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
1618[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop]
1619[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop]
1620[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop]
1621[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop]
1622[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop]
1623[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop]
1624[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop]
1625[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop]
1626[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop]
1627[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop]
1628[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop]
1629[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop]
1630[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop]
1631[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop]
1632[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop]
1633[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop]
1634[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop]
1635[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop]
1636[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spinach Crop]
1637[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop]
1638[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop]
1639[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop]
1640[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
1641[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop]
1642[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop]
1643[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop]
1644[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop]
1645[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Curry Leaf Crop]
1646[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sesame Seeds Crop]
1647[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Chestnut Crop]
1648[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
1649[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Almond]
1650[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apricot]
1651[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Avocado]
1652[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Banana]
1653[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cashew]
1654[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cherry]
1655[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chestnut]
1656[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cinnamon Wood]
1657[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coconut]
1658[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Date]
1659[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Dragonfruit]
1660[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Durian]
1661[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fig]
1662[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapefruit]
1663[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lemon]
1664[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lime]
1665[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mango]
1666[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Maple Wood]
1667[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Nutmeg]
1668[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Olive]
1669[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Orange]
1670[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Papaya]
1671[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Paperbark Wood]
1672[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peach]
1673[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pear]
1674[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pecan]
1675[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peppercorn]
1676[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
1677[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pistachio]
1678[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Plum]
1679[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pomegranate]
1680[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Starfruit]
1681[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Vanilla Bean]
1682[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Walnut]
1683[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Goosberry]
1684[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Raspberry Bush]
1685[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blueberry Bush]
1686[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blackberry Bush]
1687[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Maloberry Bush]
1688[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blightberry Bush]
1689[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Duskberry Bush]
1690[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Skyberry Bush]
1691[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Stingberry Bush]
1692[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crops]
1693[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Crops]
1694[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crop Sticks]
1695[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-6] to only spawn TC content at level [1]
1696[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Blacklisting [Mining Biome] to only spawn TC content at level [1]
1697[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Iron Oreberry Bush]
1698[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]
1699[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]
1700[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]
1701[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]
1702[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]
1703[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-34] to only spawn TC content at level [2]
1704[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Artichoke]
1705[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Belladonna]
1706[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mandrake]
1707[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Snowbell]
1708[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wormwood]
1709[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Minedrake]
1710[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wolfsbane]
1711[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-37] to only spawn TC content at level [0]
1712[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-38] to only spawn TC content at level [0]
1713[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Uranium Cluster] to special result list for [Uranium Ore]
1714[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Ferrous Ore]
1715[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Nickel Ore]
1716[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Shiny Ore]
1717[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mana Infused Ore]
1718[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Draconium Cluster] to special result list for [Draconium Ore]
1719[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Ore]
1720[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Gravel Ore]
1721[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Ardite Cluster] to special result list for [Ardite Ore]
1722[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Ore]
1723[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Gravel Ore]
1724[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Osmium Cluster] to special result list for [Osmium Ore]
1725[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Steel Cluster] to special result list for [Steel Ore]
1726[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Iridium Cluster] to special result list for [Iridium Ore]
1727[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Berry Bush]
1728[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
1729[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
1730[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
1731[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
1732[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
1733[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
1734[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
1735[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
1736[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
1737[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
1738[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
1739[14:11:48] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
1740[14:11:48] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in /home/vanessa/ftb/FTBInfinity/minecraft/config/cofh/thermalexpansion/crafting.
1741[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.AEInterfaceInventoryHandler
1742[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.JABBAInventoryHandler
1743[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.StorageDrawersInventoryHandler
1744[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.DSUInventoryHandler
1745[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialTankHandler: logisticspipes.proxy.specialtankhandler.BuildCraftTankHandler
1746[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialTankHandler: logisticspipes.proxy.specialtankhandler.AETankHandler
1747[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded AutoWorkbench RecipeProvider
1748[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded AssemblyAdvancedWorkbench RecipeProvider
1749[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded AssemblyTable RecipeProvider
1750[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded RollingMachine RecipeProvider
1751[14:11:48] [Client thread/INFO] [LogisticsPipes]: Didn't load ImmibisCraftingTableMk2 RecipeProvider
1752[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded Forestry, Generic ProgressProvider
1753[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded ThermalExpansion, Generic ProgressProvider
1754[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded IC2, Generic ProgressProvider
1755[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded EnderIO, Generic ProgressProvider
1756[14:11:48] [Client thread/INFO] [LogisticsPipes]: Loaded endercore, Generic ProgressProvider
1757[14:11:48] [Client thread/INFO] [Additional Pipes]: Commencing morass of reflection to try and integrate with Logistics Pipes
1758[14:11:48] [Client thread/INFO] [Additional Pipes]: Integration succeeded
1759[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Start parsing MT recipes * * * * * *
1760[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Finished parsing MT recipes * * * * * *
1761[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Config loading completed, 2 recipes parsed.
1762[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Loaded recipes list * * * * * *
1763[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Glowstone Dust -> Sunnarium Piece [1000000 EU]
1764[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Glowstone -> Sunnarium [9000000 EU]
1765[14:11:48] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * * * * * * * * * * * * * * * *
1766[14:11:48] [Client thread/INFO] [AgriCraft]: Registering soils to whitelist:
1767[14:11:48] [Client thread/INFO] [AgriCraft]: Completed soil whitelist:
1768[14:11:48] [Client thread/INFO] [AgriCraft]: - minecraft:sand:0
1769[14:11:48] [Client thread/INFO] [AgriCraft]: - minecraft:mycelium:0
1770[14:11:48] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCinderpearl
1771[14:11:48] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCinderpearl
1772[14:11:48] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShimmerleaf
1773[14:11:48] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShimmerleaf
1774[14:11:48] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropVishroom
1775[14:11:48] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedVishroom
1776[14:11:48] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTaintedRoot
1777[14:11:48] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTaintedRoot
1778[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaWhite
1779[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaWhite
1780[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaOrange
1781[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaOrange
1782[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaMagenta
1783[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaMagenta
1784[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLightBlue
1785[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLightBlue
1786[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaYellow
1787[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaYellow
1788[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLime
1789[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLime
1790[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaPink
1791[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaPink
1792[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaGray
1793[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaGray
1794[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLightGray
1795[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLightGray
1796[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaCyan
1797[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaCyan
1798[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaPurple
1799[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaPurple
1800[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBlue
1801[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBlue
1802[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBrown
1803[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBrown
1804[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaGreen
1805[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaGreen
1806[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaRed
1807[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaRed
1808[14:11:49] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBlack
1809[14:11:49] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBlack
1810[14:11:49] [Client thread/INFO] [AgriCraft]: Botania crops registered
1811[14:11:49] [Client thread/INFO] [AgriCraft]: Registered AgriCraft:seedCarrot:0 as a drop from grass (weight: 10)
1812[14:11:49] [Client thread/INFO] [AgriCraft]: Registered AgriCraft:seedPotato:0 as a drop from grass (weight: 10)
1813[14:11:49] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
1814[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraft/inventory/ISidedInventory
1815[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraft/inventory/ISidedInventory
1816[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for mekanism/api/gas/IGasHandler
1817[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for mekanism/api/gas/IGasHandler
1818[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraftforge/fluids/IFluidHandler
1819[14:11:49] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraftforge/fluids/IFluidHandler
1820[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5284 bytes
1821[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
1822[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
1823[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBus loaded successfully - 4289 bytes
1824[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBus loaded successfully - 4184 bytes
1825[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1351 bytes
1826[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1803 bytes
1827[14:11:49] [Client thread/INFO] [AE2:C]: Layer: extracells/integration/mekanism/gas/LayerGasHandler_TileCableBus loaded successfully - 2124 bytes
1828[14:11:49] [Client thread/INFO] [AE2:C]: Layer: extracells/integration/mekanism/gas/LayerTubeConnection_TileCableBus loaded successfully - 944 bytes
1829[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5296 bytes
1830[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
1831[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
1832[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBusTESR loaded successfully - 4301 bytes
1833[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBusTESR loaded successfully - 4196 bytes
1834[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1363 bytes
1835[14:11:49] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1815 bytes
1836[14:11:49] [Client thread/INFO] [AE2:C]: Layer: extracells/integration/mekanism/gas/LayerGasHandler_TileCableBusTESR loaded successfully - 2136 bytes
1837[14:11:49] [Client thread/INFO] [AE2:C]: Layer: extracells/integration/mekanism/gas/LayerTubeConnection_TileCableBusTESR loaded successfully - 956 bytes
1838[14:11:49] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Enable
1839[14:11:49] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
1840[14:11:49] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
1841[14:11:49] [Client thread/INFO] [AE2:C]: BuildCraft Core - Integration Enable
1842[14:11:49] [Client thread/INFO] [AE2:C]: BuildCraft Transport - Integration Enable
1843[14:11:49] [Client thread/INFO] [AE2:C]: BuildCraft Builders - Integration Enable
1844[14:11:49] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
1845[14:11:49] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
1846[14:11:49] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Enable
1847[14:11:49] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
1848[14:11:49] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
1849[14:11:49] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Enable
1850[14:11:49] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
1851[14:11:49] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
1852[14:11:49] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
1853[14:11:49] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Enable
1854[14:11:49] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
1855[14:11:49] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
1856[14:11:49] [Client thread/INFO] [AE2:C]: Mekanism - Integration Enable
1857[14:11:49] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
1858[14:11:49] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
1859[14:11:49] [Client thread/INFO] [AE2:C]: OpenComputers - Integration Disabled
1860[14:11:49] [Client thread/INFO] [AE2:C]: PneumaticCraft - Integration Disabled
1861[14:11:49] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 575ms )
1862[14:11:49] [Client thread/INFO] [BloodMagic]: Recipe Holder initialized: took 126.60137ms.
1863[14:11:50] [Client thread/INFO] [BloodMagic]: Loaded Harvestcraft Handlers!
1864[14:11:50] [Client thread/INFO] [BloodMagic]: Loaded MineTweaker 3 Integration
1865[14:11:50] [Client thread/INFO] [BloodMagic]: Loaded AgriCraft Handlers!
1866[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1867[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1868[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1869[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1870[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1871[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1872[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1873[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1874[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1875[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1876[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1877[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1878[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1879[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1880[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1881[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1882[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1883[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1884[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1885[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1886[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1887[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1888[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1889[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1890[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1891[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1892[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1893[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1894[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1895[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1896[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1897[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1898[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1899[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1900[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1901[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1902[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1903[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1904[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1905[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1906[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1907[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1908[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1909[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1910[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1911[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1912[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1913[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1914[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1915[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1916[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1917[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1918[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1919[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1920[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1921[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1922[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1923[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1924[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1925[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1926[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1927[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1928[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1929[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1930[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1931[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1932[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1933[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1934[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1935[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1936[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1937[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1938[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1939[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1940[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1941[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1942[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1943[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1944[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1945[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1946[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1947[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1948[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1949[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1950[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1951[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1952[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1953[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1954[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1955[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1956[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1957[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1958[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1959[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1960[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1961[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1962[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1963[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1964[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1965[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1966[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1967[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1968[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1969[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1970[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1971[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1972[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1973[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1974[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1975[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1976[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1977[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1978[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1979[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1980[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1981[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1982[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1983[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1984[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1985[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1986[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1987[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1988[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1989[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1990[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1991[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1992[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1993[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1994[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1995[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1996[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1997[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
1998[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
1999[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2000[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2001[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2002[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2003[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2004[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2005[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2006[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2007[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2008[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2009[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2010[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2011[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2012[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2013[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2014[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2015[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2016[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2017[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2018[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2019[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2020[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2021[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2022[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2023[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2024[14:11:50] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
2025[14:11:50] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
2026[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockGold@0
2027[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIron@0
2028[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockDiamond@0
2029[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockEmerald@0
2030[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockLapis@0
2031[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockRedstone@0
2032[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCoal@0
2033[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.hayBlock@0
2034[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotGold@0
2035[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wheatBag@0
2036[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.barleyBag@0
2037[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.potatoBag@0
2038[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.carrotBag@0
2039[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wartBag@0
2040[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.cottonBag@0
2041[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.boneBag@0
2042[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@1
2043[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@3
2044[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@5
2045[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@7
2046[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@9
2047[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@11
2048[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@13
2049[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@15
2050[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blazeBlock@0
2051[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@0
2052[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@1
2053[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@2
2054[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@3
2055[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@4
2056[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@0
2057[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@4
2058[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@7
2059[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.reedBlock@0
2060[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thatch@0
2061[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
2062[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
2063[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@0
2064[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@1
2065[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@2
2066[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@3
2067[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@2
2068[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@5
2069[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@5
2070[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@9
2071[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@0
2072[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@1
2073[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@12
2074[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@8
2075[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@0
2076[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@10
2077[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@1
2078[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@2
2079[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@13
2080[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@9
2081[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@1
2082[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@11
2083[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@4
2084[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@3
2085[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@0
2086[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.chest@0
2087[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:block_bedrockium@0
2088[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@0
2089[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@1
2090[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@2
2091[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@3
2092[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@4
2093[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@5
2094[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@6
2095[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@7
2096[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@8
2097[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@9
2098[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@10
2099[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@11
2100[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@12
2101[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@13
2102[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@14
2103[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@15
2104[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.pamcompressedsaltBlock@0
2105[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@2
2106[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.itemPlutonium@0
2107[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.itemUran235@0
2108[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@3
2109[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@0
2110[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@3
2111[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@1
2112[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@9
2113[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.appliedenergistics2.BlockQuartz@0
2114[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.appliedenergistics2.BlockFluix@0
2115[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.compressed_workbench@0
2116[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.very_compressed_workbench@0
2117[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@0
2118[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@1
2119[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@2
2120[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@3
2121[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@4
2122[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ee3:alchemicalFuelBlock@0
2123[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ee3:alchemicalFuelBlock@1
2124[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ee3:alchemicalFuelBlock@2
2125[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.KnightmetalBlock@0
2126[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.draconicevolution:draconicBlock@0
2127[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.draconicevolution:draconium@0
2128[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.draconicevolution:draconiumIngot@0
2129[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.draconicevolution:draconicIngot@0
2130[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemAlloy@5
2131[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemAlloy@2
2132[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@0
2133[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@1
2134[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@2
2135[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@3
2136[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@4
2137[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@5
2138[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@6
2139[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@7
2140[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.stoneDecoration@3
2141[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
2142[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@0
2143[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@0
2144[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@1
2145[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@1
2146[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@2
2147[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@2
2148[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@3
2149[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@3
2150[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@4
2151[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@4
2152[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@5
2153[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@5
2154[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@6
2155[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@6
2156[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@7
2157[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@7
2158[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@3
2159[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@5
2160[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@6
2161[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@4
2162[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@7
2163[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@0
2164[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@1
2165[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@2
2166[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@8
2167[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@9
2168[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
2169[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@9
2170[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@10
2171[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@11
2172[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@14
2173[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@18
2174[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@3
2175[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@4
2176[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@5
2177[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@13
2178[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@15
2179[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@16
2180[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@0
2181[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@1
2182[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@3
2183[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@2
2184[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@4
2185[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.BasicBlock@0
2186[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@5
2187[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@6
2188[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@7
2189[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@10
2190[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@2
2191[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@11
2192[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.dyePowder@4
2193[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@0
2194[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@1
2195[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@2
2196[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.diamond@0
2197[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemQuantumCore@11
2198[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.null@1
2199[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemQuantumCore@10
2200[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.aobd.blockIridium@0
2201[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@64
2202[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@64
2203[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@67
2204[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@67
2205[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@65
2206[14:11:50] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@65
2207[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@66
2208[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@66
2209[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
2210[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ItemResource@2
2211[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ItemResource@16
2212[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ItemResource@3
2213[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCosmeticSolid@4
2214[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCosmeticSolid@5
2215[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCosmeticOpaque@0
2216[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@68
2217[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@69
2218[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@70
2219[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@71
2220[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@72
2221[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@73
2222[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@74
2223[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@75
2224[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.thermalfoundation.material@76
2225[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@4
2226[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@5
2227[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@6
2228[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@7
2229[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@8
2230[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@10
2231[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@11
2232[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thermalfoundation.storage@12
2233[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2234[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2235[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2236[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2237[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2238[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2239[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2240[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2241[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2242[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2243[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2244[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2245[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2246[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2247[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2248[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2249[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2250[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2251[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2252[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2253[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2254[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2255[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2256[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2257[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2258[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2259[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2260[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2261[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2262[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2263[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2264[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2265[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2266[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2267[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2268[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2269[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2270[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2271[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2272[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2273[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2274[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2275[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2276[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2277[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2278[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2279[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2280[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2281[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2282[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2283[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2284[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2285[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2286[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2287[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2288[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2289[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2290[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2291[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2292[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2293[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2294[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2295[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2296[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2297[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2298[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2299[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2300[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2301[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2302[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2303[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2304[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2305[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2306[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2307[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2308[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2309[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2310[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2311[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2312[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2313[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2314[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2315[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2316[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2317[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2318[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2319[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2320[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2321[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2322[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2323[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2324[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2325[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2326[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2327[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2328[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2329[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2330[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2331[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2332[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2333[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2334[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2335[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2336[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2337[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2338[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2339[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2340[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2341[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2342[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2343[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2344[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2345[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2346[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2347[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2348[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2349[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2350[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2351[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2352[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2353[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2354[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2355[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2356[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2357[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2358[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2359[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2360[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2361[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2362[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2363[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2364[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2365[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2366[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2367[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2368[14:11:51] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
2369[14:11:51] [Client thread/INFO] [BloodMagic]: Total number of compression recipes: 343
2370[14:11:51] [Client thread/INFO] [FML]: [Botania] The Lexica Botania has 26767 words.
2371[14:11:52] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.genetics.genetics.GeneArrayItem
2372[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismEnrichmentChamberRecipe:71]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2373[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCombinerRecipe:87]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2374[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2375[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2376[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2377[14:11:53] [Client thread/INFO] [STDERR]: [erogenousbeef.bigreactors.utils.intermod.ModHelperMekanism:addMekanismCrusherRecipe:103]: [Mekanism] Error while adding recipe: mekanism.api.RecipeHelper
2378[14:11:53] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeMutation
2379[14:11:54] [Client thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
2380[14:11:56] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:288]: Loaded class registry: IC2 mod support
2381[14:11:56] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:288]: Loaded class registry: NEI mod support
2382[14:11:56] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:288]: Loaded class registry: MFR mod support
2383[14:11:56] [Client thread/INFO] [Draconic Evolution]: Finished PostInitialization
2384[14:11:57] [Client thread/INFO] [STDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
2385[14:11:57] [Client thread/INFO] [EnderIO]: Loaded 2 grinding balls from SAG Mill config.
2386[14:11:57] [Client thread/INFO] [EnderIO]: Excluding 9 recipes from grinding balls bonus.
2387[14:11:57] [Client thread/INFO] [EnderIO]: Found 161 valid SAG Mill recipes in config.
2388[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.stoneore@2
2389[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.stoneore@1
2390[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.brOre.0@0
2391[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.stoneore@5
2392[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.tconstruct.Materials@11
2393[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.metalblock@6
2394[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.OreBlock@0
2395[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@2
2396[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@66
2397[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@73
2398[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.storage@2
2399[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.storage@9
2400[14:11:57] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.sand@0
2401[14:11:57] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 156 recipes avaliable.
2402[14:11:57] [Client thread/INFO] [EnderIO]: Found 34 valid Alloy Smelter recipes in config.
2403[14:11:57] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.blockFusedQuartz@0
2404[14:11:57] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 1xtile.sand@0 => 1xtile.blockFusedQuartz@1
2405[14:11:57] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.blockFusedQuartz@0
2406[14:11:57] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 56 recipes avaliable.
2407[14:11:57] [Client thread/INFO] [EnderIO]: AlloyRecipeManager: Vannila smelting in AlloySmelting enabled=true
2408[14:11:57] [Client thread/INFO] [EnderIO]: Found 4 valid Slice'N'Splice recipes in config.
2409[14:11:57] [Client thread/INFO] [EnderIO]: Finished processing Slice'N'Splice recipes. 4 recipes avaliable.
2410[14:11:57] [Client thread/INFO] [EnderIO]: Found 7 valid Vat recipes in config.
2411[14:11:57] [Client thread/INFO] [EnderIO]: Finished processing Vat recipes. 7 recipes avaliable.
2412[14:11:57] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherArrow when parsing enchanter recipes.
2413[14:11:57] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
2414[14:11:57] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
2415[14:11:57] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.soul_stealer when parsing enchanter recipes.
2416[14:11:57] [Client thread/INFO] [EnderIO]: Loaded 30 recipes for Enchanter
2417[14:11:57] [Client thread/INFO] [EnderIO]: Registered Capacitor Banks as Tinkers Construct Flux Upgrades
2418[14:12:01] [Client thread/INFO] [EnderTech]: Registering recipes
2419[14:12:01] [Client thread/INFO] [EnderZoo]: Loaded 5 entries from core spawn config.
2420[14:12:01] [Client thread/INFO] [EnderZoo]: Loaded 0 entries from user spawn config.
2421[14:12:01] [Client thread/INFO] [EnderZoo]: Applying 5 spawn entries from config.
2422[14:12:01] [Client thread/WARN] [EnderZoo]: Skipping spawn entry ConcussionCreeper as mob enderzoo.ConcussionCreeper is not registered
2423[14:12:01] [Client thread/WARN] [EnderZoo]: Skipping spawn entry FallenKnight as mob enderzoo.FallenKnight is not registered
2424[14:12:01] [Client thread/WARN] [EnderZoo]: Skipping spawn entry WitherWitch as mob enderzoo.WitherWitch is not registered
2425[14:12:01] [Client thread/WARN] [EnderZoo]: Skipping spawn entry DireWolf as mob enderzoo.DireWolf is not registered
2426[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.hydrogen
2427[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.oxygen
2428[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.water
2429[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.chlorine
2430[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.sulfurdioxidegas
2431[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.sulfurtrioxidegas
2432[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.sulfuricacid
2433[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.hydrogenchloride
2434[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.liquidosmium
2435[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.liquidstone
2436[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.ethene
2437[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.sodium
2438[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.brine
2439[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.deuterium
2440[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.tritium
2441[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.fusionfueldt
2442[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.lithium
2443[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleaniron
2444[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.iron
2445[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleangold
2446[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.gold
2447[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanosmium
2448[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.osmium
2449[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleancopper
2450[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.copper
2451[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleantin
2452[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.tin
2453[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleansilver
2454[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.silver
2455[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanlead
2456[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.lead
2457[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.clean
2458[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.
2459[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanuranium
2460[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.uranium
2461[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleannickel
2462[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.nickel
2463[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanplatinum
2464[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.platinum
2465[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanmithril
2466[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.mithril
2467[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanyellorium
2468[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.yellorium
2469[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleandraconium
2470[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.draconium
2471[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleancobalt
2472[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cobalt
2473[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanardite
2474[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.ardite
2475[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleanaluminium
2476[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.aluminium
2477[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleansteel
2478[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.steel
2479[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.cleaniridium
2480[14:12:01] [Client thread/INFO] [PowerConverters]: ec.internal.iridium
2481[14:12:02] [Immersive Engineering Contributors Thread/INFO] [ImmersiveEngineering]: Attempting to download special revolvers from GitHub
2482[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreIron(oreIron), Crushing:[X], Arc Smelting:[X]
2483[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreGold(oreGold), Crushing:[X], Arc Smelting:[X]
2484[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreLapis(oreLapis), Crushing:[X], Arc Smelting:[ ]
2485[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreDiamond(oreDiamond), Crushing:[X], Arc Smelting:[ ]
2486[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreEmerald(oreEmerald), Crushing:[X], Arc Smelting:[ ]
2487[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreRedstone(oreRedstone), Crushing:[X], Arc Smelting:[ ]
2488[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreCoal(oreCoal), Crushing:[X], Arc Smelting:[ ]
2489[14:12:02] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreQuartz(oreQuartz), Crushing:[X], Arc Smelting:[ ]
2490[14:12:02] [Client thread/ERROR] [ImmersiveEngineering]: Compat module for blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@fc749e9 could not be initialized
2491[14:12:02] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
2492[14:12:02] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
2493[14:12:02] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
2494[14:12:02] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
2495[14:12:02] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
2496[14:12:03] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.
2497[14:12:03] [Client thread/WARN] [ExtraTiC]: Amethyst was not found, skipping recipe
2498[14:12:03] [Client thread/INFO] [FTBLibDev]: Loading override configs
2499[14:12:03] [Client thread/INFO] [newframes]: ingotIron
2500[14:12:03] [Client thread/INFO] [newframes]: ingotGold
2501[14:12:03] [Client thread/INFO] [newframes]: ingotBrick
2502[14:12:03] [Client thread/INFO] [newframes]: ingotBrickNether
2503[14:12:03] [Client thread/INFO] [newframes]: ingotBronze
2504[14:12:03] [Client thread/INFO] [newframes]: ingotCopper
2505[14:12:03] [Client thread/INFO] [newframes]: ingotSteel
2506[14:12:03] [Client thread/INFO] [newframes]: ingotLead
2507[14:12:03] [Client thread/INFO] [newframes]: ingotTin
2508[14:12:03] [Client thread/INFO] [newframes]: ingotSilver
2509[14:12:03] [Client thread/INFO] [newframes]: ingotThaumium
2510[14:12:03] [Client thread/INFO] [newframes]: ingotVoid
2511[14:12:03] [Client thread/INFO] [newframes]: ingotNickel
2512[14:12:03] [Client thread/INFO] [newframes]: ingotPlatinum
2513[14:12:03] [Client thread/INFO] [newframes]: ingotMithril
2514[14:12:03] [Client thread/INFO] [newframes]: ingotElectrum
2515[14:12:03] [Client thread/INFO] [newframes]: ingotInvar
2516[14:12:03] [Client thread/INFO] [newframes]: ingotSignalum
2517[14:12:03] [Client thread/INFO] [newframes]: ingotLumium
2518[14:12:03] [Client thread/INFO] [newframes]: ingotEnderium
2519[14:12:03] [Client thread/INFO] [newframes]: ingotUranium
2520[14:12:03] [Client thread/INFO] [newframes]: ingotIridium
2521[14:12:03] [Client thread/INFO] [newframes]: ingotManasteel
2522[14:12:03] [Client thread/INFO] [newframes]: ingotTerrasteel
2523[14:12:03] [Client thread/INFO] [newframes]: ingotElvenElementium
2524[14:12:03] [Client thread/INFO] [newframes]: ingotBrass
2525[14:12:03] [Client thread/INFO] [newframes]: ingotYellorium
2526[14:12:03] [Client thread/INFO] [newframes]: ingotCyanite
2527[14:12:03] [Client thread/INFO] [newframes]: ingotGraphite
2528[14:12:03] [Client thread/INFO] [newframes]: ingotBlutonium
2529[14:12:03] [Client thread/INFO] [newframes]: ingotLudicrite
2530[14:12:03] [Client thread/INFO] [newframes]: ingotRefinedIron
2531[14:12:03] [Client thread/INFO] [newframes]: ingotDraconium
2532[14:12:03] [Client thread/INFO] [newframes]: ingotDraconiumAwakened
2533[14:12:03] [Client thread/INFO] [newframes]: ingotMeat
2534[14:12:03] [Client thread/INFO] [newframes]: ingotMeatRaw
2535[14:12:03] [Client thread/INFO] [newframes]: ingotEnderiumBase
2536[14:12:03] [Client thread/INFO] [newframes]: ingotElectricalSteel
2537[14:12:03] [Client thread/INFO] [newframes]: ingotEnergeticAlloy
2538[14:12:03] [Client thread/INFO] [newframes]: ingotVibrantAlloy
2539[14:12:03] [Client thread/INFO] [newframes]: ingotPhasedGold
2540[14:12:03] [Client thread/INFO] [newframes]: ingotRedstoneAlloy
2541[14:12:03] [Client thread/INFO] [newframes]: ingotConductiveIron
2542[14:12:03] [Client thread/INFO] [newframes]: ingotPulsatingIron
2543[14:12:03] [Client thread/INFO] [newframes]: ingotPhasedIron
2544[14:12:03] [Client thread/INFO] [newframes]: ingotDarkSteel
2545[14:12:03] [Client thread/INFO] [newframes]: ingotSoularium
2546[14:12:03] [Client thread/INFO] [newframes]: ingotUnstable
2547[14:12:03] [Client thread/INFO] [newframes]: ingotAluminum
2548[14:12:03] [Client thread/INFO] [newframes]: ingotConstantan
2549[14:12:03] [Client thread/INFO] [newframes]: ingotHOPGraphite
2550[14:12:03] [Client thread/INFO] [newframes]: ingotCupronickel
2551[14:12:03] [Client thread/INFO] [newframes]: ingotCobalt
2552[14:12:03] [Client thread/INFO] [newframes]: ingotArdite
2553[14:12:03] [Client thread/INFO] [newframes]: ingotManyullyn
2554[14:12:03] [Client thread/INFO] [newframes]: ingotAluminium
2555[14:12:03] [Client thread/INFO] [newframes]: ingotAluminumBrass
2556[14:12:03] [Client thread/INFO] [newframes]: ingotAluminiumBrass
2557[14:12:03] [Client thread/INFO] [newframes]: ingotAlumite
2558[14:12:03] [Client thread/INFO] [newframes]: ingotObsidian
2559[14:12:03] [Client thread/INFO] [newframes]: ingotPigIron
2560[14:12:03] [Client thread/INFO] [newframes]: ingotFairy
2561[14:12:03] [Client thread/INFO] [newframes]: ingotPokefennium
2562[14:12:03] [Client thread/INFO] [newframes]: ingotRed_aurum
2563[14:12:03] [Client thread/INFO] [newframes]: ingotDrulloy
2564[14:12:03] [Client thread/INFO] [newframes]: ingotDiamond
2565[14:12:03] [Client thread/INFO] [newframes]: ingotEmerald
2566[14:12:03] [Client thread/INFO] [newframes]: ingotApatite
2567[14:12:03] [Client thread/INFO] [newframes]: ingotRunicSteel
2568[14:12:03] [Client thread/INFO] [newframes]: ingotDarkSoularium
2569[14:12:03] [Client thread/INFO] [newframes]: ingotCrystalMatrix
2570[14:12:03] [Client thread/INFO] [newframes]: ingotCosmicNeutronium
2571[14:12:03] [Client thread/INFO] [newframes]: ingotInfinity
2572[14:12:03] [Client thread/INFO] [newframes]: ingotCoal
2573[14:12:03] [Client thread/INFO] [newframes]: ingotZinc
2574[14:12:03] [Client thread/INFO] [newframes]: ingotTitanium
2575[14:12:03] [Client thread/INFO] [newframes]: ingotTungsten
2576[14:12:03] [Client thread/INFO] [newframes]: ingotElectrumFlux
2577[14:12:03] [Client thread/INFO] [newframes]: ingotRefinedObsidian
2578[14:12:03] [Client thread/INFO] [newframes]: ingotRefinedGlowstone
2579[14:12:03] [Client thread/INFO] [newframes]: ingotOsmium
2580[14:12:03] [Client thread/INFO] [newframes]: ingotRedAlloy
2581[14:12:03] [Client thread/INFO] [newframes]: ingotElectrotineAlloy
2582[14:12:03] [Client thread/INFO] [newframes]: ingotNaturalAluminum
2583[14:12:03] [Client thread/INFO] [newframes]: ingotManganese
2584[14:12:03] [Client thread/INFO] [newframes]: ingotIgnatius
2585[14:12:03] [Client thread/INFO] [newframes]: ingotShadowIron
2586[14:12:03] [Client thread/INFO] [newframes]: ingotLemurite
2587[14:12:03] [Client thread/INFO] [newframes]: ingotMidasium
2588[14:12:03] [Client thread/INFO] [newframes]: ingotVyroxeres
2589[14:12:03] [Client thread/INFO] [newframes]: ingotCeruclase
2590[14:12:03] [Client thread/INFO] [newframes]: ingotKalendrite
2591[14:12:03] [Client thread/INFO] [newframes]: ingotVulcanite
2592[14:12:03] [Client thread/INFO] [newframes]: ingotSanguinite
2593[14:12:03] [Client thread/INFO] [newframes]: ingotPrometheum
2594[14:12:03] [Client thread/INFO] [newframes]: ingotDeepIron
2595[14:12:03] [Client thread/INFO] [newframes]: ingotInfuscolium
2596[14:12:03] [Client thread/INFO] [newframes]: ingotOureclase
2597[14:12:03] [Client thread/INFO] [newframes]: ingotAstral Silver
2598[14:12:03] [Client thread/INFO] [newframes]: ingotCarmot
2599[14:12:03] [Client thread/INFO] [newframes]: ingotRubracium
2600[14:12:03] [Client thread/INFO] [newframes]: ingotOrichalcum
2601[14:12:03] [Client thread/INFO] [newframes]: ingotAdamantine
2602[14:12:03] [Client thread/INFO] [newframes]: ingotAtlarus
2603[14:12:03] [Client thread/INFO] [newframes]: ingotHepatizon
2604[14:12:03] [Client thread/INFO] [newframes]: ingotDamascusSteel
2605[14:12:03] [Client thread/INFO] [newframes]: ingotAngmallen
2606[14:12:03] [Client thread/INFO] [newframes]: ingotShadowSteel
2607[14:12:03] [Client thread/INFO] [newframes]: ingotInolashite
2608[14:12:03] [Client thread/INFO] [newframes]: ingotAmordrine
2609[14:12:03] [Client thread/INFO] [newframes]: ingotBlackSteel
2610[14:12:03] [Client thread/INFO] [newframes]: ingotQuicksilver
2611[14:12:03] [Client thread/INFO] [newframes]: ingotHaderoth
2612[14:12:03] [Client thread/INFO] [newframes]: ingotCelenegil
2613[14:12:03] [Client thread/INFO] [newframes]: ingotTartarite
2614[14:12:03] [Client thread/INFO] [newframes]: ingotLapis
2615[14:12:03] [Client thread/INFO] [newframes]: ingotRedstone
2616[14:12:03] [Client thread/INFO] [newframes]: ingotQuartz
2617[14:12:03] [Client thread/INFO] [newframes]: ingotGlowstone
2618[14:12:03] [Client thread/INFO] [newframes]: ingotRuby
2619[14:12:03] [Client thread/INFO] [newframes]: ingotTopaz
2620[14:12:03] [Client thread/INFO] [newframes]: ingotPeridot
2621[14:12:03] [Client thread/INFO] [newframes]: ingotTanzanite
2622[14:12:03] [Client thread/INFO] [newframes]: ingotMalachite
2623[14:12:03] [Client thread/INFO] [newframes]: ingotSapphire
2624[14:12:03] [Client thread/INFO] [newframes]: ingotAmber
2625[14:12:03] [Client thread/INFO] [newframes]: ingotStone
2626[14:12:03] [Client thread/INFO] [newframes]: ingotClay
2627[14:12:03] [Client thread/INFO] [newframes]: ingotSulfur
2628[14:12:03] [Client thread/INFO] [newframes]: ingotLithium
2629[14:12:03] [Client thread/INFO] [newframes]: ingotSiliconDioxide
2630[14:12:03] [Client thread/INFO] [newframes]: ingotHydratedCoal
2631[14:12:03] [Client thread/INFO] [newframes]: ingotAshes
2632[14:12:03] [Client thread/INFO] [newframes]: ingotTinyCopper
2633[14:12:03] [Client thread/INFO] [newframes]: ingotTinyGold
2634[14:12:03] [Client thread/INFO] [newframes]: ingotTinyIron
2635[14:12:03] [Client thread/INFO] [newframes]: ingotTinySilver
2636[14:12:03] [Client thread/INFO] [newframes]: ingotTinyTin
2637[14:12:03] [Client thread/INFO] [newframes]: ingotTinyLead
2638[14:12:03] [Client thread/INFO] [newframes]: ingotTinySulfur
2639[14:12:03] [Client thread/INFO] [newframes]: ingotTinyLithium
2640[14:12:03] [Client thread/INFO] [newframes]: ingotTinyBronze
2641[14:12:03] [Client thread/INFO] [newframes]: ingotTinyLapis
2642[14:12:03] [Client thread/INFO] [newframes]: ingotTinyObsidian
2643[14:12:03] [Client thread/INFO] [newframes]: ingotAsh
2644[14:12:03] [Client thread/INFO] [newframes]: ingotCinnabar
2645[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedAir
2646[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedFire
2647[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedWater
2648[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedEarth
2649[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedOrder
2650[14:12:03] [Client thread/INFO] [newframes]: ingotInfusedEntropy
2651[14:12:03] [Client thread/INFO] [newframes]: ingotCharcoal
2652[14:12:03] [Client thread/INFO] [newframes]: ingotSaltpeter
2653[14:12:03] [Client thread/INFO] [newframes]: ingotPyrotheum
2654[14:12:03] [Client thread/INFO] [newframes]: ingotCryotheum
2655[14:12:03] [Client thread/INFO] [newframes]: ingotAerotheum
2656[14:12:03] [Client thread/INFO] [newframes]: ingotPetrotheum
2657[14:12:03] [Client thread/INFO] [newframes]: ingotBlizz
2658[14:12:03] [Client thread/INFO] [newframes]: ingotBlitz
2659[14:12:03] [Client thread/INFO] [newframes]: ingotBasalz
2660[14:12:03] [Client thread/INFO] [newframes]: ingotYellorite
2661[14:12:03] [Client thread/INFO] [newframes]: ingotFirestone
2662[14:12:03] [Client thread/INFO] [newframes]: ingotPoorCopper
2663[14:12:03] [Client thread/INFO] [newframes]: ingotPoorGold
2664[14:12:03] [Client thread/INFO] [newframes]: ingotPoorIron
2665[14:12:03] [Client thread/INFO] [newframes]: ingotPoorTin
2666[14:12:03] [Client thread/INFO] [newframes]: ingotPoorLead
2667[14:12:03] [Client thread/INFO] [newframes]: ingotGunpowder
2668[14:12:03] [Client thread/INFO] [newframes]: ingotPlastic
2669[14:12:03] [Client thread/INFO] [newframes]: ingotEnderPearl
2670[14:12:03] [Client thread/INFO] [newframes]: ingotSalt
2671[14:12:03] [Client thread/INFO] [newframes]: ingotCoke
2672[14:12:03] [Client thread/INFO] [newframes]: ingotberryIron
2673[14:12:03] [Client thread/INFO] [newframes]: ingotberryCopper
2674[14:12:03] [Client thread/INFO] [newframes]: ingotberryTin
2675[14:12:03] [Client thread/INFO] [newframes]: ingotberryAluminum
2676[14:12:03] [Client thread/INFO] [newframes]: ingotberryGold
2677[14:12:03] [Client thread/INFO] [newframes]: ingotbushIron
2678[14:12:03] [Client thread/INFO] [newframes]: ingotbushGold
2679[14:12:03] [Client thread/INFO] [newframes]: ingotbushCopper
2680[14:12:03] [Client thread/INFO] [newframes]: ingotbushTin
2681[14:12:03] [Client thread/INFO] [newframes]: ingotbushAluminum
2682[14:12:03] [Client thread/INFO] [newframes]: ingotbushAluminium
2683[14:12:03] [Client thread/INFO] [newframes]: ingotbushEssence
2684[14:12:03] [Client thread/INFO] [newframes]: ingotNetherCoal
2685[14:12:03] [Client thread/INFO] [newframes]: ingotNetherDiamond
2686[14:12:03] [Client thread/INFO] [newframes]: ingotNetherGold
2687[14:12:03] [Client thread/INFO] [newframes]: ingotNetherIron
2688[14:12:03] [Client thread/INFO] [newframes]: ingotNetherLapis
2689[14:12:03] [Client thread/INFO] [newframes]: ingotNetherRedstone
2690[14:12:03] [Client thread/INFO] [newframes]: ingotNetherCopper
2691[14:12:03] [Client thread/INFO] [newframes]: ingotNetherTin
2692[14:12:03] [Client thread/INFO] [newframes]: ingotNetherEmerald
2693[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSilver
2694[14:12:03] [Client thread/INFO] [newframes]: ingotNetherLead
2695[14:12:03] [Client thread/INFO] [newframes]: ingotNetherUranium
2696[14:12:03] [Client thread/INFO] [newframes]: ingotNetherRuby
2697[14:12:03] [Client thread/INFO] [newframes]: ingotNetherPeridot
2698[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSapphire
2699[14:12:03] [Client thread/INFO] [newframes]: ingotNetherNickel
2700[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSteel
2701[14:12:03] [Client thread/INFO] [newframes]: ingotNetherIridium
2702[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSulfur
2703[14:12:03] [Client thread/INFO] [newframes]: ingotNetherAmber
2704[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSalt
2705[14:12:03] [Client thread/INFO] [newframes]: ingotNetherSaltpeter
2706[14:12:03] [Client thread/INFO] [newframes]: ingotWood
2707[14:12:03] [Client thread/INFO] [newframes]: ingotCertusQuartz
2708[14:12:03] [Client thread/INFO] [newframes]: ingotNetherQuartz
2709[14:12:03] [Client thread/INFO] [newframes]: ingotWheat
2710[14:12:03] [Client thread/INFO] [newframes]: ingotFluix
2711[14:12:03] [Client thread/INFO] [newframes]: ingotChargedCertusQuartz
2712[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyIron
2713[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyGold
2714[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyOsmium
2715[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyCopper
2716[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyTin
2717[14:12:03] [Client thread/INFO] [newframes]: ingotDirtySilver
2718[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyLead
2719[14:12:03] [Client thread/INFO] [newframes]: ingotElectrotine
2720[14:12:03] [Client thread/INFO] [newframes]: ingotTinyUranium
2721[14:12:03] [Client thread/INFO] [newframes]: ingotTinyNickel
2722[14:12:03] [Client thread/INFO] [newframes]: ingotTinyPlatinum
2723[14:12:03] [Client thread/INFO] [newframes]: ingotTinyMithril
2724[14:12:03] [Client thread/INFO] [newframes]: ingotTinyDraconium
2725[14:12:03] [Client thread/INFO] [newframes]: ingotTinyCobalt
2726[14:12:03] [Client thread/INFO] [newframes]: ingotTinyArdite
2727[14:12:03] [Client thread/INFO] [newframes]: ingotTinyAluminium
2728[14:12:03] [Client thread/INFO] [newframes]: ingotTinyOsmium
2729[14:12:03] [Client thread/INFO] [newframes]: ingotTinySteel
2730[14:12:03] [Client thread/INFO] [newframes]: ingotTinyIridium
2731[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyUranium
2732[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyNickel
2733[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyPlatinum
2734[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyMithril
2735[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyYellorium
2736[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyDraconium
2737[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyCobalt
2738[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyArdite
2739[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyAluminium
2740[14:12:03] [Client thread/INFO] [newframes]: ingotDirtySteel
2741[14:12:03] [Client thread/INFO] [newframes]: ingotDirtyIridium
2742[14:12:03] [Client thread/INFO] [newframes]: ingotmolten.unstableingots
2743[14:12:03] [Client thread/INFO] [newframes]: ingotGlue
2744[14:12:03] [Client thread/INFO] [newframes]: ingotmolten.bedrockiumingots
2745[14:12:03] [Client thread/INFO] [MagicBees]: Registering marble
2746[14:12:03] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
2747[14:12:03] [Client thread/INFO] [MagicBees]: Registering rock
2748[14:12:03] [Client thread/INFO] [MagicBees]: Registering water
2749[14:12:03] [Client thread/INFO] [MagicBees]: Registering basalt
2750[14:12:03] [Client thread/INFO] [MagicBees]: Registering marble
2751[14:12:03] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
2752[14:12:03] [Client thread/INFO] [MagicBees]: Registering rock
2753[14:12:03] [Client thread/INFO] [MagicBees]: Registering water
2754[14:12:03] [Client thread/INFO] [MagicBees]: Registering basalt
2755[14:12:03] [Client thread/INFO] [MagicBees]: Registering marble
2756[14:12:03] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
2757[14:12:03] [Client thread/INFO] [MagicBees]: Registering rock
2758[14:12:03] [Client thread/INFO] [MagicBees]: Registering water
2759[14:12:03] [Client thread/INFO] [MagicBees]: Registering basalt
2760[14:12:03] [Client thread/INFO] [MagicBees]: Registering marble
2761[14:12:03] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
2762[14:12:03] [Client thread/INFO] [MagicBees]: Registering rock
2763[14:12:03] [Client thread/INFO] [MagicBees]: Registering water
2764[14:12:03] [Client thread/INFO] [MagicBees]: Registering basalt
2765[14:12:03] [Client thread/INFO] [MagicBees]: Postinit completed
2766[14:12:03] [Client thread/INFO] [gendustry]: Registered 20 mutations
2767[14:12:03] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
2768[14:12:03] [Client thread/INFO] [gendustry]: Cached 419 mutation outputs
2769[14:12:03] [Client thread/INFO] [gendustry]: Cached 262 mutation inputs
2770[14:12:04] [Client thread/INFO] [gendustry]: Cached 893 chromosomes
2771[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
2772[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:815)
2773[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:768)
2774[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:717)
2775[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:689)
2776[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.jadarstudios.developercapes.cape.CapeConfigManager.parse(CapeConfigManager.java:91)
2777[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.jadarstudios.developercapes.cape.CapeConfigManager.parseFromStream(CapeConfigManager.java:130)
2778[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.jadarstudios.developercapes.DevCapes.registerConfig(DevCapes.java:137)
2779[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at shedar.mods.ic2.nuclearcontrol.ClientProxy.cape(ClientProxy.java:70)
2780[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at shedar.mods.ic2.nuclearcontrol.IC2NuclearControl.postInit(IC2NuclearControl.java:205)
2781[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2782[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2783[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2784[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
2785[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
2786[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2787[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2788[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
2789[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
2790[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
2791[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
2792[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
2793[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
2794[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
2795[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
2796[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2797[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2798[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2799[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
2800[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
2801[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
2802[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
2803[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
2804[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
2805[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
2806[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
2807[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
2808[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
2809[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
2810[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.main.Main.main(SourceFile:148)
2811[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2812[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2813[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2814[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
2815[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
2816[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
2817[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
2818[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
2819[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
2820[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
2821[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:803)
2822[14:12:04] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: ... 44 more
2823[14:12:04] [Client thread/FATAL] [IC2NuclearControl]: Another Energy System is Loaded. Adding Intergration!
2824[14:12:04] [Client thread/INFO] [inpure|core]: Processing postinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
2825[14:12:04] [Client thread/INFO] [inpure|core]: Processing postinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
2826[14:12:15] [Client thread/INFO] [journeymap]: postInitialize ENTER
2827[14:12:15] [Client thread/INFO] [journeymap]: Registered channel: world_info
2828[14:12:15] [Client thread/INFO] [journeymap]: Initializing icon sets...
2829[14:12:16] [JM-VersionCheck-1/ERROR] [journeymap]: Could not check version URL
2830com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
2831 at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
2832 at com.google.gson.JsonParser.parse(JsonParser.java:45) ~[JsonParser.class:?]
2833 at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:137) [VersionCheck$1.class:?]
2834 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
2835 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222]
2836 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
2837 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
2838 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
2839Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2
2840 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
2841 at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]
2842 at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]
2843 at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
2844 at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
2845 ... 7 more
2846[14:12:16] [Client thread/INFO] [journeymap]: postInitialize EXIT, elapsed§8 count §r1§8 avg §r581.04§8ms§r
2847[14:12:16] [Client thread/INFO] [Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
2848[14:12:16] [Client thread/INFO] [Mekanism]: Hooked into IC2 successfully.
2849[14:12:16] [Client thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
2850[14:12:17] [Client thread/INFO] [Mekanism]: Hooking complete.
2851[14:12:17] [Client thread/INFO] [modtweaker2]: Starting PostInitialization for modtweaker2
2852[14:12:17] [Client thread/WARN] [Mystcraft]: Biome (id 160) is in list as element 161.
2853[14:12:18] [Client thread/INFO] [PowerConverters]: PowerConverters PostInitialization Started.
2854[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error)
2855[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error)
2856[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error)
2857[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error)
2858[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error)
2859[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error)
2860[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected EnderIO: enabling support
2861[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected MineFactory Reloaded: enabling support
2862[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected JABBA: enabling support
2863[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected Mekanism: enabling support
2864[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected Draconic Evolution: enabling support
2865[14:12:19] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected ComputerCraft: enabling support
2866[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Starting (PostInit)
2867[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileAlembic" with capacity (32) to extraction whitelist.
2868[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileCentrifuge" with capacity (0) to extraction whitelist.
2869[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillable" with capacity (64) to injection whitelist.
2870[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillable" with capacity (64) to extraction whitelist.
2871[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillableVoid" with capacity (64) to injection whitelist.
2872[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillableVoid" with capacity (64) to extraction whitelist.
2873[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileTubeBuffer" with capacity (8) to extraction whitelist.
2874[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileEssentiaReservoir" with capacity (256) to injection whitelist.
2875[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileEssentiaReservoir" with capacity (256) to extraction whitelist.
2876[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileAlchemyFurnaceAdvancedNozzle" with capacity (0) to extraction whitelist.
2877[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumicenergistics.common.tiles.TileEssentiaVibrationChamber" with capacity (64) to injection whitelist.
2878[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.items.ItemEssence"[0] to item whitelist.
2879[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.items.ItemEssence"[1] to item whitelist.
2880[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.blocks.ItemJarFilled"[0] to item whitelist.
2881[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.blocks.ItemJarFilled"[3] to item whitelist.
2882[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumicenergistics.common.items.ItemBlockEssentiaVibrationChamber"[0] to item whitelist.
2883[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousaeressentia
2884[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousterraessentia
2885[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousignisessentia
2886[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousaquaessentia
2887[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousordoessentia
2888[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousperditioessentia
2889[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvacuosessentia
2890[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousluxessentia
2891[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoustempestasessentia
2892[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmotusessentia
2893[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousgelumessentia
2894[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvitreusessentia
2895[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvictusessentia
2896[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvenenumessentia
2897[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouspotentiaessentia
2898[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouspermutatioessentia
2899[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmetallumessentia
2900[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmortuusessentia
2901[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvolatusessentia
2902[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoustenebraeessentia
2903[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousspiritusessentia
2904[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoussanoessentia
2905[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousiteressentia
2906[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousalienisessentia
2907[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouspraecantatioessentia
2908[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousauramessentia
2909[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvitiumessentia
2910[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouslimusessentia
2911[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousherbaessentia
2912[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousarboressentia
2913[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousbestiaessentia
2914[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouscorpusessentia
2915[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousexanimisessentia
2916[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouscognitioessentia
2917[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoussensusessentia
2918[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoushumanusessentia
2919[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmessisessentia
2920[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousperfodioessentia
2921[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousinstrumentumessentia
2922[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmetoessentia
2923[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoustelumessentia
2924[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoustutamenessentia
2925[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousfamesessentia
2926[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouslucrumessentia
2927[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousfabricoessentia
2928[14:12:19] [Client thread/INFO] [PowerConverters]: gaseouspannusessentia
2929[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousmachinaessentia
2930[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousvinculumessentia
2931[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousluxuriaessentia
2932[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousinfernusessentia
2933[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoussuperbiaessentia
2934[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousgulaessentia
2935[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousinvidiaessentia
2936[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousdesidiaessentia
2937[14:12:19] [Client thread/INFO] [PowerConverters]: gaseousiraessentia
2938[14:12:19] [Client thread/INFO] [PowerConverters]: gaseoustempusessentia
2939[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Starting (AE Scanables)
2940[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Inscriber Name Press" for TC scanning.
2941[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Biometric Card" for TC scanning.
2942[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Creative ME Storage Cell" for TC scanning.
2943[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Color Applicator - Empty" for TC scanning.
2944[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Matrix Frame" for TC scanning.
2945[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "Creative Energy Cell" for TC scanning.
2946[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Could not register "tile.appliedenergistics2.BlockPaint.name" for TC scanning.
2947[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Finished (AE Scanables in 398ms)
2948[14:12:19] [Client thread/INFO] [Thaumic Energistics]: Finished (PostInit in 510ms)
2949[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2950[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2951[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2952[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2953[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2954[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2955[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
2956[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1B'
2957[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2958[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2959[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2960[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
2961[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2962[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
2963[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2964[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2965[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2966[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2967[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2968[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2969[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
2970[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2971[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2972[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2973[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2974[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2975[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2976[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2977[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2978[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2979[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2980[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2981[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
2982[14:12:19] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
2983[14:12:20] [Client thread/INFO] [denseores]: Dense Ores is fully loaded but sadly it cannot tell you the unlocalized name for dirt.
2984[14:12:20] [Client thread/INFO] [UniDict]: Crafting Integration: Why so many recipes? I had to deal with a lot of recipes.
2985[14:12:20] [Client thread/INFO] [UniDict]: Chest Integration: Now you can find things that aren't so useless in chests.
2986[14:12:20] [Client thread/INFO] [UniDict]: Furnace Integration: Some things that you smelted appear to be different now.
2987[14:12:20] [Client thread/INFO] [UniDict]: Applied Energistics 2 Integration: The world of energistics has never been so powerful.
2988[14:12:20] [Client thread/INFO] [UniDict]: Ender IO Integration: Some inanimate objects appear to have used ender pearls. They all disappeared, how this is possible?
2989[14:12:20] [Client thread/INFO] [UniDict]: Forestry Integration: All these bees... they can hurt, you know?
2990[14:12:20] [Client thread/INFO] [UniDict]: Industrial Craft 2 Integration: The world appears to be entirely industrialized.
2991[14:12:20] [Client thread/INFO] [UniDict]: Immersive Engineering Integration: The world's engineer appears to be more immersive.
2992[14:12:20] [Client thread/INFO] [UniDict]: Mekanism Integration: All the mekanisms were checked.
2993[14:12:20] [Client thread/INFO] [UniDict]: Railcraft Integration: The things that are made in the explosion chamber had to change.
2994[14:12:20] [Client thread/INFO] [UniDict]: All 10 Integrations took 93ms to finish. at load stage POST_INIT
2995[14:12:20] [Client thread/INFO] [FML]: Unknown recipe class! forestry.core.recipes.ShapedRecipeCustom Modder please refer to net.minecraftforge.oredict.RecipeSorter
2996[14:12:20] [Client thread/INFO] [FML]: Unknown recipe class! vswe.stevescarts.Helpers.ShapedRecipes2 Modder please refer to net.minecraftforge.oredict.RecipeSorter
2997[14:12:20] [Client thread/INFO] [FML]: Unknown recipe class! aroma1997.world.CraftingBook Modder please refer to net.minecraftforge.oredict.RecipeSorter
2998[14:12:20] [Client thread/INFO] [FML]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
2999[14:12:20] [Client thread/INFO] [FML]: Unknown recipe class! extracells.util.recipe.RecipeUniversalTerminal$ Modder please refer to net.minecraftforge.oredict.RecipeSorter
3000[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! mrtjp.projectred.core.ShapelessOreNBTRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
3001[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
3002[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeJournal Modder please refer to net.minecraftforge.oredict.RecipeSorter
3003[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeShapelessCustomWood Modder please refer to net.minecraftforge.oredict.RecipeSorter
3004[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! unwrittenfun.minecraft.immersiveintegration.recipe.CapacitorBoxRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
3005[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! com.pahimar.ee3.item.crafting.RecipesAlchemicalBagDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
3006[14:12:21] [Client thread/INFO] [FML]: Unknown recipe class! vswe.stevesfactory.blocks.ClusterRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
3007[14:12:21] [Client thread/INFO] [CoFHWorld]: CoFH Core found 3 World Generation files present in /home/vanessa/ftb/FTBInfinity/minecraft/config/cofh/world/.
3008[14:12:21] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: /home/vanessa/ftb/FTBInfinity/minecraft/config/cofh/world/ThermalFoundation-Ores.json:
3009[14:12:21] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: /home/vanessa/ftb/FTBInfinity/minecraft/config/cofh/world/FTB-Infinity-Ores.json:
3010[14:12:21] [Client thread/ERROR] [CoFHWorld]: Invalid block entry!
3011[14:12:21] [Client thread/WARN] [CoFHWorld]: Template 'uniform' failed to parse its entry!
3012[14:12:21] [Client thread/ERROR] [CoFHWorld]: Error parsing generation entry: "sulfur" > Please check the parameters. It *may* be a duplicate.
3013[14:12:21] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: /home/vanessa/ftb/FTBInfinity/minecraft/config/cofh/world/Vanilla.json:
3014[14:12:21] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
3015[14:12:21] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: MineFactoryReloaded Plugin Enabled.
3016[14:12:21] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
3017[14:12:21] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
3018[14:12:21] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Equivalent Exchange 3 Plugin Enabled.
3019[14:12:21] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Load Complete.
3020[14:12:23] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: MineFactoryReloaded Plugin Enabled.
3021[14:12:23] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Equivalent Exchange 3 Plugin Enabled.
3022[14:12:23] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: EnderIO Plugin Enabled.
3023[14:12:23] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Forestry Plugin Enabled.
3024[14:12:24] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
3025[14:12:24] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Load Complete.
3026[14:12:24] [Client thread/INFO] [MineFactoryReloaded]: Load Complete.
3027[14:12:24] [Client thread/INFO] [Waila]: EnderStorage mod found.
3028[14:12:24] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
3029[14:12:24] [Client thread/INFO] [Waila]: TwilightForestMod mod found.
3030[14:12:24] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
3031[14:12:24] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
3032[14:12:24] [Client thread/INFO] [Waila]: ProjectRed|Integration mod found.
3033[14:12:24] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
3034[14:12:24] [Client thread/INFO] [Waila]: OpenBlocks mod found.
3035[14:12:24] [Client thread/INFO] [Waila]: Railcraft mod found.
3036[14:12:24] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
3037[14:12:24] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
3038[14:12:24] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
3039[14:12:24] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
3040[14:12:24] [Client thread/INFO] [Waila]: Forge Multipart found and dedicated handler registered
3041[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect crazypants.enderio.waila.WailaCompat load
3042[14:12:24] [Client thread/INFO] [Waila]: Success in registering EnderIO
3043[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect crazypants.enderzoo.waila.WailaCompat load
3044[14:12:24] [Client thread/INFO] [Waila]: Success in registering EnderZoo
3045[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect thaumic.tinkerer.common.compat.TTinkererProvider callbackRegister
3046[14:12:24] [Client thread/INFO] [Waila]: Success in registering ThaumicTinkerer
3047[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect mcjty.lib.compat.waila.WailaCompatibility load
3048[14:12:24] [Client thread/INFO] [Waila]: Success in registering rftools
3049[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect mods.natura.plugins.waila.WailaRegistrar wailaCallback
3050[14:12:24] [Client thread/INFO] [Waila]: Success in registering Natura
3051[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect com.InfinityRaider.AgriCraft.compatibility.waila.WailaRegistry initWaila
3052[14:12:24] [Client thread/INFO] [Waila]: Success in registering AgriCraft
3053[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
3054[14:12:24] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
3055[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect buildcraft.compat.waila.WailaCallback callback
3056[14:12:24] [Client thread/INFO] [Waila]: Success in registering BuildCraft|Compat
3057[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect com.pahimar.ee3.waila.WailaDataProvider callbackRegister
3058[14:12:24] [Client thread/INFO] [Waila]: Success in registering EE3
3059[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect team.chisel.compat.WailaCompat register
3060[14:12:24] [Client thread/INFO] [Waila]: Success in registering chisel
3061[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect io.endertech.integration.waila.MultiblockWailaProvider callbackRegister
3062[14:12:24] [Client thread/INFO] [Waila]: Success in registering EnderTech
3063[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect io.endertech.integration.waila.GenericWailaProvider callbackRegister
3064[14:12:24] [Client thread/INFO] [Waila]: Success in registering EnderTech
3065[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect extracells.integration.waila.Waila register
3066[14:12:24] [Client thread/INFO] [Waila]: Success in registering extracells
3067[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider callbackRegister
3068[14:12:24] [Client thread/INFO] [Waila]: Success in registering ImmersiveEngineering
3069[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
3070[14:12:24] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: mcp.mobius.waila.api.impl.ModuleRegistrar@20b5286f
3071[14:12:24] [Client thread/INFO] [Waila]: Success in registering TConstruct
3072[14:12:24] [Client thread/INFO] [Waila]: Trying to reflect ftb.lib.api.waila.EventRegisterWaila registerHandlers
3073[14:12:25] [Client thread/INFO] [Waila]: Success in registering FTBL
3074[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.bdew.gendustry.waila.WailaHandler loadCallback
3075[14:12:25] [Client thread/INFO] [gendustry]: WAILA callback received, loading...
3076[14:12:25] [Client thread/INFO] [Waila]: Success in registering gendustry
3077[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect ganymedes01.headcrumbs.waila.WailaRegistrar wailaCallback
3078[14:12:25] [Client thread/INFO] [Waila]: Success in registering headcrumbs
3079[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect hardcorequesting.waila.Provider callbackRegister
3080[14:12:25] [Client thread/INFO] [Waila]: Success in registering HardcoreQuesting
3081[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila callbackRegister
3082[14:12:25] [Client thread/INFO] [Waila]: Success in registering IC2NuclearControl
3083[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler init
3084[14:12:25] [Client thread/INFO] [Waila]: Success in registering immersiveintegration
3085[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
3086[14:12:25] [Client thread/INFO] [Waila]: Success in registering JABBA
3087[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect mekanism.common.integration.WailaDataProvider register
3088[14:12:25] [Client thread/INFO] [Waila]: Success in registering Mekanism
3089[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect covers1624.powerconverters.waila.WailaModule callBackRegister
3090[14:12:25] [Client thread/INFO] [Waila]: Success in registering PowerConverters3
3091[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect vswe.stevesfactory.waila.Provider callbackRegister
3092[14:12:25] [Client thread/INFO] [Waila]: Success in registering StevesFactoryManager
3093[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect stevesaddons.waila.WailaManager callbackRegister
3094[14:12:25] [Client thread/INFO] [Waila]: Success in registering StevesAddons
3095[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
3096[14:12:25] [Client thread/INFO] [Waila]: Success in registering StorageDrawers
3097[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect thaumicenergistics.common.integration.ModuleWaila callbackRegister
3098[14:12:25] [Client thread/INFO] [Waila]: Success in registering thaumicenergistics
3099[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect flaxbeard.thaumicexploration.interop.WailaConfig callbackRegister
3100[14:12:25] [Client thread/INFO] [Waila]: Success in registering ThaumicExploration
3101[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
3102[14:12:25] [Client thread/INFO] [Waila]: Success in registering WailaHarvestability
3103[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
3104[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3105[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
3106[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3107[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
3108[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3109[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
3110[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3111[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles registerAddon
3112[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3113[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
3114[14:12:25] [Client thread/INFO] [Waila]: Success in registering wawla
3115[14:12:25] [Client thread/INFO] [Waila]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
3116[14:12:25] [Client thread/INFO] [Waila]: Success in registering witchery
3117[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.RuntimeException: ItemStack with null item found in ShapelessRecipes getRecipeOutput()
3118[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:64)
3119[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1370)
3120[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtils.loadComplete(ExtraUtils.java:2015)
3121[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtilsMod.loadComplete(ExtraUtilsMod.java:50)
3122[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3123[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3124[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3125[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3126[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
3127[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
3128[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3129[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3130[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
3131[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
3132[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
3133[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
3134[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
3135[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
3136[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
3137[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3138[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3139[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3140[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3141[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
3142[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
3143[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
3144[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
3145[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
3146[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
3147[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
3148[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
3149[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
3150[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
3151[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.main.Main.main(SourceFile:148)
3152[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3153[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3154[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3155[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3156[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
3157[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
3158[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.RuntimeException: ItemStack with null item found in ShapelessRecipes getRecipeOutput()
3159[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:64)
3160[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1370)
3161[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtils.loadComplete(ExtraUtils.java:2015)
3162[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.rwtema.extrautils.ExtraUtilsMod.loadComplete(ExtraUtilsMod.java:50)
3163[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3164[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3165[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3166[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3167[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
3168[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
3169[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3170[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3171[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
3172[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
3173[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
3174[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
3175[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
3176[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
3177[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
3178[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3179[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3180[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3181[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3182[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
3183[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
3184[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
3185[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
3186[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
3187[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
3188[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745)
3189[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
3190[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
3191[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
3192[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.client.main.Main.main(SourceFile:148)
3193[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3194[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
3195[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
3196[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.lang.reflect.Method.invoke(Method.java:498)
3197[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
3198[14:12:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
3199[14:12:25] [Client thread/INFO] [RedstoneArsenal]: Redstone Arsenal: Load Complete.
3200[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3201[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3202[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3203[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3204[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3205[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3206[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3207[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3208[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3209[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3210[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3211[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3212[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3213[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3214[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3215[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3216[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3217[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3218[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3219[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3220[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3221[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3222[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3223[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3224[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3225[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3226[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3227[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3228[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3229[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3230[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3231[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3232[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3233[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3234[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3235[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3236[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3237[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3238[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3239[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3240[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3241[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3242[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3243[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3244[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3245[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3246[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3247[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3248[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3249[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3250[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3251[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3252[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3253[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3254[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3255[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3256[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3257[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3258[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3259[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3260[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3261[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3262[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3263[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3264[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3265[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3266[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3267[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3268[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3269[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3270[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3271[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3272[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3273[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3274[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3275[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3276[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3277[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3278[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3279[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3280[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3281[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3282[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3283[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3284[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3285[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3286[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3287[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3288[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3289[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3290[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3291[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3292[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3293[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3294[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3295[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3296[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3297[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3298[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3299[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3300[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3301[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3302[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3303[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3304[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3305[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3306[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3307[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3308[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3309[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3310[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3311[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3312[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3313[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type EnrichmentChamber to the recipe list.
3314[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type Crusher to the recipe list.
3315[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3316[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type PurificationChamber to the recipe list.
3317[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3318[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalInjectionChamber to the recipe list.
3319[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalDissolutionChamber to the recipe list.
3320[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalWasher to the recipe list.
3321[14:12:25] [Client thread/INFO] [Mekanism]: [Mekanism] aobd added recipe of type ChemicalCrystallizer to the recipe list.
3322[14:12:26] [Client thread/INFO] [NetherOres]: Load Complete.
3323[14:12:26] [Client thread/INFO] [ThermalDynamics]: Thaumcraft Plugin Enabled.
3324[14:12:26] [Client thread/INFO] [ThermalDynamics]: Thermal Dynamics: Load Complete.
3325[14:12:26] [Client thread/INFO] [UniDict]: Thermal Expansion Integration: The world seems to be more thermally involved.
3326[14:12:26] [Client thread/INFO] [UniDict]: All 1 Integrations took 19ms to finish. at load stage LOAD_COMPLETE
3327[14:12:27] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 192 mods
3328[14:12:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Additional Pipes, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Avaritia, FMLFileResourcePack:BD Lib, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Integration, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mod Tweaker 2, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Developer Tools, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Power Converters 3, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:ProjectRed Compatibility, FMLFileResourcePack:ProjectRed Integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:Runic Dungeons, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Expansion, FMLFileResourcePack:Spring Boards, FMLFileResourcePack:Steve's Addons, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers: Biomes O' Plenty Pack, FMLFileResourcePack:Storage Drawers: Forestry Pack, FMLFileResourcePack:Storage Drawers: Misc Pack, FMLFileResourcePack:Storage Drawers: Natura Pack, FMLFileResourcePack:TC Inventory Scanning, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MCFrames, FMLFileResourcePack:ForgeRelocation, FMLFileResourcePack:RelocationFMP, FMLFileResourcePack:MrTJPCore, PortalGunSounds.pak, CustomResources, FMLFileResourcePack:Carpenter's Blocks Cached Resources, resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack, CustomOverridingResources
3329[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3330[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3331[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3332[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3333[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3334[14:12:27] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3335[14:12:34] [Client thread/INFO] [PTRModelLib]: Total mipmap : 3358 ms
3336[14:12:34] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
3337[14:12:34] [Client thread/INFO] [gendustry]: Loading language file /home/vanessa/ftb/FTBInfinity/minecraft/config/gendustry/custombees.en_US.lang
3338[14:12:36] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'diamond_ore' with background 'stone'. Place diamond_ore_dense.png in the assets folder to override.
3339[14:12:36] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'quartz_ore' with background 'netherrack'. Place quartz_ore_dense.png in the assets folder to override.
3340[14:12:39] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'coal_ore' with background 'stone'. Place coal_ore_dense.png in the assets folder to override.
3341[14:12:40] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'emerald_ore' with background 'stone'. Place emerald_ore_dense.png in the assets folder to override.
3342[14:12:41] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'lapis_ore' with background 'stone'. Place lapis_ore_dense.png in the assets folder to override.
3343[14:12:41] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'iron_ore' with background 'stone'. Place iron_ore_dense.png in the assets folder to override.
3344[14:12:41] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'redstone_ore' with background 'stone'. Place redstone_ore_dense.png in the assets folder to override.
3345[14:12:42] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'gold_ore' with background 'stone'. Place gold_ore_dense.png in the assets folder to override.
3346[14:12:44] [Client thread/WARN] [FastCraft]: The sprite Chisel:snakestone/obsidian/particles/7 caused the mipmap level to drop from 4 to 3 because it's too small (8x8 px).
3347[14:12:44] [Client thread/INFO]: Created: 4096x2048 textures/blocks-atlas
3348[14:12:44] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
3349[14:12:46] [Client thread/INFO] [ImmersiveEngineering]: Stitching Revolver Textures!
3350[14:12:46] [Client thread/INFO]: Created: 1024x1024 textures/revolvers-atlas
3351[14:12:46] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
3352[14:12:53] [Client thread/WARN] [FastCraft]: The sprite thaumcraft:focus_primal_depth caused the mipmap level to drop from 4 to 2 because it's too small (6x6 px).
3353[14:12:53] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
3354[14:12:53] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
3355[14:12:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
3356[14:12:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
3357[14:12:54] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
3358[14:12:54] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
3359[14:12:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
3360[14:12:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
3361[14:12:54] [Thread-28/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
3362[14:12:54] [Thread-28/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
3363[14:12:54] [Thread-28/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
3364[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3365[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3366[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3367[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3368[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3369[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3370[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3371[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3372[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3373[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3374[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3375[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3376[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3377[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3378[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3379[14:12:54] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
3380[14:12:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
3381[14:12:54] [Sound Library Loader/INFO]: Sound engine started
3382[14:12:54] [Client thread/INFO] [bspkrsCore]: Enabling Main Menu Mob render ticker
3383[14:12:54] [Client thread/INFO] [Mystcraft]: Mystcraft Start-Up Error Checking Completed
3384[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
3385[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
3386[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3387[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
3388[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3389[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 30 textures
3390[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 6 locations:
3391[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
3392[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod Botania resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Botania r1.8-249.jar
3393[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod IC2 resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/industrialcraft-2-2.2.827-experimental.jar
3394[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod journeymap resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/journeymap-1.7.10-5.1.4p2-unlimited.jar
3395[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod runicdungeons resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/RunicDungeons-1.1.7b.jar
3396[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod Thaumcraft resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Thaumcraft-1.7.10-4.2.3.5.jar
3397[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3398[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
3399[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_2739_powerconverters.conduit.png
3400[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_843_blockSpellEffect.png
3401[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7359_focusShadowbeam.png
3402[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_840_blockSpellParadigm.png
3403[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7378_focusTelekinesis.png
3404[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_2429_proxyBlock.png
3405[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1798_extracells.block.walrus.png
3406[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_243_bookshelf.png
3407[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/TConIntegration.bedrock.png
3408[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_848_alchemicCalcinator.png
3409[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7400_focusHeal.png
3410[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5869_extracells.pattern.crafting.png
3411[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7371_focusDislocation.png
3412[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7387_focusRecall.png
3413[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7380_focusSmelt.png
3414[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5692_decowand.png
3415[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7403_focusXPDrain.png
3416[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1651_null.png
3417[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_846_schematicSaver.png
3418[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_849_crystalBelljar.png
3419[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7520_itemAspect.png
3420[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7361_focusFlight.png
3421[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/planks.png
3422[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_842_blockSpellModifier.png
3423[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_841_blockSpellEnhancement.png
3424[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7382_focusDeflect.png
3425[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5866_extracells.fluid.item.png
3426[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_852_blockMimic.png
3427[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_BLOCK_939_gaiaHeadBlock_skeleton.png
3428[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7398_focusEnderChest.png
3429[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3430[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
3431[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3432[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3433[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN ttinkerer
3434[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3435[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain ttinkerer is missing 7 textures
3436[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain ttinkerer has 1 location:
3437[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod ThaumicTinkerer resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/ThaumicTinkerer-2.5-1.7.10-512.jar
3438[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3439[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain ttinkerer are:
3440[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/repairer.png
3441[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorSwordGem.png
3442[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/magnet.png
3443[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorAxeGem.png
3444[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorShovelGem.png
3445[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mobAspect.png
3446[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorPickGem.png
3447[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3448[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain ttinkerer
3449[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3450[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3451[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN immersiveengineering
3452[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3453[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain immersiveengineering is missing 3 textures
3454[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain immersiveengineering has 1 location:
3455[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod ImmersiveEngineering resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/ImmersiveEngineering-0.7.7.jar
3456[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3457[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain immersiveengineering are:
3458[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/revolvers/revolver_rose.png
3459[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/metal2_skycrateDispenser.png
3460[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/revolvers/revolver_tesla.png
3461[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3462[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain immersiveengineering
3463[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3464[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3465[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN harvestcraft
3466[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3467[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain harvestcraft is missing 1 texture
3468[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain harvestcraft has 1 location:
3469[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod harvestcraft resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Pam's HarvestCraft 1.7.10Lb.jar
3470[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3471[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain harvestcraft are:
3472[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/chocolaterollItem.png
3473[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3474[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain harvestcraft
3475[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3476[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3477[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN chisel
3478[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3479[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel is missing 1 texture
3480[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel has 1 location:
3481[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod chisel resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Chisel-2.9.5.11.jar
3482[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3483[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain chisel are:
3484[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/endstone/EnderFrame.png
3485[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3486[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain chisel
3487[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3488[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3489[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN thaumicexploration
3490[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3491[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain thaumicexploration is missing 1 texture
3492[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain thaumicexploration has 1 location:
3493[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod ThaumicExploration resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/ThaumicExploration-1.7.10-1.1-53.jar
3494[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3495[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain thaumicexploration are:
3496[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/metalbase.png
3497[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3498[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The following other errors were reported for domain thaumicexploration:
3499[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3500[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: Problem: broken aspect ratio and not an animation
3501[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/soulBrazier.png
3502[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3503[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3504[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN botania
3505[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3506[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain botania is missing 1 texture
3507[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain botania has 1 location:
3508[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod Botania resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Botania r1.8-249.jar
3509[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3510[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain botania are:
3511[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/alt/clayconiaChibi.png
3512[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3513[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain botania
3514[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3515[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3516[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN ee3
3517[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3518[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain ee3 is missing 1 texture
3519[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain ee3 has 1 location:
3520[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod EE3 resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/EquivalentExchange3-1.7.10-0.3.0.547.jar
3521[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3522[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain ee3 are:
3523[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/bowDarkMatter.png
3524[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3525[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain ee3
3526[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3527[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3528[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN draconicevolution
3529[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3530[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain draconicevolution is missing 1 texture
3531[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain draconicevolution has 2 locations:
3532[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod DraconicEvolution resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Draconic-Evolution-1.7.10-1.0.2h.jar
3533[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path /home/vanessa/ftb/FTBInfinity/minecraft/config/draconicevolution/resources
3534[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3535[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain draconicevolution are:
3536[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/chaosFragment.png
3537[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3538[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain draconicevolution
3539[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3540[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3541[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN alchemicalwizardry
3542[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3543[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain alchemicalwizardry is missing 1 texture
3544[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain alchemicalwizardry has 1 location:
3545[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod AWWayofTime resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/BloodMagic-1.7.10-1.3.3-17.jar
3546[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3547[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain alchemicalwizardry are:
3548[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/SigilOfTheFastMiner.png
3549[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3550[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain alchemicalwizardry
3551[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3552[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3553[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN mekanism
3554[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3555[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain mekanism is missing 2 textures
3556[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain mekanism has 1 location:
3557[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod Mekanism resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/Mekanism-1.7.10-9.1.1.1031.jar
3558[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3559[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain mekanism are:
3560[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/LiquidOre.png
3561[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/LiquidCleanOre.png
3562[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3563[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain mekanism
3564[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3565[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3566[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN logisticspipes
3567[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3568[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain logisticspipes is missing 3 textures
3569[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain logisticspipes has 1 location:
3570[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod LogisticsPipes resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/logisticspipes-0.9.3.132.jar
3571[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3572[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain logisticspipes are:
3573[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemUpgrade/UpgradeModule.png
3574[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemUpgrade/LogicController.png
3575[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ItemPipeSignCreator.png
3576[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3577[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain logisticspipes
3578[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3579[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3580[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_5879_extrautils
3581[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3582[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5879_extrautils is missing 1 texture
3583[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5879_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
3584[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3585[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_5879_extrautils are:
3586[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/lawSword.png
3587[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3588[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_5879_extrautils
3589[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3590[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3591[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_5896_extrautils
3592[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3593[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5896_extrautils is missing 1 texture
3594[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5896_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
3595[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3596[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_5896_extrautils are:
3597[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/microblocks.png
3598[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3599[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_5896_extrautils
3600[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3601[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3602[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN buildcraft
3603[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
3604[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain buildcraft is missing 3 textures
3605[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: domain buildcraft has 7 locations:
3606[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Core resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3607[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Transport resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3608[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Factory resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3609[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Silicon resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3610[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Robotics resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3611[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Energy resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3612[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Builders resources at /home/vanessa/ftb/FTBInfinity/minecraft/mods/buildcraft-7.1.23.jar
3613[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3614[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain buildcraft are:
3615[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/triggers/trigger_machine_active.png
3616[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/board_green.png
3617[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/triggers/trigger_machine_inactive.png
3618[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
3619[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain buildcraft
3620[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
3621[14:12:54] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
3622[14:12:56] [Client thread/INFO] [journeymap]: Loading blocks and textures...
3623[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBlock:0] (SpecialHandling)'.
3624[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBarrier:0] (SpecialHandling)'.
3625[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBed:0] (SpecialHandling)'.
3626[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersButton:0] (SpecialHandling)'.
3627[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersCollapsibleBlock:0] (SpecialHandling)'.
3628[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersDaylightSensor:0] (SpecialHandling)'.
3629[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersDoor:0] (SpecialHandling)'.
3630[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersFlowerPot:0] (SpecialHandling)'.
3631[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersGarageDoor:0] (SpecialHandling)'.
3632[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersGate:0] (SpecialHandling)'.
3633[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersHatch:0] (SpecialHandling)'.
3634[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersLadder:0] (OpenToSky,SpecialHandling)'.
3635[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersLever:0] (SpecialHandling)'.
3636[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersPressurePlate:0] (SpecialHandling)'.
3637[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSafe:0] (SpecialHandling)'.
3638[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:0] (SpecialHandling)'.
3639[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:1] (SpecialHandling)'.
3640[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:2] (SpecialHandling)'.
3641[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:3] (SpecialHandling)'.
3642[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:4] (SpecialHandling)'.
3643[14:12:56] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersStairs:0] (SpecialHandling)'.
3644[14:12:56] [Client thread/INFO] [journeymap]: Built BlockMD cache (10530) : BlockMD.reset count 1 avg 241.95ms
3645[14:12:56] [Client thread/INFO] [journeymap]: initBlocksTexture: 4096x2048 loaded in 187.874902ms
3646[14:12:56] [Client thread/INFO] [journeymap]: Existing color palette's resource packs and mod names match current loadout.
3647[14:12:56] [Client thread/INFO] [journeymap]: Loaded 8605 block colors from color palette file in 44ms: /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/colorpalette.json
3648[14:12:56] [Client thread/INFO] [journeymap]: Initialized 118 block colors from mods and resource packs in 70ms
3649[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorCore:0] (Transparency,Error)
3650[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockAiry:0] (Transparency,Error)
3651[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [AWWayofTime:spectralContainer:0] (Transparency,Error)
3652[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersHatch:0] (Transparency,Error,SpecialHandling)
3653[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [ThaumicExploration:thinkTankJar:0] (OpenToSky,Transparency,Error,TransparentRoof)
3654[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockEldritchNothing:0] (Transparency,Error)
3655[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorStabilizer:0] (Transparency,Error)
3656[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockPortalEldritch:0] (Transparency,Error)
3657[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersGarageDoor:0] (Transparency,Error,SpecialHandling)
3658[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [witchery:force:0] (Transparency,Error)
3659[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersStairs:0] (Transparency,Error,SpecialHandling)
3660[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBed:0] (Transparency,Error,SpecialHandling)
3661[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSafe:0] (Transparency,Error,SpecialHandling)
3662[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBlock:0] (Transparency,Error,SpecialHandling)
3663[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [AWWayofTime:bloodLight:0] (Transparency,Error)
3664[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:3] (Transparency,Error,SpecialHandling)
3665[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:4] (Transparency,Error,SpecialHandling)
3666[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:0] (Transparency,Error,SpecialHandling)
3667[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:1] (Transparency,Error,SpecialHandling)
3668[14:12:56] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:2] (Transparency,Error,SpecialHandling)
3669[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockWarded:0] (Transparency,Error)
3670[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersLadder:0] (OpenToSky,Transparency,Error,SpecialHandling)
3671[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [ForgeMultipart:block:0] (Transparency,Error)
3672[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersDaylightSensor:0] (Transparency,Error,SpecialHandling)
3673[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorEnergyInjector:0] (Transparency,Error)
3674[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersCollapsibleBlock:0] (Transparency,Error,SpecialHandling)
3675[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [chisel:glass_pane:4] (OpenToSky,Transparency,Error,TransparentRoof)
3676[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersGate:0] (Transparency,Error,SpecialHandling)
3677[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:1] (OpenToSky,Transparency,Error,TransparentRoof)
3678[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:3] (OpenToSky,Transparency,Error,TransparentRoof)
3679[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:portal:0] (Transparency,Error)
3680[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBarrier:0] (Transparency,Error,SpecialHandling)
3681[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:chaosCrystal:0] (Transparency,Error)
3682[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersButton:0] (Transparency,Error,SpecialHandling)
3683[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:5] (OpenToSky,Transparency,Error,TransparentRoof)
3684[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersPressurePlate:0] (Transparency,Error,SpecialHandling)
3685[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersDoor:0] (Transparency,Error,SpecialHandling)
3686[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [TwilightForest:tile.HugeLilyPad:0] (NoShadow,Transparency,Error,Plant,NoTopo)
3687[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:0] (NoShadow,Transparency,Error,Plant,NoTopo)
3688[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:2] (NoShadow,Transparency,Error,Plant,NoTopo)
3689[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:1] (NoShadow,Transparency,Error,Plant,NoTopo)
3690[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:4] (NoShadow,Transparency,Error,Plant,NoTopo)
3691[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:3] (NoShadow,Transparency,Error,Plant,NoTopo)
3692[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:6] (NoShadow,Transparency,Error,Plant,NoTopo)
3693[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:5] (NoShadow,Transparency,Error,Plant,NoTopo)
3694[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:8] (NoShadow,Transparency,Error,Plant,NoTopo)
3695[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:7] (NoShadow,Transparency,Error,Plant,NoTopo)
3696[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:10] (NoShadow,Transparency,Error,Plant,NoTopo)
3697[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:9] (NoShadow,Transparency,Error,Plant,NoTopo)
3698[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:12] (NoShadow,Transparency,Error,Plant,NoTopo)
3699[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:11] (NoShadow,Transparency,Error,Plant,NoTopo)
3700[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:14] (NoShadow,Transparency,Error,Plant,NoTopo)
3701[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:13] (NoShadow,Transparency,Error,Plant,NoTopo)
3702[14:12:57] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:15] (NoShadow,Transparency,Error,Plant,NoTopo)
3703[14:12:57] [Client thread/INFO] [journeymap]: Color palette file generated with 8605 colors in 287ms for: /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/colorpalette.json
3704[14:12:57] [Client thread/INFO] [journeymap]: Updated color palette file: /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/colorpalette.json
3705[14:23:43] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [CustomMainMenu, ResourceLoader] at SERVER
3706[14:23:48] [Client thread/INFO]: Connecting to mc.elodrias.de, 25575
3707[14:23:49] [Netty Client IO #1/INFO] [FML]: Server protocol version 2
3708[14:23:49] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [CustomMainMenu, ResourceLoader] at SERVER
3709[14:23:49] [Netty Client IO #1/INFO] [FML]: Injecting existing block and item data into this client instance
3710[14:23:49] [Netty Client IO #1/INFO] [FML]: Applying holder lookups
3711[14:23:49] [Netty Client IO #1/INFO] [FML]: Holder lookups applied
3712[14:23:49] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
3713[14:23:49] [Client thread/INFO] [neresources]: Loading compatibility for minecraft
3714[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for CoFHCore
3715[14:23:50] [Client thread/INFO] [neresources]: Metallurgy not loaded - skipping
3716[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for NetherOres
3717[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for BigReactors
3718[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for appliedenergistics2
3719[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for Thaumcraft
3720[14:23:50] [Client thread/INFO] [neresources]: ElectriCraft not loaded - skipping
3721[14:23:50] [Client thread/INFO] [neresources]: ReactorCraft not loaded - skipping
3722[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for Forestry
3723[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for TConstruct
3724[14:23:50] [Client thread/INFO] [neresources]: Loading compatibility for IC2
3725[14:23:50] [Client thread/INFO] [neresources]: MobProperties not loaded - skipping
3726[14:23:50] [Client thread/INFO] [neresources]: xreliquary not loaded - skipping
3727[14:23:50] [Client thread/INFO] [neresources]: bluepower not loaded - skipping
3728[14:23:50] [Client thread/INFO] [neresources]: Requesting Sync...
3729[14:23:50] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
3730[14:23:50] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
3731[14:23:50] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerRepair Finished.
3732[14:23:50] [Client thread/INFO] [journeymap]: Requesting World ID
3733[14:23:53] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
3734[14:23:53] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
3735[14:23:53] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
3736[14:23:53] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:109]: Loading scripts
3737[14:23:53] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:156]: MineTweaker: Loading InfinityPackWideChanges.zs
3738[14:23:54] [Client thread/INFO] [FTBLibDev]: Client player ID: 2
3739[14:23:54] [Client thread/INFO] [FTBLib]: Joined the server with PlayerID 2
3740[14:23:54] [Client thread/INFO]: [CHAT] Welcome to the server!
3741[14:23:54] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:109]: Loading scripts
3742[14:23:54] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:156]: MineTweaker: Loading InfinityPackWideChanges.zs
3743[14:23:55] [Client thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught
3744java.lang.NullPointerException
3745 at cpw.mods.fml.common.network.FMLOutboundHandler$OutboundTarget$5.selectNetworks(FMLOutboundHandler.java:129) ~[FMLOutboundHandler$OutboundTarget$5.class:?]
3746 at cpw.mods.fml.common.network.FMLOutboundHandler.write(FMLOutboundHandler.java:273) ~[FMLOutboundHandler.class:?]
3747 at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644) ~[DefaultChannelHandlerContext.class:?]
3748 at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698) ~[DefaultChannelHandlerContext.class:?]
3749 at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:637) ~[DefaultChannelHandlerContext.class:?]
3750 at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:115) ~[MessageToMessageEncoder.class:?]
3751 at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[MessageToMessageCodec.class:?]
3752 at io.netty.channel.DefaultChannelHandlerContext.invokeWrite(DefaultChannelHandlerContext.java:644) ~[DefaultChannelHandlerContext.class:?]
3753 at io.netty.channel.DefaultChannelHandlerContext.write(DefaultChannelHandlerContext.java:698) ~[DefaultChannelHandlerContext.class:?]
3754 at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:688) ~[DefaultChannelHandlerContext.class:?]
3755 at io.netty.channel.DefaultChannelHandlerContext.writeAndFlush(DefaultChannelHandlerContext.java:717) ~[DefaultChannelHandlerContext.class:?]
3756 at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:893) ~[DefaultChannelPipeline.class:?]
3757 at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:239) ~[AbstractChannel.class:?]
3758 at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendToAll(SimpleNetworkWrapper.java:182) [SimpleNetworkWrapper.class:?]
3759 at ftb.ReloadHandler.onReloaded(ReloadHandler.java:43) [ReloadHandler.class:?]
3760 at cpw.mods.fml.common.eventhandler.ASMEventHandler_492_ReloadHandler_onReloaded_EventFTBReload.invoke(.dynamic) [?:?]
3761 at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:?]
3762 at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
3763 at ftb.lib.api.EventLM.post(EventLM.java:9) [EventLM.class:?]
3764 at ftb.lib.mod.net.MessageReload.reloadClient(MessageReload.java:72) [MessageReload.class:?]
3765 at ftb.lib.mod.net.MessageReload.onMessage(MessageReload.java:59) [MessageReload.class:?]
3766 at ftb.lib.api.net.MessageLM.onMessage(MessageLM.java:67) [MessageLM.class:?]
3767 at ftb.lib.api.net.MessageLM.onMessage(MessageLM.java:10) [MessageLM.class:?]
3768 at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) [SimpleChannelHandlerWrapper.class:?]
3769 at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) [SimpleChannelHandlerWrapper.class:?]
3770 at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
3771 at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
3772 at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
3773 at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:101) [SimpleChannelInboundHandler.class:?]
3774 at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
3775 at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
3776 at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
3777 at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
3778 at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
3779 at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
3780 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
3781 at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
3782 at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
3783 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
3784 at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
3785 at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
3786 at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
3787 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
3788 at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
3789 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
3790 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
3791 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
3792 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
3793 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
3794 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
3795[14:23:55] [Client thread/INFO] [FTBLib]: Current Mode: normal
3796[14:23:55] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: net.minecraft.item.ItemBlock@1c3f2fcb
3797[14:23:55] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.natura.items.BerryMedley@7d7fb107
3798[14:24:01] [Client thread/INFO] [Forestry]: Loading: Forestry NEI Integration
3799[14:24:01] [Client thread/INFO] [STDOUT]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:37]: IC2 NEI Submodule initialized
3800[14:24:02] [Client thread/INFO] [INpureCullingEngine]: Script handler ready. Waiting for a while to ensure all other mods are done messing with NEI.
3801[14:24:02] [Client thread/INFO] [OpenMods]: openblocks.NEIOpenBlocksConfig.loadConfig(NEIOpenBlocksConfig.java:27): OpenBlocks NEI Integration loaded successfully
3802[14:24:02] [Client thread/INFO] [PowerConverters]: NEI Has called us to init.
3803[14:24:02] [Client thread/INFO] [STDOUT]: [advsolar.client.nei.NEIASPConfig:loadConfig:10]: [Advanced Solar Panels]: Loading NEI compatibility...
3804[14:24:02] [Client thread/INFO] [Draconic Evolution]: Added NEI integration
3805[14:24:02] [Client thread/INFO] [extrautils]: Added NEI integration
3806[14:24:02] [Client thread/INFO] [NEIAddons|Botany]: Root=binnie.botany.genetics.FlowerHelper@771e929 Species=interface binnie.botany.api.IAlleleFlowerSpecies
3807[14:24:02] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Extra Bees comb item: binnie.extrabees.products.ItemHoneyComb@2cd2af36 (binnie.extrabees.products.ItemHoneyComb@2cd2af36)
3808[14:24:02] [Client thread/INFO] [NEIAddons|Forestry]: Loaded TB comb item: magicbees.item.ItemComb@2e9bc95f
3809[14:24:02] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Magic Bees comb item: magicbees.item.ItemComb@2e9bc95f (magicbees.item.ItemComb@2e9bc95f)
3810[14:24:02] [Client thread/INFO] [neiintegration]: Loading integration: Minecraft / Forge
3811[14:24:02] [Client thread/INFO] [neiintegration]: Loading integration: Big Reactors
3812[14:24:02] [Client thread/INFO] [neiintegration]: Loading integration: Pam's HarvestCraft
3813[14:24:03] [Client thread/INFO] [neiintegration]: Loading integration: MineFactory Reloaded
3814[14:24:03] [Client thread/INFO] [neiintegration]: Loading integration: Railcraft
3815[14:24:03] [Client thread/INFO] [AgriCraft]: Receiving mutations from server
3816[14:24:03] [Client thread/INFO] [AgriCraft]: Successfully received mutations from server
3817[14:24:03] [Client thread/INFO] [EE3]: Client successfully received 4507 energy values from server
3818[14:24:03] [Client thread/INFO] [EE3]: Received 99 player knowledge blacklist entries from server
3819[14:24:03] [Client thread/INFO] [EE3]: Received 0 exchange blacklist entries from server
3820[14:24:03] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
3821[14:24:12] [Client thread/INFO] [Mekanism]: Received config from server.
3822[14:24:12] [Thread-31/INFO] [Mekanism]: VoiceServer: Starting client connection...
3823[14:24:12] [Client thread/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (10 total)
3824[14:24:12] [Client thread/INFO] [NEIAddons]: Received handshake from server
3825[14:24:12] [Client thread/INFO] [NEIAddons]: Available server commands: SetAE2FakeSlot
3826[14:24:12] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
3827[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: RfToolsDimensionManager.syncFromServer
3828[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Dimension information from server is empty.
3829[14:24:12] [Thread-31/ERROR] [Mekanism]: VoiceServer: Error while starting client connection.
3830[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.net.NoRouteToHostException: No route to host (Host unreachable)
3831[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.PlainSocketImpl.socketConnect(Native Method)
3832[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
3833[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
3834[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
3835[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
3836[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.Socket.connect(Socket.java:589)
3837[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.Socket.connect(Socket.java:538)
3838[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.Socket.<init>(Socket.java:434)
3839[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at java.net.Socket.<init>(Socket.java:211)
3840[14:24:12] [Thread-31/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: at mekanism.client.voice.VoiceClient.run(VoiceClient.java:45)
3841[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Getting dimlet mapping from server
3842[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
3843[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one
3844[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one1
3845[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one2
3846[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one3
3847[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two
3848[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two
3849[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two1
3850[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Foliage, Oak
3851[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Sky
3852[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
3853[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, enderium.molten
3854[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mana
3855[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, platinum.molten
3856[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, honey
3857[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, aluminumbrass.molten
3858[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, steam
3859[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, signalum.molten
3860[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, invar.molten
3861[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, manyullyn.molten
3862[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, glowstone
3863[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mithril.molten
3864[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
3865[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, pigiron.molten
3866[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, alumite.molten
3867[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, bronze.molten
3868[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, lumium.molten
3869[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, electrum.molten
3870[14:24:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
3871[14:24:12] [Client thread/INFO] [simplyjetpacks]: Received server configuration
3872[14:24:17] [Client thread/INFO] [StevesAddons]: Search database generated in 4744ms
3873[14:24:18] [Client thread/INFO] [PortalGun]: [4.0.0-beta-6] Sending client info to server
3874[14:24:18] [Client thread/WARN] [FML]: =============================================================
3875[14:24:18] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
3876[14:24:18] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
3877[14:24:18] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
3878[14:24:18] [Client thread/WARN] [FML]: =============================================================
3879[14:24:18] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Dialog,name=Arial,style=plain,size=12] - AntiAlias = true
3880[14:24:19] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
3881[14:24:19] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu
3882[14:24:19] [Client thread/INFO] [Mekanism]: Minecraft is in offline mode, could not check for updates.
3883[14:24:19] [Client thread/INFO] [STDOUT]: [mcjty.lib.network.SendPreferencesToClientHelper:setPreferences:16]: setPreferences: prefs.getStyle() = STYLE_FLAT_GRADIENT
3884[14:24:19] [Client thread/INFO] [Draconic Evolution]: Requesting speed packet from server
3885[14:24:20] [Client thread/INFO] [PortalGun]: [4.0.0-beta-6] Received world props from server.
3886[14:24:20] [Client thread/INFO] [Draconic Evolution]: Server speed is set to 10.0
3887[14:24:20] [Client thread/INFO] [journeymap]: Requesting World ID
3888[14:24:21] [Client thread/INFO] [journeymap]: Loaded 0 waypoints from /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/data/mp/Minecraft~Server/waypoints
3889[14:24:21] [Client thread/INFO] [journeymap]: Blocks and textures are current
3890[14:24:21] [Client thread/INFO] [journeymap]: Mapping started in /home/vanessa/ftb/FTBInfinity/minecraft/journeymap/data/mp/Minecraft~Server/DIM0. Memory: 3032MB total, 1463MB free
3891[14:24:24] [Client thread/INFO] [INpureCullingEngine]: Starting NEI Filter scripting. This might take a moment to load all the modules...
3892[14:24:24] [Client thread/INFO] [INpureCullingEngine]: Engine: JAVASCRIPT
3893[14:24:25] [Client thread/INFO] [INpureLogInterceptor]: Log parsing appears to have failed. Attempting to dig the data out of FML directly...
3894[14:24:25] [Client thread/INFO] [INpureLogInterceptor]: NEI has entered the ready state. Sending data to culling system. List contains 0 entries.
3895[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading table of contents for module: custom_nei_filters, 1.0, Author: ftb
3896[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Bootstrap setting found. Loading: Bootstrap.js
3897[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: ThermalExpansion.js
3898[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: ForgeMicroblock.js
3899[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: ExtraUtilities.js
3900[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: BuildCraft.js
3901[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: Bibliocraft.js
3902[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: AppliedEnergistics2.js
3903[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: Tcon.js
3904[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: AgriCraft.js
3905[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: IC2.js
3906[14:24:26] [Client thread/INFO] [INpureCullingEngine]: Loading: HarvestCraft.js
3907[14:24:27] [Client thread/INFO] [INpureCullingEngine]: Loading: vanilla.js
3908[14:24:27] [Client thread/INFO] [INpureCullingEngine]: Loading: Misc.js
3909[14:24:28] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
3910[14:24:28] [Client thread/INFO] [journeymap]: JourneyMap: Press [J]
3911../src/gallium/drivers/r600/sb/sb_ir.cpp:340:update_packed_items: Assertion `!swp[chan] || swp[chan] == v' failed.
3912[14:25:40] [INFO] ProcessMonitor.run:43: MC process exited. return value: 134
3913[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 0 enUS to options pane
3914[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 1 cyGB to options pane
3915[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 2 daDK to options pane
3916[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 3 deDE to options pane
3917[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 4 enGB to options pane
3918[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 5 enUS to options pane
3919[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 6 esES to options pane
3920[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 7 fiFI to options pane
3921[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 8 frCA to options pane
3922[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 9 frFR to options pane
3923[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 10 itIT to options pane
3924[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 11 maHU to options pane
3925[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 12 nlNL to options pane
3926[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 13 noNO to options pane
3927[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 14 plPL to options pane
3928[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 15 ptBR to options pane
3929[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 16 ptPT to options pane
3930[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 17 ruRU to options pane
3931[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 18 svSE to options pane
3932[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 19 zhCN to options pane
3933[14:25:40] [INFO] OptionsPane.<init>:164: [i18n] Added 20 zhTW to options pane
3934[14:25:40] [INFO] I18N.setLocale:120: [i18n] enGB English (GB) language file loaded!
3935[14:27:03] Logs copied to clipboard