Guest User

Untitled

a guest
Apr 9th, 2020
1,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 413.10 KB | None | 0 0
  1. FTB Launcher logs:
  2. [15:05:13] [DEBUG] Main.main:173: Launcher arguments: []
  3. [15:05:13] [DEBUG] Main.main:174: Launcher PID: 17079
  4. [15:05:13] [DEBUG] Main.main:185: FTB Launcher CI Build #: 448, Git SHA: ea121ab1db11
  5. [15:05:13] [INFO] JGoogleAnalyticsTracker$2.run:484: AnalyticsBackgroundThread started
  6. [15:05:13] [INFO] MainHelpers.printInfo:39: FTBLaunch starting up (version 1.5.0 Build: 10500)
  7. [15:05:13] [DEBUG] MainHelpers.printInfo:40: System's default JVM: (This is not always used to launch MC)
  8. [15:05:13] [DEBUG] MainHelpers.printInfo:41: Java version: 11.0.6
  9. [15:05:13] [DEBUG] MainHelpers.printInfo:42: Java vendor: Ubuntu
  10. [15:05:13] [DEBUG] MainHelpers.printInfo:43: Java home: /usr/lib/jvm/java-11-openjdk-amd64
  11. [15:05:13] [DEBUG] MainHelpers.printInfo:44: Java specification: Java Virtual Machine Specification version: 11 by Oracle Corporation
  12. [15:05:13] [DEBUG] MainHelpers.printInfo:46: Java vm: OpenJDK 64-Bit Server VM version: 11.0.6+10-post-Ubuntu-1ubuntu118.04.1 by Ubuntu
  13. [15:05:13] [INFO] MainHelpers.printInfo:47: OS: Linux 5.3.0-46-generic (64-bit)
  14. [15:05:13] [INFO] MainHelpers.printInfo:48: Launcher Install Dir: /home/lars/ftb
  15. [15:05:13] [INFO] MainHelpers.printInfo:49: System memory: 5212M free, 7811M total
  16. [15:05:13] [INFO] MainHelpers.printInfo:56: Using Java path entered by user: /usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/bin/java
  17. [15:05:13] [DEBUG] OSUtils.getProxy:95: ProxySelector: type: DIRECT, no proxy for https://dist.creeper.host
  18. [15:05:13] [DEBUG] DownloadUtils.run:457: DownloadUtils.run() starting
  19. [15:05:13] [DEBUG] Benchmark.logBenchAs:76: Download Utils Balance (creeperrepo) took 592 ms.
  20. [15:05:13] [INFO] DownloadUtils.run:489: Balance has selected Automatic:CreeperRepo
  21. [15:05:13] [DEBUG] DownloadUtils.run:521: DL ready
  22. [15:05:13] [INFO] DownloadUtils.run:554: Using download server Automatic:UNKNOWN on host UNKNOWN (89.187.169.1)
  23. [15:05:13] [DEBUG] Benchmark.logBenchAs:76: Download Utils Init took 608 ms.
  24. [15:05:14] [INFO] I18N.addFiles:97: [i18n] Fallback enUS loaded
  25. [15:05:14] [INFO] I18N.setLocale:120: [i18n] deDE Deutsche Sprachdatei geladen!
  26. [15:05:14] [INFO] LoadingDialog.advance:46: Checking installation location
  27. [15:05:14] [INFO] LoadingDialog.advance:46: Loading user data
  28. [15:05:14] [DEBUG] OSUtils.getMacAddress:440: Interface: enp0s25 : enp0s25
  29. [15:05:14] [DEBUG] CryptoUtils.decrypt:97: Tryinng with mac address
  30. [15:05:14] [DEBUG] CryptoUtils.decrypt:101: mac address ok
  31. [15:05:14] [DEBUG] CryptoUtils.decrypt:97: Tryinng with mac address
  32. [15:05:14] [DEBUG] CryptoUtils.decrypt:101: mac address ok
  33. [15:05:14] [INFO] LoadingDialog.advance:46: Creating Console window
  34. [15:05:14] [INFO] LoadingDialog.advance:46: Creating main window
  35. [15:05:14] [DEBUG] AuthlibDLWorker.doInBackground:56: Loading Authlib...
  36. [15:05:14] [DEBUG] RetiredPacksLoader.run:64: Found 26packcodes
  37. [15:05:14] [DEBUG] Benchmark.logBenchAs:76: Modpack Loader https://dist.creeper.host/FTB2/static/modpacks.xml took 254 ms.
  38. [15:05:14] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for modpacks.xml...
  39. [15:05:14] [ERROR] OutputOverride.write:43: From Console: java.lang.NullPointerException
  40. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.base/java.io.Reader.<init>(Reader.java:167)
  41. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.base/java.io.InputStreamReader.<init>(InputStreamReader.java:72)
  42. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at net.ftb.util.OSUtils.makeStyleSheet(OSUtils.java:606)
  43. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at net.ftb.gui.panes.NewsPane$1.<init>(NewsPane.java:41)
  44. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at net.ftb.gui.panes.NewsPane.<init>(NewsPane.java:39)
  45. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at net.ftb.gui.LaunchFrame.<init>(LaunchFrame.java:366)
  46. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at net.ftb.main.Main$8.run(Main.java:404)
  47. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303)
  48. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
  49. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
  50. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
  51. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.base/java.security.AccessController.doPrivileged(Native Method)
  52. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
  53. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
  54. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
  55. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
  56. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
  57. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
  58. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
  59. [15:05:14] [ERROR] OutputOverride.write:43: From Console: at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
  60. [15:05:14] [INFO] AuthlibDLWorker.downloadJars:147: Local Authlib Version is good, skipping Download
  61. [15:05:14] [INFO] AuthlibDLWorker.doInBackground:68: Adding Authlib to Classpath
  62. [15:05:14] [ERROR] OutputOverride.write:43: From Console: ERROR StatusLogger org.apache.logging.log4j.core.impl.Log4jContextFactory does not implement org.apache.logging.log4j.spi.LoggerContextFactory
  63. [15:05:14] [ERROR] OutputOverride.write:43: From Console: ERROR StatusLogger Unable to locate a logging implementation, using SimpleLogger
  64. [15:05:14] [DEBUG] Benchmark.logBenchAs:76: Authlib DL Worker Init took 272 ms.
  65. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 0 (FTB Academy)
  66. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 1 (FTB Builders Paradise)
  67. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 2 (FTB Interactions)
  68. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 3 (FTB Sky Odyssey)
  69. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 4 (FTB Ultimate Reloaded)
  70. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 5 (FTB Presents Stoneblock 2)
  71. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 6 (FTB Sky Adventures)
  72. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 7 (FTB Continuum)
  73. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 8 (FTB Revelation)
  74. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 9 (FTB Pyramid Reborn 3.0)
  75. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 10 (FTB Presents Direwolf20 1.12)
  76. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 11 (FTB Egg Hunt)
  77. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 12 (FTB Horizons III)
  78. [15:05:14] [DEBUG] Benchmark.logBenchAs:76: Modpack Loader https://dist.creeper.host/FTB2/static/thirdparty.xml took 336 ms.
  79. [15:05:14] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for thirdparty.xml...
  80. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 13 (FTB Beyond)
  81. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 14 (FTB Unstable 1.12)
  82. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 15 (FTB Sky Factory Challenges)
  83. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 16 (FTB Presents Skyfactory 3)
  84. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 100 (Space Astronomy)
  85. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 17 (FTB Infinity Lite 1.10)
  86. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 18 (FTB Presents Direwolf20 1.10)
  87. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 19 (FTB Presents HermitPack)
  88. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 20 (FTB Infinity Evolved 1.7)
  89. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 21 (FTB Inventions)
  90. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 22 (FTB Presents Crackpack)
  91. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 101 (InfiTech 2)
  92. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 23 (FTB Presents Skyfactory 2.5)
  93. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 24 (FTB Infinity Evolved Skyblock)
  94. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 102 (TerraFirmaPunk)
  95. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 25 (FTB Horizons: Daybreaker)
  96. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 26 (FTB Vanilla+)
  97. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 103 (The Ferret Business)
  98. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 27 (FTB Departed)
  99. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 28 (FTB Trident)
  100. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 104 (Simply Magic)
  101. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 29 (FTB Presents Cloud 9)
  102. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 105 (BeeHappy)
  103. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 30 (FTB Presents Direwolf20)
  104. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 31 (FTB Lite 3)
  105. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 32 (FTB Mage Quest)
  106. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 33 (FTB Resurrection)
  107. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 34 (Pax Prime 2015 Map)
  108. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 35 (Monster)
  109. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 106 (Regrowth)
  110. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 36 (Direwolf20)
  111. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 37 (Horizons)
  112. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 107 (Crash Landing)
  113. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 38 (Tech World 2)
  114. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 39 (Magic World 2)
  115. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 40 (FTBLite2)
  116. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 41 (FTB Unleashed)
  117. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 42 (FTB Ultimate)
  118. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 43 (Unstable 1.7.x (Public Beta Test Pack))
  119. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 44 (FTB Lite)
  120. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 45 (Direwolf20 1.5 v2)
  121. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 46 (Direwolf20 Pack)
  122. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 47 (MindCrack Pack)
  123. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 48 (YogCraft Modpack)
  124. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 49 (FTB Unhinged)
  125. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 50 (Magic World)
  126. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 51 (Tech World)
  127. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 52 (Pax South 2015 Map)
  128. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 53 (Pax Prime 2014 Map)
  129. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 54 (Pax East 2014 Map)
  130. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 55 (Pax Challenge Pack 2013)
  131. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 56 (Feed The Beast Retro SSP)
  132. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 57 (Feed The Beast Retro SMP)
  133. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 58 (Slow's Stream Pack)
  134. [15:05:14] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 59 (Feed The Beast Beta Pack A)
  135. [15:05:14] [DEBUG] Benchmark.logBenchAs:76: All modpack lists loaded took 382 ms.
  136. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 0 enUS to options pane
  137. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 1 cyGB to options pane
  138. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 2 daDK to options pane
  139. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 3 deDE to options pane
  140. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 4 enGB to options pane
  141. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 5 enUS to options pane
  142. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 6 esES to options pane
  143. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 7 fiFI to options pane
  144. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 8 frCA to options pane
  145. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 9 frFR to options pane
  146. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 10 jaJP to options pane
  147. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 11 itIT to options pane
  148. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 12 maHU to options pane
  149. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 13 nlNL to options pane
  150. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 14 noNO to options pane
  151. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 15 plPL to options pane
  152. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 16 ptBR to options pane
  153. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 17 ptPT to options pane
  154. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 18 ruRU to options pane
  155. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 19 svSE to options pane
  156. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 20 zhCN to options pane
  157. [15:05:14] [INFO] OptionsPane.<init>:164: [i18n] Added 21 zhTW to options pane
  158. [15:05:14] [INFO] I18N.setLocale:120: [i18n] deDE Deutsche Sprachdatei geladen!
  159. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: UnreadNews Init took 1 ms.
  160. [15:05:15] [DEBUG] Main$8.run:411: System Tray not supported
  161. [15:05:15] [INFO] LoadingDialog.advance:46: Setting up Launcher
  162. [15:05:15] [DEBUG] Benchmark.logBench:62: Waiting for main window took 157 ms.
  163. [15:05:15] [INFO] MapLoader.run:43: loading map information...
  164. [15:05:15] [INFO] TexturePackLoader.run:43: loading texture pack information...
  165. [15:05:15] [DEBUG] UpdateChecker.<init>:71: Launcher Install path: /home/lars/Schreibtisch/FTB_Launcher.jar
  166. [15:05:15] [INFO] LoadingDialog.advance:46: Downloading pack data
  167. [15:05:15] [DEBUG] OptionsPane.exportData:233: exporting data
  168. [15:05:15] [DEBUG] Export.<init>:47: Exporting data for installed Pack FTB Builders Paradise version 1.6.0
  169. [15:05:15] [DEBUG] OptionsPane.exportData:248: done exporting data
  170. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: MapLoader run  took 138 ms.
  171. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(maps or texturepacks loaded) took 2161 ms.
  172. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: Texture Pack Load  took 156 ms.
  173. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(maps and texturepacks loaded) took 2181 ms.
  174. [15:05:15] [INFO] LoadingDialog.advance:46: Opening main window
  175. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(Modpacks loaded) took 2186 ms.
  176. [15:05:15] [DEBUG] LaunchFrame$14.run:459: Last used packs: FTBBuildersParadise FTBAcademy
  177. [15:05:15] [DEBUG] UpdateChecker.shouldUpdate:132: updater: buildjenk 448 < betajenk 341|| version 10500 < 10408
  178. [15:05:15] [DEBUG] UpdateChecker.shouldUpdate:133: latest = 10500
  179. [15:05:15] [DEBUG] Benchmark.logBenchAs:76: Launcher Startup(main window opened and ready to use) took 2329 ms.
  180. [15:05:15] [DEBUG] Benchmark.logBench:62: NewsUtils took 522 ms.
  181. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 1 (FTB Trident Default Map)
  182. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 2 (Agrarian Skies Default Map)
  183. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 3 (Agrarian Skies Flat Map)
  184. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 4 (Agrarian Skies Server Map)
  185. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 5 (Direwolf20 Map Ep.0)
  186. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 6 (FTB Pax Challenge)
  187. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 7 (Direwolf20 Map Ep.0)
  188. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 8 (Direwolf20 Map Ep.10)
  189. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 9 (Direwolf20 Map Ep.20)
  190. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 10 (Direwolf20 Map Ep.30)
  191. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 11 (Direwolf20 Map Ep.40)
  192. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 12 (Direwolf20 Map Ep.50)
  193. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 13 (Direwolf20 Map Ep.80)
  194. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 14 (FTB Normal)
  195. [15:05:15] [INFO] MapUtils$6.run:250: Adding map 15 (FTB Insanity)
  196. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 1 (Soartex Fanver)
  197. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 2 (Jadedcat Mixpack)
  198. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 3 (Invictus)
  199. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 4 (Faithful)
  200. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 5 (JohnSmith Technicians Remix)
  201. [15:05:15] [INFO] TexturepackPane$6.run:237: Adding texture pack 6 (Familiar yet Different)
  202. [15:05:17] [DEBUG] LaunchFrame.doLaunch:966: Selected user: saved password: true
  203. [15:05:17] [DEBUG] LaunchFrame.doLaunch:967: Selected user: will save auth token if online: true
  204. [15:05:17] [INFO] LaunchFrame.doLogin:544: Logging in...
  205. [15:05:17] [DEBUG] OSUtils.getProxy:95: ProxySelector: type: DIRECT, no proxy for https://authserver.mojang.com/authenticate
  206. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:67: Email address given
  207. [15:05:17] [INFO] AuthlibHelper.authenticateWithAuthlib:68: Beginning authlib authentication attempt
  208. [15:05:17] [INFO] AuthlibHelper.authenticateWithAuthlib:69: successfully created YggdrasilAuthenticationService
  209. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:76: mojangData was passed to current method
  210. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:79: Loading mojangData into authlib
  211. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:152: Authentication is valid
  212. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:155: loggedIn() && CanPlayOnline()
  213. [15:05:17] [DEBUG] CryptoUtils.encrypt:129: trying mac address
  214. [15:05:17] [DEBUG] CryptoUtils.encrypt:131: mac address ok
  215. [15:05:17] [DEBUG] AuthlibHelper.authenticateWithAuthlib:159: Authentication done, returning LoginResponse
  216. [15:05:17] [DEBUG] Benchmark.logBenchAs:76: Login Worker Run took 311 ms.
  217. [15:05:17] [DEBUG] LaunchFrame$16.done:588: responseStr: good
  218. [15:05:17] [INFO] LaunchFrame$16.done:591: Login complete.
  219. [15:05:17] [DEBUG] User.writeObject:185: starting...
  220. [15:05:17] [DEBUG] LaunchFrame$16.done:595: user data saved
  221. [15:05:17] [DEBUG] LaunchFrame.runGameUpdater:642: ForceUpdate: false
  222. [15:05:17] [DEBUG] LaunchFrame.runGameUpdater:643: installPath: /home/lars/ftb
  223. [15:05:17] [DEBUG] LaunchFrame.runGameUpdater:644: pack dir: FTBBuildersParadise
  224. [15:05:17] [DEBUG] LaunchFrame.runGameUpdater:645: pack check path: FTBBuildersParadise/version
  225. [15:05:17] [DEBUG] OptionsPane.exportData:233: exporting data
  226. [15:05:17] [DEBUG] Export.<init>:47: Exporting data for installed Pack FTB Builders Paradise version 1.6.0
  227. [15:05:17] [DEBUG] OptionsPane.exportData:248: done exporting data
  228. [15:05:17] [DEBUG] LaunchFrame.checkVersion:620: verFile: 1.6.0 onlineVersion/getPackVer(): Recommended Version onlineVersion/getVersion(): 1.6.0
  229. [15:05:17] [INFO] MCInstaller.gatherAssets:360: Checking local assets file, for MC version 1.12.2 Please wait!
  230. [15:05:17] [DEBUG] MCInstaller.gatherAssets:364: Checking pack libraries
  231. [15:05:17] [DEBUG] MCInstaller.gatherAssets:425: Checking minecraft version json
  232. [15:05:17] [DEBUG] DownloadUtils.getStaticCreeperhostLinkOrBackup:113: failed
  233. [15:05:17] [WARN] DownloadUtils.getStaticCreeperhostLinkOrBackup:131: Using backupLink for versions/1.12.2/1.12.2.json
  234. [15:05:18] [DEBUG] MCInstaller.gatherAssets:452: checking minecraft libraries
  235. [15:05:18] [DEBUG] MCInstaller.gatherAssets:535: Checking minecraft assets
  236. [15:05:18] [DEBUG] MCInstaller.gatherAssets:550: Starting TaskHandler to check MC assets
  237. [15:05:18] [DEBUG] Benchmark.logBenchAs:76: parallel asset check took 324 ms.
  238. [15:05:18] [INFO] MCInstaller.launchMinecraft:597: Setting up native libraries for FTB Builders Paradise v Recommended Version MC 1.12.2
  239. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:623: packbaseJSON 1.12.2
  240. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  241. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  242. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  243. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  244. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  245. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  246. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  247. [15:05:18] [INFO] MCLauncher.syncAssets:369: Syncing Assets:
  248. [15:05:18] [INFO] MCLauncher.launchMinecraft:148: Java Path: /usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/bin/java
  249. [15:05:18] [INFO] MCLauncher.launchMinecraft:149: Pack: FTB Builders Paradise 1.12.2
  250. [15:05:18] [INFO] MCLauncher.setMemory:352: Setting MinMemory to 256
  251. [15:05:18] [INFO] MCLauncher.setMemory:354: Setting MaxMemory to 2816
  252. [15:05:18] [DEBUG] MCInstaller.launchMinecraft:711: MC PID: 17206
  253. [15:05:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  254. [15:05:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  255. [15:05:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
  256. [15:05:19] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
  257. [15:05:19] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_242, running on Linux:amd64:5.3.0-46-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
  258. [15:05:19] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
  259. [15:05:19] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
  260. [15:05:19] [main/INFO] [FML]: Searching /home/lars/ftb/FTBBuildersParadise/minecraft/mods for mods
  261. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.20.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  262. [15:05:19] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  263. [15:05:19] [main/INFO] [Astral Core]: [AstralCore] Initialized.
  264. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in bedpatch-2.2-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  265. [15:05:19] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
  266. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.62_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  267. [15:05:19] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  268. [15:05:19] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
  269. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  270. [15:05:19] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  271. [15:05:19] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
  272. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.5-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  273. [15:05:19] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  274. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  275. [15:05:19] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  276. [15:05:19] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
  277. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.146.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  278. [15:05:19] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  279. [15:05:19] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.3-44.jar
  280. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in LittleTiles_v1.5.0-pre158_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  281. [15:05:19] [main/WARN] [FML]: The coremod com.creativemd.littletiles.LittlePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  282. [15:05:19] [main/WARN] [FML]: The coremod LittlePatchingLoader (com.creativemd.littletiles.LittlePatchingLoader) is not signed!
  283. [15:05:19] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar
  284. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  285. [15:05:19] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  286. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in p455w0rdslib-1.12.2-2.2.156.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  287. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-177.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  288. [15:05:19] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
  289. [15:05:19] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  290. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  291. [15:05:19] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  292. [15:05:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SmoothFont-mc1.12.2-2.1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  293. [15:05:19] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  294. [15:05:19] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed!
  295. [15:05:19] [main/WARN] [FML]: The coremod pl.asie.splashanimation.core.SplashAnimationCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  296. [15:05:19] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  297. [15:05:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  298. [15:05:19] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
  299. [15:05:19] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
  300. [15:05:19] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/JustEnoughIDs-1.0.3-44.jar Service=LaunchWrapper Env=CLIENT
  301. [15:05:19] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
  302. [15:05:19] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins
  303. [15:05:19] [main/INFO] [mixin]: Compatibility level set to JAVA_8
  304. [15:05:19] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins
  305. [15:05:19] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  306. [15:05:19] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed!
  307. [15:05:19] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  308. [15:05:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  309. [15:05:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  310. [15:05:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  311. [15:05:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  312. [15:05:19] [DEBUG] Benchmark.logBenchAs:76: UnreadNews Init took 0 ms.
  313. [15:05:21] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  314. [15:05:21] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  315. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  316. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  317. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  318. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  319. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  320. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
  321. [15:05:21] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@7c84195
  322. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  323. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
  324. [15:05:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  325. [15:05:21] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches...
  326. [15:05:22] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches!
  327. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  328. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  329. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  330. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  331. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  332. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  333. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  334. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  335. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  336. [15:05:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  337. [15:05:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  338. [15:05:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  339. [15:05:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  340. [15:05:23] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
  341. [15:05:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  342. [15:05:23] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
  343. [15:05:23] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a
  344. [15:05:23] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  345. [15:05:23] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
  346. [15:05:23] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  347. [15:05:23] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  348. [15:05:23] [main/INFO] [BedPatch]: Patching Chunk
  349. [15:05:23] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  350. [15:05:23] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  351. [15:05:23] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
  352. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches!
  353. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS
  354. [15:05:23] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
  355. [15:05:23] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
  356. [15:05:23] [main/INFO] [Quark ASM]: Located Method, patching...
  357. [15:05:23] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
  358. [15:05:23] [main/INFO] [Quark ASM]: Patch result: true
  359. [15:05:23] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.RenderGlobal ...
  360. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
  361. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCLIENT
  362. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
  363. [15:05:23] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
  364. [15:05:23] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
  365. [15:05:23] [main/INFO] [Quark ASM]: Located Method, patching...
  366. [15:05:23] [main/INFO] [Quark ASM]: Patch result: true
  367. [15:05:23] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
  368. [15:05:23] [main/INFO] [Quark ASM]: Located Method, patching...
  369. [15:05:23] [main/INFO] [Quark ASM]: Patch result: true
  370. [15:05:23] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.NetHandlerPlayServer ...
  371. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
  372. [15:05:23] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
  373. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
  374. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIP
  375. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT
  376. [15:05:24] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
  377. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
  378. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  379. [15:05:24] [main/INFO] [Quark ASM]: Located patch target node ARETURN
  380. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  381. [15:05:24] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.therandomlabs.randompatches.core.RPTransformer' was detected and will no longer process meta class data
  382. [15:05:24] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
  383. [15:05:24] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
  384. [15:05:24] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
  385. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  386. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  387. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  388. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  389. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  390. [15:05:24] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
  391. [15:05:24] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
  392. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  393. [15:05:24] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
  394. [15:05:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  395. [15:05:24] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.Minecraft ...
  396. [15:05:24] [main/INFO] [BetterFps]: Patching net.minecraft.client.Minecraft... (bib)
  397. [15:05:24] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayer ...
  398. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
  399. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
  400. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
  401. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
  402. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
  403. [15:05:24] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ...
  404. [15:05:24] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
  405. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
  406. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  407. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  408. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  409. [15:05:24] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
  410. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  411. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
  412. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  413. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  414. [15:05:24] [main/INFO] [BetterFps]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud)
  415. [15:05:24] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.gui.inventory.GuiContainer
  416. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [drawScreen, func_73863_a] Descriptor (IIF)V)
  417. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  418. [15:05:24] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainer.func_146979_b (II)V
  419. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  420. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
  421. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCLIENT
  422. [15:05:24] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
  423. [15:05:24] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
  424. [15:05:24] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:161]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
  425. [15:05:24] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.multiplayer.WorldClient ...
  426. [15:05:24] [main/INFO] [SmoothFontCore ASM]: Transform: net.minecraftforge.client.GuiIngameForge
  427. [15:05:24] [main/INFO] [SmoothFontCore ASM]: RENDER_EXPERIENCE:true
  428. [15:05:24] [main/INFO] [SmoothFontCore ASM]: ** GuiIngameForge was transformed successfully.
  429. [15:05:24] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
  430. [15:05:24] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
  431. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
  432. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  433. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  434. [15:05:24] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
  435. [15:05:24] [main/INFO] [Quark ASM]: Located Method, patching...
  436. [15:05:24] [main/INFO] [Quark ASM]: Patch result: true
  437. [15:05:24] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
  438. [15:05:24] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraftforge.client.ForgeHooksClient ...
  439. [15:05:24] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
  440. [15:05:24] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
  441. [15:05:24] [Client thread/INFO] [minecraft/Minecraft]: Setting user: rclarsfull
  442. [15:05:25] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  443. [15:05:25] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  444. [15:05:25] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  445. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
  446. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
  447. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
  448. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
  449. [15:05:25] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment
  450. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  451. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  452. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  453. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  454. [15:05:25] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
  455. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
  456. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  457. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  458. [15:05:25] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.util.math.AxisAlignedBB ...
  459. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
  460. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
  461. [15:05:25] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
  462. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
  463. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
  464. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
  465. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
  466. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
  467. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
  468. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
  469. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
  470. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
  471. [15:05:25] [Client thread/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
  472. [15:05:25] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid
  473. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
  474. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  475. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  476. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  477. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  478. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
  479. [15:05:25] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
  480. [15:05:25] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase
  481. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
  482. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  483. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
  484. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  485. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  486. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  487. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
  488. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  489. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  490. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  491. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  492. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  493. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
  494. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  495. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  496. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  497. [15:05:25] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston
  498. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  499. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  500. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  501. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
  502. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  503. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  504. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  505. [15:05:25] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  506. [15:05:25] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  507. [15:05:25] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  508. [15:05:25] [Client thread/INFO] [Quark ASM]: Patch result: true
  509. [15:05:26] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
  510. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  511. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  512. [15:05:26] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
  513. [15:05:26] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentDamage
  514. [15:05:26] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  515. [15:05:26] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  516. [15:05:26] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  517. [15:05:26] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  518. [15:05:26] [Client thread/INFO] [Quark ASM]: Patch result: true
  519. [15:05:26] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
  520. [15:05:26] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
  521. [15:05:26] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayer ...
  522. [15:05:26] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
  523. [15:05:26] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIP
  524. [15:05:26] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT
  525. [15:05:26] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
  526. [15:05:26] [Client thread/INFO] [dsurroundcore]: func_70071_h_()V: Found!
  527. [15:05:26] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
  528. [15:05:26] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart
  529. [15:05:26] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
  530. [15:05:26] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  531. [15:05:26] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
  532. [15:05:26] [Client thread/INFO] [Quark ASM]: Patch result: true
  533. [15:05:26] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat
  534. [15:05:26] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
  535. [15:05:26] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  536. [15:05:26] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
  537. [15:05:26] [Client thread/INFO] [Quark ASM]: Patch result: true
  538. [15:05:26] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayerMP ...
  539. [15:05:26] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner
  540. [15:05:26] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
  541. [15:05:26] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  542. [15:05:26] [Client thread/INFO] [Quark ASM]: Located patch target node BIPUSH 6
  543. [15:05:26] [Client thread/INFO] [Quark ASM]: Patch result: true
  544. [15:05:26] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches!
  545. [15:05:26] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE
  546. [15:05:26] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget
  547. [15:05:26] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
  548. [15:05:26] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  549. [15:05:26] [Client thread/INFO] [Quark ASM]: Patch result: true
  550. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
  551. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
  552. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
  553. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
  554. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
  555. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
  556. [15:05:26] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
  557. [15:05:27] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern
  558. [15:05:27] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z)
  559. [15:05:27] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  560. [15:05:27] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I
  561. [15:05:27] [Client thread/INFO] [Quark ASM]: Patch result: true
  562. [15:05:27] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant
  563. [15:05:27] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
  564. [15:05:27] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  565. [15:05:27] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  566. [15:05:27] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  567. [15:05:27] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  568. [15:05:27] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  569. [15:05:27] [Client thread/INFO] [Quark ASM]: Patch result: true
  570. [15:05:27] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ...
  571. [15:05:27] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
  572. [15:05:27] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
  573. [15:05:27] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
  574. [15:05:27] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
  575. [15:05:27] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.renderer.GlStateManager
  576. [15:05:27] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_STATE:true
  577. [15:05:27] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_SRC_FACTOR:true
  578. [15:05:27] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_DST_FACTOR:true
  579. [15:05:27] [Client thread/INFO] [SmoothFontCore ASM]: ** GlStateManager was transformed successfully.
  580. [15:05:27] [Client thread/INFO] [FML]: -- System Details --
  581. Details:
  582.     Minecraft Version: 1.12.2
  583.     Operating System: Linux (amd64) version 5.3.0-46-generic
  584.     Java Version: 1.8.0_242, Private Build
  585.     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
  586.     Memory: 287875240 bytes (274 MB) / 984088576 bytes (938 MB) up to 2625110016 bytes (2503 MB)
  587.     JVM Flags: 2 total; -Xms256M -Xmx2816M
  588.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  589.     FML:
  590.     Loaded coremods (and transformers):
  591. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  592.   pl.asie.splashanimation.core.SplashProgressTransformer
  593. BedPatch (bedpatch-2.2-1.12.2.jar)
  594.   com.mordenkainen.bedpatch.BedPatchASM
  595. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  596.  pl.asie.foamfix.coremod.FoamFixTransformer
  597. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-44.jar)
  598.  org.dimdev.jeid.JEIDTransformer
  599. Quark Plugin (Quark-r1.6-177.jar)
  600.  vazkii.quark.base.asm.ClassTransformer
  601. ForgelinPlugin (Forgelin-1.8.4.jar)
  602.  
  603. RandomPatches (randompatches-1.12.2-1.18.2.1.jar)
  604.  com.therandomlabs.randompatches.core.RPTransformer
  605. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  606.  openmods.core.OpenModsClassTransformer
  607. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  608.  invtweaks.forge.asm.ContainerTransformer
  609. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  610.  
  611. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  612.  
  613. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  614.  team.chisel.ctm.client.asm.CTMTransformer
  615. CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
  616.  bre.smoothfont.asm.Transformer
  617. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  618.  p455w0rdslib.asm.ClassTransformer
  619. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  620.  lumien.resourceloader.asm.ClassTransformer
  621. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  622.  com.creativemd.littletiles.LittleTilesTransformer
  623. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  624.  
  625. IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  626.  blusunrize.immersiveengineering.common.asm.IEClassTransformer
  627. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  628.  org.orecruncher.dsurround.asm.Transformer
  629.     GL info: ' Vendor: 'nouveau' Version: '4.3 (Compatibility Profile) Mesa 19.2.8' Renderer: 'NV124'
  630. [15:05:27] [Client thread/INFO] [Mini]: [pl.asie.splashanimation.core.SplashProgressTransformer] Successfully transformed net.minecraftforge.fml.client.SplashProgress$2.run()V
  631. [15:05:27] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
  632. [15:05:28] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  633. [15:05:28] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  634. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.FontRenderer
  635. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: INIT:true
  636. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: READ_FONT_TEXTURE:true
  637. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: READ_GLYPH_SIZES:true
  638. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_CHAR:true
  639. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_DEFAULT_CHAR:true
  640. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_UNICODE_CHAR:true
  641. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: DRAW_STRING:true
  642. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING_AT_POS:true
  643. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: DO_DRAW:true
  644. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING_ALIGNED:true
  645. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING:true
  646. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: GET_STRING_WIDTH:true
  647. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH:true
  648. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: TRIM_STRING_TO_WIDTH:true
  649. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: SET_UNICODE_FLAG:true
  650. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: SIZE_STRING_TO_WIDTH:true
  651. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: BIND_TEXTURE:true
  652. [15:05:28] [Thread-4/INFO] [SmoothFontCore ASM]: ** FontRenderer was transformed successfully.
  653. [15:05:28] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
  654. [15:05:28] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraftforge.common.ForgeHooks ...
  655. [15:05:28] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BufferBuilder ...
  656. [15:05:28] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.tileentity.TileEntityPistonRenderer
  657. [15:05:28] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [render, func_192841_a] Descriptor (Lnet/minecraft/tileentity/TileEntityPiston;DDDFIF)V)
  658. [15:05:28] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  659. [15:05:28] [Client thread/INFO] [Quark ASM]: Patch result: true
  660. [15:05:28] [Client thread/INFO] [FML]: Searching /home/lars/ftb/FTBBuildersParadise/minecraft/mods for mods
  661. [15:05:29] [Client thread/INFO] [FML]: Disabling mod bedpatch it is server side only.
  662. [15:05:29] [Client thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2
  663. [15:05:29] [Client thread/WARN] [FML]: Mod blocklayering is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.2
  664. [15:05:30] [Client thread/WARN] [FML]: Mod clienttweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.11
  665. [15:05:30] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
  666. [15:05:30] [Client thread/WARN] [FML]: Mod craftingtweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 8.1.9
  667. [15:05:30] [Client thread/WARN] [FML]: Mod defaultoptions is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 9.2.8
  668. [15:05:30] [Client thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137
  669. [15:05:31] [Client thread/WARN] [FML]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3-44
  670. [15:05:31] [Client thread/WARN] [FML]: Mod mainmenuscale is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  671. [15:05:31] [Client thread/WARN] [FML]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.2-mc1.12.2
  672. [15:05:32] [Client thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-20
  673. [15:05:32] [Client thread/INFO] [FML]: Disabling mod serverleveltype it is server side only.
  674. [15:05:32] [Client thread/WARN] [FML]: Mod smoothfont is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version mc1.12.2-2.1.1
  675. [15:05:32] [Thread-4/INFO] [FML]: Using sync timing. 200 frames of Display.update took 490574220 nanos
  676. [15:05:32] [Client thread/INFO] [FML]: Forge Mod Loader has identified 156 mods to load
  677. [15:05:33] [Client thread/INFO] [FML]: FML has found a non-mod file bedpatch-2.2-1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  678. [15:05:33] [Client thread/INFO] [FML]: FML has found a non-mod file ServerLevelType-1.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  679. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/shinoow/abyssalcraft/common/util/BiomeUtil (java.lang.ClassNotFoundException: The specified class 'com.shinoow.abyssalcraft.common.util.BiomeUtil' was not found)
  680. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/util/BiomeHandler (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found)
  681. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/network/PacketBiomeIDChange (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.network.PacketBiomeIDChange' was not found)
  682. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeColorMappings (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeColorMappings' was not found)
  683. [15:05:33] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeColorMappings was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeColorMappings
  684. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeHelper (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeHelper' was not found)
  685. [15:05:33] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeHelper was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeHelper
  686. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/server/command/CommandSetBiome (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.server.command.CommandSetBiome' was not found)
  687. [15:05:33] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.server.command.CommandSetBiome was not found mixins.jeid.modsupport.json:biometweaker.MixinCommandSetBiome
  688. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: net/darkhax/bookshelf/util/WorldUtils (java.lang.ClassNotFoundException: The specified class 'net.darkhax.bookshelf.util.WorldUtils' was not found)
  689. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/cutievirus/creepingnether/entity/CorruptorAbstract (java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.CorruptorAbstract' was not found)
  690. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: org/cyclops/cyclopscore/helper/WorldHelpers (java.lang.ClassNotFoundException: The specified class 'org.cyclops.cyclopscore.helper.WorldHelpers' was not found)
  691. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/biome/BiomeManip (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.biome.BiomeManip' was not found)
  692. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/dimensions/workhousedim/WorldProviderSpecialDim (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim' was not found)
  693. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: androsa/gaiadimension/world/layer/GenLayerGDRiverMix (java.lang.ClassNotFoundException: The specified class 'androsa.gaiadimension.world.layer.GenLayerGDRiverMix' was not found)
  694. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: climateControl/DimensionManager (java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found)
  695. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/zeitheron/hammercore/utils/WorldLocation (java.lang.ClassNotFoundException: The specified class 'com.zeitheron.hammercore.utils.WorldLocation' was not found)
  696. [15:05:33] [Client thread/WARN] [mixin]: @Mixin target com.zeitheron.hammercore.utils.WorldLocation was not found mixins.jeid.modsupport.json:hammercore.MixinWorldLocation
  697. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer (java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found)
  698. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: thebetweenlands/common/block/terrain/BlockSpreadingDeath (java.lang.ClassNotFoundException: The specified class 'thebetweenlands.common.block.terrain.BlockSpreadingDeath' was not found)
  699. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: thebetweenlands/common/world/gen/layer/GenLayerVoronoiZoomInstanced (java.lang.ClassNotFoundException: The specified class 'thebetweenlands.common.world.gen.layer.GenLayerVoronoiZoomInstanced' was not found)
  700. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerRiverMix (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix' was not found)
  701. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerTofuVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom' was not found)
  702. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: net/tropicraft/core/common/worldgen/genlayer/GenLayerTropiVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom' was not found)
  703. [15:05:33] [Client thread/WARN] [mixin]: Error loading class: com/sk89q/worldedit/blocks/BaseBlock (java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found)
  704. [15:05:33] [Client thread/INFO] [JustEnoughIDs]: Newer TwilightForest version (>689). Using mixin: org.dimdev.jeid.mixin.modsupport.twilightforest.MixinBlockTFMagicLogSpecial
  705. [15:05:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, littletilescore, smoothfontcore, openmodscore, foamfixcore, dsurroundcore, randompatches, ae2wtlib, appleskin, appliedenergistics2, architecturecraft, astralsorcery, attributefix, autoreglib, baubles, bdlib, betterbedrock, betterbuilderswands, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, blocklayering, bonsaitrees, botania, buildinggadgets, ceramics, chameleon, chisel, chiselsandbits, clienttweaks, codechickenlib, cofhcore, cofhworld, compactstorage, compatched, controlling, craftingtweaks, craftpresence, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, defaultoptions, diethopper, emcbuilderswand, enderstorage, engineersdoors, equaldragons, extrabitmanipulation, fairylights, fancylamps, fastfurnace, fastleafdecay, fastbench, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, ftbbackups, funkylocomotion, cfm, gendustry, gendustryjei, harvestables, inventorytweaks, itemfilters, itemzoom, jei, jeibees, journeymap, jee, jeid, jeresources, letsencryptcraft, littletiles, mainmenuscale, malisiscore, malisisdoors, mantle, marblecraftingtable, minetogether, minetogetherserver, modnametooltip, modtweaker, morebeautifulbuttons, moreoverlays, morpheus, mousetweaks, mtlib, mysticallib, neat, netherportalfix, nmsot, notenoughroofs, openblocks, openmods, oreexcavation, p455w0rdslib, patchouli, projecte, projectex, quark, randomtweaks, reborncore, redstoneflux, resourceloader, rustic, lteleporters, simplybackpacks, simplylight, smoothfont, snowvariants, stonechest, storagedrawers, tconstruct, tesslocator, thaumcraft, thaumicjei, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tinkertoolleveling, tipthescales, topaddons, torchmaster, twilightforest, unidict, unlimitedchiselworks, unlimitedchiselworks_botany, vbe, wanionlib, wct, xencraft, xtones, yabba, yamda, immersiveengineering, orelib, reauth, dsurround] at CLIENT
  706. [15:05:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, littletilescore, smoothfontcore, openmodscore, foamfixcore, dsurroundcore, randompatches, ae2wtlib, appleskin, appliedenergistics2, architecturecraft, astralsorcery, attributefix, autoreglib, baubles, bdlib, betterbedrock, betterbuilderswands, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, blocklayering, bonsaitrees, botania, buildinggadgets, ceramics, chameleon, chisel, chiselsandbits, clienttweaks, codechickenlib, cofhcore, cofhworld, compactstorage, compatched, controlling, craftingtweaks, craftpresence, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, defaultoptions, diethopper, emcbuilderswand, enderstorage, engineersdoors, equaldragons, extrabitmanipulation, fairylights, fancylamps, fastfurnace, fastleafdecay, fastbench, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, ftbbackups, funkylocomotion, cfm, gendustry, gendustryjei, harvestables, inventorytweaks, itemfilters, itemzoom, jei, jeibees, journeymap, jee, jeid, jeresources, letsencryptcraft, littletiles, mainmenuscale, malisiscore, malisisdoors, mantle, marblecraftingtable, minetogether, minetogetherserver, modnametooltip, modtweaker, morebeautifulbuttons, moreoverlays, morpheus, mousetweaks, mtlib, mysticallib, neat, netherportalfix, nmsot, notenoughroofs, openblocks, openmods, oreexcavation, p455w0rdslib, patchouli, projecte, projectex, quark, randomtweaks, reborncore, redstoneflux, resourceloader, rustic, lteleporters, simplybackpacks, simplylight, smoothfont, snowvariants, stonechest, storagedrawers, tconstruct, tesslocator, thaumcraft, thaumicjei, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tinkertoolleveling, tipthescales, topaddons, torchmaster, twilightforest, unidict, unlimitedchiselworks, unlimitedchiselworks_botany, vbe, wanionlib, wct, xencraft, xtones, yabba, yamda, immersiveengineering, orelib, reauth, dsurround] at SERVER
  707. [15:05:34] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.PacketBuffer ...
  708. [15:05:34] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.Render
  709. [15:05:34] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntityOnFire, func_76977_a] Descriptor (Lnet/minecraft/entity/Entity;DDDF)V)
  710. [15:05:34] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  711. [15:05:34] [Client thread/INFO] [Quark ASM]: Patch result: true
  712. [15:05:34] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.ScaledResolution
  713. [15:05:34] [Client thread/INFO] [SmoothFontCore ASM]: INIT:true
  714. [15:05:34] [Client thread/INFO] [SmoothFontCore ASM]: ** ScaledResolution was transformed successfully.
  715. [15:05:34] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.model.ModelBiped
  716. [15:05:34] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [setRotationAngles, func_78087_a] Descriptor (FFFFFFLnet/minecraft/entity/Entity;)V)
  717. [15:05:34] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  718. [15:05:34] [Client thread/INFO] [Quark ASM]: Located patch target node RETURN
  719. [15:05:34] [Client thread/INFO] [Quark ASM]: Patch result: true
  720. [15:05:34] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:89]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
  721. [15:05:34] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
  722. [15:05:34] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
  723. [15:05:34] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  724. [15:05:34] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  725. [15:05:34] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated]
  726. [15:05:34] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished.
  727. [15:05:34] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.RenderManager
  728. [15:05:34] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntity, func_188391_a] Descriptor (Lnet/minecraft/entity/Entity;DDDFFZ)V)
  729. [15:05:34] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  730. [15:05:34] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/entity/Render.func_76986_a (Lnet/minecraft/entity/Entity;DDDFF)V
  731. [15:05:34] [Client thread/INFO] [Quark ASM]: Patch result: true
  732. [15:05:34] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.RenderGlobal ...
  733. [15:05:34] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.multiplayer.WorldClient ...
  734. [15:05:34] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.Minecraft ...
  735. [15:05:35] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
  736. [15:05:35] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
  737. [15:05:35] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  738. [15:05:35] [Client thread/INFO] [Quark ASM]: Patch result: true
  739. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming thaumcraft.common.lib.events.PlayerEvents : thaumcraft.common.lib.events.PlayerEvents with 1 patches!
  740. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHRUNICSHIELDINGHOOK
  741. [15:05:35] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.NetHandlerPlayServer ...
  742. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
  743. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
  744. [15:05:35] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayerMP ...
  745. [15:05:35] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.renderer.EntityRenderer... (buq)
  746. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming buq : net.minecraft.client.renderer.EntityRenderer with 1 patches!
  747. [15:05:35] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYRENDEREREXTENDEDENTITYREACH
  748. [15:05:35] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.EntityRenderer
  749. [15:05:35] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderWorldPass, func_175068_a] Descriptor (IFJ)V)
  750. [15:05:35] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  751. [15:05:35] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/client/renderer/EntityRenderer.func_78479_a (FI)V
  752. [15:05:35] [Client thread/INFO] [Quark ASM]: Patch result: true
  753. [15:05:35] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
  754. [15:05:35] [Client thread/INFO] [dsurroundcore]: func_78484_h()V: Found!
  755. [15:05:35] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
  756. [15:05:35] [Client thread/INFO] [BedPatch]: Patching Chunk
  757. [15:05:35] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  758. [15:05:35] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  759. [15:05:35] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
  760. [15:05:35] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
  761. [15:05:35] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.PacketBuffer ...
  762. [15:05:36] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
  763. [15:05:36] [Client thread/INFO] [tconstruct]: Preparing to take over the world
  764. [15:05:37] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.audio.SoundManager]: SoundManager getClampedVolume
  765. [15:05:37] [Client thread/INFO] [dsurroundcore]: func_188770_e(Lnet/minecraft/client/audio/ISound;)F: Found!
  766. [15:05:37] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.audio.SoundManager]: SoundManager getClampedVolume
  767. [15:05:38] [CraftPresence/WARN] [craftpresence]: Invalid Certificate Detected, this Build will not receive Support!
  768. [15:05:38] [Client thread/ERROR] [defaultoptions]: java.io.FileNotFoundException: Source '/home/lars/ftb/FTBBuildersParadise/minecraft/config/defaultoptions/servers.dat' does not exist
  769. [15:05:38] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
  770. [15:05:38] [CraftPresence/INFO] [craftpresence]: Configuration Settings have been Saved and Reloaded Successfully!
  771. [15:05:38] [CraftPresence/INFO] [craftpresence]: Downloading "libdiscord-rpc.so" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/libdiscord-rpc.so"... ( From: "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" )
  772. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Failed to Download "libdiscord-rpc.so" from "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" \n Manually Download "libdiscord-rpc.so" from "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/libdiscord-rpc.so"
  773. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so
  774. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
  775. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
  776. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
  777. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
  778. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.security.AccessController.doPrivileged(Native Method)
  779. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  780. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
  781. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  782. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.net.URL.openStream(URL.java:1068)
  783. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1478)
  784. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.handler.FileHandler.downloadFile(FileHandler.java:37)
  785. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.Constants.loadDLL(Constants.java:54)
  786. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.init(CraftPresence.java:58)
  787. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.clientTick(CraftPresence.java:129)
  788. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.access$000(CraftPresence.java:24)
  789. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence$1.run(CraftPresence.java:82)
  790. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.util.TimerThread.mainLoop(Timer.java:555)
  791. [15:05:38] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.util.TimerThread.run(Timer.java:505)
  792. [15:05:38] [CraftPresence/INFO] [craftpresence]: Loading "libdiscord-rpc.so" as a DLL...
  793. [15:05:38] [CraftPresence/INFO] [craftpresence]: "libdiscord-rpc.so" has been Successfully loaded as a DLL!
  794. [15:05:38] [CraftPresence/INFO] [craftpresence]: Searching for Character and Glyph Width Data...
  795. [15:05:38] [CraftPresence/INFO] [craftpresence]: Downloading "chardata.properties" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/chardata.properties"... ( From: "/assets/craftpresence/chardata.properties" )
  796. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Failed to Retrieve Character & Glyph Width Data, Some Rendering Functions have been disabled...
  797. [15:05:38] [CraftPresence/INFO] [craftpresence]: Checking for valid Curse Manifest Data...
  798. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Unable to get Curse Manifest Data (Ignore if Not using a Twitch/CursePack)
  799. [15:05:38] [CraftPresence/INFO] [craftpresence]: Checking for valid MultiMC Instance Data...
  800. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Unable to get MultiMC Instance Data (Ignore if Not using a MultiMC Pack)
  801. [15:05:38] [CraftPresence/INFO] [craftpresence]: Checking for valid MCUpdater Instance Data...
  802. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Unable to get MCUpdater Instance Data (Ignore if Not using a MCUpdater Pack)
  803. [15:05:38] [CraftPresence/INFO] [craftpresence]: Checking for valid Technic Pack Data...
  804. [15:05:38] [CraftPresence/ERROR] [craftpresence]: Unable to get Technic Pack Data (Ignore if Not using a Technic Pack)
  805. [15:05:38] [CraftPresence/INFO] [craftpresence]: Checking Discord for Available Assets with ID: 549301215230427146
  806. [15:05:38] [CraftPresence/INFO] [craftpresence]: Coded by ItsDizzy - https://github.com/ItsDizzy
  807. [15:05:38] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
  808. [15:05:39] [CraftPresence/INFO] [craftpresence]: 36 Total Assets Detected!
  809. Exception in thread "CraftPresence" [15:05:39] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.UnsatisfiedLinkError: Unable to load library 'discord-rpc''s Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, CustomResources, CustomOverridingResources
  810. [15:05:42] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
  811. [15:05:42] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  812. [15:05:42] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  813. [15:05:42] [Client thread/INFO] [Quark ASM]: Patch result: true
  814. [15:05:42] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  815. [15:05:42] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  816. [15:05:42] [Client thread/INFO] [Quark ASM]: Located patch target node LDC -8372020
  817. [15:05:42] [Client thread/INFO] [Quark ASM]: Located patch target node LDC -8372020
  818. [15:05:42] [Client thread/INFO] [Quark ASM]: Patch result: true
  819. [15:05:42] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BufferBuilder ...
  820. [15:05:42] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.renderer.texture.TextureManager
  821. [15:05:42] [Client thread/INFO] [SmoothFontCore ASM]: LOAD_TEXTURE:true
  822. [15:05:42] [Client thread/INFO] [SmoothFontCore ASM]: ** TextureManager was transformed successfully.
  823. [15:05:43] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  824. [15:05:43] [Client thread/INFO] [FML]: Found 1747 ObjectHolder annotations
  825. [15:05:43] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  826. [15:05:43] [Client thread/INFO] [FML]: Found 3 ItemStackHolder annotations
  827. [15:05:43] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  828. [15:05:43] [Forge Version Check/INFO] [forge.VersionCheck]: Global Forge version check system disabled, no further processing.
  829. [15:05:43] [Client thread/INFO] [smoothfont]: Search font files in "fontfiles" folder.
  830. [15:05:43] [Client thread/WARN] [smoothfont]: Fonts folder "fontfiles" does not exist.
  831. [15:05:43] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal
  832. [15:05:43] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures]
  833. [15:05:43] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished.
  834. [15:05:43] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
  835. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  836. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  837. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (SansSerif.plain)
  838. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  839. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  840. [15:05:43] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (SansSerif.plain)
  841. [15:05:43] [Thread-7/INFO] [smoothfont]: Number of threads used for generating font images: 8
  842. [15:05:45] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
  843. [15:05:45] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 2376ms )
  844. [15:05:45] [AE2 VersionChecker/INFO] [AE2:C]: Last check was just recently.
  845. [15:05:45] [AE2 VersionChecker/INFO] [AE2:C]: Stopping AE2 VersionChecker
  846. [15:05:47] [Thread-7/INFO] [smoothfont]: Pre-rendering time for all textures: 4047ms
  847. [15:05:47] [Thread-7/INFO] [smoothfont]: Total memory used for the current platform font images: 11MB
  848. [15:05:48] [Client thread/INFO] [FML]: Applying holder lookups
  849. [15:05:48] [Client thread/INFO] [FML]: Holder lookups applied
  850. [15:05:48] [Client thread/INFO] [FML]: OBJLoader: Domain thaumcraft has been added.
  851. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Baubles.
  852. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Chisel.
  853. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Forestry.
  854. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Immersive Engineering.
  855. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Just Enough Items.
  856. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Tinkers' Construct.
  857. [15:05:49] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Thaumcraft.
  858. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_side.objson in 4165067 nanos.
  859. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_end0.objson in 1248558 nanos.
  860. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_end1.objson in 1426890 nanos.
  861. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_glass.objson in 662285 nanos.
  862. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_glass_edge.objson in 439475 nanos.
  863. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre.objson in 992098 nanos.
  864. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre_end0.objson in 962693 nanos.
  865. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre_end2.objson in 916124 nanos.
  866. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_topbot.objson in 808165 nanos.
  867. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_topbot_end1.objson in 339836 nanos.
  868. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_glass.objson in 286592 nanos.
  869. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_glass_edge.objson in 407594 nanos.
  870. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre.objson in 491320 nanos.
  871. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre_end0.objson in 672059 nanos.
  872. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre_end2.objson in 586988 nanos.
  873. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_topbot.objson in 1031423 nanos.
  874. [15:05:49] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_glass_edge.objson in 481686 nanos.
  875. [15:05:50] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  876. [15:05:50] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  877. [15:05:50] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  878. [15:05:50] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  879. [15:05:51] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  880. [15:05:51] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1546ms!
  881. [15:05:52] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  882. [15:05:52] [Client thread/INFO] [FML]: OBJLoader: Domain astralsorcery has been added.
  883. [15:05:53] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming wh : net.minecraft.entity.ai.attributes.ModifiableAttributeInstance with 1 patches!
  884. [15:05:53] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHPOSTPROCESSATTRIBUTES
  885. [15:05:53] [Client thread/INFO] [Astral Sorcery]: Crafttweaker found! Adding recipe handlers...
  886. [15:05:53] [Client thread/INFO] [Quark]: 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin]
  887. [15:05:53] [Client thread/INFO] [Quark]: 'Double doors open together' is forcefully disabled as it's incompatible with the following loaded mods: [malisisdoors]
  888. [15:05:53] [Client thread/INFO] [Quark]: 'Improved sleeping' is forcefully disabled as it's incompatible with the following loaded mods: [morpheus]
  889. [15:05:53] [Client thread/INFO] [Quark]: 'Ender watcher' is forcefully disabled as it's incompatible with the following loaded mods: [botania]
  890. [15:05:53] [Client thread/INFO] [Quark]: 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [botania]
  891. [15:05:53] [Client thread/INFO] [Quark]: 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
  892. [15:05:53] [Client thread/INFO] [Quark]: 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
  893. [15:05:53] [Client thread/INFO] [Quark]: Module client is enabled
  894. [15:05:53] [Client thread/INFO] [Quark]: Module world is enabled
  895. [15:05:53] [Client thread/INFO] [Quark]: Module experimental is enabled
  896. [15:05:53] [Client thread/INFO] [Quark]: Module misc is enabled
  897. [15:05:53] [Client thread/INFO] [Quark]: Module building is enabled
  898. [15:05:53] [Client thread/INFO] [Quark]: Module tweaks is enabled
  899. [15:05:53] [Client thread/INFO] [Quark]: Module automation is enabled
  900. [15:05:53] [Client thread/INFO] [Quark]: Module vanity is enabled
  901. [15:05:53] [Client thread/INFO] [Quark]: Module management is enabled
  902. [15:05:53] [Client thread/INFO] [Quark]: Module decoration is enabled
  903. [15:05:54] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:AE2 Wireless Terminals (AE2WTLib), FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, architecturecraft-1.12-3.98.jar, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:Attribute Fix, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Bedrock, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, quark-texture-proxy, quark-emote-pack, CustomResources, CustomOverridingResources
  904. [15:05:54] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  905. [15:05:54] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  906. [15:05:54] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  907. [15:05:54] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  908. [15:05:56] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  909. [15:05:56] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1316ms!
  910. [15:05:56] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  911. [15:05:56] [Client thread/INFO] [bdlib]: bdlib 1.14.3.12 loaded
  912. [15:05:56] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
  913. [15:05:56] [Client thread/INFO] [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i).
  914. [15:05:56] [Client thread/INFO] [forestry]: Module HarvestCraft Module failed to load: HarvestCraft not found
  915. [15:05:56] [Client thread/INFO] [forestry]: Module Natura Module failed to load: Natura not found
  916. [15:05:56] [Client thread/INFO] [forestry]: Module Mystical Agriculture Module failed to load: Mystical Agriculture not found
  917. [15:05:56] [Client thread/INFO] [forestry]: Module Actually Additions Module failed to load: Actually Additions not found
  918. [15:05:56] [Client thread/INFO] [forestry]: Module EnderIO Module failed to load: EnderIO not found
  919. [15:05:56] [Client thread/INFO] [forestry]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found
  920. [15:05:56] [Client thread/INFO] [forestry]: Module Extra Utilities Module failed to load: Extra Utilities not found
  921. [15:05:56] [Client thread/INFO] [forestry]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found
  922. [15:05:56] [Client thread/INFO] [forestry]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found
  923. [15:05:56] [Client thread/INFO] [forestry]: Module TechReborn Module failed to load: TechReborn not found
  924. [15:05:56] [Client thread/INFO] [forestry]: Module Better With Mods Module failed to load: Better With Mods not found
  925. [15:05:56] [Client thread/INFO] [forestry]: Module Roots Module failed to load: Roots not found
  926. [15:05:56] [Client thread/INFO] [forestry]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found
  927. [15:05:56] [Client thread/INFO] [forestry]: Module IndustrialCraft2 Module failed to load: IndustrialCraft2 not found
  928. [15:05:58] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.ceramic`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  929. [15:05:58] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.ceramicbrick`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  930. [15:05:58] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.flower`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  931. [15:05:58] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extrabees.tile.alveary`, expected `extrabees`. This could be a intended override, but in most cases indicates a broken mod.
  932. [15:05:58] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `binnie.tile.nursery`, expected `extratrees`. This could be a intended override, but in most cases indicates a broken mod.
  933. [15:05:59] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.gui.GuiOptions... (ble)
  934. [15:05:59] [Client thread/INFO] [bonsaitrees]: Loading configuration
  935. [15:05:59] [Client thread/INFO] [bonsaitrees]: Trying to tell The One Probe about us
  936. [15:05:59] [Client thread/INFO] [bonsaitrees]: Trying to tell CraftTweaker2 about us
  937. [15:06:00] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench
  938. [15:06:00] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
  939. [15:06:00] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  940. [15:06:00] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  941. [15:06:00] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  942. [15:06:00] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  943. [15:06:00] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  944. [15:06:00] [Client thread/INFO] [Quark ASM]: Patch result: true
  945. [15:06:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  946. [15:06:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  947. [15:06:00] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  948. [15:06:01] [Client thread/INFO] [CoFH World]: Registering default Feature Templates...
  949. [15:06:01] [Client thread/INFO] [CoFH World]: Registering default World Generators...
  950. [15:06:01] [Client thread/INFO] [CoFH World]: Verifying or creating base world generation directory...
  951. [15:06:01] [Client thread/INFO] [CoFH World]: Complete.
  952. [15:06:01] [Client thread/INFO] [journeymap]: Found @journeymap.client.api.ClientPlugin: com.feed_the_beast.ftbutilities.integration.JourneyMapIntegration
  953. [15:06:01] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `diethopper`. This could be a intended override, but in most cases indicates a broken mod.
  954. [15:06:01] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender chest`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod.
  955. [15:06:01] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender tank`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod.
  956. [15:06:01] [Client thread/INFO] [theoneprobe]: The One Probe Detected RedstoneFlux: enabling support
  957. [15:06:01] [Client thread/INFO] [theoneprobe]: The One Probe Detected Baubles: enabling support
  958. [15:06:02] [Client thread/INFO] [FML]: OBJLoader: Domain immersiveengineering has been added.
  959. [15:06:02] [Client thread/INFO] [immersiveengineering]: Custom OBJLoader: Domain has been added: immersiveengineering
  960. [15:06:02] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub
  961. [15:06:02] [Client thread/INFO] [engineersdoors]: Pre-initializing fence gates module
  962. [15:06:02] [Client thread/INFO] [engineersdoors]: Pre-initializing doors module
  963. [15:06:02] [Client thread/INFO] [engineersdoors]: Pre-initializing trapdoors module
  964. [15:06:02] [Client thread/INFO] [invtweaks.forge.asm.ContainerTransformer]: InvTweaks: successfully transformed setFocused/func_146195_b
  965. [15:06:02] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  966. [15:06:03] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.ProxyCommon:preInit:79]: minecraft:hopper
  967. [15:06:03] [Client thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map...
  968. [15:06:03] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BlockModelRenderer ...
  969. [15:06:03] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.BlockModelRenderer
  970. [15:06:03] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderQuadsFlat, func_187496_a] Descriptor (Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;IZLnet/minecraft/client/renderer/BufferBuilder;Ljava/util/List;Ljava/util/BitSet;)V)
  971. [15:06:03] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  972. [15:06:03] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/BufferBuilder.func_178987_a (DDD)V
  973. [15:06:03] [Client thread/INFO] [Quark ASM]: Patch result: true
  974. [15:06:03] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
  975. [15:06:03] [Client thread/WARN] [FTB Library]: Replacing com.feed_the_beast.ftblib.lib.config.DefaultRankConfigHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler
  976. [15:06:03] [Client thread/WARN] [FML]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler
  977. [15:06:03] [Client thread/INFO] [newframes]: Let's Move!
  978. [15:06:03] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
  979. [15:06:03] [Client thread/INFO] [gendustry]: RF API Version: redstoneflux 2.1.0
  980. [15:06:03] [Client thread/INFO] [gendustry]: Tesla Version: NOT FOUND
  981. [15:06:03] [Client thread/INFO] [gendustry]: Available Forestry species roots:
  982. [15:06:03] [Client thread/INFO] [gendustry]:  * rootBees - forestry.apiculture.genetics.BeeRoot
  983. [15:06:03] [Client thread/INFO] [gendustry]:  * rootTrees - forestry.arboriculture.genetics.TreeRoot
  984. [15:06:03] [Client thread/INFO] [gendustry]:  * rootButterflies - forestry.lepidopterology.genetics.ButterflyRoot
  985. [15:06:03] [Client thread/INFO] [gendustry]:  * rootFlowers - binnie.botany.genetics.FlowerRoot
  986. [15:06:03] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
  987. [15:06:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/tuning.cfg
  988. [15:06:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/recipes.cfg
  989. [15:06:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/upgrades.cfg
  990. [15:06:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_color.cfg
  991. [15:06:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_patreon.cfg
  992. [15:06:04] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
  993. [15:06:04] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
  994. [15:06:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
  995. [15:06:04] [Client thread/INFO] [gendustry]: Blocks loaded
  996. [15:06:04] [Client thread/INFO] [gendustry]: Fluids loaded
  997. [15:06:04] [Client thread/INFO] [gendustry]: Items loaded
  998. [15:06:04] [Client thread/INFO] [gendustry]: Machines loaded
  999. [15:06:04] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_us
  1000. [15:06:04] [Client thread/INFO] [gendustry]: Registered reload listener
  1001. [15:06:04] [Client thread/INFO] [jeresources]: Loading configs..
  1002. [15:06:04] [Client thread/INFO] [jeresources]: Updating ModMetaData...
  1003. [15:06:04] [Client thread/INFO] [jeresources]: Providing API...
  1004. [15:06:05] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded workbench model
  1005. [15:06:05] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded importer model
  1006. [15:06:05] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded exporter model
  1007. [15:06:05] [Client thread/INFO] [reborncore]: Pre loaded registries in 32ms
  1008. [15:06:05] [Client thread/INFO] [reborncore]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 30ms
  1009. [15:06:05] [Client thread/INFO] [reborncore]: Loaded power manager from: ForgePowerManager
  1010. [15:06:05] [Client thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 4ms
  1011. [15:06:05] [Client thread/INFO] [malisiscore]: Registering CloseInventoryMessage for Packet with discriminator 1 in channel malisiscore
  1012. [15:06:05] [Client thread/INFO] [malisiscore]: Registering InventoryActionMessage for Packet with discriminator 2 in channel malisiscore
  1013. [15:06:05] [Client thread/INFO] [malisiscore]: Registering OpenInventoryMessage for Packet with discriminator 3 in channel malisiscore
  1014. [15:06:05] [Client thread/INFO] [malisiscore]: Registering UpdateInventorySlotsMessage for Packet with discriminator 4 in channel malisiscore
  1015. [15:06:05] [Client thread/INFO] [malisiscore]: Registering DirectMessage for Packet with discriminator 5 in channel malisiscore
  1016. [15:06:05] [Client thread/INFO] [malisiscore]: Registering BlockDataMessage for Packet with discriminator 6 in channel malisiscore
  1017. [15:06:05] [Client thread/INFO] [malisiscore]: Registering ChunkBlockMessage for Packet with discriminator 7 in channel malisiscore
  1018. [15:06:05] [Client thread/INFO] [malisiscore]: Registering NeighborChangedMessage for Packet with discriminator 8 in channel malisiscore
  1019. [15:06:05] [Client thread/INFO] [malisiscore]: Registering SyncerMessage for Packet with discriminator 9 in channel malisiscore
  1020. [15:06:05] [Client thread/INFO] [malisiscore]: Registering DigicodeMessage for Packet with discriminator 1 in channel malisisdoors
  1021. [15:06:05] [Client thread/INFO] [malisiscore]: Registering DoorFactoryMessage for Packet with discriminator 2 in channel malisisdoors
  1022. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `customdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1023. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `saloondoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1024. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `verticalhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1025. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `garagedoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1026. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `door3x3`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1027. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bigdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1028. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rustyhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1029. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doorfactorytileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1030. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `forcefieldtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1031. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1032. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trapdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1033. [15:06:05] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fencegatetileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  1034. [15:06:05] [Client thread/INFO] [morpheus]: Loading configuration
  1035. [15:06:07] [Client thread/INFO] [FML]: OBJLoader: Domain openblocks has been added.
  1036. [15:06:09] [Client thread/INFO] [TOP Addons]: Found 22 addon candidates.
  1037. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Storage Drawers.
  1038. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Base.
  1039. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Thermal Expansion.
  1040. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Thermal Dynamics.
  1041. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Binnie's Mods.
  1042. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Unlimited Chisel Works.
  1043. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Forestry with 2 special helmets.
  1044. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Chisel.
  1045. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Vanilla.
  1046. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Rustic.
  1047. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon ArchitectureCraft.
  1048. [15:06:09] [Client thread/INFO] [TOP Addons]: Created addon Tinkers' Construct.
  1049. [15:06:09] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:AE2 Wireless Terminals (AE2WTLib), FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, architecturecraft-1.12-3.98.jar, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:Attribute Fix, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Bedrock, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, quark-texture-proxy, quark-emote-pack, UCWFakePack, CustomResources, CustomOverridingResources
  1050. [15:06:09] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  1051. [15:06:09] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  1052. [15:06:09] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  1053. [15:06:10] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  1054. [15:06:11] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  1055. [15:06:11] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1498ms!
  1056. [15:06:11] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  1057. [15:06:11] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_us
  1058. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]: java.lang.RuntimeException: Error while loading entry twilightforest:bosses/ur_ghast
  1059. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:149)
  1060. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.util.HashMap.forEach(HashMap.java:1289)
  1061. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.BookContents.reload(BookContents.java:145)
  1062. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.common.book.Book.reloadContents(Book.java:204)
  1063. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.util.HashMap$Values.forEach(HashMap.java:981)
  1064. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.common.book.BookRegistry.reload(BookRegistry.java:87)
  1065. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.ClientBookRegistry.func_110549_a(ClientBookRegistry.java:86)
  1066. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
  1067. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
  1068. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
  1069. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1128)
  1070. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at pl.asie.ucw.UCWProxyClient.preInit(UCWProxyClient.java:266)
  1071. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at pl.asie.ucw.UnlimitedChiselWorks.preInit(UnlimitedChiselWorks.java:303)
  1072. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1073. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1074. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1075. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  1076. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  1077. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  1078. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1079. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  1080. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  1081. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  1082. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  1083. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  1084. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  1085. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  1086. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  1087. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  1088. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  1089. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1090. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1091. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1092. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  1093. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  1094. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  1095. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  1096. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  1097. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  1098. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  1099. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  1100. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  1101. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
  1102. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  1103. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  1104. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  1105. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.main.Main.main(SourceFile:123)
  1106. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1107. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1108. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1109. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  1110. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  1111. [15:06:11] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  1112. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.lang.RuntimeException: Error while loading entry twilightforest:bosses/ur_ghast page 0
  1113. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at vazkii.patchouli.client.book.BookEntry.build(BookEntry.java:182)
  1114. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:147)
  1115. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 52 more
  1116. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.NullPointerException
  1117. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.common.util.EntityUtil.loadEntity(EntityUtil.java:38)
  1118. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.client.book.page.PageEntity.build(PageEntity.java:43)
  1119. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.client.book.BookEntry.build(BookEntry.java:180)
  1120. [15:06:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    ... 53 more
  1121. [15:06:11] [Client thread/INFO] [STDOUT]: [net.wazworld.vbe.vbe:preInit:58]: Vanilla Builders Extension is loading!
  1122. [15:06:11] [Client thread/INFO] [STDOUT]: [net.wazworld.vbe.CommonProxy:preInit:56]: Called method: preInit
  1123. [15:06:11] [Client thread/INFO] [orelib]: Loading language resources [orelib:en_us]
  1124. [15:06:12] [ReAuth-VersionChecker/INFO] [ReAuth]: Looking for Updates
  1125. [15:06:12] [Client thread/INFO] [orelib]: Loading language resources [dsurround:en_us]
  1126. [15:06:12] [ReAuth-VersionChecker/INFO] [ReAuth]: Looking for Updates - Finished
  1127. [15:06:12] [Client thread/INFO] [FML]: OBJLoader: Domain mysticallib has been added.
  1128. [15:06:12] [Client thread/INFO] [Chisel]: Loading blocks...
  1129. [15:06:12] [Client thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
  1130. [15:06:12] [Client thread/INFO] [Chisel]: 71 Feature's blocks loaded.
  1131. [15:06:12] [Client thread/INFO] [Chisel]: Loading Tile Entities...
  1132. [15:06:12] [Client thread/INFO] [Chisel]: Tile Entities loaded.
  1133. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1134. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1135. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1136. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1137. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1138. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1139. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1140. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1141. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1142. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1143. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1144. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1145. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1146. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1147. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1148. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1149. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1150. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1151. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1152. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1153. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1154. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  1155. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebonsaipot`, expected `bonsaitrees`. This could be a intended override, but in most cases indicates a broken mod.
  1156. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechest`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  1157. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechestbuilder`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  1158. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebarrel`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  1159. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebarrel_fluid`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  1160. [15:06:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lteleporter`, expected `lteleporters`. This could be a intended override, but in most cases indicates a broken mod.
  1161. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechest`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  1162. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechestbuilder`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  1163. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  1164. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  1165. [15:06:14] [Client thread/INFO] [unlimitedchiselworks]: So far, UCW found 103 block rules and 0 group rules.
  1166. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
  1167. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
  1168. [15:06:14] [Client thread/INFO] [FML]: Applying holder lookups
  1169. [15:06:14] [Client thread/INFO] [FML]: Holder lookups applied
  1170. [15:06:14] [Client thread/INFO] [Chisel]: Loading items...
  1171. [15:06:14] [Client thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
  1172. [15:06:14] [Client thread/INFO] [Chisel]: 71 Feature's items loaded.
  1173. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `backpack`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  1174. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `compactChest`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  1175. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `chestBuilder`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  1176. [15:06:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  1177. [15:06:15] [Client thread/WARN] [forestry]: Missing block: sandstone
  1178. [15:06:15] [Client thread/INFO] [FML]: Applying holder lookups
  1179. [15:06:15] [Client thread/INFO] [FML]: Holder lookups applied
  1180. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]: java.net.UnknownHostException: files.modmuss50.me
  1181. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  1182. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1183. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.Socket.connect(Socket.java:607)
  1184. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
  1185. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
  1186. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  1187. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  1188. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  1189. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
  1190. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
  1191. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
  1192. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  1193. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1046)
  1194. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1044)
  1195. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivileged(Native Method)
  1196. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  1197. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1043)
  1198. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  1199. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
  1200. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
  1201. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
  1202. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
  1203. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivileged(Native Method)
  1204. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  1205. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
  1206. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  1207. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at reborncore.shields.json.ShieldJsonLoader.lambda$load$0(ShieldJsonLoader.java:95)
  1208. [15:06:15] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.lang.Thread.run(Thread.java:748)
  1209. [15:06:15] [Client thread/INFO] [FML]: Applying holder lookups
  1210. [15:06:15] [Client thread/INFO] [FML]: Holder lookups applied
  1211. [15:06:15] [Client thread/INFO] [FML]: OBJLoader: Domain botania has been added.
  1212. [15:06:15] [Client thread/INFO] [YABBA]: Loading Forestry Integration
  1213. [15:06:15] [Client thread/INFO] [YABBA]: Skins: 638
  1214. [15:06:15] [Client thread/INFO] [FML]: Applying holder lookups
  1215. [15:06:15] [Client thread/INFO] [FML]: Holder lookups applied
  1216. [15:06:15] [Client thread/INFO] [FML]: Injecting itemstacks
  1217. [15:06:15] [Client thread/INFO] [FML]: Itemstack injection complete
  1218. [15:06:16] [Client thread/INFO] [dsurround]: Sound channels: 207 normal, 16 streaming (total avail: 223)
  1219. [15:06:16] [Client thread/INFO] [dsurround]: Stream buffers: 3 x 16384
  1220. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: thaumcraft:runicshieldcharge
  1221. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_news
  1222. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_cooking
  1223. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_sam_tabor
  1224. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_heman
  1225. [15:06:16] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_switch
  1226. [15:06:16] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
  1227. [15:06:16] [Thread-269/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
  1228. [15:06:16] [Thread-269/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
  1229. [15:06:16] [Thread-269/INFO] [minecraft/SoundManager]: OpenAL initialized.
  1230. [15:06:17] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
  1231. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  1232. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  1233. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  1234. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  1235. [15:06:23] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/arcane_workbench_charger.mtl'. The color defined by key 'Ks' will not be applied!
  1236. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  1237. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  1238. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  1239. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  1240. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  1241. [15:06:23] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/pillar.mtl'. The color defined by key 'Ks' will not be applied!
  1242. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  1243. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  1244. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  1245. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  1246. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  1247. [15:06:23] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/thaumatorium.mtl'. The color defined by key 'Ks' will not be applied!
  1248. [15:06:23] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  1249. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/arrow.tcon#inventory
  1250. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_head.tmat#inventory
  1251. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_shaft.tmat#inventory
  1252. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/axe_head.tmat#inventory
  1253. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/battlesign.tcon#inventory
  1254. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/binding.tmat#inventory
  1255. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/bolt.tcon#inventory
  1256. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:parts/bolt_core.tcon#inventory
  1257. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_limb.tmat#inventory
  1258. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_string.tmat#inventory
  1259. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/broad_axe_head.tmat#inventory
  1260. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/broadsword.tcon#inventory
  1261. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/cleaver.tcon#inventory
  1262. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/cross_guard.tmat#inventory
  1263. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/crossbow.tcon#inventory
  1264. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/excavator.tcon#inventory
  1265. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/excavator_head.tmat#inventory
  1266. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/fletching.tmat#inventory
  1267. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/frypan.tcon#inventory
  1268. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hammer.tcon#inventory
  1269. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hammer_head.tmat#inventory
  1270. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hand_guard.tmat#inventory
  1271. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hatchet.tcon#inventory
  1272. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/kama.tcon#inventory
  1273. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/kama_head.tmat#inventory
  1274. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/knife_blade.tmat#inventory
  1275. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_plate.tmat#inventory
  1276. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_sword_blade.tmat#inventory
  1277. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longbow.tcon#inventory
  1278. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longsword.tcon#inventory
  1279. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/lumberaxe.tcon#inventory
  1280. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/mattock.tcon#inventory
  1281. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:moms_spaghetti.tcon#inventory
  1282. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pan_head.tmat#inventory
  1283. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pick_head.tmat#inventory
  1284. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/pickaxe.tcon#inventory
  1285. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/rapier.tcon#inventory
  1286. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/scythe.tcon#inventory
  1287. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/scythe_head.tmat#inventory
  1288. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shard.tmat#inventory
  1289. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sharpening_kit.tmat#inventory
  1290. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shortbow.tcon#inventory
  1291. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shovel.tcon#inventory
  1292. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shovel_head.tmat#inventory
  1293. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shuriken.tcon#inventory
  1294. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sign_head.tmat#inventory
  1295. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sword_blade.tmat#inventory
  1296. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tool_rod.tmat#inventory
  1297. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_binding.tmat#inventory
  1298. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_tool_rod.tmat#inventory
  1299. [15:06:27] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/wide_guard.tmat#inventory
  1300. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  1301. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  1302. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  1303. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  1304. [15:06:27] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/golembuilder.mtl'. The color defined by key 'Ks' will not be applied!
  1305. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  1306. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  1307. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  1308. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  1309. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  1310. [15:06:27] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'body' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied!
  1311. [15:06:27] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  1312. [15:06:27] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'pane' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied!
  1313. [15:06:27] [Client thread/INFO] [immersiveengineering]: Stitching Revolver Textures!
  1314. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_0/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  1315. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  1316. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  1317. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  1318. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1319. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1320. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  1321. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  1322. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  1323. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  1324. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  1325. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  1326. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  1327. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  1328. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1329. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1330. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1331. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  1332. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  1333. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  1334. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  1335. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  1336. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  1337. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  1338. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  1339. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_1/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  1340. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  1341. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  1342. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  1343. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1344. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1345. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  1346. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  1347. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  1348. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  1349. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  1350. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  1351. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  1352. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  1353. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1354. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1355. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1356. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  1357. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  1358. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  1359. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  1360. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  1361. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  1362. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  1363. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  1364. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_2/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  1365. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  1366. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  1367. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  1368. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  1369. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  1370. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  1371. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  1372. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  1373. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  1374. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  1375. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  1376. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  1377. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  1378. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1379. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1380. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1381. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  1382. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  1383. [15:06:29] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  1384. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  1385. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  1386. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  1387. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  1388. [15:06:29] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  1389. [15:06:30] [Client thread/INFO] [FML]: Max texture size: 16384
  1390. [15:06:38] [Client thread/INFO] [minecraft/TextureMap]: Created: 4096x4096 textures-atlas
  1391. double free or corruption (fasttop)
  1392. [15:08:49] [INFO] ProcessMonitor.run:43: MC process exited. return value: 134
  1393. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 0 enUS to options pane
  1394. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 1 cyGB to options pane
  1395. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 2 daDK to options pane
  1396. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 3 deDE to options pane
  1397. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 4 enGB to options pane
  1398. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 5 enUS to options pane
  1399. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 6 esES to options pane
  1400. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 7 fiFI to options pane
  1401. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 8 frCA to options pane
  1402. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 9 frFR to options pane
  1403. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 10 jaJP to options pane
  1404. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 11 itIT to options pane
  1405. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 12 maHU to options pane
  1406. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 13 nlNL to options pane
  1407. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 14 noNO to options pane
  1408. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 15 plPL to options pane
  1409. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 16 ptBR to options pane
  1410. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 17 ptPT to options pane
  1411. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 18 ruRU to options pane
  1412. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 19 svSE to options pane
  1413. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 20 zhCN to options pane
  1414. [15:08:49] [INFO] OptionsPane.<init>:164: [i18n] Added 21 zhTW to options pane
  1415. [15:08:49] [INFO] I18N.setLocale:120: [i18n] deDE Deutsche Sprachdatei geladen!
  1416. [15:10:32] [DEBUG] LaunchFrame.doLaunch:966: Selected user: saved password: true
  1417. [15:10:32] [DEBUG] LaunchFrame.doLaunch:967: Selected user: will save auth token if online: true
  1418. [15:10:32] [INFO] LaunchFrame.doLogin:544: Logging in...
  1419. [15:10:32] [DEBUG] OSUtils.getProxy:95: ProxySelector: type: DIRECT, no proxy for https://authserver.mojang.com/authenticate
  1420. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:67: Email address given
  1421. [15:10:32] [INFO] AuthlibHelper.authenticateWithAuthlib:68: Beginning authlib authentication attempt
  1422. [15:10:32] [INFO] AuthlibHelper.authenticateWithAuthlib:69: successfully created YggdrasilAuthenticationService
  1423. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:76: mojangData was passed to current method
  1424. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:79: Loading mojangData into authlib
  1425. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:152: Authentication is valid
  1426. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:155: loggedIn() && CanPlayOnline()
  1427. [15:10:32] [DEBUG] CryptoUtils.encrypt:129: trying mac address
  1428. [15:10:32] [DEBUG] CryptoUtils.encrypt:131: mac address ok
  1429. [15:10:32] [DEBUG] AuthlibHelper.authenticateWithAuthlib:159: Authentication done, returning LoginResponse
  1430. [15:10:32] [DEBUG] Benchmark.logBenchAs:76: Login Worker Run took 296 ms.
  1431. [15:10:32] [DEBUG] LaunchFrame$16.done:588: responseStr: good
  1432. [15:10:32] [INFO] LaunchFrame$16.done:591: Login complete.
  1433. [15:10:32] [DEBUG] User.writeObject:185: starting...
  1434. [15:10:32] [DEBUG] LaunchFrame$16.done:595: user data saved
  1435. [15:10:32] [DEBUG] LaunchFrame.runGameUpdater:642: ForceUpdate: false
  1436. [15:10:32] [DEBUG] LaunchFrame.runGameUpdater:643: installPath: /home/lars/ftb
  1437. [15:10:32] [DEBUG] LaunchFrame.runGameUpdater:644: pack dir: FTBBuildersParadise
  1438. [15:10:32] [DEBUG] LaunchFrame.runGameUpdater:645: pack check path: FTBBuildersParadise/version
  1439. [15:10:32] [DEBUG] OptionsPane.exportData:233: exporting data
  1440. [15:10:32] [DEBUG] Export.<init>:47: Exporting data for installed Pack FTB Builders Paradise version 1.6.0
  1441. [15:10:32] [DEBUG] OptionsPane.exportData:248: done exporting data
  1442. [15:10:32] [DEBUG] LaunchFrame.checkVersion:620: verFile: 1.6.0 onlineVersion/getPackVer(): Recommended Version onlineVersion/getVersion(): 1.6.0
  1443. [15:10:32] [INFO] MCInstaller.gatherAssets:360: Checking local assets file, for MC version 1.12.2 Please wait!
  1444. [15:10:32] [DEBUG] MCInstaller.gatherAssets:364: Checking pack libraries
  1445. [15:10:32] [DEBUG] MCInstaller.gatherAssets:425: Checking minecraft version json
  1446. [15:10:33] [DEBUG] DownloadUtils.getStaticCreeperhostLinkOrBackup:113: failed
  1447. [15:10:33] [WARN] DownloadUtils.getStaticCreeperhostLinkOrBackup:131: Using backupLink for versions/1.12.2/1.12.2.json
  1448. [15:10:33] [DEBUG] MCInstaller.gatherAssets:452: checking minecraft libraries
  1449. [15:10:33] [DEBUG] MCInstaller.gatherAssets:535: Checking minecraft assets
  1450. [15:10:33] [DEBUG] MCInstaller.gatherAssets:550: Starting TaskHandler to check MC assets
  1451. [15:10:33] [DEBUG] Benchmark.logBenchAs:76: parallel asset check took 121 ms.
  1452. [15:10:33] [INFO] MCInstaller.launchMinecraft:597: Setting up native libraries for FTB Builders Paradise v Recommended Version MC 1.12.2
  1453. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:623: packbaseJSON 1.12.2
  1454. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1455. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1456. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1457. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1458. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1459. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1460. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:639: mkdir /home/lars/ftb/FTBBuildersParadise/natives false
  1461. [15:10:33] [INFO] MCLauncher.syncAssets:369: Syncing Assets:
  1462. [15:10:33] [INFO] MCLauncher.launchMinecraft:148: Java Path: /usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/bin/java
  1463. [15:10:33] [INFO] MCLauncher.launchMinecraft:149: Pack: FTB Builders Paradise 1.12.2
  1464. [15:10:33] [INFO] MCLauncher.setMemory:352: Setting MinMemory to 256
  1465. [15:10:33] [INFO] MCLauncher.setMemory:354: Setting MaxMemory to 4352
  1466. [15:10:33] [DEBUG] MCInstaller.launchMinecraft:711: MC PID: 18129
  1467. [15:10:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  1468. [15:10:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  1469. [15:10:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
  1470. [15:10:33] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
  1471. [15:10:33] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_242, running on Linux:amd64:5.3.0-46-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
  1472. [15:10:34] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
  1473. [15:10:34] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
  1474. [15:10:34] [main/INFO] [FML]: Searching /home/lars/ftb/FTBBuildersParadise/minecraft/mods for mods
  1475. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.20.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1476. [15:10:34] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1477. [15:10:34] [main/INFO] [Astral Core]: [AstralCore] Initialized.
  1478. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in bedpatch-2.2-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1479. [15:10:34] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
  1480. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.62_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1481. [15:10:34] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1482. [15:10:34] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
  1483. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1484. [15:10:34] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1485. [15:10:34] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
  1486. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.5-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1487. [15:10:34] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1488. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1489. [15:10:34] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1490. [15:10:34] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
  1491. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.146.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1492. [15:10:34] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1493. [15:10:34] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.3-44.jar
  1494. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in LittleTiles_v1.5.0-pre158_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1495. [15:10:34] [main/WARN] [FML]: The coremod com.creativemd.littletiles.LittlePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1496. [15:10:34] [main/WARN] [FML]: The coremod LittlePatchingLoader (com.creativemd.littletiles.LittlePatchingLoader) is not signed!
  1497. [15:10:34] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar
  1498. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1499. [15:10:34] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1500. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in p455w0rdslib-1.12.2-2.2.156.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1501. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-177.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1502. [15:10:34] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
  1503. [15:10:34] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1504. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1505. [15:10:34] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1506. [15:10:34] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SmoothFont-mc1.12.2-2.1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  1507. [15:10:34] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1508. [15:10:34] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed!
  1509. [15:10:34] [main/WARN] [FML]: The coremod pl.asie.splashanimation.core.SplashAnimationCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1510. [15:10:34] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1511. [15:10:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  1512. [15:10:34] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
  1513. [15:10:34] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
  1514. [15:10:34] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/JustEnoughIDs-1.0.3-44.jar Service=LaunchWrapper Env=CLIENT
  1515. [15:10:34] [main/WARN] [FML]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
  1516. [15:10:34] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs core mixins
  1517. [15:10:34] [main/INFO] [mixin]: Compatibility level set to JAVA_8
  1518. [15:10:34] [main/INFO] [JustEnoughIDs]: Initializing JustEnoughIDs initialization mixins
  1519. [15:10:34] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  1520. [15:10:34] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed!
  1521. [15:10:34] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  1522. [15:10:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  1523. [15:10:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  1524. [15:10:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  1525. [15:10:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1526. [15:10:34] [DEBUG] Benchmark.logBenchAs:76: UnreadNews Init took 1 ms.
  1527. [15:10:35] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  1528. [15:10:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  1529. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1530. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1531. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1532. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1533. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1534. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
  1535. [15:10:35] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@7c84195
  1536. [15:10:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1537. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
  1538. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  1539. [15:10:36] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches...
  1540. [15:10:36] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches!
  1541. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1542. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1543. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1544. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1545. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1546. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1547. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1548. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1549. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1550. [15:10:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1551. [15:10:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1552. [15:10:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  1553. [15:10:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  1554. [15:10:37] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
  1555. [15:10:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  1556. [15:10:37] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
  1557. [15:10:37] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a
  1558. [15:10:37] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  1559. [15:10:37] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
  1560. [15:10:37] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  1561. [15:10:37] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  1562. [15:10:37] [main/INFO] [BedPatch]: Patching Chunk
  1563. [15:10:37] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1564. [15:10:37] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1565. [15:10:37] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
  1566. [15:10:37] [main/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches!
  1567. [15:10:37] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS
  1568. [15:10:37] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
  1569. [15:10:37] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
  1570. [15:10:37] [main/INFO] [Quark ASM]: Located Method, patching...
  1571. [15:10:37] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
  1572. [15:10:37] [main/INFO] [Quark ASM]: Patch result: true
  1573. [15:10:37] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.RenderGlobal ...
  1574. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
  1575. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCLIENT
  1576. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
  1577. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
  1578. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
  1579. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1580. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1581. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
  1582. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1583. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1584. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.NetHandlerPlayServer ...
  1585. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
  1586. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
  1587. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
  1588. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIP
  1589. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT
  1590. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
  1591. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
  1592. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1593. [15:10:38] [main/INFO] [Quark ASM]: Located patch target node ARETURN
  1594. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1595. [15:10:38] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.therandomlabs.randompatches.core.RPTransformer' was detected and will no longer process meta class data
  1596. [15:10:38] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
  1597. [15:10:38] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
  1598. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
  1599. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  1600. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1601. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1602. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  1603. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1604. [15:10:38] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
  1605. [15:10:38] [main/INFO] [Quark ASM]: Located patch target node LDC -8372020
  1606. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1607. [15:10:38] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
  1608. [15:10:38] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  1609. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.Minecraft ...
  1610. [15:10:38] [main/INFO] [BetterFps]: Patching net.minecraft.client.Minecraft... (bib)
  1611. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
  1612. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCLIENT
  1613. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
  1614. [15:10:38] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
  1615. [15:10:38] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:161]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
  1616. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.multiplayer.WorldClient ...
  1617. [15:10:38] [main/INFO] [SmoothFontCore ASM]: Transform: net.minecraftforge.client.GuiIngameForge
  1618. [15:10:38] [main/INFO] [SmoothFontCore ASM]: RENDER_EXPERIENCE:true
  1619. [15:10:38] [main/INFO] [SmoothFontCore ASM]: ** GuiIngameForge was transformed successfully.
  1620. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ...
  1621. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
  1622. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
  1623. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1624. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1625. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1626. [15:10:38] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
  1627. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1628. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
  1629. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1630. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1631. [15:10:38] [main/INFO] [BetterFps]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud)
  1632. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayer ...
  1633. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
  1634. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
  1635. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
  1636. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
  1637. [15:10:38] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
  1638. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.client.gui.inventory.GuiContainer
  1639. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [drawScreen, func_73863_a] Descriptor (IIF)V)
  1640. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1641. [15:10:38] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainer.func_146979_b (II)V
  1642. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1643. [15:10:38] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
  1644. [15:10:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
  1645. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
  1646. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1647. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1648. [15:10:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
  1649. [15:10:38] [main/INFO] [Quark ASM]: Located Method, patching...
  1650. [15:10:38] [main/INFO] [Quark ASM]: Patch result: true
  1651. [15:10:38] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
  1652. [15:10:38] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraftforge.client.ForgeHooksClient ...
  1653. [15:10:38] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
  1654. [15:10:38] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
  1655. [15:10:38] [Client thread/INFO] [minecraft/Minecraft]: Setting user: rclarsfull
  1656. [15:10:38] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  1657. [15:10:38] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  1658. [15:10:39] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  1659. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
  1660. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
  1661. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
  1662. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
  1663. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment
  1664. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  1665. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1666. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  1667. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1668. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
  1669. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
  1670. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1671. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1672. [15:10:39] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.util.math.AxisAlignedBB ...
  1673. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
  1674. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
  1675. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.block.state.BlockStateBase]: BlockStateBase Info Hook
  1676. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
  1677. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
  1678. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
  1679. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
  1680. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
  1681. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
  1682. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
  1683. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
  1684. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
  1685. [15:10:39] [Client thread/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
  1686. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid
  1687. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
  1688. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1689. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  1690. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  1691. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1692. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
  1693. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
  1694. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase
  1695. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
  1696. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1697. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
  1698. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1699. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  1700. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1701. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
  1702. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1703. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  1704. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1705. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  1706. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1707. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
  1708. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1709. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  1710. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1711. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston
  1712. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  1713. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1714. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1715. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
  1716. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1717. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  1718. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1719. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  1720. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1721. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  1722. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1723. [15:10:39] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
  1724. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  1725. [15:10:39] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  1726. [15:10:39] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
  1727. [15:10:39] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentDamage
  1728. [15:10:39] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  1729. [15:10:39] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1730. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  1731. [15:10:39] [Client thread/INFO] [Quark ASM]: Located patch target node IRETURN
  1732. [15:10:39] [Client thread/INFO] [Quark ASM]: Patch result: true
  1733. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.item.Item]: Item Info Hook
  1734. [15:10:39] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.item.Item]: Item Info Hook
  1735. [15:10:39] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayer ...
  1736. [15:10:39] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
  1737. [15:10:39] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIP
  1738. [15:10:39] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT
  1739. [15:10:40] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
  1740. [15:10:40] [Client thread/INFO] [dsurroundcore]: func_70071_h_()V: Found!
  1741. [15:10:40] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.entity.projectile.EntityArrow]: No Particles on Arrows
  1742. [15:10:40] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart
  1743. [15:10:40] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
  1744. [15:10:40] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1745. [15:10:40] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
  1746. [15:10:40] [Client thread/INFO] [Quark ASM]: Patch result: true
  1747. [15:10:40] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat
  1748. [15:10:40] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
  1749. [15:10:40] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1750. [15:10:40] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
  1751. [15:10:40] [Client thread/INFO] [Quark ASM]: Patch result: true
  1752. [15:10:40] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayerMP ...
  1753. [15:10:40] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner
  1754. [15:10:40] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
  1755. [15:10:40] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1756. [15:10:40] [Client thread/INFO] [Quark ASM]: Located patch target node BIPUSH 6
  1757. [15:10:40] [Client thread/INFO] [Quark ASM]: Patch result: true
  1758. [15:10:40] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches!
  1759. [15:10:40] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE
  1760. [15:10:40] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget
  1761. [15:10:40] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
  1762. [15:10:40] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1763. [15:10:40] [Client thread/INFO] [Quark ASM]: Patch result: true
  1764. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
  1765. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
  1766. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
  1767. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
  1768. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
  1769. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
  1770. [15:10:40] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
  1771. [15:10:40] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern
  1772. [15:10:40] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z)
  1773. [15:10:40] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1774. [15:10:40] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I
  1775. [15:10:40] [Client thread/INFO] [Quark ASM]: Patch result: true
  1776. [15:10:41] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant
  1777. [15:10:41] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
  1778. [15:10:41] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1779. [15:10:41] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  1780. [15:10:41] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  1781. [15:10:41] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  1782. [15:10:41] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  1783. [15:10:41] [Client thread/INFO] [Quark ASM]: Patch result: true
  1784. [15:10:41] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ...
  1785. [15:10:41] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
  1786. [15:10:41] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.settings.GameSettings]: SoundCategory Additions
  1787. [15:10:41] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
  1788. [15:10:41] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
  1789. [15:10:41] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.renderer.GlStateManager
  1790. [15:10:41] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_STATE:true
  1791. [15:10:41] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_SRC_FACTOR:true
  1792. [15:10:41] [Client thread/INFO] [SmoothFontCore ASM]: GET_BLEND_DST_FACTOR:true
  1793. [15:10:41] [Client thread/INFO] [SmoothFontCore ASM]: ** GlStateManager was transformed successfully.
  1794. [15:10:41] [Client thread/INFO] [FML]: -- System Details --
  1795. Details:
  1796.     Minecraft Version: 1.12.2
  1797.     Operating System: Linux (amd64) version 5.3.0-46-generic
  1798.     Java Version: 1.8.0_242, Private Build
  1799.     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
  1800.     Memory: 924557128 bytes (881 MB) / 1067450368 bytes (1018 MB) up to 4056416256 bytes (3868 MB)
  1801.     JVM Flags: 2 total; -Xms256M -Xmx4352M
  1802.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  1803.     FML:
  1804.     Loaded coremods (and transformers):
  1805. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  1806.  pl.asie.splashanimation.core.SplashProgressTransformer
  1807. BedPatch (bedpatch-2.2-1.12.2.jar)
  1808.  com.mordenkainen.bedpatch.BedPatchASM
  1809. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  1810.   pl.asie.foamfix.coremod.FoamFixTransformer
  1811. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-44.jar)
  1812.   org.dimdev.jeid.JEIDTransformer
  1813. Quark Plugin (Quark-r1.6-177.jar)
  1814.   vazkii.quark.base.asm.ClassTransformer
  1815. ForgelinPlugin (Forgelin-1.8.4.jar)
  1816.  
  1817. RandomPatches (randompatches-1.12.2-1.18.2.1.jar)
  1818.   com.therandomlabs.randompatches.core.RPTransformer
  1819. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  1820.   openmods.core.OpenModsClassTransformer
  1821. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  1822.   invtweaks.forge.asm.ContainerTransformer
  1823. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  1824.  
  1825. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  1826.  
  1827. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  1828.   team.chisel.ctm.client.asm.CTMTransformer
  1829. CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
  1830.   bre.smoothfont.asm.Transformer
  1831. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  1832.   p455w0rdslib.asm.ClassTransformer
  1833. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  1834.   lumien.resourceloader.asm.ClassTransformer
  1835. LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
  1836.   com.creativemd.littletiles.LittleTilesTransformer
  1837. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  1838.  
  1839. IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  1840.   blusunrize.immersiveengineering.common.asm.IEClassTransformer
  1841. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  1842.   org.orecruncher.dsurround.asm.Transformer
  1843.     GL info: ' Vendor: 'nouveau' Version: '4.3 (Compatibility Profile) Mesa 19.2.8' Renderer: 'NV124'
  1844. [15:10:41] [Client thread/INFO] [Mini]: [pl.asie.splashanimation.core.SplashProgressTransformer] Successfully transformed net.minecraftforge.fml.client.SplashProgress$2.run()V
  1845. [15:10:41] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
  1846. [15:10:41] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  1847. [15:10:41] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  1848. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.FontRenderer
  1849. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: INIT:true
  1850. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: READ_FONT_TEXTURE:true
  1851. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: READ_GLYPH_SIZES:true
  1852. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_CHAR:true
  1853. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_DEFAULT_CHAR:true
  1854. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_UNICODE_CHAR:true
  1855. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: DRAW_STRING:true
  1856. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING_AT_POS:true
  1857. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: DO_DRAW:true
  1858. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING_ALIGNED:true
  1859. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: RENDER_STRING:true
  1860. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: GET_STRING_WIDTH:true
  1861. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: GET_CHAR_WIDTH:true
  1862. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: TRIM_STRING_TO_WIDTH:true
  1863. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: SET_UNICODE_FLAG:true
  1864. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: SIZE_STRING_TO_WIDTH:true
  1865. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: BIND_TEXTURE:true
  1866. [15:10:41] [Thread-4/INFO] [SmoothFontCore ASM]: ** FontRenderer was transformed successfully.
  1867. [15:10:41] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
  1868. [15:10:42] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraftforge.common.ForgeHooks ...
  1869. [15:10:42] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BufferBuilder ...
  1870. [15:10:42] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.tileentity.TileEntityPistonRenderer
  1871. [15:10:42] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [render, func_192841_a] Descriptor (Lnet/minecraft/tileentity/TileEntityPiston;DDDFIF)V)
  1872. [15:10:42] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1873. [15:10:42] [Client thread/INFO] [Quark ASM]: Patch result: true
  1874. [15:10:42] [Client thread/INFO] [FML]: Searching /home/lars/ftb/FTBBuildersParadise/minecraft/mods for mods
  1875. [15:10:43] [Client thread/INFO] [FML]: Disabling mod bedpatch it is server side only.
  1876. [15:10:43] [Client thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2
  1877. [15:10:43] [Client thread/WARN] [FML]: Mod blocklayering is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.2
  1878. [15:10:43] [Client thread/WARN] [FML]: Mod clienttweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.11
  1879. [15:10:43] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
  1880. [15:10:43] [Client thread/WARN] [FML]: Mod craftingtweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 8.1.9
  1881. [15:10:43] [Client thread/WARN] [FML]: Mod defaultoptions is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 9.2.8
  1882. [15:10:43] [Client thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137
  1883. [15:10:44] [Client thread/WARN] [FML]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3-44
  1884. [15:10:44] [Client thread/WARN] [FML]: Mod mainmenuscale is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  1885. [15:10:44] [Client thread/WARN] [FML]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.2-mc1.12.2
  1886. [15:10:44] [Client thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-20
  1887. [15:10:45] [Client thread/INFO] [FML]: Disabling mod serverleveltype it is server side only.
  1888. [15:10:45] [Client thread/WARN] [FML]: Mod smoothfont is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version mc1.12.2-2.1.1
  1889. [15:10:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 156 mods to load
  1890. [15:10:45] [Thread-4/INFO] [FML]: Using sync timing. 200 frames of Display.update took 376708140 nanos
  1891. [15:10:45] [Client thread/INFO] [FML]: FML has found a non-mod file bedpatch-2.2-1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  1892. [15:10:45] [Client thread/INFO] [FML]: FML has found a non-mod file ServerLevelType-1.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  1893. [15:10:45] [Client thread/WARN] [mixin]: Error loading class: com/shinoow/abyssalcraft/common/util/BiomeUtil (java.lang.ClassNotFoundException: The specified class 'com.shinoow.abyssalcraft.common.util.BiomeUtil' was not found)
  1894. [15:10:45] [Client thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/util/BiomeHandler (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found)
  1895. [15:10:45] [Client thread/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/network/PacketBiomeIDChange (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.network.PacketBiomeIDChange' was not found)
  1896. [15:10:45] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeColorMappings (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeColorMappings' was not found)
  1897. [15:10:45] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeColorMappings was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeColorMappings
  1898. [15:10:45] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/util/BiomeHelper (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.util.BiomeHelper' was not found)
  1899. [15:10:45] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.util.BiomeHelper was not found mixins.jeid.modsupport.json:biometweaker.MixinBiomeHelper
  1900. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: me/superckl/biometweaker/server/command/CommandSetBiome (java.lang.ClassNotFoundException: The specified class 'me.superckl.biometweaker.server.command.CommandSetBiome' was not found)
  1901. [15:10:46] [Client thread/WARN] [mixin]: @Mixin target me.superckl.biometweaker.server.command.CommandSetBiome was not found mixins.jeid.modsupport.json:biometweaker.MixinCommandSetBiome
  1902. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: net/darkhax/bookshelf/util/WorldUtils (java.lang.ClassNotFoundException: The specified class 'net.darkhax.bookshelf.util.WorldUtils' was not found)
  1903. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/cutievirus/creepingnether/entity/CorruptorAbstract (java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.CorruptorAbstract' was not found)
  1904. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: org/cyclops/cyclopscore/helper/WorldHelpers (java.lang.ClassNotFoundException: The specified class 'org.cyclops.cyclopscore.helper.WorldHelpers' was not found)
  1905. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/biome/BiomeManip (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.biome.BiomeManip' was not found)
  1906. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/rwtema/extrautils2/dimensions/workhousedim/WorldProviderSpecialDim (java.lang.ClassNotFoundException: The specified class 'com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim' was not found)
  1907. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: androsa/gaiadimension/world/layer/GenLayerGDRiverMix (java.lang.ClassNotFoundException: The specified class 'androsa.gaiadimension.world.layer.GenLayerGDRiverMix' was not found)
  1908. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: climateControl/DimensionManager (java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found)
  1909. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/zeitheron/hammercore/utils/WorldLocation (java.lang.ClassNotFoundException: The specified class 'com.zeitheron.hammercore.utils.WorldLocation' was not found)
  1910. [15:10:46] [Client thread/WARN] [mixin]: @Mixin target com.zeitheron.hammercore.utils.WorldLocation was not found mixins.jeid.modsupport.json:hammercore.MixinWorldLocation
  1911. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer (java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found)
  1912. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: thebetweenlands/common/block/terrain/BlockSpreadingDeath (java.lang.ClassNotFoundException: The specified class 'thebetweenlands.common.block.terrain.BlockSpreadingDeath' was not found)
  1913. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: thebetweenlands/common/world/gen/layer/GenLayerVoronoiZoomInstanced (java.lang.ClassNotFoundException: The specified class 'thebetweenlands.common.world.gen.layer.GenLayerVoronoiZoomInstanced' was not found)
  1914. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerRiverMix (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerRiverMix' was not found)
  1915. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: cn/mcmod/tofucraft/world/gen/layer/GenLayerTofuVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'cn.mcmod.tofucraft.world.gen.layer.GenLayerTofuVoronoiZoom' was not found)
  1916. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: net/tropicraft/core/common/worldgen/genlayer/GenLayerTropiVoronoiZoom (java.lang.ClassNotFoundException: The specified class 'net.tropicraft.core.common.worldgen.genlayer.GenLayerTropiVoronoiZoom' was not found)
  1917. [15:10:46] [Client thread/WARN] [mixin]: Error loading class: com/sk89q/worldedit/blocks/BaseBlock (java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found)
  1918. [15:10:46] [Client thread/INFO] [JustEnoughIDs]: Newer TwilightForest version (>689). Using mixin: org.dimdev.jeid.mixin.modsupport.twilightforest.MixinBlockTFMagicLogSpecial
  1919. [15:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, littletilescore, smoothfontcore, openmodscore, foamfixcore, dsurroundcore, randompatches, ae2wtlib, appleskin, appliedenergistics2, architecturecraft, astralsorcery, attributefix, autoreglib, baubles, bdlib, betterbedrock, betterbuilderswands, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, blocklayering, bonsaitrees, botania, buildinggadgets, ceramics, chameleon, chisel, chiselsandbits, clienttweaks, codechickenlib, cofhcore, cofhworld, compactstorage, compatched, controlling, craftingtweaks, craftpresence, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, defaultoptions, diethopper, emcbuilderswand, enderstorage, engineersdoors, equaldragons, extrabitmanipulation, fairylights, fancylamps, fastfurnace, fastleafdecay, fastbench, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, ftbbackups, funkylocomotion, cfm, gendustry, gendustryjei, harvestables, inventorytweaks, itemfilters, itemzoom, jei, jeibees, journeymap, jee, jeid, jeresources, letsencryptcraft, littletiles, mainmenuscale, malisiscore, malisisdoors, mantle, marblecraftingtable, minetogether, minetogetherserver, modnametooltip, modtweaker, morebeautifulbuttons, moreoverlays, morpheus, mousetweaks, mtlib, mysticallib, neat, netherportalfix, nmsot, notenoughroofs, openblocks, openmods, oreexcavation, p455w0rdslib, patchouli, projecte, projectex, quark, randomtweaks, reborncore, redstoneflux, resourceloader, rustic, lteleporters, simplybackpacks, simplylight, smoothfont, snowvariants, stonechest, storagedrawers, tconstruct, tesslocator, thaumcraft, thaumicjei, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tinkertoolleveling, tipthescales, topaddons, torchmaster, twilightforest, unidict, unlimitedchiselworks, unlimitedchiselworks_botany, vbe, wanionlib, wct, xencraft, xtones, yabba, yamda, immersiveengineering, orelib, reauth, dsurround] at CLIENT
  1920. [15:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, littletilescore, smoothfontcore, openmodscore, foamfixcore, dsurroundcore, randompatches, ae2wtlib, appleskin, appliedenergistics2, architecturecraft, astralsorcery, attributefix, autoreglib, baubles, bdlib, betterbedrock, betterbuilderswands, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, blocklayering, bonsaitrees, botania, buildinggadgets, ceramics, chameleon, chisel, chiselsandbits, clienttweaks, codechickenlib, cofhcore, cofhworld, compactstorage, compatched, controlling, craftingtweaks, craftpresence, ctgui, crafttweaker, crafttweakerjei, creativecore, ctm, custommainmenu, defaultoptions, diethopper, emcbuilderswand, enderstorage, engineersdoors, equaldragons, extrabitmanipulation, fairylights, fancylamps, fastfurnace, fastleafdecay, fastbench, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, ftbbackups, funkylocomotion, cfm, gendustry, gendustryjei, harvestables, inventorytweaks, itemfilters, itemzoom, jei, jeibees, journeymap, jee, jeid, jeresources, letsencryptcraft, littletiles, mainmenuscale, malisiscore, malisisdoors, mantle, marblecraftingtable, minetogether, minetogetherserver, modnametooltip, modtweaker, morebeautifulbuttons, moreoverlays, morpheus, mousetweaks, mtlib, mysticallib, neat, netherportalfix, nmsot, notenoughroofs, openblocks, openmods, oreexcavation, p455w0rdslib, patchouli, projecte, projectex, quark, randomtweaks, reborncore, redstoneflux, resourceloader, rustic, lteleporters, simplybackpacks, simplylight, smoothfont, snowvariants, stonechest, storagedrawers, tconstruct, tesslocator, thaumcraft, thaumicjei, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tinkertoolleveling, tipthescales, topaddons, torchmaster, twilightforest, unidict, unlimitedchiselworks, unlimitedchiselworks_botany, vbe, wanionlib, wct, xencraft, xtones, yabba, yamda, immersiveengineering, orelib, reauth, dsurround] at SERVER
  1921. [15:10:47] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.PacketBuffer ...
  1922. [15:10:48] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.Render
  1923. [15:10:48] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntityOnFire, func_76977_a] Descriptor (Lnet/minecraft/entity/Entity;DDDF)V)
  1924. [15:10:48] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1925. [15:10:48] [Client thread/INFO] [Quark ASM]: Patch result: true
  1926. [15:10:48] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.gui.ScaledResolution
  1927. [15:10:48] [Client thread/INFO] [SmoothFontCore ASM]: INIT:true
  1928. [15:10:48] [Client thread/INFO] [SmoothFontCore ASM]: ** ScaledResolution was transformed successfully.
  1929. [15:10:48] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.model.ModelBiped
  1930. [15:10:48] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [setRotationAngles, func_78087_a] Descriptor (FFFFFFLnet/minecraft/entity/Entity;)V)
  1931. [15:10:48] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1932. [15:10:48] [Client thread/INFO] [Quark ASM]: Located patch target node RETURN
  1933. [15:10:48] [Client thread/INFO] [Quark ASM]: Patch result: true
  1934. [15:10:48] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:89]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
  1935. [15:10:48] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
  1936. [15:10:48] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
  1937. [15:10:48] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  1938. [15:10:48] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  1939. [15:10:48] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated]
  1940. [15:10:48] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished.
  1941. [15:10:48] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.entity.RenderManager
  1942. [15:10:48] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEntity, func_188391_a] Descriptor (Lnet/minecraft/entity/Entity;DDDFFZ)V)
  1943. [15:10:48] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1944. [15:10:48] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/entity/Render.func_76986_a (Lnet/minecraft/entity/Entity;DDDFF)V
  1945. [15:10:48] [Client thread/INFO] [Quark ASM]: Patch result: true
  1946. [15:10:48] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.RenderGlobal ...
  1947. [15:10:48] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.multiplayer.WorldClient ...
  1948. [15:10:48] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.Minecraft ...
  1949. [15:10:48] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
  1950. [15:10:48] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
  1951. [15:10:48] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1952. [15:10:48] [Client thread/INFO] [Quark ASM]: Patch result: true
  1953. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming thaumcraft.common.lib.events.PlayerEvents : thaumcraft.common.lib.events.PlayerEvents with 1 patches!
  1954. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHRUNICSHIELDINGHOOK
  1955. [15:10:49] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.NetHandlerPlayServer ...
  1956. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
  1957. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
  1958. [15:10:49] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayerMP ...
  1959. [15:10:49] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.renderer.EntityRenderer... (buq)
  1960. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming buq : net.minecraft.client.renderer.EntityRenderer with 1 patches!
  1961. [15:10:49] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYRENDEREREXTENDEDENTITYREACH
  1962. [15:10:49] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.EntityRenderer
  1963. [15:10:49] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderWorldPass, func_175068_a] Descriptor (IFJ)V)
  1964. [15:10:49] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  1965. [15:10:49] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/client/renderer/EntityRenderer.func_78479_a (FI)V
  1966. [15:10:49] [Client thread/INFO] [Quark ASM]: Patch result: true
  1967. [15:10:49] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
  1968. [15:10:49] [Client thread/INFO] [dsurroundcore]: func_78484_h()V: Found!
  1969. [15:10:49] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.renderer.EntityRenderer]: addRainParticles
  1970. [15:10:49] [Client thread/INFO] [BedPatch]: Patching Chunk
  1971. [15:10:49] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1972. [15:10:49] [Client thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1973. [15:10:49] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.world.biome.Biome]: Biome Info Hook
  1974. [15:10:49] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.world.biome.Biome]: Biome Info Hook
  1975. [15:10:49] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.network.PacketBuffer ...
  1976. [15:10:49] [Client thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
  1977. [15:10:49] [Client thread/INFO] [tconstruct]: Preparing to take over the world
  1978. [15:10:50] [Client thread/INFO] [dsurroundcore]: Transmorgrifying [net.minecraft.client.audio.SoundManager]: SoundManager getClampedVolume
  1979. [15:10:50] [Client thread/INFO] [dsurroundcore]: func_188770_e(Lnet/minecraft/client/audio/ISound;)F: Found!
  1980. [15:10:50] [Client thread/INFO] [dsurroundcore]: Transmorgrified [net.minecraft.client.audio.SoundManager]: SoundManager getClampedVolume
  1981. [15:10:51] [Client thread/ERROR] [defaultoptions]: java.io.FileNotFoundException: Source '/home/lars/ftb/FTBBuildersParadise/minecraft/config/defaultoptions/servers.dat' does not exist
  1982. [15:10:51] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
  1983. [15:10:51] [CraftPresence/WARN] [craftpresence]: Invalid Certificate Detected, this Build will not receive Support!
  1984. [15:10:51] [CraftPresence/INFO] [craftpresence]: Configuration Settings have been Saved and Reloaded Successfully!
  1985. [15:10:51] [CraftPresence/INFO] [craftpresence]: Downloading "libdiscord-rpc.so" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/libdiscord-rpc.so"... ( From: "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" )
  1986. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Failed to Download "libdiscord-rpc.so" from "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" \n Manually Download "libdiscord-rpc.so" from "https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/libdiscord-rpc.so"
  1987. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://gitlab.com/CDAGaming/VersionLibrary/raw/master/CraftPresence/resources/DLL/linux-x86-64/libdiscord-rpc.so
  1988. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
  1989. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
  1990. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
  1991. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
  1992. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.security.AccessController.doPrivileged(Native Method)
  1993. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  1994. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
  1995. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  1996. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.net.URL.openStream(URL.java:1068)
  1997. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1478)
  1998. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.handler.FileHandler.downloadFile(FileHandler.java:37)
  1999. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.Constants.loadDLL(Constants.java:54)
  2000. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.init(CraftPresence.java:58)
  2001. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.clientTick(CraftPresence.java:129)
  2002. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence.access$000(CraftPresence.java:24)
  2003. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at com.gitlab.cdagaming.craftpresence.CraftPresence$1.run(CraftPresence.java:82)
  2004. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.util.TimerThread.mainLoop(Timer.java:555)
  2005. [15:10:52] [CraftPresence/INFO] [STDERR]: [com.gitlab.cdagaming.craftpresence.handler.FileHandler:downloadFile:41]:     at java.util.TimerThread.run(Timer.java:505)
  2006. [15:10:52] [CraftPresence/INFO] [craftpresence]: Loading "libdiscord-rpc.so" as a DLL...
  2007. [15:10:52] [CraftPresence/INFO] [craftpresence]: "libdiscord-rpc.so" has been Successfully loaded as a DLL!
  2008. [15:10:52] [CraftPresence/INFO] [craftpresence]: Searching for Character and Glyph Width Data...
  2009. [15:10:52] [CraftPresence/INFO] [craftpresence]: Downloading "chardata.properties" to "/home/lars/ftb/FTBBuildersParadise/minecraft/craftpresence/chardata.properties"... ( From: "/assets/craftpresence/chardata.properties" )
  2010. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Failed to Retrieve Character & Glyph Width Data, Some Rendering Functions have been disabled...
  2011. [15:10:52] [CraftPresence/INFO] [craftpresence]: Checking for valid Curse Manifest Data...
  2012. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Unable to get Curse Manifest Data (Ignore if Not using a Twitch/CursePack)
  2013. [15:10:52] [CraftPresence/INFO] [craftpresence]: Checking for valid MultiMC Instance Data...
  2014. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Unable to get MultiMC Instance Data (Ignore if Not using a MultiMC Pack)
  2015. [15:10:52] [CraftPresence/INFO] [craftpresence]: Checking for valid MCUpdater Instance Data...
  2016. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Unable to get MCUpdater Instance Data (Ignore if Not using a MCUpdater Pack)
  2017. [15:10:52] [CraftPresence/INFO] [craftpresence]: Checking for valid Technic Pack Data...
  2018. [15:10:52] [CraftPresence/ERROR] [craftpresence]: Unable to get Technic Pack Data (Ignore if Not using a Technic Pack)
  2019. [15:10:52] [CraftPresence/INFO] [craftpresence]: Checking Discord for Available Assets with ID: 549301215230427146
  2020. [15:10:52] [CraftPresence/INFO] [craftpresence]: Coded by ItsDizzy - https://github.com/ItsDizzy
  2021. [15:10:52] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
  2022. [15:10:52] [CraftPresence/INFO] [craftpresence]: 36 Total Assets Detected!
  2023. Exception in thread "CraftPresence" [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.UnsatisfiedLinkError: Unable to load library 'discord-rpc': Native library (linux-x86-64/libdiscord-rpc.so) not found in resource path ([file:/home/lars/ftb/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2847/forge-1.12.2-14.23.5.2847-universal.jar, file:/home/lars/ftb/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar, file:/home/lars/ftb/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar, file:/home/lars/ftb/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar, file:/home/lars/ftb/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar, file:/home/lars/ftb/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar, file:/home/lars/ftb/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar, file:/home/lars/ftb/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar, file:/home/lars/ftb/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar, file:/home/lars/ftb/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar, file:/home/lars/ftb/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar, file:/home/lars/ftb/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar, file:/home/lars/ftb/versions/1.12.2/1.12.2.jar, file:/home/lars/ftb/libraries/com/mojang/patchy/1.1/patchy-1.1.jar, file:/home/lars/ftb/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar, file:/home/lars/ftb/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar, file:/home/lars/ftb/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar, file:/home/lars/ftb/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar, file:/home/lars/ftb/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar, file:/home/lars/ftb/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar, file:/home/lars/ftb/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar, file:/home/lars/ftb/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar, file:/home/lars/ftb/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar, file:/home/lars/ftb/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar, file:/home/lars/ftb/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar, file:/home/lars/ftb/libraries/com/google/guava/guava/21.0/guava-21.0.jar, file:/home/lars/ftb/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar, file:/home/lars/ftb/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar, file:/home/lars/ftb/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar, file:/home/lars/ftb/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar, file:/home/lars/ftb/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar, file:/home/lars/ftb/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar, file:/home/lars/ftb/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar, file:/home/lars/ftb/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar, file:/home/lars/ftb/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar, file:/home/lars/ftb/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar, file:/home/lars/ftb/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar, file:/home/lars/ftb/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar, file:/home/lars/ftb/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar, file:/home/lars/ftb/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar, file:/home/lars/ftb/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar, file:/home/lars/ftb/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar, file:/home/lars/ftb/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar, file:/home/lars/ftb/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209.jar, file:/home/lars/ftb/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5.jar, file:/home/lars/ftb/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar, file:/home/lars/ftb/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/astralsorcery-1.12.2-1.10.20.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/bedpatch-2.2-1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/BetterFps-1.4.8.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CreativeCore_v1.9.62_mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CTM-MC1.12.2-0.3.3.22.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/foamfix-0.10.5-1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Forgelin-1.8.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/InventoryTweaks-1.64+dev.146.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/JustEnoughIDs-1.0.3-44.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/LittleTiles_v1.5.0-pre158_mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/malisiscore-1.12.2-6.5.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/OpenModsLib-1.12.2-0.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/p455w0rdslib-1.12.2-2.2.156.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Quark-r1.6-177.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/randompatches-1.12.2-1.18.2.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ResourceLoader-MC1.12.1-1.5.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/SmoothFont-mc1.12.2-2.1.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/SplashAnimation-0.2.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-91/ImmersiveEngineering-core-0.12-91.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/memory_repo/org/orecruncher/DynamicSurroundings-core/1.12.2-3.5.4.3/DynamicSurroundings-core-1.12.2-3.5.4.3.jar, asmgen:/, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ServerLevelType-1.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/minecraft.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/appliedenergistics2-rv6-stable-7.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Baubles-1.12-1.5.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Mantle-1.12-1.3.3.55.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CraftTweaker2-1.12-4.1.19.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/MTLib-3.0.6.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/modtweaker-4.0.17.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/jei_1.12.2-4.15.0.289.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ProjectE-1.12.2-PE1.4.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/RedstoneFlux-1.12-2.1.0.6-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Chisel-MC1.12.2-0.2.1.35.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Thaumcraft-1.12.2-6.1.BETA26.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/twilightforest-1.12.2-3.9.984-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/TConstruct-1.12.2-2.12.0.157.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/AE2WTLib-1.12.2-1.0.30.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/AppleSkin-mc1.12-1.0.9.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/architecturecraft-1.12-3.98.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/AttributeFix-1.12.2-1.0.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/AutoRegLib-1.3-32.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/bdlib-1.14.3.12-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/BetterBedrock-1.12.2-5.1.11.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/forestry_1.12.2-5.8.2.394.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/binnie-mods-1.12.2-2.5.1.188.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/blockcraftery-1.12.2-1.3.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/blocklayering-1.12.2-1.0.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/bonsaitrees-1.1.3-b156.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Botania%20r1.10-362.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/BuildingGadgets-2.7.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Ceramics-1.12-1.3.7.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Chameleon-1.12-4.1.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/chiselsandbits-14.33.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ClientTweaks_1.12.2-3.1.11.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CodeChickenLib-1.12.2-3.2.3.358-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CoFHCore-1.12.2-4.6.3.27-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CoFHWorld-1.12.2-1.3.1.7-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CompactStorage-3.1-12.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ComPatchedStorage-1.12.2-1.6.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Controlling-3.0.7.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CraftingTweaks_1.12.2-8.1.9.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CraftPresence-1.12.2-1.5.5.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/CustomMainMenu-MC1.12.2-2.0.9.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/journeymap-1.12.2-5.5.5.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/DefaultOptions_1.12.2-9.2.8.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/diethopper-1.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/emcbuilderswand-1.12.2-1.8.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/EnderStorage-1.12.2-2.4.6.137-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/theoneprobe-1.12-1.4.28.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThermalFoundation-1.12.2-2.6.3.27-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ImmersiveEngineering-0.12-91.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/engineers_doors-1.12.2-0.8.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/EqualDragons-1.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ExtraBitManipulation-1.12.2-3.4.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/fairylights-2.1.9-1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/fancylamps-1.1.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FastFurnace-1.12.2-1.3.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FastLeafDecay-v14.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FastWorkbench-1.12.2-1.7.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/flatcoloredblocks-mc1.12-6.8.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FTBLib-5.4.3.138.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FTBUtilities-5.4.0.106.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/FTBUtilitiesBackups-1.0.0.5.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/funky-locomotion-1.12.2-1.1.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/furniture-6.3.1-1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustryjei-1.0.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/harvestables-1.2.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ItemFilters-1.0.3.12.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/itemzoom_1.12.2-1.11.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/jeibees-0.9.0.5-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/JustEnoughEnergistics-1.12.2-1.0.8.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/JustEnoughResources-1.12.2-0.9.2.60.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/letsencryptcraft-1.10.2-1.2.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/RebornCore-1.12.2-3.16.2.473-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/MainMenuScale-1.3.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/malisisdoors-1.12.2-7.3.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/MarbleCraftingTable-1.0.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/minetogether-1.10.2-2.2.0-RC6.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/modnametooltip_1.12.2-1.10.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/morebeautifulbuttons-1.12.2-1.7.3.20.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/moreoverlays-1.15.1-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Morpheus-1.12.2-3.5.106.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/MouseTweaks-2.10-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Neat%201.4-17.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/NetherPortalFix_1.12.1-5.3.17.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/notenoughroofs-1.12.2-0.8.0.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/OpenBlocks-1.12.2-1.8.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/OreExcavation-1.4.140.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Patchouli-1.0-20.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ProjectEX-1.2.0.39.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/randomtweaks-1.12.2-2.7.1.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/rustic-1.1.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/simpleteleporters-1.12.2-3.0.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/simplybackpacks-1.2.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/simplylight-1.12.2-0.8.7.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/snowvariants-1.12.2-1.3.1.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/StoneChest-1.0.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/StorageDrawers-1.12.2-5.4.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Tesslocator-1.1.0.15.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThaumicJEI-1.12.2-1.6.0-27.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThermalExpansion-1.12.2-5.5.4.43-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThermalCultivation-1.12.2-0.3.3.12-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThermalDynamics-1.12.2-2.5.5.21-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/ThermalInnovation-1.12.2-0.3.3.12-universal.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/TinkerToolLeveling-1.12.2-1.1.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/TipTheScales-1.12.2-1.0.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/topaddons-1.12.2-1.11.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/torchmaster_1.12.2-1.8.0.79.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/UnlimitedChiselWorks-0.2.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/UnlimitedChiselWorks-Botany-0.1.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Vanilla%20Builders%20Extension-1.12.2-1.0.9.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/WanionLib-1.12.2-2.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/WirelessCraftingTerminal-1.12.2-3.12.93.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/XenCraft-1.0.0.4.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/Xtones-1.12-1.0.8-11.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/YABBA-1.1.2.53.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/YAMDA-1.0.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/OreLib-1.12.2-3.5.2.2.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/reauth-3.6.0.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/DynamicSurroundings-1.12.2-3.5.4.3.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/mysticallib-1.12.2-1.3.7.jar, file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/UniDict-1.12.2-2.9.2.jar])
  2024. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:303)
  2025. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:427)
  2026. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.sun.jna.Library$Handler.<init>(Library.java:179)
  2027. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.sun.jna.Native.loadLibrary(Native.java:569)
  2028. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.sun.jna.Native.loadLibrary(Native.java:544)
  2029. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.handler.discord.rpc.DiscordRPC.<clinit>(DiscordRPC.java:22)
  2030. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.handler.discord.DiscordHandler.init(DiscordHandler.java:132)
  2031. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.CraftPresence.init(CraftPresence.java:66)
  2032. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.CraftPresence.clientTick(CraftPresence.java:129)
  2033. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.CraftPresence.access$000(CraftPresence.java:24)
  2034. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.gitlab.cdagaming.craftpresence.CraftPresence$1.run(CraftPresence.java:82)
  2035. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at java.util.TimerThread.mainLoop(Timer.java:555)
  2036. [15:10:52] [CraftPresence/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:   at java.util.TimerThread.run(Timer.java:505)
  2037. [15:10:54] [Client thread/INFO] [letsencryptcraft]: Not running as Java version is at least Java 8u101.
  2038. [15:10:56] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:AE2 Wireless Terminals (AE2WTLib), FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:Attribute Fix, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Bedrock, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, CustomResources, CustomOverridingResources
  2039. [15:10:56] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.RenderItem
  2040. [15:10:56] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  2041. [15:10:56] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  2042. [15:10:56] [Client thread/INFO] [Quark ASM]: Patch result: true
  2043. [15:10:56] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  2044. [15:10:56] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  2045. [15:10:56] [Client thread/INFO] [Quark ASM]: Located patch target node LDC -8372020
  2046. [15:10:56] [Client thread/INFO] [Quark ASM]: Located patch target node LDC -8372020
  2047. [15:10:56] [Client thread/INFO] [Quark ASM]: Patch result: true
  2048. [15:10:56] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BufferBuilder ...
  2049. [15:10:56] [Client thread/INFO] [SmoothFontCore ASM]: Transform: net.minecraft.client.renderer.texture.TextureManager
  2050. [15:10:56] [Client thread/INFO] [SmoothFontCore ASM]: LOAD_TEXTURE:true
  2051. [15:10:56] [Client thread/INFO] [SmoothFontCore ASM]: ** TextureManager was transformed successfully.
  2052. [15:10:56] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  2053. [15:10:56] [Client thread/INFO] [FML]: Found 1747 ObjectHolder annotations
  2054. [15:10:56] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  2055. [15:10:56] [Client thread/INFO] [FML]: Found 3 ItemStackHolder annotations
  2056. [15:10:56] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  2057. [15:10:56] [Forge Version Check/INFO] [forge.VersionCheck]: Global Forge version check system disabled, no further processing.
  2058. [15:10:56] [Client thread/INFO] [smoothfont]: Search font files in "fontfiles" folder.
  2059. [15:10:56] [Client thread/WARN] [smoothfont]: Fonts folder "fontfiles" does not exist.
  2060. [15:10:56] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal
  2061. [15:10:56] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures]
  2062. [15:10:56] [Client thread/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished.
  2063. [15:10:56] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
  2064. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  2065. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  2066. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (SansSerif.plain)
  2067. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  2068. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (Dialog.plain)
  2069. [15:10:57] [Thread-7/INFO] [smoothfont]: Suitable font size is 26.800003 (SansSerif.plain)
  2070. [15:10:57] [Thread-7/INFO] [smoothfont]: Number of threads used for generating font images: 8
  2071. [15:10:58] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
  2072. [15:10:58] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 2073ms )
  2073. [15:10:58] [AE2 VersionChecker/INFO] [AE2:C]: Last check was just recently.
  2074. [15:10:58] [AE2 VersionChecker/INFO] [AE2:C]: Stopping AE2 VersionChecker
  2075. [15:11:00] [Thread-7/INFO] [smoothfont]: Pre-rendering time for all textures: 3559ms
  2076. [15:11:00] [Thread-7/INFO] [smoothfont]: Total memory used for the current platform font images: 11MB
  2077. [15:11:01] [Client thread/INFO] [FML]: Applying holder lookups
  2078. [15:11:01] [Client thread/INFO] [FML]: Holder lookups applied
  2079. [15:11:01] [Client thread/INFO] [FML]: OBJLoader: Domain thaumcraft has been added.
  2080. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Baubles.
  2081. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Chisel.
  2082. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Forestry.
  2083. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Immersive Engineering.
  2084. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Just Enough Items.
  2085. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Tinkers' Construct.
  2086. [15:11:02] [Client thread/INFO] [twilightforest]: Loaded compatibility for mod Thaumcraft.
  2087. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_side.objson in 3162183 nanos.
  2088. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_end0.objson in 525525 nanos.
  2089. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_frame_end1.objson in 1154381 nanos.
  2090. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_glass.objson in 410584 nanos.
  2091. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_glass_edge.objson in 231099 nanos.
  2092. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre.objson in 979906 nanos.
  2093. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre_end0.objson in 837092 nanos.
  2094. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_centre_end2.objson in 812371 nanos.
  2095. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_topbot.objson in 1076250 nanos.
  2096. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_topbot_end1.objson in 452288 nanos.
  2097. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_glass.objson in 348431 nanos.
  2098. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_corner_glass_edge.objson in 261724 nanos.
  2099. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre.objson in 661442 nanos.
  2100. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre_end0.objson in 744629 nanos.
  2101. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_centre_end2.objson in 696442 nanos.
  2102. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_topbot.objson in 984525 nanos.
  2103. [15:11:02] [Client thread/INFO] [ArchitectureCraft]: Loaded and cached shape/window_mullion_glass_edge.objson in 297729 nanos.
  2104. [15:11:02] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  2105. [15:11:02] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  2106. [15:11:02] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  2107. [15:11:03] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  2108. [15:11:04] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  2109. [15:11:04] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1489ms!
  2110. [15:11:04] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  2111. [15:11:04] [Client thread/INFO] [FML]: OBJLoader: Domain astralsorcery has been added.
  2112. [15:11:05] [Client thread/INFO] [Astral Core]: [AstralTransformer] Transforming wh : net.minecraft.entity.ai.attributes.ModifiableAttributeInstance with 1 patches!
  2113. [15:11:05] [Client thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHPOSTPROCESSATTRIBUTES
  2114. [15:11:05] [Client thread/INFO] [Astral Sorcery]: Crafttweaker found! Adding recipe handlers...
  2115. [15:11:06] [Client thread/INFO] [Quark]: 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin]
  2116. [15:11:06] [Client thread/INFO] [Quark]: 'Double doors open together' is forcefully disabled as it's incompatible with the following loaded mods: [malisisdoors]
  2117. [15:11:06] [Client thread/INFO] [Quark]: 'Improved sleeping' is forcefully disabled as it's incompatible with the following loaded mods: [morpheus]
  2118. [15:11:06] [Client thread/INFO] [Quark]: 'Ender watcher' is forcefully disabled as it's incompatible with the following loaded mods: [botania]
  2119. [15:11:06] [Client thread/INFO] [Quark]: 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [botania]
  2120. [15:11:06] [Client thread/INFO] [Quark]: 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
  2121. [15:11:06] [Client thread/INFO] [Quark]: 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks]
  2122. [15:11:06] [Client thread/INFO] [Quark]: Module client is enabled
  2123. [15:11:06] [Client thread/INFO] [Quark]: Module world is enabled
  2124. [15:11:06] [Client thread/INFO] [Quark]: Module experimental is enabled
  2125. [15:11:06] [Client thread/INFO] [Quark]: Module misc is enabled
  2126. [15:11:06] [Client thread/INFO] [Quark]: Module building is enabled
  2127. [15:11:06] [Client thread/INFO] [Quark]: Module tweaks is enabled
  2128. [15:11:06] [Client thread/INFO] [Quark]: Module automation is enabled
  2129. [15:11:06] [Client thread/INFO] [Quark]: Module vanity is enabled
  2130. [15:11:06] [Client thread/INFO] [Quark]: Module management is enabled
  2131. [15:11:06] [Client thread/INFO] [Quark]: Module decoration is enabled
  2132. [15:11:06] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:AE2 Wireless Terminals (AE2WTLib), FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, architecturecraft-1.12-3.98.jar, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:Attribute Fix, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Bedrock, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, quark-texture-proxy, quark-emote-pack, CustomResources, CustomOverridingResources
  2133. [15:11:07] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  2134. [15:11:07] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  2135. [15:11:07] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  2136. [15:11:07] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  2137. [15:11:08] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  2138. [15:11:08] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1343ms!
  2139. [15:11:08] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  2140. [15:11:08] [Client thread/INFO] [bdlib]: bdlib 1.14.3.12 loaded
  2141. [15:11:08] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
  2142. [15:11:08] [Client thread/INFO] [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i).
  2143. [15:11:09] [Client thread/INFO] [forestry]: Module HarvestCraft Module failed to load: HarvestCraft not found
  2144. [15:11:09] [Client thread/INFO] [forestry]: Module Natura Module failed to load: Natura not found
  2145. [15:11:09] [Client thread/INFO] [forestry]: Module Mystical Agriculture Module failed to load: Mystical Agriculture not found
  2146. [15:11:09] [Client thread/INFO] [forestry]: Module Actually Additions Module failed to load: Actually Additions not found
  2147. [15:11:09] [Client thread/INFO] [forestry]: Module EnderIO Module failed to load: EnderIO not found
  2148. [15:11:09] [Client thread/INFO] [forestry]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found
  2149. [15:11:09] [Client thread/INFO] [forestry]: Module Extra Utilities Module failed to load: Extra Utilities not found
  2150. [15:11:09] [Client thread/INFO] [forestry]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found
  2151. [15:11:09] [Client thread/INFO] [forestry]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found
  2152. [15:11:09] [Client thread/INFO] [forestry]: Module TechReborn Module failed to load: TechReborn not found
  2153. [15:11:09] [Client thread/INFO] [forestry]: Module Better With Mods Module failed to load: Better With Mods not found
  2154. [15:11:09] [Client thread/INFO] [forestry]: Module Roots Module failed to load: Roots not found
  2155. [15:11:09] [Client thread/INFO] [forestry]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found
  2156. [15:11:09] [Client thread/INFO] [forestry]: Module IndustrialCraft2 Module failed to load: IndustrialCraft2 not found
  2157. [15:11:10] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.ceramic`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  2158. [15:11:10] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.ceramicbrick`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  2159. [15:11:10] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `botany.tile.flower`, expected `botany`. This could be a intended override, but in most cases indicates a broken mod.
  2160. [15:11:10] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extrabees.tile.alveary`, expected `extrabees`. This could be a intended override, but in most cases indicates a broken mod.
  2161. [15:11:11] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `binnie.tile.nursery`, expected `extratrees`. This could be a intended override, but in most cases indicates a broken mod.
  2162. [15:11:12] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.gui.GuiOptions... (ble)
  2163. [15:11:12] [Client thread/INFO] [bonsaitrees]: Loading configuration
  2164. [15:11:12] [Client thread/INFO] [bonsaitrees]: Trying to tell The One Probe about us
  2165. [15:11:12] [Client thread/INFO] [bonsaitrees]: Trying to tell CraftTweaker2 about us
  2166. [15:11:12] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerWorkbench
  2167. [15:11:12] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
  2168. [15:11:12] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  2169. [15:11:12] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  2170. [15:11:12] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  2171. [15:11:12] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  2172. [15:11:12] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerWorkbench.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  2173. [15:11:12] [Client thread/INFO] [Quark ASM]: Patch result: true
  2174. [15:11:12] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  2175. [15:11:12] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  2176. [15:11:12] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  2177. [15:11:13] [Client thread/INFO] [CoFH World]: Registering default Feature Templates...
  2178. [15:11:13] [Client thread/INFO] [CoFH World]: Registering default World Generators...
  2179. [15:11:13] [Client thread/INFO] [CoFH World]: Verifying or creating base world generation directory...
  2180. [15:11:13] [Client thread/INFO] [CoFH World]: Complete.
  2181. [15:11:13] [Client thread/INFO] [journeymap]: Found @journeymap.client.api.ClientPlugin: com.feed_the_beast.ftbutilities.integration.JourneyMapIntegration
  2182. [15:11:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `diethopper`. This could be a intended override, but in most cases indicates a broken mod.
  2183. [15:11:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender chest`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2184. [15:11:13] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ender tank`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2185. [15:11:13] [Client thread/INFO] [theoneprobe]: The One Probe Detected RedstoneFlux: enabling support
  2186. [15:11:13] [Client thread/INFO] [theoneprobe]: The One Probe Detected Baubles: enabling support
  2187. [15:11:14] [Client thread/INFO] [FML]: OBJLoader: Domain immersiveengineering has been added.
  2188. [15:11:14] [Client thread/INFO] [immersiveengineering]: Custom OBJLoader: Domain has been added: immersiveengineering
  2189. [15:11:14] [Immersive Engineering Contributors Thread/INFO] [immersiveengineering]: Attempting to download special revolvers from GitHub
  2190. [15:11:14] [Client thread/INFO] [engineersdoors]: Pre-initializing fence gates module
  2191. [15:11:14] [Client thread/INFO] [engineersdoors]: Pre-initializing doors module
  2192. [15:11:14] [Client thread/INFO] [engineersdoors]: Pre-initializing trapdoors module
  2193. [15:11:15] [Client thread/INFO] [invtweaks.forge.asm.ContainerTransformer]: InvTweaks: successfully transformed setFocused/func_146195_b
  2194. [15:11:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  2195. [15:11:15] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.ProxyCommon:preInit:79]: minecraft:hopper
  2196. [15:11:15] [Client thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map...
  2197. [15:11:15] [Client thread/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.client.renderer.BlockModelRenderer ...
  2198. [15:11:15] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.client.renderer.BlockModelRenderer
  2199. [15:11:15] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [renderQuadsFlat, func_187496_a] Descriptor (Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;IZLnet/minecraft/client/renderer/BufferBuilder;Ljava/util/List;Ljava/util/BitSet;)V)
  2200. [15:11:15] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  2201. [15:11:15] [Client thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/BufferBuilder.func_178987_a (DDD)V
  2202. [15:11:15] [Client thread/INFO] [Quark ASM]: Patch result: true
  2203. [15:11:15] [Client thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
  2204. [15:11:15] [Client thread/WARN] [FTB Library]: Replacing com.feed_the_beast.ftblib.lib.config.DefaultRankConfigHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler
  2205. [15:11:15] [Client thread/WARN] [FML]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler
  2206. [15:11:15] [Client thread/INFO] [newframes]: Let's Move!
  2207. [15:11:15] [Client thread/INFO] [gendustry]: IC2 Version: NOT FOUND
  2208. [15:11:15] [Client thread/INFO] [gendustry]: RF API Version: redstoneflux 2.1.0
  2209. [15:11:15] [Client thread/INFO] [gendustry]: Tesla Version: NOT FOUND
  2210. [15:11:15] [Client thread/INFO] [gendustry]: Available Forestry species roots:
  2211. [15:11:15] [Client thread/INFO] [gendustry]:  * rootTrees - forestry.arboriculture.genetics.TreeRoot
  2212. [15:11:15] [Client thread/INFO] [gendustry]:  * rootButterflies - forestry.lepidopterology.genetics.ButterflyRoot
  2213. [15:11:15] [Client thread/INFO] [gendustry]:  * rootBees - forestry.apiculture.genetics.BeeRoot
  2214. [15:11:15] [Client thread/INFO] [gendustry]:  * rootFlowers - binnie.botany.genetics.FlowerRoot
  2215. [15:11:15] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
  2216. [15:11:15] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/tuning.cfg
  2217. [15:11:16] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/recipes.cfg
  2218. [15:11:16] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/upgrades.cfg
  2219. [15:11:16] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_color.cfg
  2220. [15:11:16] [Client thread/INFO] [bdlib]: Loading config: jar:file:/home/lars/ftb/FTBBuildersParadise/minecraft/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_patreon.cfg
  2221. [15:11:16] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
  2222. [15:11:16] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
  2223. [15:11:16] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
  2224. [15:11:16] [Client thread/INFO] [gendustry]: Blocks loaded
  2225. [15:11:16] [Client thread/INFO] [gendustry]: Fluids loaded
  2226. [15:11:16] [Client thread/INFO] [gendustry]: Items loaded
  2227. [15:11:16] [Client thread/INFO] [gendustry]: Machines loaded
  2228. [15:11:16] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_us
  2229. [15:11:16] [Client thread/INFO] [gendustry]: Registered reload listener
  2230. [15:11:16] [Client thread/INFO] [jeresources]: Loading configs..
  2231. [15:11:16] [Client thread/INFO] [jeresources]: Updating ModMetaData...
  2232. [15:11:16] [Client thread/INFO] [jeresources]: Providing API...
  2233. [15:11:17] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded workbench model
  2234. [15:11:17] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded importer model
  2235. [15:11:17] [Client thread/INFO] [STDOUT]: [com.creativemd.littletiles.common.structure.premade.LittleStructurePremade:registerPremadeStructureType:44]: Loaded exporter model
  2236. [15:11:17] [Client thread/INFO] [reborncore]: Pre loaded registries in 31ms
  2237. [15:11:17] [Client thread/INFO] [reborncore]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 26ms
  2238. [15:11:17] [Client thread/INFO] [reborncore]: Loaded power manager from: ForgePowerManager
  2239. [15:11:17] [Client thread/INFO] [reborncore]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 5ms
  2240. [15:11:17] [Client thread/INFO] [malisiscore]: Registering CloseInventoryMessage for Packet with discriminator 1 in channel malisiscore
  2241. [15:11:17] [Client thread/INFO] [malisiscore]: Registering InventoryActionMessage for Packet with discriminator 2 in channel malisiscore
  2242. [15:11:17] [Client thread/INFO] [malisiscore]: Registering OpenInventoryMessage for Packet with discriminator 3 in channel malisiscore
  2243. [15:11:17] [Client thread/INFO] [malisiscore]: Registering UpdateInventorySlotsMessage for Packet with discriminator 4 in channel malisiscore
  2244. [15:11:17] [Client thread/INFO] [malisiscore]: Registering DirectMessage for Packet with discriminator 5 in channel malisiscore
  2245. [15:11:17] [Client thread/INFO] [malisiscore]: Registering BlockDataMessage for Packet with discriminator 6 in channel malisiscore
  2246. [15:11:17] [Client thread/INFO] [malisiscore]: Registering ChunkBlockMessage for Packet with discriminator 7 in channel malisiscore
  2247. [15:11:17] [Client thread/INFO] [malisiscore]: Registering NeighborChangedMessage for Packet with discriminator 8 in channel malisiscore
  2248. [15:11:17] [Client thread/INFO] [malisiscore]: Registering SyncerMessage for Packet with discriminator 9 in channel malisiscore
  2249. [15:11:17] [Client thread/INFO] [malisiscore]: Registering DigicodeMessage for Packet with discriminator 1 in channel malisisdoors
  2250. [15:11:17] [Client thread/INFO] [malisiscore]: Registering DoorFactoryMessage for Packet with discriminator 2 in channel malisisdoors
  2251. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `customdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2252. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `saloondoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2253. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `verticalhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2254. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `garagedoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2255. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `door3x3`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2256. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bigdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2257. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rustyhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2258. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doorfactorytileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2259. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `forcefieldtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2260. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2261. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trapdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2262. [15:11:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fencegatetileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  2263. [15:11:17] [Client thread/INFO] [morpheus]: Loading configuration
  2264. [15:11:19] [Client thread/INFO] [FML]: OBJLoader: Domain openblocks has been added.
  2265. [15:11:21] [Client thread/INFO] [TOP Addons]: Found 22 addon candidates.
  2266. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Storage Drawers.
  2267. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Base.
  2268. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Thermal Expansion.
  2269. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Thermal Dynamics.
  2270. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Binnie's Mods.
  2271. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Unlimited Chisel Works.
  2272. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Forestry with 2 special helmets.
  2273. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Chisel.
  2274. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Vanilla.
  2275. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Rustic.
  2276. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon ArchitectureCraft.
  2277. [15:11:21] [Client thread/INFO] [TOP Addons]: Created addon Tinkers' Construct.
  2278. [15:11:21] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:AE2 Wireless Terminals (AE2WTLib), FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, architecturecraft-1.12-3.98.jar, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:Attribute Fix, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Bedrock, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:blocklayering Mod, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Botania, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:Client Tweaks, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CompactStorage, FMLFileResourcePack:ComPatchedStorage, FMLFileResourcePack:Controlling, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CraftPresence, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:CTM, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:EMC Builder's Wand, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Engineer's Doors, FMLFileResourcePack:EqualDragons, FMLFileResourcePack:Extra Bit Manipulation, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:Fancy Lamps, FMLFileResourcePack:FastFurnace, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:FTB Utilities: Backups, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:MrCrayfish's Furniture Mod, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Gendustry JEI Addon, FMLFileResourcePack:Harvestables, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Item Zoom, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Energistics, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:LittleTiles, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:Mantle, FMLFileResourcePack:Marble Crafting Table, FMLFileResourcePack:MineTogether, FMLFileResourcePack:MineTogetherServer, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Beautiful Buttons, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:Not Enough Roofs, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Patchouli, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Project EX, FMLFileResourcePack:Quark, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Rustic, FMLFileResourcePack:Simple Teleporters, FMLFileResourcePack:Simply Backpacks, FMLFileResourcePack:Simply Light, FMLFileResourcePack:Smooth Font, FMLFileResourcePack:Snow Variants, FMLFileResourcePack:Stone Chest, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tesslocator, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Innovation, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:TipTheScales, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unlimited Chisel Works, FMLFileResourcePack:Unlimited Chisel Works - Botany Compat, FMLFileResourcePack:Vanilla Builders Extension, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:XenCraft, FMLFileResourcePack:Xtones, FMLFileResourcePack:YABBA, FMLFileResourcePack:YAMDA, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Dynamic Surroundings, quark-texture-proxy, quark-emote-pack, UCWFakePack, CustomResources, CustomOverridingResources
  2279. [15:11:21] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Refreshing and Invalidating Resources
  2280. [15:11:21] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Finished reloading, rebinding textures...
  2281. [15:11:21] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload mandatory textures
  2282. [15:11:21] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Preload textures
  2283. [15:11:23] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Initializing sprite library
  2284. [15:11:23] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Texture Preloading took 1348ms!
  2285. [15:11:23] [Client thread/INFO] [Astral Sorcery]: [AssetLibrary] Successfully reloaded and rebound library.
  2286. [15:11:23] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_us
  2287. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]: java.lang.RuntimeException: Error while loading entry twilightforest:bosses/ur_ghast
  2288. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:149)
  2289. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.util.HashMap.forEach(HashMap.java:1289)
  2290. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.BookContents.reload(BookContents.java:145)
  2291. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.common.book.Book.reloadContents(Book.java:204)
  2292. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.util.HashMap$Values.forEach(HashMap.java:981)
  2293. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.common.book.BookRegistry.reload(BookRegistry.java:87)
  2294. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at vazkii.patchouli.client.book.ClientBookRegistry.func_110549_a(ClientBookRegistry.java:86)
  2295. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
  2296. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
  2297. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
  2298. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.client.FMLClientHandler.refreshResources(FMLClientHandler.java:1128)
  2299. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at pl.asie.ucw.UCWProxyClient.preInit(UCWProxyClient.java:266)
  2300. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at pl.asie.ucw.UnlimitedChiselWorks.preInit(UnlimitedChiselWorks.java:303)
  2301. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2302. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2303. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2304. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  2305. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  2306. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  2307. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2308. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  2309. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  2310. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  2311. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  2312. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  2313. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  2314. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  2315. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  2316. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  2317. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  2318. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2319. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2320. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2321. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  2322. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  2323. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  2324. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  2325. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  2326. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  2327. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  2328. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  2329. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  2330. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
  2331. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  2332. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  2333. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  2334. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.client.main.Main.main(SourceFile:123)
  2335. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2336. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2337. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2338. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at java.lang.reflect.Method.invoke(Method.java:498)
  2339. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  2340. [15:11:23] [Client thread/INFO] [STDERR]: [vazkii.patchouli.client.book.BookContents:reload:163]:   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  2341. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.lang.RuntimeException: Error while loading entry twilightforest:bosses/ur_ghast page 0
  2342. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at vazkii.patchouli.client.book.BookEntry.build(BookEntry.java:182)
  2343. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at vazkii.patchouli.client.book.BookContents.lambda$reload$3(BookContents.java:147)
  2344. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 52 more
  2345. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.NullPointerException
  2346. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.common.util.EntityUtil.loadEntity(EntityUtil.java:38)
  2347. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.client.book.page.PageEntity.build(PageEntity.java:43)
  2348. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    at vazkii.patchouli.client.book.BookEntry.build(BookEntry.java:180)
  2349. [15:11:23] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:644]:    ... 53 more
  2350. [15:11:23] [Client thread/INFO] [STDOUT]: [net.wazworld.vbe.vbe:preInit:58]: Vanilla Builders Extension is loading!
  2351. [15:11:23] [Client thread/INFO] [STDOUT]: [net.wazworld.vbe.CommonProxy:preInit:56]: Called method: preInit
  2352. [15:11:23] [Client thread/INFO] [orelib]: Loading language resources [orelib:en_us]
  2353. [15:11:23] [ReAuth-VersionChecker/INFO] [ReAuth]: Looking for Updates
  2354. [15:11:23] [Client thread/INFO] [orelib]: Loading language resources [dsurround:en_us]
  2355. [15:11:23] [ReAuth-VersionChecker/INFO] [ReAuth]: Looking for Updates - Finished
  2356. [15:11:24] [Client thread/INFO] [FML]: OBJLoader: Domain mysticallib has been added.
  2357. [15:11:24] [Client thread/INFO] [Chisel]: Loading blocks...
  2358. [15:11:24] [Client thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
  2359. [15:11:24] [Client thread/INFO] [Chisel]: 71 Feature's blocks loaded.
  2360. [15:11:24] [Client thread/INFO] [Chisel]: Loading Tile Entities...
  2361. [15:11:24] [Client thread/INFO] [Chisel]: Tile Entities loaded.
  2362. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2363. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2364. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2365. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2366. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2367. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2368. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2369. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2370. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2371. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2372. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2373. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2374. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2375. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2376. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2377. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2378. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2379. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2380. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2381. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2382. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2383. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
  2384. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebonsaipot`, expected `bonsaitrees`. This could be a intended override, but in most cases indicates a broken mod.
  2385. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechest`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2386. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechestbuilder`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2387. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebarrel`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2388. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilebarrel_fluid`, expected `compactstorage`. This could be a intended override, but in most cases indicates a broken mod.
  2389. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lteleporter`, expected `lteleporters`. This could be a intended override, but in most cases indicates a broken mod.
  2390. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechest`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  2391. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tilechestbuilder`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  2392. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  2393. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  2394. [15:11:25] [Client thread/INFO] [unlimitedchiselworks]: So far, UCW found 103 block rules and 0 group rules.
  2395. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
  2396. [15:11:25] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
  2397. [15:11:25] [Client thread/INFO] [FML]: Applying holder lookups
  2398. [15:11:25] [Client thread/INFO] [FML]: Holder lookups applied
  2399. [15:11:25] [Client thread/INFO] [Chisel]: Loading items...
  2400. [15:11:25] [Client thread/INFO] [Chisel]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
  2401. [15:11:25] [Client thread/INFO] [Chisel]: 71 Feature's items loaded.
  2402. [15:11:26] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `backpack`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  2403. [15:11:26] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `compactChest`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  2404. [15:11:26] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `compactstorage` for name `chestBuilder`, expected `compatched`. This could be a intended override, but in most cases indicates a broken mod.
  2405. [15:11:26] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
  2406. [15:11:26] [Client thread/WARN] [forestry]: Missing block: sandstone
  2407. [15:11:26] [Client thread/INFO] [FML]: Applying holder lookups
  2408. [15:11:26] [Client thread/INFO] [FML]: Holder lookups applied
  2409. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]: java.net.UnknownHostException: files.modmuss50.me
  2410. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  2411. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  2412. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.net.Socket.connect(Socket.java:607)
  2413. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
  2414. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
  2415. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  2416. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  2417. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  2418. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
  2419. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
  2420. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
  2421. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  2422. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1046)
  2423. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1044)
  2424. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivileged(Native Method)
  2425. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  2426. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1043)
  2427. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  2428. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
  2429. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
  2430. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
  2431. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
  2432. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivileged(Native Method)
  2433. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  2434. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
  2435. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  2436. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at reborncore.shields.json.ShieldJsonLoader.lambda$load$0(ShieldJsonLoader.java:95)
  2437. [15:11:27] [Thread-267/INFO] [STDERR]: [reborncore.shields.json.ShieldJsonLoader:lambda$load$0:120]:    at java.lang.Thread.run(Thread.java:748)
  2438. [15:11:27] [Client thread/INFO] [FML]: Applying holder lookups
  2439. [15:11:27] [Client thread/INFO] [FML]: Holder lookups applied
  2440. [15:11:27] [Client thread/INFO] [FML]: OBJLoader: Domain botania has been added.
  2441. [15:11:27] [Client thread/INFO] [YABBA]: Loading Forestry Integration
  2442. [15:11:27] [Client thread/INFO] [YABBA]: Skins: 638
  2443. [15:11:27] [Client thread/INFO] [FML]: Applying holder lookups
  2444. [15:11:27] [Client thread/INFO] [FML]: Holder lookups applied
  2445. [15:11:27] [Client thread/INFO] [FML]: Injecting itemstacks
  2446. [15:11:27] [Client thread/INFO] [FML]: Itemstack injection complete
  2447. [15:11:28] [Client thread/INFO] [dsurround]: Sound channels: 207 normal, 16 streaming (total avail: 223)
  2448. [15:11:28] [Client thread/INFO] [dsurround]: Stream buffers: 3 x 16384
  2449. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: thaumcraft:runicshieldcharge
  2450. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_news
  2451. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_cooking
  2452. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_sam_tabor
  2453. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_heman
  2454. [15:11:28] [Client thread/WARN] [minecraft/SoundManager]: Missing sound for event: cfm:channel_switch
  2455. [15:11:28] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
  2456. [15:11:28] [Thread-269/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
  2457. [15:11:28] [Thread-269/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
  2458. [15:11:28] [Thread-269/INFO] [minecraft/SoundManager]: OpenAL initialized.
  2459. [15:11:29] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
  2460. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  2461. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  2462. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  2463. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  2464. [15:11:34] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/arcane_workbench_charger.mtl'. The color defined by key 'Ks' will not be applied!
  2465. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/arcane_workbench_charger.mtl') is not currently supported, skipping
  2466. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  2467. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  2468. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  2469. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  2470. [15:11:34] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/pillar.mtl'. The color defined by key 'Ks' will not be applied!
  2471. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/pillar.mtl') is not currently supported, skipping
  2472. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  2473. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  2474. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  2475. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  2476. [15:11:34] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/thaumatorium.mtl'. The color defined by key 'Ks' will not be applied!
  2477. [15:11:34] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/thaumatorium.mtl') is not currently supported, skipping
  2478. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/arrow.tcon#inventory
  2479. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_head.tmat#inventory
  2480. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_shaft.tmat#inventory
  2481. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/axe_head.tmat#inventory
  2482. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/battlesign.tcon#inventory
  2483. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/binding.tmat#inventory
  2484. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/bolt.tcon#inventory
  2485. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:parts/bolt_core.tcon#inventory
  2486. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_limb.tmat#inventory
  2487. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_string.tmat#inventory
  2488. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/broad_axe_head.tmat#inventory
  2489. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/broadsword.tcon#inventory
  2490. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/cleaver.tcon#inventory
  2491. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/cross_guard.tmat#inventory
  2492. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/crossbow.tcon#inventory
  2493. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/excavator.tcon#inventory
  2494. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/excavator_head.tmat#inventory
  2495. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/fletching.tmat#inventory
  2496. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/frypan.tcon#inventory
  2497. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hammer.tcon#inventory
  2498. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hammer_head.tmat#inventory
  2499. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hand_guard.tmat#inventory
  2500. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hatchet.tcon#inventory
  2501. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/kama.tcon#inventory
  2502. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/kama_head.tmat#inventory
  2503. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/knife_blade.tmat#inventory
  2504. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_plate.tmat#inventory
  2505. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_sword_blade.tmat#inventory
  2506. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longbow.tcon#inventory
  2507. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longsword.tcon#inventory
  2508. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/lumberaxe.tcon#inventory
  2509. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/mattock.tcon#inventory
  2510. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:moms_spaghetti.tcon#inventory
  2511. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pan_head.tmat#inventory
  2512. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pick_head.tmat#inventory
  2513. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/pickaxe.tcon#inventory
  2514. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/rapier.tcon#inventory
  2515. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/scythe.tcon#inventory
  2516. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/scythe_head.tmat#inventory
  2517. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shard.tmat#inventory
  2518. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sharpening_kit.tmat#inventory
  2519. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shortbow.tcon#inventory
  2520. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shovel.tcon#inventory
  2521. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shovel_head.tmat#inventory
  2522. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shuriken.tcon#inventory
  2523. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sign_head.tmat#inventory
  2524. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sword_blade.tmat#inventory
  2525. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tool_rod.tmat#inventory
  2526. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_binding.tmat#inventory
  2527. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_tool_rod.tmat#inventory
  2528. [15:11:37] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/wide_guard.tmat#inventory
  2529. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  2530. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  2531. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  2532. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  2533. [15:11:37] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'texture' in 'thaumcraft:models/block/golembuilder.mtl'. The color defined by key 'Ks' will not be applied!
  2534. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/block/golembuilder.mtl') is not currently supported, skipping
  2535. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  2536. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  2537. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  2538. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'illum' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  2539. [15:11:37] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'body' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied!
  2540. [15:11:37] [Client thread/INFO] [FML]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'thaumcraft:models/item/scanner.mtl') is not currently supported, skipping
  2541. [15:11:37] [Client thread/INFO] [FML]: OBJModel: A color has already been defined for material 'pane' in 'thaumcraft:models/item/scanner.mtl'. The color defined by key 'Ks' will not be applied!
  2542. [15:11:38] [Client thread/INFO] [immersiveengineering]: Stitching Revolver Textures!
  2543. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_0/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  2544. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  2545. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  2546. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  2547. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  2548. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  2549. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  2550. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  2551. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  2552. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  2553. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  2554. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  2555. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  2556. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  2557. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2558. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2559. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2560. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  2561. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  2562. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  2563. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  2564. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  2565. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  2566. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  2567. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  2568. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_1/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  2569. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  2570. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  2571. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  2572. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  2573. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  2574. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  2575. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  2576. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  2577. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  2578. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  2579. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  2580. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  2581. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  2582. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2583. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2584. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2585. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  2586. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  2587. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  2588. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  2589. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  2590. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  2591. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  2592. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  2593. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ucw_generated:ucw_ucw_biomesoplenty_dirt_2/chisel/dirt/hor#normal with loader VariantLoader.INSTANCE, skipping
  2594. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
  2595. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at pl.asie.ucw.UCWProxyClient.onTextureStitchPre(UCWProxyClient.java:235)
  2596. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1492_UCWProxyClient_onTextureStitchPre_Pre.invoke(.dynamic)
  2597. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  2598. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  2599. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:211)
  2600. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:87)
  2601. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:159)
  2602. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  2603. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
  2604. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
  2605. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  2606. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.client.main.Main.main(SourceFile:123)
  2607. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2608. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2609. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2610. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at java.lang.reflect.Method.invoke(Method.java:498)
  2611. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  2612. [15:11:40] [Client thread/INFO] [STDERR]: [pl.asie.ucw.UCWProxyClient:onTextureStitchPre:238]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  2613. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
  2614. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
  2615. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
  2616. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
  2617. [15:11:40] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]:    ... 18 more
  2618. [15:11:41] [Client thread/INFO] [FML]: Max texture size: 16384
  2619. [15:11:50] [Client thread/INFO] [minecraft/TextureMap]: Created: 4096x4096 textures-atlas
  2620. double free or corruption (fasttop)
  2621. [15:13:34] [INFO] ProcessMonitor.run:43: MC process exited. return value: 134
  2622. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 0 enUS to options pane
  2623. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 1 cyGB to options pane
  2624. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 2 daDK to options pane
  2625. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 3 deDE to options pane
  2626. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 4 enGB to options pane
  2627. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 5 enUS to options pane
  2628. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 6 esES to options pane
  2629. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 7 fiFI to options pane
  2630. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 8 frCA to options pane
  2631. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 9 frFR to options pane
  2632. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 10 jaJP to options pane
  2633. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 11 itIT to options pane
  2634. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 12 maHU to options pane
  2635. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 13 nlNL to options pane
  2636. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 14 noNO to options pane
  2637. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 15 plPL to options pane
  2638. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 16 ptBR to options pane
  2639. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 17 ptPT to options pane
  2640. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 18 ruRU to options pane
  2641. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 19 svSE to options pane
  2642. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 20 zhCN to options pane
  2643. [15:13:34] [INFO] OptionsPane.<init>:164: [i18n] Added 21 zhTW to options pane
  2644. [15:13:34] [INFO] I18N.setLocale:120: [i18n] deDE Deutsche Sprachdatei geladen!
  2645. [15:19:46] [ERROR] PastebinPoster.run:85: Invalid API key
  2646. [15:19:46] [ERROR] ErrorUtils.tossError:42: Log upload failed. Use "Copy to clipboard" button and
  2647. manually paste log into paste.feed-the-beast.com
  2648. [15:19:53] Logs copied to clipboard
Advertisement
Add Comment
Please, Sign In to add comment