Advertisement
Guest User

Untitled

a guest
Oct 7th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 444.27 KB | None | 0 0
  1.  
  2. Time: 10/8/16 12:15 PM
  3. Description: Unexpected error
  4.  
  5. java.lang.ArrayIndexOutOfBoundsException: 30
  6. at cofh.thermalexpansion.render.RenderTank.renderFrame(RenderTank.java:90)
  7. at cofh.thermalexpansion.render.RenderTank.renderWorldBlock(RenderTank.java:139)
  8. at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
  9. at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
  10. at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
  11. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
  12. at fastcraft.ab.a(F:518)
  13. at fastcraft.ag.a(F:121)
  14. at fastcraft.HC.t(F:77)
  15. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
  16. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
  17. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  19. at net.minecraft.client.main.Main.main(SourceFile:148)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at cofh.thermalexpansion.render.RenderTank.renderFrame(RenderTank.java:90)
  34. at cofh.thermalexpansion.render.RenderTank.renderWorldBlock(RenderTank.java:139)
  35. at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
  36. at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
  37. at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
  38. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
  39. at fastcraft.ab.a(F:518)
  40. at fastcraft.ag.a(F:121)
  41. at fastcraft.HC.t(F:77)
  42. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
  43. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
  44.  
  45. -- Affected level --
  46. Details:
  47. Level name: MpServer
  48. All players: 1 total; [EntityClientPlayerMP['RoeTAGA'/1051, l='MpServer', x=-314.80, y=72.54, z=-195.56]]
  49. Chunk stats: MultiplayerChunkCache: 5, 5
  50. Level seed: 0
  51. Level generator: ID 00 - default, ver 1. Features enabled: false
  52. Level generator options:
  53. Level spawn location: World: (-366,64,-177), Chunk: (at 2,4,15 in -23,-12; contains blocks -368,0,-192 to -353,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  54. Level time: 34241503 game time, 37559889 day time
  55. Level dimension: 0
  56. Level storage version: 0x00000 - Unknown?
  57. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  58. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  59. Forced entities: 15 total; [EntityTFNagaSegment['unknown'/1088, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1089, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTrail['unknown'/1409, l='MpServer', x=-314.80, y=72.54, z=-195.56], EntityHat['unknown'/1394, l='MpServer', x=-314.80, y=72.54, z=-195.56], EntityTFNagaSegment['unknown'/1078, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1079, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1080, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1081, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1082, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1083, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1084, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityClientPlayerMP['RoeTAGA'/1051, l='MpServer', x=-314.80, y=72.54, z=-195.56], EntityTFNagaSegment['unknown'/1085, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1086, l='MpServer', x=0.60, y=-0.48, z=0.60], EntityTFNagaSegment['unknown'/1087, l='MpServer', x=0.60, y=-0.48, z=0.60]]
  60. Retry entities: 0 total; []
  61. Server brand: fml,forge
  62. Server type: Integrated singleplayer server
  63. Stacktrace:
  64. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  65. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  66. at net.minecraft.client.main.Main.main(SourceFile:148)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  72. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  73.  
  74. -- System Details --
  75. Details:
  76. Minecraft Version: 1.7.10
  77. Operating System: Windows 10 (amd64) version 10.0
  78. Java Version: 1.8.0_101, Oracle Corporation
  79. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  80. Memory: 719868008 bytes (686 MB) / 2705326080 bytes (2580 MB) up to 3102212096 bytes (2958 MB)
  81. JVM Flags: 3 total; -Xms256M -Xmx3328M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  82. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  83. IntCache: cache: 0, tcache: 84, allocated: 15, tallocated: 95
  84. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 179 mods loaded, 174 mods active
  85. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  86. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  87. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  88. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  89. UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  90. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  91. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  92. UCHIJAAAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
  93. UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  94. UCHIJAAAA ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
  95. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  96. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  97. UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  98. UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  99. UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
  100. UCHIJAAAA IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
  101. UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
  102. UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  103. UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  104. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  105. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  106. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  107. UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  108. UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
  109. UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  110. UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  111. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  112. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  113. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  114. UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  115. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  116. UCHIJAAAA Forestry{4.2.15.63} [Forestry for Minecraft] (forestry_1.7.10-4.2.15.63.jar)
  117. UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  118. UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  119. UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
  120. UCHIJAAAA ThermalExpansion{1.7.10R4.1.3} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.3-246.jar)
  121. UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  122. UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  123. UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  124. UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  125. UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  126. UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  127. UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  128. UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
  129. UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
  130. UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
  131. UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
  132. UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
  133. UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
  134. UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
  135. UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  136. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  137. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  138. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  139. UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  140. UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
  141. UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  142. UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
  143. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
  144. UCHIJAAAA props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
  145. UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  146. UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  147. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  148. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  149. UCHIJAAAA EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.428_beta.jar)
  150. UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  151. UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  152. UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  153. UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
  154. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  155. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  156. UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  157. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  158. UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  159. UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  160. UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
  161. UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  162. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  163. UCHIJAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  164. UCHIJAAAA FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
  165. UCHIJAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  166. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  167. UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
  168. UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  169. UCHIJAAAA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
  170. UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
  171. UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  172. UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  173. UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  174. UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  175. UCHIJAAAA headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
  176. UCHIJAAAA IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
  177. UCHIJAAAA immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
  178. UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  179. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  180. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  181. UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
  182. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  183. UCHIJAAAA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
  184. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  185. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  186. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  187. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  188. UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  189. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  190. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  191. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  192. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  193. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  194. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  195. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  196. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  197. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  198. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  199. UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  200. UCHIJAAAA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  201. UCHIJAAAA Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
  202. UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  203. UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  204. UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  205. UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  206. UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  207. UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  208. UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  209. UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  210. UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  211. UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
  212. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  213. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  214. UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
  215. UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
  216. UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
  217. UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
  218. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  219. UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  220. UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  221. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  222. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  223. UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  224. UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  225. UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
  226. UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
  227. UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  228. UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
  229. UCHIJAAAA springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
  230. UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  231. UCHIJAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
  232. UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  233. UCHIJAAAA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
  234. UCHIJAAAA StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.7.10-1.10.1.jar)
  235. UCHIJAAAA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
  236. UCHIJAAAA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
  237. UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
  238. UCHIJAAAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  239. UCHIJAAAA tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
  240. UCHIJAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  241. UCHIJAAAA thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
  242. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  243. UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  244. UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  245. UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  246. UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
  247. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  248. UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  249. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  250. UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  251. UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  252. UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  253. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  254. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  255. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  256. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  257. UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  258. UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  259. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  260. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  261. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  262. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  263. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  264. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  265. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 540M/PCIe/SSE2'
  266. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  267. Class transformer null safety: all safe
  268. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  269. Mantle Environment: Environment healthy.
  270. CoFHCore: -[1.7.10]3.1.3-327
  271. ThermalFoundation: -[1.7.10]1.2.5-115
  272. ThermalExpansion: -[1.7.10]4.1.3-246
  273. MineFactoryReloaded: -[1.7.10]2.8.1-174
  274. TConstruct Environment: Environment healthy.
  275. RedstoneArsenal: -[1.7.10]1.1.2-92
  276. NetherOres: -[1.7.10]2.3.1-22
  277. ThermalDynamics: -[1.7.10]1.2.0-171
  278. List of loaded APIs:
  279. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
  280. * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
  281. * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.5-115.jar
  282. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
  283. * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  284. * BotaniaAPI (76) from Botania r1.8-249.jar
  285. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
  286. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
  287. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
  288. * BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.6a.jar
  289. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
  290. * BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
  291. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
  292. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
  293. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
  294. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
  295. * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  296. * BuildCraftAPI|library (2.0) from buildcraft-7.1.16.jar
  297. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
  298. * BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
  299. * BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
  300. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
  301. * BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  302. * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  303. * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
  304. * BuildCraftAPI|tools (1.0) from buildcraft-7.1.16.jar
  305. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.16.jar
  306. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
  307. * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
  308. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
  309. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
  310. * CoFHAPI (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
  311. * CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  312. * CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  313. * CoFHAPI|energy (1.7.10R1.0.13) from ImmersiveEngineering-0.7.7.jar
  314. * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  315. * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar
  316. * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  317. * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  318. * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  319. * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar
  320. * CoFHAPI|transport (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar
  321. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  322. * CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  323. * CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  324. * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  325. * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  326. * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  327. * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  328. * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  329. * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  330. * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  331. * CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  332. * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  333. * CoFHLib|util|helpers (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  334. * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  335. * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  336. * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  337. * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
  338. * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
  339. * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
  340. * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
  341. * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
  342. * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
  343. * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
  344. * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
  345. * CSLib|API (0.3.0) from Decocraft-2.3.3_1.7.10.jar
  346. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
  347. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  348. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  349. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  350. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  351. * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.15.63.jar
  352. * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.15.63.jar
  353. * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.15.63.jar
  354. * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.15.63.jar
  355. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.15.63.jar
  356. * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.15.63.jar
  357. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.15.63.jar
  358. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.15.63.jar
  359. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.15.63.jar
  360. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.15.63.jar
  361. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  362. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  363. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.15.63.jar
  364. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  365. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.15.63.jar
  366. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
  367. * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
  368. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  369. * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  370. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
  371. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  372. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  373. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.02.jar
  374. * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
  375. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar
  376. * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
  377. * OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
  378. * OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar
  379. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  380. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
  381. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
  382. * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
  383. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  384. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  385. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  386. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  387. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  388. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  389. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  390. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  391. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  392. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  393. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  394. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  395. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  396. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  397. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  398. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  399. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  400. * Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
  401. * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
  402. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  403. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  404. EnderIO: Found the following problem(s) with your installation:
  405. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
  406. Ender IO was build against API version rv2 and may or may not work with a newer version.
  407. * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from ImmersiveEngineering-0.7.7.jar).
  408. It is a supported version, but that difference may lead to problems.
  409. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  410. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  411. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  412. Launched Version: 1.7.10
  413. LWJGL: 2.9.1
  414. OpenGL: GeForce GT 540M/PCIe/SSE2 GL version 4.5.0 NVIDIA 369.09, NVIDIA Corporation
  415. GL Caps: Using GL 1.3 multitexturing.
  416. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  417. Anisotropic filtering is supported and maximum anisotropy is 16.
  418. Shaders are available because OpenGL 2.1 is supported.
  419.  
  420. Is Modded: Definitely; Client brand changed to 'fml,forge'
  421. Type: Client (map_client.txt)
  422. Resource Packs: [Invictus.zip]
  423. Current Language: English (US)
  424. Profiler Position: N/A (disabled)
  425. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  426. Anisotropic Filtering: Off (1)
  427. [12:15:06] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# c:\ftb\FTBInfinity\minecraft\crash-reports\crash-2016-10-08_12.15.06-client.txt
  428. [12:15:06] [Client Shutdown Thread/INFO]: Stopping server
  429. [12:15:06] [Client Shutdown Thread/INFO]: Saving players
  430. 2016-10-08 12:15:06,520 ERROR Attempted to append to non-started appender File
  431. 2016-10-08 12:15:06,527 ERROR Unable to write to stream logs/latest.log for appender File
  432. [12:15:07] [INFO] ProcessMonitor.run:43: MC process exited. return value: -1
  433. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 0 enUS to options pane
  434. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 1 cyGB to options pane
  435. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 2 daDK to options pane
  436. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 3 deDE to options pane
  437. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 4 enGB to options pane
  438. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 5 enUS to options pane
  439. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 6 esES to options pane
  440. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 7 fiFI to options pane
  441. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 8 frCA to options pane
  442. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 9 frFR to options pane
  443. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 10 itIT to options pane
  444. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 11 maHU to options pane
  445. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 12 nlNL to options pane
  446. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 13 noNO to options pane
  447. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 14 plPL to options pane
  448. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 15 ptBR to options pane
  449. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 16 ptPT to options pane
  450. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 17 ruRU to options pane
  451. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 18 svSE to options pane
  452. [12:15:07] [INFO] OptionsPane.<init>:172: [i18n] Added 19 zhCN to options pane
  453. [12:15:07] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loaded!
  454. [12:17:51] [INFO] EditModPackDialog.<init>:88: MCVersion: 1710
  455. [12:18:21] [DEBUG] LaunchFrame.doLaunch:946: Selected user: saved password: true
  456. [12:18:21] [DEBUG] LaunchFrame.doLaunch:947: Selected user: will save auth token if online: true
  457. [12:18:21] [INFO] LaunchFrame.doLogin:536: Logging in...
  458. [12:18:21] [DEBUG] OSUtils.getProxy:77: ProxySelector: type: DIRECT, no proxy for https://authserver.mojang.com/authenticate
  459. [12:18:21] [DEBUG] AuthlibHelper.authenticateWithAuthlib:67: Email address given
  460. [12:18:21] [INFO] AuthlibHelper.authenticateWithAuthlib:68: Beginning authlib authentication attempt
  461. [12:18:21] [INFO] AuthlibHelper.authenticateWithAuthlib:69: successfully created YggdrasilAuthenticationService
  462. [12:18:21] [DEBUG] AuthlibHelper.authenticateWithAuthlib:76: mojangData was passed to current method
  463. [12:18:21] [DEBUG] AuthlibHelper.authenticateWithAuthlib:79: Loading mojangData into authlib
  464. [12:18:22] [DEBUG] AuthlibHelper.authenticateWithAuthlib:152: Authentication is valid
  465. [12:18:22] [DEBUG] AuthlibHelper.authenticateWithAuthlib:155: loggedIn() && CanPlayOnline()
  466. [12:18:22] [DEBUG] AuthlibHelper.authenticateWithAuthlib:159: Authentication done, returning LoginResponse
  467. [12:18:22] [DEBUG] Benchmark.logBenchAs:73: Login Worker Run took 1067 ms.
  468. [12:18:22] [DEBUG] LaunchFrame$16.done:580: responseStr: good
  469. [12:18:22] [INFO] LaunchFrame$16.done:583: Login complete.
  470. [12:18:22] [DEBUG] User.writeObject:185: starting...
  471. [12:18:22] [DEBUG] LaunchFrame$16.done:587: user data saved
  472. [12:18:22] [DEBUG] LaunchFrame.runGameUpdater:634: ForceUpdate: false
  473. [12:18:22] [DEBUG] LaunchFrame.runGameUpdater:635: installPath: c:\ftb
  474. [12:18:22] [DEBUG] LaunchFrame.runGameUpdater:636: pack dir: FTBInfinity
  475. [12:18:22] [DEBUG] LaunchFrame.runGameUpdater:637: pack check path: FTBInfinity\version
  476. [12:18:22] [DEBUG] LaunchFrame.checkVersion:612: verFile: 2.6.0 onlineVersion/getPackVer(): Recommended Version onlineVersion/getVersion(): 2.6.0
  477. [12:18:22] [INFO] MCInstaller.gatherAssets:127: Checking local assets file, for MC version 1.7.10 Please wait!
  478. [12:18:22] [DEBUG] MCInstaller.gatherAssets:132: Checking pack libraries
  479. [12:18:22] [DEBUG] MCInstaller.gatherAssets:184: Checking minecraft version json
  480. [12:18:22] [DEBUG] MCInstaller.gatherAssets:199: checking minecraft libraries
  481. [12:18:22] [DEBUG] MCInstaller.gatherAssets:267: Checking minecraft assets
  482. [12:18:25] [DEBUG] MCInstaller.gatherAssets:281: Starting TaskHandler to check MC assets
  483. [12:18:25] [DEBUG] Benchmark.logBenchAs:73: parallel asset check took 201 ms.
  484. [12:18:25] [INFO] MCInstaller.launchMinecraft:328: Setting up native libraries for FTB Infinity Evolved 1.7 v Recommended Version MC 1.7.10
  485. [12:18:25] [DEBUG] MCInstaller.launchMinecraft:354: packbaseJSON 1.7.10
  486. [12:18:25] [INFO] MCLauncher.syncAssets:288: Syncing Assets:
  487. [12:18:25] [INFO] MCLauncher.launchMinecraft:86: Java Path: C:\Program Files\Java\jre1.8.0_101\bin\java.exe
  488. [12:18:25] [INFO] MCLauncher.launchMinecraft:87: Pack: FTB Infinity Evolved 1.7 1.7.10
  489. [12:18:25] [INFO] MCLauncher.setMemory:271: Setting MinMemory to 256
  490. [12:18:25] [INFO] MCLauncher.setMemory:273: Setting MaxMemory to 3328
  491. [12:18:25] [DEBUG] MCInstaller.launchMinecraft:428: MC PID: 4036
  492. [12:18:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  493. [12:18:26] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  494. [12:18:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  495. [12:18:26] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
  496. [12:18:26] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_101, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_101
  497. [12:18:26] [main/INFO] [FML]: [AppEng] Core Init
  498. [12:18:26] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  499. [12:18:27] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  500. [12:18:27] [main/INFO] [FML]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.15.63.jar
  501. [12:18:27] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  502. [12:18:27] [main/WARN] [FML]: The coremod mrtjp.relocation.asm.RelocationPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  503. [12:18:27] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  504. [12:18:27] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  505. [12:18:27] [DEBUG] Benchmark.logBenchAs:73: UnreadNews Init took 0 ms.
  506. [12:18:27] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  507. [12:18:27] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  508. [12:18:27] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  509. [12:18:27] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  510. [12:18:27] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  511. [12:18:27] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  512. [12:18:27] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  513. [12:18:27] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  514. [12:18:27] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  515. [12:18:27] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  516. [12:18:27] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  517. [12:18:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  518. [12:18:27] [main/INFO] [LaunchWrapper]: Loading tweak class name forestry.shade.javacheck.Java7Checker
  519. [12:18:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  520. [12:18:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  521. [12:18:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  522. [12:18:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  523. [12:18:28] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  524. [12:18:28] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  525. [12:18:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  526. [12:18:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  527. [12:18:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  528. [12:18:28] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  529. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  530. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  531. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  532. [12:18:29] [main/INFO] [IC2-core]: Loaded library EJML-core-0.26.jar.
  533. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  534. [12:18:29] [main/INFO] [INpurePreloader]: Attempting to detect JVM version...
  535. [12:18:29] [main/INFO] [INpurePreloader]: Detected JVM: 1.8
  536. [12:18:29] [main/INFO] [INpurePreloader]: Starting library configuration...
  537. [12:18:29] [main/INFO] [INpureLogInterceptor]: System attached to FML. Now intercepting all logging calls.
  538. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  539. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  540. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  541. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  542. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  543. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  544. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  545. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  546. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  547. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  548. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  549. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class forestry.shade.javacheck.Java7Checker
  550. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  551. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  552. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  553. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  554. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  555. [12:18:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  556. [12:18:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  557. [12:18:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  558. [12:18:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  559. [12:18:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  560. [12:18:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  561. [12:18:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  562. [12:18:30] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  563. [12:18:30] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
  564. [12:18:30] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
  565. [12:18:30] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
  566. [12:18:31] [main/INFO]: Setting user: RoeTAGA
  567. [12:18:31] [main/INFO] [FastLeafDecay]: Patching leaves.
  568. [12:18:31] [main/INFO] [FastLeafDecay]: Found leaf Class: net/minecraft/block/BlockLeavesBase
  569. [12:18:32] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_]
  570. [12:18:32] [main/INFO] [EnderCore]: Transforming net.minecraft.entity.projectile.EntityArrow Finished.
  571. [12:18:32] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t]
  572. [12:18:32] [main/INFO] [EnderCore]: Transforming net.minecraft.item.ItemStack Finished.
  573. [12:18:32] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
  574. [12:18:32] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerFurnace
  575. [12:18:32] [main/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
  576. [12:18:32] [main/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
  577. [12:18:33] [Client thread/INFO]: LWJGL Version: 2.9.1
  578. [12:18:35] [Client thread/INFO] [ForgeRelocation]: transforming: net.minecraft.client.renderer.RenderBlocks
  579. [12:18:35] [Client thread/INFO] [ForgeRelocation]: blm net.minecraft.client.renderer.RenderBlocks b (Laji;III)Z
  580. [12:18:36] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  581. // Don't be sad. I'll do better next time, I promise!
  582.  
  583. Time: 10/8/16 12:18 PM
  584. Description: Loading screen debug info
  585.  
  586. This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  587.  
  588.  
  589. A detailed walkthrough of the error, its code path and all known details is as follows:
  590. ---------------------------------------------------------------------------------------
  591.  
  592. -- System Details --
  593. Details:
  594. Minecraft Version: 1.7.10
  595. Operating System: Windows 10 (amd64) version 10.0
  596. Java Version: 1.8.0_101, Oracle Corporation
  597. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  598. Memory: 161478472 bytes (153 MB) / 536870912 bytes (512 MB) up to 3102212096 bytes (2958 MB)
  599. JVM Flags: 3 total; -Xms256M -Xmx3328M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  600. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  601. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  602. FML:
  603. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 540M/PCIe/SSE2'
  604. [12:18:36] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  605. [12:18:36] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
  606. [12:18:36] [Client thread/INFO] [FML]: Replaced 183 ore recipies
  607. [12:18:36] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  608. [12:18:36] [Client thread/INFO] [FML]: [AppEng] Core Init
  609. [12:18:36] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  610. [12:18:36] [Client thread/INFO] [FML]: Searching C:\ftb\FTBInfinity\minecraft\mods for mods
  611. [12:18:36] [Client thread/INFO] [FML]: Also searching C:\ftb\FTBInfinity\minecraft\mods\1.7.10 for mods
  612. [12:18:43] [Client thread/WARN] [Avaritia]: Mod Avaritia is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.11
  613. [12:18:44] [Client thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
  614. [12:18:44] [Client thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
  615. [12:18:44] [Client thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
  616. [12:18:44] [Client thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
  617. [12:18:44] [Client thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
  618. [12:18:45] [Client thread/INFO] [debug]: Mod debug is missing the required element 'name'. Substituting debug
  619. [12:18:45] [Client thread/WARN] [debug]: Mod debug is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  620. [12:18:46] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
  621. [12:18:46] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
  622. [12:18:46] [Client thread/WARN] [ForbiddenMagic]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.575
  623. [12:18:50] [Client thread/WARN] [ProjRed|Core]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  624. [12:18:50] [Client thread/WARN] [ProjRed|Compatibility]: Mod ProjRed|Compatibility is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  625. [12:18:50] [Client thread/WARN] [ProjRed|Integration]: Mod ProjRed|Integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  626. [12:18:50] [Client thread/WARN] [ProjRed|Transmission]: Mod ProjRed|Transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  627. [12:18:50] [Client thread/WARN] [ProjRed|Illumination]: Mod ProjRed|Illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  628. [12:18:50] [Client thread/WARN] [ProjRed|Expansion]: Mod ProjRed|Expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  629. [12:18:50] [Client thread/WARN] [ProjRed|Transportation]: Mod ProjRed|Transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  630. [12:18:50] [Client thread/WARN] [ProjRed|Exploration]: Mod ProjRed|Exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.7.0pre12.95
  631. [12:18:51] [Client thread/WARN] [tcinventoryscan]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.11
  632. [12:18:52] [Client thread/WARN] [Translocator]: Mod Translocator is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.16
  633. [12:18:52] [Client thread/WARN] [WR-CBE|Core]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  634. [12:18:52] [Client thread/WARN] [WR-CBE|Addons]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  635. [12:18:52] [Client thread/WARN] [WR-CBE|Logic]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
  636. [12:18:52] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  637. [12:18:52] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  638. [12:18:52] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
  639. [12:18:52] [Client thread/INFO] [MCFrames]: Mod MCFrames is missing the required element 'name'. Substituting MCFrames
  640. [12:18:52] [Client thread/WARN] [MCFrames]: Mod MCFrames is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  641. [12:18:52] [Client thread/WARN] [ForgeRelocation]: Mod ForgeRelocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.4
  642. [12:18:52] [Client thread/WARN] [RelocationFMP]: Mod RelocationFMP is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.2
  643. [12:18:52] [Client thread/WARN] [MrTJPCoreMod]: Mod MrTJPCoreMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.33
  644. [12:18:52] [Client thread/INFO] [FML]: Forge Mod Loader has identified 178 mods to load
  645. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [GraviSuite] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
  646. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
  647. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [EnderIO] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
  648. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [CarpentersBlocks] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
  649. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
  650. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [SolarExpansion] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  651. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  652. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  653. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [EnderIO] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  654. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [CoFHCore] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  655. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [EnderTech] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
  656. [12:18:52] [Client thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package ic2.api.tile (owned by IC2) without associated API reference
  657. [12:18:54] [Client thread/WARN] [MineFactoryReloaded|CompatAtum]: Mod MineFactoryReloaded|CompatAtum has been disabled through configuration
  658. [12:18:54] [Client thread/WARN] [MineFactoryReloaded|CompatBackTools]: Mod MineFactoryReloaded|CompatBackTools has been disabled through configuration
  659. [12:18:54] [Client thread/WARN] [MineFactoryReloaded|CompatChococraft]: Mod MineFactoryReloaded|CompatChococraft has been disabled through configuration
  660. [12:18:54] [Client thread/WARN] [MineFactoryReloaded|CompatExtraBiomes]: Mod MineFactoryReloaded|CompatExtraBiomes has been disabled through configuration
  661. [12:18:54] [Client thread/WARN] [MineFactoryReloaded|CompatSufficientBiomes]: Mod MineFactoryReloaded|CompatSufficientBiomes has been disabled through configuration
  662. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file Binnie Patcher 1.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  663. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file CoFHLib-[1.7.10]1.1.2-182.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  664. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file mcjtylib-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  665. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file Patcher.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  666. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  667. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file commons-codec-1.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  668. [12:18:55] [Client thread/INFO] [FML]: FML has found a non-mod file commons-compress-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  669. [12:18:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, AdvancedSolarPanel, AgriCraft, aobd, appliedenergistics2, Avaritia, bdlib, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, AWWayofTime, Botania, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, ComputerCraft, CustomMainMenu, PTRModelLib, props, debug, denseores, DraconicEvolution, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, extracells, ExtraTiC, ExtraUtilities, fastleafdecay, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, GraviSuite, guideapi, Hats, HatStand, headcrumbs, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, inventorytweaks, IronChest, JABBA, journeymap, LogisticsPipes, MagicBees, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, MineTweaker3, modtweaker2, Morpheus, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, harvestcraft, PortalGun, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RedstoneArsenal, ResourceLoader, rftools, runicdungeons, simplyjetpacks, SolarExpansion, springboards, StevesAddons, StevesCarts, StevesFactoryManager, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TMechworks, Translocator, TwilightForest, Waila, WailaHarvestability, wawla, witchery, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at CLIENT
  670. [12:18:57] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, AdvancedSolarPanel, AgriCraft, aobd, appliedenergistics2, Avaritia, bdlib, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, AWWayofTime, Botania, BrandonsCore, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, BuildCraft|Compat, CarpentersBlocks, chisel, CoFHCore, ComputerCraft, CustomMainMenu, PTRModelLib, props, debug, denseores, DraconicEvolution, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, extracells, ExtraTiC, ExtraUtilities, fastleafdecay, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, GraviSuite, guideapi, Hats, HatStand, headcrumbs, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, inventorytweaks, IronChest, JABBA, journeymap, LogisticsPipes, MagicBees, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, MineTweaker3, modtweaker2, Morpheus, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, harvestcraft, PortalGun, ProjRed|Core, ProjRed|Compatibility, ProjRed|Integration, ProjRed|Transmission, ProjRed|Illumination, ProjRed|Expansion, ProjRed|Transportation, ProjRed|Exploration, Railcraft, RedstoneArsenal, ResourceLoader, rftools, runicdungeons, simplyjetpacks, SolarExpansion, springboards, StevesAddons, StevesCarts, StevesFactoryManager, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiCTooltips, TMechworks, Translocator, TwilightForest, Waila, WailaHarvestability, wawla, witchery, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at SERVER
  671. [12:18:58] [Client thread/INFO] [ForgeRelocation]: transforming: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
  672. [12:18:58] [Client thread/INFO] [ForgeRelocation]: bmk net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher a (Laor;F)V
  673. [12:18:58] [Client thread/INFO] [Patcher]: Suceeded in transforming AdvancedSolarPanel (1 recipe item)
  674. [12:19:00] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.client.renderers.entity.RenderGolemBase)
  675. [12:19:02] [Client thread/INFO] [Binnie Patcher]: Succeeded in transforming binnie.extratrees.block.decor.BlockFence
  676. [12:19:02] [Client thread/INFO] [Brandon's Core]: Hello Minecraft!!!
  677. [12:19:03] [Client thread/INFO] [Draconic Evolution]: Hello Minecraft!!!
  678. [12:19:05] [Client thread/INFO] [TConstruct]: Natura, what are we going to do tomorrow night?
  679. [12:19:05] [Client thread/INFO] [Natura]: TConstruct, we're going to take over the world!
  680. [12:19:06] [Client thread/INFO] [Patcher]: Suceeded in transforming GraviSuite (3 recipe items)
  681. [12:19:06] [Client thread/INFO] [Patcher]: Suceeded in transforming BlockRelocatorPortal
  682. [12:19:06] [Client thread/INFO] [Patcher]: Suceeded in transforming ItemSimpleItems
  683. [12:19:06] [Client thread/INFO] [Patcher]: Suceeded in transforming ClientTickHandler
  684. [12:19:06] [Client thread/INFO] [Patcher]: Suceeded in transforming KeyboardClient
  685. [12:19:10] [Client thread/INFO] [OpenMods]: openperipheral.ApiSetup.installProviderAccess(ApiSetup.java:85): OPC API v. 3.4 provideded by OpenPeripheralCore, (ApiAccess source: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/OpenPeripheralCore-1.7.10-1.3.jar!/openperipheral/api/ApiAccess.class)
  686. [12:19:10] [Client thread/INFO] [RunicDungeons]: You just wouldn't let it die, would ya?
  687. [12:19:11] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.api.aspects.Aspect)
  688. [12:19:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Avaritia, FMLFileResourcePack:BD Lib, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Integration, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Mod Tweaker 2, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Developer Tools, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PortalGun, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:ProjectRed Compatibility, FMLFileResourcePack:ProjectRed Integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:Runic Dungeons, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Expansion, FMLFileResourcePack:Spring Boards, FMLFileResourcePack:Steve's Addons, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers: Biomes O' Plenty Pack, FMLFileResourcePack:Storage Drawers: Forestry Pack, FMLFileResourcePack:Storage Drawers: Misc Pack, FMLFileResourcePack:Storage Drawers: Natura Pack, FMLFileResourcePack:TC Inventory Scanning, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MCFrames, FMLFileResourcePack:ForgeRelocation, FMLFileResourcePack:RelocationFMP, FMLFileResourcePack:MrTJPCore
  689. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  690. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  691. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  692. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  693. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  694. [12:19:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  695. [12:19:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  696. [12:19:13] [Client thread/INFO] [FML]: Found 438 ObjectHolder annotations
  697. [12:19:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  698. [12:19:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  699. [12:19:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  700. [12:19:15] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.enchantment.EnchantmentHelper], Method [func_77513_b]
  701. [12:19:15] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.enchantment.EnchantmentHelper Finished.
  702. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:crops
  703. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:seedAnalyzer
  704. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterPad
  705. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterPadFull
  706. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterTank
  707. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterChannel
  708. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:waterChannelFull
  709. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:channelValve
  710. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:sprinkler
  711. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:seedStorage
  712. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:peripheral
  713. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:fence
  714. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:fenceGate
  715. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:grate
  716. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropPotato
  717. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedPotato
  718. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCarrot
  719. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCarrot
  720. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropSugarcane
  721. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedSugarcane
  722. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropDandelion
  723. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedDandelion
  724. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropPoppy
  725. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedPoppy
  726. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropOrchid
  727. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedOrchid
  728. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropAllium
  729. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedAllium
  730. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipRed
  731. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipRed
  732. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipOrange
  733. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipOrange
  734. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipWhite
  735. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipWhite
  736. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTulipPink
  737. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTulipPink
  738. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropDaisy
  739. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedDaisy
  740. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCactus
  741. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCactus
  742. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShroomRed
  743. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShroomRed
  744. [12:19:16] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShroomBrown
  745. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShroomBrown
  746. [12:19:16] [Client thread/INFO] [AgriCraft]: Crops registered
  747. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:cropsItem
  748. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:journal
  749. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:magnifyingGlass
  750. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:debugger
  751. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:trowel
  752. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:handRake
  753. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:clipper
  754. [12:19:16] [Client thread/INFO] [AgriCraft]: registering item.agricraft:clipping
  755. [12:19:17] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
  756. [12:19:17] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  757. [12:19:17] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
  758. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
  759. [12:19:17] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  760. [12:19:17] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  761. [12:19:17] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
  762. [12:19:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
  763. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
  764. [12:19:17] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
  765. [12:19:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
  766. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
  767. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
  768. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled.
  769. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  770. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  771. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
  772. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
  773. [12:19:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled.
  774. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
  775. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
  776. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
  777. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
  778. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
  779. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
  780. [12:19:18] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
  781. [12:19:18] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
  782. [12:19:18] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
  783. [12:19:18] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2POpenComputers
  784. [12:19:18] [Client thread/INFO] [AE2-CORE]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled.
  785. [12:19:18] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PPressure
  786. [12:19:18] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 1718ms )
  787. [12:19:20] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemPlacer)
  788. [12:19:20] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.EntityGolemBase)
  789. [12:19:20] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemBell)
  790. [12:19:22] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
  791. [12:19:22] [Client thread/INFO] [FML]: [Botania] Registered 1215 recipes.
  792. [12:19:22] [Client thread/INFO] [bdlib]: bdlib 1.9.4.109 loaded
  793. [12:19:22] [Client thread/INFO] [bdlib]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
  794. [12:19:23] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins191) -- Preparing for launch.
  795. [12:19:23] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
  796. [12:19:23] [Client thread/INFO] [Mantle]: Loading configuration from disk.
  797. [12:19:23] [Client thread/INFO] [Mantle]: Configuration load completed.
  798. [12:19:23] [Client thread/INFO] [FastLeafDecay]: Patching leaves.
  799. [12:19:23] [Client thread/INFO] [FastLeafDecay]: Found leaf Class: mods/natura/blocks/trees/NLeaves
  800. [12:19:23] [Client thread/INFO] [PulseManager-Natura]: Skipping Pulse Natura TreeCapitator Compatibility; missing dependency: Treecapitator
  801. [12:19:24] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.world.WorldType], Method [func_76564_j]
  802. [12:19:24] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.world.WorldType Finished.
  803. [12:19:24] [Client thread/INFO] [BiomesOPlenty]: Trail info successfully received from remote.
  804. [12:19:25] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
  805. [12:19:25] [Client thread/INFO] [CoFHWorld]: Registering default generators
  806. [12:19:26] [Client thread/INFO] [CoFHWorld]: Complete
  807. [12:19:26] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
  808. [12:19:26] [Client thread/INFO] [Forestry]: Module Erebus Plugin failed to load: Erebus not found
  809. [12:19:26] [Client thread/INFO] [Forestry]: Module Growthcraft Plugin failed to load: GrowthCraft not found
  810. [12:19:26] [Client thread/INFO] [Forestry]: Module MagicalCrops Plugin failed to load: Magical Crops not found
  811. [12:19:26] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
  812. [12:19:26] [Client thread/INFO] [Forestry]: Module RotaryCraft Plugin failed to load: RotaryCraft not found
  813. [12:19:27] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for compressedPlantBall
  814. [12:19:27] [Client thread/INFO] [STDOUT]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for matter
  815. [12:19:29] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Loading Plugins...
  816. [12:19:29] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Finished Loading Plugins.
  817. [12:19:29] [CoFHUpdater:ThermalExpansion/INFO] [ThermalExpansion]: An updated version of Thermal Expansion is available: Thermal Expansion 4.1.4 for Minecraft 1.7.10.
  818. [12:19:30] [Client thread/INFO] [ThermalExpansion]: ThermalExpansion: Loading Plugins...
  819. [12:19:30] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Finished Loading Plugins.
  820. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.BreedingSystem
  821. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.BeeBreedingSystem
  822. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.genetics.TreeBreedingSystem
  823. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.gardening.ModuleGardening
  824. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.FlowerHelper
  825. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.BotanistTracker
  826. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.products.ModuleProducts
  827. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.ItemHiveFrame
  828. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.products.EnumHoneyComb
  829. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeesSpecies
  830. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$PackageAlvearyStimulator
  831. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyHatchery$PackageAlvearyHatchery
  832. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyTransmission$PackageAlvearyTransmission
  833. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.TileExtraBeeAlveary
  834. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$SlotValidatorCircuit
  835. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ModuleBlocks
  836. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.BlockETLog
  837. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.BlockETDoor
  838. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.item.ModuleItems
  839. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.PlankType$ForestryPlanks
  840. [12:19:30] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ItemETDoor
  841. [12:19:31] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeFruitGene
  842. [12:19:31] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeSpecies
  843. [12:19:31] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.block.ILogType$ForestryLog
  844. [12:19:31] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 7.1.16
  845. [12:19:31] [Client thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2015
  846. [12:19:31] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
  847. [12:19:33] [Client thread/WARN] [FML]: A mod has attempted to assign Block mods.railcraft.common.fluids.BlockRailcraftFluidFinite@55f33e88 to the Fluid 'steam' but this Fluid has already been linked to the Block cofh.thermalfoundation.fluid.BlockFluidSteam@6a7dada9. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
  848. [12:19:34] [Client thread/INFO] [Railcraft]: Activating Halloween Seasonal Pack
  849. [12:19:36] [Client thread/INFO] [Chisel]: Starting pre-init...
  850. [12:19:36] [Client thread/INFO] [Chisel]: Loading blocks...
  851. [12:19:36] [Client thread/INFO] [Chisel]: 106 Feature's blocks loaded.
  852. [12:19:36] [Client thread/INFO] [Chisel]: Loading Tile Entities...
  853. [12:19:36] [Client thread/INFO] [Chisel]: Tile Entities loaded.
  854. [12:19:36] [Client thread/INFO] [Chisel]: Loading items...
  855. [12:19:36] [Client thread/INFO] [Chisel]: 106 Feature's items loaded.
  856. [12:19:36] [Client thread/INFO] [Chisel]: Pre-init finished.
  857. [12:19:37] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
  858. [12:19:52] [Client thread/INFO] [PTRModelLib]: Total mipmap : 4055 ms
  859. [12:19:53] [Client thread/INFO] [Draconic Evolution]: Finished PreInitialization
  860. [12:19:53] [Client thread/INFO] [EnderCore]: Attempting to initialize texture error message interceptor.
  861. [12:19:55] [Client thread/INFO] [EnderIO]: XP Juice regististration left to Open Blocks.
  862. [12:19:59] [Client thread/INFO] [extrautils]: Hello World
  863. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@5f0e6702
  864. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.computercraft.ComputercraftHelper@5f4753d5
  865. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThaumcraftHelper@2cd3de8c
  866. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.waila.WailaHelper@5e0a4f7f
  867. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.TConstructHelper@16f56bf2
  868. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.FMPHelper@208037be
  869. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.minetweaker.MTHelper@1295ba9c
  870. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.IC2Helper@1ee86e06
  871. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AppliedEnergisticsHelper@237f2cd2
  872. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.HarvestCraftHelper@2e3c2c4
  873. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalExpansionHelper@3d9dd95e
  874. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ChiselHelper@60d818b5
  875. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ExtraUtilsHelper@3a9ba1c0
  876. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.DenseOresHelper@2672a1b5
  877. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.RailcraftHelper@75f6cb0c
  878. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalDynamicsHelper@55cb68b7
  879. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ForestryHelper@3239566f
  880. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalFoundationHelper@10bece46
  881. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.BotaniaHelper@72f1713a
  882. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.mfr.MFRHelper@76bd9e39
  883. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.CarpentersHelper@6f2dc88d
  884. [12:20:00] [Client thread/INFO] [ImmersiveEngineering]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.EnderIOHelper@987e7d0
  885. [12:20:00] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
  886. [12:20:01] [Client thread/INFO] [TConstruct]: Gear module active. Adding gear cast.
  887. [12:20:01] [Client thread/INFO] [ExtraTiC]: Natura Detected
  888. [12:20:01] [Client thread/INFO] [ExtraTiC]: Applied Energistics Detected
  889. [12:20:01] [Client thread/INFO] [ExtraTiC]: Biomes O' Plenty Detected
  890. [12:20:01] [Client thread/INFO] [ExtraTiC]: Botania Detected
  891. [12:20:01] [Client thread/INFO] [ExtraTiC]: Twilight Forest Detected
  892. [12:20:01] [Client thread/INFO] [ExtraTiC]: Thaumcraft Detected
  893. [12:20:01] [Client thread/INFO] [ExtraTiC]: Dragonic Evolution Detected
  894. [12:20:01] [Client thread/INFO] [ExtraTiC]: EnderIO Detected
  895. [12:20:01] [Client thread/INFO] [ExtraTiC]: BigReactors Detected
  896. [12:20:01] [Client thread/INFO] [ExtraTiC]: ExtraUtils Detected
  897. [12:20:01] [Client thread/INFO] [ExtraTiC]: HarvestCraft Detected
  898. [12:20:01] [Client thread/INFO] [ExtraTiC]: Thermal Foundation Detected
  899. [12:20:01] [Client thread/INFO] [ExtraTiC]: Immersive Engineering Detected
  900. [12:20:02] [Client thread/INFO] [FTBLib]: Loading FTBLib, v1.0.18.2
  901. [12:20:02] [Client thread/INFO] [FTBLib]: OS: WINDOWS, 64bit: true
  902. [12:20:03] [Client thread/INFO] [FTBU Backups]: Backups folder - c:\ftb\FTBInfinity\minecraft\.\backups
  903. [12:20:03] [Client thread/INFO] [newframes]: Let's Move!
  904. [12:20:03] [Client thread/INFO] [MagicBees]: Preinit started
  905. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type IRON
  906. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type COPPER
  907. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type TIN
  908. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type SILVER
  909. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type LEAD
  910. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type DIAMOND
  911. [12:20:03] [Client thread/INFO] [MagicBees]: Disabled nugget DIAMOND
  912. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type EMERALD
  913. [12:20:03] [Client thread/INFO] [MagicBees]: Disabled nugget EMERALD
  914. [12:20:03] [Client thread/INFO] [MagicBees]: Found nugget of type APATITE
  915. [12:20:03] [Client thread/INFO] [MagicBees]: Disabled nugget APATITE
  916. [12:20:03] [Client thread/INFO] [MagicBees]: Preinit completed
  917. [12:20:03] [Client thread/INFO] [gendustry]: IC2 Version: IC2 2.2.823-experimental
  918. [12:20:03] [Client thread/INFO] [gendustry]: RF API Version: CoFHAPI 1.7.10R1.0.13
  919. [12:20:03] [Client thread/INFO] [gendustry]: Available Forestry species roots:
  920. [12:20:03] [Client thread/INFO] [gendustry]: * rootBees - forestry.apiculture.genetics.BeeHelper
  921. [12:20:03] [Client thread/INFO] [gendustry]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
  922. [12:20:03] [Client thread/INFO] [gendustry]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
  923. [12:20:03] [Client thread/INFO] [gendustry]: * rootFlowers - binnie.botany.genetics.FlowerHelper
  924. [12:20:03] [Client thread/INFO] [bdlib]: Loading internal config files for mod Gendustry
  925. [12:20:03] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
  926. [12:20:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
  927. [12:20:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
  928. [12:20:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
  929. [12:20:04] [Client thread/INFO] [bdlib]: Loading config: jar:file:/C:/ftb/FTBInfinity/minecraft/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
  930. [12:20:04] [Client thread/INFO] [bdlib]: Loading user config files for mod Gendustry
  931. [12:20:04] [Client thread/INFO] [bdlib]: Loading config: C:\ftb\FTBInfinity\minecraft\config\gendustry\custombees.cfg
  932. [12:20:04] [Client thread/INFO] [bdlib]: Config loading for mod Gendustry finished
  933. [12:20:04] [Client thread/INFO] [gendustry]: Created 52 BC triggers for Forestry error codes
  934. [12:20:04] [Client thread/INFO] [bdlib]: Loaded creative tabs for gendustry
  935. [12:20:05] [Client thread/INFO] [gendustry]: Items loaded
  936. [12:20:05] [Client thread/INFO] [gendustry]: Fluids loaded
  937. [12:20:05] [Client thread/INFO] [gendustry]: Blocks loaded
  938. [12:20:05] [Client thread/INFO] [gendustry]: Machines loaded
  939. [12:20:05] [Client thread/INFO] [gendustry]: Registered reload listener
  940. [12:20:05] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
  941. [12:20:05] [Client thread/INFO] [gendustry]: Loading language file C:\ftb\FTBInfinity\minecraft\config\gendustry\custombees.en_US.lang
  942. [12:20:06] [Client thread/INFO] [inpure|core]: Beating Minecraft's resource loading system with a shovel. Please stand by...
  943. [12:20:06] [Client thread/INFO] [inpure|core]: Constructing submodule info.inpureprojects.core.Preloader.ModulePreloader
  944. [12:20:06] [Client thread/INFO] [inpure|core]: Constructing submodule info.inpureprojects.core.Scripting.ScriptExtractor
  945. [12:20:06] [Client thread/INFO] [inpure|core]: Processing preinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  946. [12:20:06] [Client thread/INFO] [inpure|core]: Processing preinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  947. [12:20:06] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
  948. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded BCProxy
  949. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded ForestryProxy
  950. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded IC2Proxy
  951. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded CCProxy
  952. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded ThaumCraftProxy
  953. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded ThermalExpansionProxy
  954. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded BetterStorage DummyProxy
  955. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded NEIProxy
  956. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded Factorization DummyProxy
  957. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded EnderIOProxy
  958. [12:20:06] [Client thread/INFO] [LogisticsPipes]: Loaded IronChestProxy
  959. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded EnderStorageProxy
  960. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded OpenComputers DummyProxy
  961. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded ToolWrenchProxy
  962. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded ExtraCellsProxy
  963. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded CoFHPowerProxy
  964. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded TDProxy
  965. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded BinnieProxy
  966. [12:20:07] [Client thread/INFO] [LogisticsPipes]: Loaded CCLProxy
  967. [12:20:08] [Client thread/INFO] [modtweaker2]: Starting PreInitialization for modtweaker2
  968. [12:20:08] [Client thread/INFO] [Morpheus]: Loading configuration
  969. [12:20:08] [Client thread/INFO] [NEIAddons|AppEng]: Version check success: appliedenergistics2 required / rv3-beta-6 detected
  970. [12:20:08] [Client thread/INFO] [NEIAddons|Botany]: Version check success: Botany required / 2.0-pre14 detected
  971. [12:20:08] [Client thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[4.0.8.36,) required / 4.2.15.63 detected
  972. [12:20:08] [Client thread/INFO] [NEIAddons|ExNihilo]: Required mod exnihilo is not installed, dependent features will be unavailable
  973. [12:20:08] [Client thread/ERROR] [NEIAddons|ExNihilo]: Requirements unmet, Ex Nihilo Addon not loading
  974. [12:20:08] [Client thread/INFO] [neiintegration]: Starting NEI Integration
  975. [12:20:08] [Client thread/INFO] [neiintegration]: Loading configuration files
  976. [12:20:09] [Client thread/INFO] [neresources]: Loading configs..
  977. [12:20:09] [Client thread/INFO] [neresources]: Updating ModMetaData...
  978. [12:20:09] [Client thread/INFO] [neresources]: Registering Network Messages...
  979. [12:20:09] [Client thread/INFO] [neresources]: Requesting Sync...
  980. [12:20:09] [Client thread/INFO] [neresources]: Registering Events...
  981. [12:20:10] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
  982. [12:20:10] [Client thread/INFO] [PortalGun]: [4.0.0-beta-6] Loading properties.
  983. [12:20:11] [Client thread/WARN] [ProjRed|Core]: Failed to load PR Plugin: Treecapitator: gem axe compat
  984. [12:20:11] [Client thread/WARN] [ProjRed|Core]: Failed to load PR Plugin: Colored Lights: Illumination lighting
  985. [12:20:12] [Client thread/INFO] [mcjty.lib.varia.Logging]: Could not read 'userbuilder.json', this is not an error!
  986. [12:20:13] [Client thread/INFO] [simplyjetpacks]: Starting Simply Jetpacks
  987. [12:20:13] [Client thread/INFO] [simplyjetpacks]: Successfully found CoFHLib
  988. [12:20:13] [Client thread/INFO] [simplyjetpacks]: Loading configuration files
  989. [12:20:13] [Client thread/INFO] [simplyjetpacks]: Registering items
  990. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.blocks.BlockCableCluster
  991. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied CREATE_TE transformer
  992. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityManager
  993. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied ACTIVATE_TRIGGER transformer
  994. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied GET_GUI transformer
  995. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied MANAGER_INIT transformer
  996. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied UPDATE_ENTITY transformer
  997. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityCluster
  998. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied PUBLIC_PAIR transformer
  999. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied GET_PUBLIC_REGISTRATIONS transformer
  1000. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.blocks.TileEntityRFCluster
  1001. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied GET_REGISTRATIONS transformer
  1002. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied GET_RF_NODE transformer
  1003. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.blocks.ConnectionBlockType
  1004. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied IS_INSTANCE transformer
  1005. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.components.ComponentMenuInterval
  1006. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.components.ComponentMenuItem
  1007. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied ITEM_SEARCH transformer
  1008. [12:20:13] [Client thread/INFO] [StevesAddons]: Applying Transformers to vswe.stevesfactory.components.ComponentMenuContainerTypes
  1009. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied WRITE_TO_NBT transformer
  1010. [12:20:13] [Client thread/INFO] [StevesAddons]: Applied READ_FROM_NBT transformer
  1011. [12:20:14] [Client thread/INFO] [Thaumic Energistics]: Starting (PreInit)
  1012. [12:20:15] [Client thread/INFO] [Thaumic Energistics]: Finished (PreInit in 204ms)
  1013. [12:20:15] [Client thread/INFO] [ThermalDynamics]: Loading Plugins...
  1014. [12:20:15] [Client thread/INFO] [ThermalDynamics]: Finished Loading Plugins.
  1015. [12:20:15] [Client thread/INFO] [TMechworks]: Loading configuration...
  1016. [12:20:15] [Client thread/INFO] [TMechworks]: Done.
  1017. [12:20:17] [Client thread/INFO] [FML]: Applying holder lookups
  1018. [12:20:17] [Client thread/INFO] [FML]: Holder lookups applied
  1019. [12:20:17] [Client thread/INFO] [FML]: Injecting itemstacks
  1020. [12:20:17] [Client thread/INFO] [FML]: Itemstack injection complete
  1021. [12:20:17] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1022. [12:20:17] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  1023. [12:20:17] [Thread-14/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  1024. [12:20:17] [Thread-14/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  1025. [12:20:18] [Thread-14/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  1026. [12:20:18] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1027. [12:20:18] [Sound Library Loader/INFO]: Sound engine started
  1028. [12:20:20] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
  1029. [12:20:20] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  1030. [12:20:21] [Client thread/INFO]: Created: 16x16 textures/items-atlas
  1031. [12:20:21] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  1032. [12:20:21] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
  1033. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 267 out of 267 recipes for shaped recipes
  1034. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 76 out of 76 recipes for shapeless recipes
  1035. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
  1036. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
  1037. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 48 out of 48 recipes for compressor recipes
  1038. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
  1039. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 64 out of 64 recipes for macerator recipes
  1040. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
  1041. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
  1042. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
  1043. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
  1044. [12:20:21] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
  1045. [12:20:21] [Client thread/INFO] [AE2:C]: Initialization ( started )
  1046. [12:20:21] [Client thread/INFO] [AE2:C]: Starting AE2 CSV Export
  1047. [12:20:21] [AE2 CSV Export/INFO] [AE2:C]: Cache is enabled. Checking for new mod configurations.
  1048. [12:20:21] [AE2 CSV Export/INFO] [AE2:C]: New mod configuration was found. Commencing exporting.
  1049. [12:20:21] [AE2 CSV Export/INFO] [AE2:C]: Item Exporting ( started )
  1050. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0
  1051. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0
  1052. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  1053. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  1054. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  1055. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
  1056. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0
  1057. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0
  1058. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
  1059. [12:20:22] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
  1060. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: OreRegistration: 16 loaded.
  1061. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: HCCrusher: 8 loaded.
  1062. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Inscribe: 8 loaded.
  1063. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: MekEnrichment: 2 loaded.
  1064. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Pulverizer: 8 loaded.
  1065. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: MekCrusher: 3 loaded.
  1066. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Crusher: 8 loaded.
  1067. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 56 loaded.
  1068. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Macerator: 7 loaded.
  1069. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Smelt: 2 loaded.
  1070. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Press: 3 loaded.
  1071. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: GrindFZ: 7 loaded.
  1072. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 210 loaded.
  1073. [12:20:22] [Client thread/INFO] [AE2:C]: Recipes Loading: Grind: 4 loaded.
  1074. [12:20:22] [Client thread/INFO] [ThE-Core]: Transforming Class (appeng.client.gui.implementations.GuiMEMonitorable)
  1075. [12:20:23] [Client thread/INFO] [AE2:C]: Initialization ( ended after 1365ms )
  1076. [12:20:23] [AE2 CSV Export/WARN] [AE2:C]: Could not export subtypes of: item.extrautils:microblocks
  1077. [12:20:24] [AE2 CSV Export/WARN] [AE2:C]: Could not export subtypes of: item.microblock
  1078. [12:20:24] [AE2 CSV Export/INFO] [AE2:C]: Exported successfully 5788 items into items.csv
  1079. [12:20:24] [AE2 CSV Export/INFO] [AE2:C]: Item Exporting ( ended after 2371 ms)
  1080. [12:20:24] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.client.gui.GuiTextField
  1081. [12:20:24] [Client thread/INFO] [FML]: InvTweaks: successfully transformed setFocused/func_146195_b
  1082. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1083. [12:20:24] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockCrystalMatrix has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
  1084. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
  1085. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
  1086. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:23)
  1087. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
  1088. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1089. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
  1090. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1091. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1092. [12:20:24] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockCosmicNeutronium has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
  1093. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
  1094. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
  1095. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:24)
  1096. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
  1097. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1098. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
  1099. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1100. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1101. [12:20:24] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockInfinity has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
  1102. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
  1103. [12:20:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
  1104. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.crafting.Grinder.artsAndCrafts(Grinder.java:25)
  1105. [12:20:24] [Client thread/WARN] [FML]: * at fox.spiteful.avaritia.Avaritia.midGame(Avaritia.java:69)
  1106. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1107. [12:20:24] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
  1108. [12:20:24] [Client thread/WARN] [FML]: ****************************************
  1109. [12:20:25] [Client thread/INFO] [Mantle]: Entering initialization phase.
  1110. [12:20:25] [Client thread/INFO] [Natura]: Waila detected.
  1111. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.genetics.FlowerMutation
  1112. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.circuits.BinnieCircuit
  1113. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.botany.farm.CircuitGarden
  1114. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.effect.ExtraBeesEffect
  1115. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeesFlowers
  1116. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeeMutation
  1117. [12:20:27] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.core.circuits.BinnieCircuitLayout
  1118. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module EnderStorage
  1119. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module PamHarvestCraft
  1120. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module ThermalExpansion
  1121. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module ImmersiveEngineering
  1122. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module Railcraft
  1123. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module MineFactoryReloaded
  1124. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module BinnieMods
  1125. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module ForgeMultipart
  1126. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module NotEnoughItems
  1127. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module BigReactors
  1128. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module EnderIO
  1129. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module Forestry
  1130. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module MineTweaker3
  1131. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module IronChest
  1132. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module Witchery
  1133. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module CarpentersBlocks
  1134. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module AgriCraft
  1135. [12:20:28] [Client thread/INFO] [BuildCraft]: Loading compat module Waila
  1136. [12:20:28] [Client thread/INFO] [Chisel]: Starting init...
  1137. [12:20:28] [Client thread/INFO] [Chisel]: Loading recipes...
  1138. [12:20:28] [Client thread/INFO] [Chisel]: 106 Feature's recipes loaded.
  1139. [12:20:28] [Client thread/INFO] [Chisel]: Init finished.
  1140. [12:20:29] [Client thread/INFO] [Draconic Evolution]: Adding Iron Chests Integration
  1141. [12:20:29] [Client thread/INFO] [Draconic Evolution]: Finished Initialization
  1142. [12:20:30] [Client thread/INFO] [Draconic Evolution]: RS Added
  1143. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EnderIOController to busses: [FORGE, FML]
  1144. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE, FML]
  1145. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler Scheduler to busses: [FORGE, FML]
  1146. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE, FML]
  1147. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE, FML]
  1148. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE, FML]
  1149. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler ClientHandler to busses: [FORGE, FML]
  1150. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE, FML]
  1151. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE, FML]
  1152. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler FireworkHandler to busses: [FORGE, FML]
  1153. [12:20:30] [Client thread/INFO] [EnderCore]: Transforming Class [cpw.mods.fml.client.GuiScrollingList], Method [drawScreen]
  1154. [12:20:30] [Client thread/INFO] [EnderCore]: Transforming cpw.mods.fml.client.GuiScrollingList Finished.
  1155. [12:20:30] [Client thread/INFO] [EnderCore]: Transforming Class [cpw.mods.fml.client.GuiSlotModList], Method [drawBackground]
  1156. [12:20:30] [Client thread/INFO] [EnderCore]: Transforming cpw.mods.fml.client.GuiSlotModList Finished.
  1157. [12:20:30] [Client thread/INFO] [EnderCore]: [Handlers] Registering handler EventHandlerGui to busses: [FORGE, FML]
  1158. [12:20:30] [Client thread/INFO] [EnderCore]: Sending dummy event to all mods
  1159. [12:20:30] [Client thread/INFO] [EnderCore]: Reloading ingame configs for modid: endercore
  1160. [12:20:30] [Client thread/INFO] [EnderIO]: Updating config...
  1161. [12:20:31] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 45 loaded.
  1162. [12:20:31] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 54 loaded.
  1163. [12:20:31] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (bedrockium) - TConTextureResourcePackBedrockium
  1164. [12:20:31] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (unstableingot) - TConTextureResourcePackUnstableIngot
  1165. [12:20:31] [Client thread/INFO] [extrautils]: Registered TCon Resource Pack (magicwood) - TConTextureResourcePackMagicWood
  1166. [12:20:32] [Client thread/INFO] [ImmersiveEngineering]: Attempting to extend PotionArray by 4
  1167. [12:20:32] [Client thread/INFO]: Created: 16x16 textures/revolvers-atlas
  1168. [12:20:32] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  1169. [12:20:33] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Registering harvestables.
  1170. [12:20:33] [Client thread/INFO] [TConstruct]: Waila detected. Registering TConstruct tank blocks with Waila registry.
  1171. [12:20:33] [Client thread/INFO] [TConstruct]: BuildCraft detected. Registering facades.
  1172. [12:20:33] [Client thread/INFO] [TConstruct]: AE2 detected. Registering for Spatial IO.
  1173. [12:20:33] [Client thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.
  1174. [12:20:33] [Client thread/INFO] [TConstruct]: Mystcraft detected. Blacklisting Mystcraft fluid symbols.
  1175. [12:20:33] [Client thread/INFO] [TConstruct]: MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.
  1176. [12:20:33] [Client thread/INFO] [TConstruct]: ForgeMultipart detected. Registering TConstruct decorative blocks with FMP.
  1177. [12:20:33] [Client thread/INFO] [MagicBees]: Init completed
  1178. [12:20:33] [Client thread/INFO] [MagicBees]: Thermal Expansion bees active
  1179. [12:20:33] [Client thread/INFO] [gendustry]: Registered 2 branches
  1180. [12:20:33] [Client thread/INFO] [gendustry]: Registered 18 bees
  1181. [12:20:34] [Client thread/FATAL] [IC2NuclearControl]: We know that there is a foreign reactor installed...
  1182. [12:20:34] [Client thread/FATAL] [IC2NuclearControl]: Large Storage System? We can help to monitor that!
  1183. [12:20:34] [Client thread/INFO] [inpure|core]: Processing init event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  1184. [12:20:34] [Client thread/INFO] [inpure|core]: Processing init event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  1185. [12:20:34] [Client thread/INFO] [inventorytweaks]: InvTweaks: Configuration loaded.
  1186. [12:20:34] [Client thread/INFO] [inventorytweaks]: Mod initialized
  1187. [12:20:34] [Client thread/INFO] [journeymap]: JourneyMap log initialized.
  1188. [12:20:34] [Client thread/INFO] [journeymap]: initialize ENTER
  1189. [12:20:34] [Client thread/INFO] [journeymap]: Loaded CoreProperties from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.core.config
  1190. [12:20:34] [Client thread/INFO] [journeymap]: Loaded FullMapProperties from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.fullmap.config
  1191. [12:20:34] [Client thread/INFO] [journeymap]: Loaded MiniMapProperties from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.minimap.config
  1192. [12:20:34] [Client thread/INFO] [journeymap]: Loaded MiniMapProperties2 from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.minimap2.config
  1193. [12:20:34] [Client thread/INFO] [journeymap]: Loaded WebMapProperties from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.webmap.config
  1194. [12:20:35] [Client thread/INFO] [journeymap]: Loaded WaypointProperties from c:\ftb\FTBInfinity\minecraft\journeymap\config\5.1\journeymap.waypoint.config
  1195. [12:20:35] [Client thread/INFO] [journeymap]: initialize EXIT, elapsed count 0 avg ?ms
  1196. [12:20:35] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.golems.EntityGolemBase with hat mod mappings.
  1197. [12:20:35] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.1] Registered thaumcraft.common.entities.monster.EntityPech with hat mod mappings.
  1198. [12:20:36] [Client thread/INFO] [modtweaker2]: Starting Initialization for modtweaker2
  1199. [12:20:36] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts
  1200. [12:20:36] [Hats Download/Read Hats Thread/INFO] [Hats]: [4.0.1] Loaded 198 hats. 68 are contributor hats.
  1201. [12:20:37] [Client thread/INFO] [Mystcraft]: Adding Entity Renderers
  1202. [12:20:37] [Client thread/INFO] [NEIAddons]: Loading NEI Addons
  1203. [12:20:37] [Client thread/INFO] [NEIAddons]: Developer Tools Addon disabled - skipping
  1204. [12:20:37] [Client thread/INFO] [NEIAddons]: Loading Applied Energistics 2 Addon...
  1205. [12:20:37] [Client thread/INFO] [NEIAddons]: Applied Energistics 2 Addon successfully loadded
  1206. [12:20:37] [Client thread/INFO] [NEIAddons]: Loading Botany Addon...
  1207. [12:20:37] [Client thread/INFO] [NEIAddons]: Botany Addon successfully loadded
  1208. [12:20:37] [Client thread/INFO] [NEIAddons]: Loading Forestry Addon...
  1209. [12:20:37] [Client thread/INFO] [NEIAddons]: Forestry Addon successfully loadded
  1210. [12:20:37] [Client thread/INFO] [NEIAddons]: Loading Crafting Tables Addon...
  1211. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod EE3 is not installed, dependent features will be unavailable
  1212. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering EE3 Minium Stone
  1213. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BuildCraft|Factory required / 7.1.16 detected
  1214. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BC Autorcrafting Table
  1215. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod powersuitaddons is not installed, dependent features will be unavailable
  1216. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering MPSA In-Place Assembler
  1217. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod ProjectE is not installed, dependent features will be unavailable
  1218. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering ProjectE Philosopher Stone
  1219. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: BiblioCraft required / 1.11.5 detected
  1220. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered BiblioCraft Fancy Workbench
  1221. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Required mod RIO is not installed, dependent features will be unavailable
  1222. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering RemoteIO Intelligent Workbench
  1223. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Version check success: Railcraft required / 9.12.2.0 detected
  1224. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: Registered Railcraft Work Cart
  1225. [12:20:37] [Client thread/INFO] [NEIAddons|CraftingTables]: 3 crafting tables registered
  1226. [12:20:37] [Client thread/INFO] [NEIAddons]: Crafting Tables Addon successfully loadded
  1227. [12:20:38] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools villager registered with id: 10
  1228. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering handlers
  1229. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering network messages
  1230. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Stealing Thermal Expansion's items
  1231. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Stealing Thermal Dynamics's items
  1232. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Stealing Redstone Arsenal's items
  1233. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Stealing Ender IO's items
  1234. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering recipes
  1235. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Doing intermod communication
  1236. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
  1237. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
  1238. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering TE Induction Smelter recipe
  1239. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering TE Fluid Transposer fill recipe
  1240. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering TE Fluid Transposer fill recipe
  1241. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
  1242. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
  1243. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
  1244. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering EIO Alloy Smelter recipe
  1245. [12:20:38] [Client thread/INFO] [simplyjetpacks]: Registering EIO Soul Binder recipe
  1246. [12:20:38] [Client thread/INFO] [StevesAddons]: Applying Transformer to vswe.stevesfactory.settings.Settings
  1247. [12:20:38] [Client thread/INFO] [StevesAddons]: Applied LOAD_DEFAULT transformer
  1248. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Starting (Load)
  1249. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Starting (Integration)
  1250. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with NEI
  1251. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with Waila
  1252. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with EC2
  1253. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Successfully integrated with CC
  1254. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Finished (Integration in 61ms)
  1255. [12:20:39] [Client thread/INFO] [Thaumic Energistics]: Finished (Load in 259ms)
  1256. [12:20:40] [Client thread/INFO] [denseores]: Ph'nglui mglw'nafh, y'uln Dense Ores shugg ch'agl
  1257. [12:20:41] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AdaptiveSmelteryLogic by TConstruct
  1258. [12:20:41] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.AqueductLogic by TConstruct
  1259. [12:20:41] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TankAirLogic by TConstruct
  1260. [12:20:41] [Client thread/INFO] [AE2:C]: Bad Class Registered: tconstruct.smeltery.logic.TowerFurnaceLogic by TConstruct
  1261. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderIO ] for method crazypants.enderio.waila.WailaCompat.load
  1262. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderZoo ] for method crazypants.enderzoo.waila.WailaCompat.load
  1263. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
  1264. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ rftools ] for method mcjty.lib.compat.waila.WailaCompatibility.load
  1265. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ AgriCraft ] for method com.InfinityRaider.AgriCraft.compatibility.waila.WailaRegistry.initWaila
  1266. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ appliedenergistics2 ] for method appeng.integration.modules.Waila.register
  1267. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ Natura ] for method mods.natura.plugins.waila.WailaRegistrar.wailaCallback
  1268. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ BuildCraft|Compat ] for method buildcraft.compat.waila.WailaCallback.callback
  1269. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ chisel ] for method team.chisel.compat.WailaCompat.register
  1270. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.MultiblockWailaProvider.callbackRegister
  1271. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.GenericWailaProvider.callbackRegister
  1272. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ extracells ] for method extracells.integration.waila.Waila.register
  1273. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ ImmersiveEngineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
  1274. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
  1275. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ FTBL ] for method ftb.lib.api.waila.EventRegisterWaila.registerHandlers
  1276. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ gendustry ] for method net.bdew.gendustry.waila.WailaHandler.loadCallback
  1277. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ headcrumbs ] for method ganymedes01.headcrumbs.waila.WailaRegistrar.wailaCallback
  1278. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ IC2NuclearControl ] for method shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila.callbackRegister
  1279. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ immersiveintegration ] for method unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler.init
  1280. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
  1281. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ StevesFactoryManager ] for method vswe.stevesfactory.waila.Provider.callbackRegister
  1282. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ StevesAddons ] for method stevesaddons.waila.WailaManager.callbackRegister
  1283. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
  1284. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ thaumicenergistics ] for method thaumicenergistics.common.integration.ModuleWaila.callbackRegister
  1285. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ ThaumicExploration ] for method flaxbeard.thaumicexploration.interop.WailaConfig.callbackRegister
  1286. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
  1287. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities.registerAddon
  1288. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles.registerAddon
  1289. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericEntities.registerAddon
  1290. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.generic.AddonGenericTiles.registerAddon
  1291. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles.registerAddon
  1292. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles.registerAddon
  1293. [12:20:41] [Client thread/INFO] [Waila]: Receiving registration request from [ witchery ] for method com.emoniph.witchery.integration.ModHookWailaRegistrar.callbackRegister
  1294. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1295. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
  1296. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 1 recipes avaliable.
  1297. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1298. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
  1299. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 2 recipes avaliable.
  1300. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1301. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
  1302. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 3 recipes avaliable.
  1303. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1304. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid Alloy Smelter recipes in config.
  1305. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 4 recipes avaliable.
  1306. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1307. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1308. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 1 recipes avaliable.
  1309. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1310. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1311. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 2 recipes avaliable.
  1312. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1313. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1314. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 3 recipes avaliable.
  1315. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1316. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1317. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 4 recipes avaliable.
  1318. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1319. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1320. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 5 recipes avaliable.
  1321. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1322. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1323. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 6 recipes avaliable.
  1324. [12:20:41] [Client thread/WARN] [EnderIO]: RecipeParser: Root element not specified before element recipeGroup.
  1325. [12:20:41] [Client thread/INFO] [EnderIO]: Found 1 valid SAG Mill recipes in config.
  1326. [12:20:41] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 7 recipes avaliable.
  1327. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving API registration request from [OpenPeripheralIntegration] for method openperipheral.integration.mystcraft.v2.MystcraftAccess.init
  1328. [12:20:41] [Client thread/INFO] [Mystcraft]: Trying to call (reflection) openperipheral.integration.mystcraft.v2.MystcraftAccess init
  1329. [12:20:41] [Client thread/INFO] [Mystcraft]: API provided to OpenPeripheralIntegration
  1330. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid gold.molten
  1331. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1332. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid steel.molten
  1333. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1334. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid emerald.liquid
  1335. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1336. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ardite.molten
  1337. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1338. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid cobalt.molten
  1339. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1340. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid pigiron.molten
  1341. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1342. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid bronze.molten
  1343. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1344. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid alumite.molten
  1345. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1346. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid aluminumbrass.molten
  1347. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1348. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid manyullyn.molten
  1349. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1350. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid ender
  1351. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1352. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid silver.molten
  1353. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1354. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid invar.molten
  1355. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1356. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid electrum.molten
  1357. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1358. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid platinum.molten
  1359. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1360. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid signalum.molten
  1361. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1362. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid lumium.molten
  1363. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1364. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid mithril.molten
  1365. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1366. [12:20:41] [Client thread/INFO] [Mystcraft]: Receiving fluid symbol blacklist request from [TConstruct] for fluid enderium.molten
  1367. [12:20:41] [Client thread/INFO] [Mystcraft]: Fluid blacklist request successful.
  1368. [12:20:41] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
  1369. [12:20:41] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
  1370. [12:20:41] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
  1371. [12:20:41] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
  1372. [12:20:41] [Client thread/ERROR] [Mystcraft]: IMC message 'fluidsymbol' from [witchery] unrecognized
  1373. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.pigiron.molten'
  1374. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.pigiron.molten' to 999999,999999,999999,6
  1375. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in dimensions.
  1376. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.pigiron.molten' from being generated randomly in loot/chests.
  1377. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.bronze.molten'
  1378. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.bronze.molten' to 999999,999999,999999,6
  1379. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in dimensions.
  1380. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.bronze.molten' from being generated randomly in loot/chests.
  1381. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.alumite.molten'
  1382. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.alumite.molten' to 999999,999999,999999,6
  1383. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in dimensions.
  1384. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.alumite.molten' from being generated randomly in loot/chests.
  1385. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.aluminumbrass.molten'
  1386. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminumbrass.molten' to 999999,999999,999999,6
  1387. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in dimensions.
  1388. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.aluminumbrass.molten' from being generated randomly in loot/chests.
  1389. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.manyullyn.molten'
  1390. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.manyullyn.molten' to 999999,999999,999999,6
  1391. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in dimensions.
  1392. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.manyullyn.molten' from being generated randomly in loot/chests.
  1393. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.invar.molten'
  1394. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.invar.molten' to 999999,999999,999999,6
  1395. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in dimensions.
  1396. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.invar.molten' from being generated randomly in loot/chests.
  1397. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.electrum.molten'
  1398. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.electrum.molten' to 999999,999999,999999,6
  1399. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in dimensions.
  1400. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.electrum.molten' from being generated randomly in loot/chests.
  1401. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.signalum.molten'
  1402. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.signalum.molten' to 999999,999999,999999,6
  1403. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in dimensions.
  1404. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.signalum.molten' from being generated randomly in loot/chests.
  1405. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.lumium.molten'
  1406. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lumium.molten' to 999999,999999,999999,6
  1407. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in dimensions.
  1408. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.lumium.molten' from being generated randomly in loot/chests.
  1409. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.mithril.molten'
  1410. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.mithril.molten' to 999999,999999,999999,6
  1411. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in dimensions.
  1412. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.mithril.molten' from being generated randomly in loot/chests.
  1413. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.enderium.molten'
  1414. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.enderium.molten' to 999999,999999,999999,6
  1415. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in dimensions.
  1416. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.enderium.molten' from being generated randomly in loot/chests.
  1417. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Liquid.platinum.molten'
  1418. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.platinum.molten' to 999999,999999,999999,6
  1419. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in dimensions.
  1420. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.platinum.molten' from being generated randomly in loot/chests.
  1421. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one' to 123456,123456,123456,6
  1422. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one1' to 123456,123456,123456,6
  1423. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one2' to 123456,123456,123456,6
  1424. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.one3' to 123456,123456,123456,6
  1425. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one'
  1426. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one1'
  1427. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one2'
  1428. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.one3'
  1429. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in dimensions.
  1430. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in dimensions.
  1431. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in dimensions.
  1432. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in dimensions.
  1433. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one' from being generated randomly in loot/chests.
  1434. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one1' from being generated randomly in loot/chests.
  1435. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one2' from being generated randomly in loot/chests.
  1436. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.one3' from being generated randomly in loot/chests.
  1437. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two' to 123456,123456,123456,6
  1438. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.ore.berries.two1' to 123456,123456,123456,6
  1439. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two'
  1440. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Blacklisted dimlet with key: 'Material.tile.ore.berries.two1'
  1441. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in dimensions.
  1442. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in dimensions.
  1443. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two' from being generated randomly in loot/chests.
  1444. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.ore.berries.two1' from being generated randomly in loot/chests.
  1445. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.obsidian.molten' to 3000,2500,400,3
  1446. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.glass.molten' to 2000,2000,250,3
  1447. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.copper.molten' to 7500,5000,500,4
  1448. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.aluminum.molten' to 8500,6000,600,4
  1449. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.tin.molten' to 9000,6000,500,4
  1450. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.iron.molten' to 10000,7500,1000,5
  1451. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.steel.molten' to 25000,12500,2000,6
  1452. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.gold.molten' to 50000,15000,2500,6
  1453. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ender' to 300000,40000,7000,6
  1454. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.ardite.molten' to 400000,45000,8000,6
  1455. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.cobalt.molten' to 500000,50000,10000,6
  1456. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.emerald.liquid' to 350000,40000,5000,6
  1457. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.lead.molten' to 15000,1000,800,5
  1458. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.nickel.molten' to 17000,1027,900,5
  1459. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Liquid.silver.molten' to 45678,14321,1234,6
  1460. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in loot/chests.
  1461. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in loot/chests.
  1462. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ender' from being generated randomly in loot/chests.
  1463. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in loot/chests.
  1464. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in loot/chests.
  1465. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.silver.molten' from being generated randomly in loot/chests.
  1466. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in loot/chests.
  1467. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.cobalt.molten' from being generated randomly in dimensions.
  1468. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.ardite.molten' from being generated randomly in dimensions.
  1469. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.steel.molten' from being generated randomly in dimensions.
  1470. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.gold.molten' from being generated randomly in dimensions.
  1471. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.emerald.liquid' from being generated randomly in dimensions.
  1472. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Liquid.iron.molten' from being generated randomly in dimensions.
  1473. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore1' to 500000,25000,15000,5
  1474. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore1' from being generated randomly in loot/chests.
  1475. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore2' to 400000,20000,10000,5
  1476. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Prevent dimlet with key key: 'Material.tile.tconstruct.stoneore2' from being generated randomly in loot/chests.
  1477. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore3' to 10000,3000,1000,3
  1478. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore4' to 12000,3333,5000,3
  1479. [12:20:41] [Client thread/INFO] [mcjty.lib.varia.Logging]: IMC: Reconfigured dimlet with key: 'Material.tile.tconstruct.stoneore5' to 10000,2800,500,3
  1480. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2 is already registered.
  1481. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_1 is already registered.
  1482. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_2 is already registered.
  1483. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:factoryblock2_3 is already registered.
  1484. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_1 is already registered.
  1485. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_2 is already registered.
  1486. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_3 is already registered.
  1487. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_4 is already registered.
  1488. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_5 is already registered.
  1489. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_6 is already registered.
  1490. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_7 is already registered.
  1491. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_8 is already registered.
  1492. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_9 is already registered.
  1493. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_10 is already registered.
  1494. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_11 is already registered.
  1495. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_12 is already registered.
  1496. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_13 is already registered.
  1497. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_14 is already registered.
  1498. [12:20:41] [Client thread/ERROR] [ForgeMicroblock]: Material with id chisel:voidstoneRunic_15 is already registered.
  1499. [12:20:41] [Client thread/INFO] [FML]: Injecting itemstacks
  1500. [12:20:41] [Client thread/INFO] [FML]: Itemstack injection complete
  1501. [12:20:41] [Client thread/INFO] [IC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
  1502. [12:20:42] [Client thread/INFO] [IC2.General]: IC2 version 2.2.823-experimental loaded.
  1503. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Start parsing MT recipes * * * * * *
  1504. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Finished parsing MT recipes * * * * * *
  1505. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Config loading completed, 2 recipes parsed.
  1506. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * Loaded recipes list * * * * * *
  1507. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Glowstone Dust -> Sunnarium Piece [1000000 EU]
  1508. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] Glowstone -> Sunnarium [9000000 EU]
  1509. [12:20:42] [Client thread/INFO] [STDOUT]: [advsolar.common.AdvancedSolarPanel:addLog:137]: [AdvancedSolarPanel] * * * * * * * * * * * * * * * * * * * * *
  1510. [12:20:42] [Client thread/INFO] [AgriCraft]: Registering soils to whitelist:
  1511. [12:20:42] [Client thread/INFO] [AgriCraft]: Completed soil whitelist:
  1512. [12:20:42] [Client thread/INFO] [AgriCraft]: - minecraft:sand:0
  1513. [12:20:42] [Client thread/INFO] [AgriCraft]: - minecraft:mycelium:0
  1514. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropCinderpearl
  1515. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedCinderpearl
  1516. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropShimmerleaf
  1517. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedShimmerleaf
  1518. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropVishroom
  1519. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedVishroom
  1520. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropTaintedRoot
  1521. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedTaintedRoot
  1522. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaWhite
  1523. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaWhite
  1524. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaOrange
  1525. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaOrange
  1526. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaMagenta
  1527. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaMagenta
  1528. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLightBlue
  1529. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLightBlue
  1530. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaYellow
  1531. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaYellow
  1532. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLime
  1533. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLime
  1534. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaPink
  1535. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaPink
  1536. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaGray
  1537. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaGray
  1538. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaLightGray
  1539. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaLightGray
  1540. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaCyan
  1541. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaCyan
  1542. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaPurple
  1543. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaPurple
  1544. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBlue
  1545. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBlue
  1546. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBrown
  1547. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBrown
  1548. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaGreen
  1549. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaGreen
  1550. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaRed
  1551. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaRed
  1552. [12:20:42] [Client thread/INFO] [AgriCraft]: registering tile.agricraft:cropBotaniaBlack
  1553. [12:20:42] [Client thread/INFO] [AgriCraft]: registering item.agricraft:seedBotaniaBlack
  1554. [12:20:42] [Client thread/INFO] [AgriCraft]: Botania crops registered
  1555. [12:20:42] [Client thread/INFO] [AgriCraft]: Registered AgriCraft:seedCarrot:0 as a drop from grass (weight: 10)
  1556. [12:20:42] [Client thread/INFO] [AgriCraft]: Registered AgriCraft:seedPotato:0 as a drop from grass (weight: 10)
  1557. [12:20:42] [Client thread/INFO] [AE2:C]: Post Initialization ( started )
  1558. [12:20:42] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraftforge/fluids/IFluidHandler
  1559. [12:20:42] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraftforge/fluids/IFluidHandler
  1560. [12:20:42] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraft/inventory/ISidedInventory
  1561. [12:20:42] [Client thread/ERROR] [ForgeMultipart]: Trait already registered for net/minecraft/inventory/ISidedInventory
  1562. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5284 bytes
  1563. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2442 bytes
  1564. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
  1565. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBus loaded successfully - 4289 bytes
  1566. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBus loaded successfully - 4184 bytes
  1567. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1351 bytes
  1568. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1803 bytes
  1569. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBusTESR loaded successfully - 5296 bytes
  1570. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBusTESR loaded successfully - 2454 bytes
  1571. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBusTESR loaded successfully - 1082 bytes
  1572. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBusTESR loaded successfully - 4301 bytes
  1573. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBusTESR loaded successfully - 4196 bytes
  1574. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBusTESR loaded successfully - 1363 bytes
  1575. [12:20:42] [Client thread/INFO] [AE2:C]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBusTESR loaded successfully - 1815 bytes
  1576. [12:20:42] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Enable
  1577. [12:20:42] [Client thread/INFO] [AE2:C]: Rotary Craft - Integration Disabled
  1578. [12:20:42] [Client thread/INFO] [AE2:C]: Railcraft - Integration Enable
  1579. [12:20:42] [Client thread/INFO] [AE2:C]: BuildCraft Core - Integration Enable
  1580. [12:20:42] [Client thread/INFO] [AE2:C]: BuildCraft Transport - Integration Enable
  1581. [12:20:42] [Client thread/INFO] [AE2:C]: BuildCraft Builders - Integration Enable
  1582. [12:20:42] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Tiles - Integration Enable
  1583. [12:20:42] [Client thread/INFO] [AE2:C]: RedstoneFlux Power - Items - Integration Enable
  1584. [12:20:42] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Enable
  1585. [12:20:42] [Client thread/INFO] [AE2:C]: Deep Storage Unit - Integration Enable
  1586. [12:20:42] [Client thread/INFO] [AE2:C]: Factorization - Integration Disabled
  1587. [12:20:42] [Client thread/INFO] [AE2:C]: Forge MultiPart - Integration Enable
  1588. [12:20:42] [Client thread/INFO] [AE2:C]: Rotatable Blocks - Integration Disabled
  1589. [12:20:42] [Client thread/INFO] [AE2:C]: Colored Lights Core - Integration Disabled
  1590. [12:20:42] [Client thread/INFO] [AE2:C]: Waila - Integration Enable
  1591. [12:20:42] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Enable
  1592. [12:20:42] [Client thread/INFO] [AE2:C]: Not Enough Items - Integration Enable
  1593. [12:20:42] [Client thread/INFO] [AE2:C]: Craft Guide - Integration Disabled
  1594. [12:20:42] [Client thread/INFO] [AE2:C]: Mekanism - Integration Disabled
  1595. [12:20:42] [Client thread/INFO] [AE2:C]: ImmibisMicroblocks - Integration Disabled
  1596. [12:20:42] [Client thread/INFO] [AE2:C]: BetterStorage - Integration Disabled
  1597. [12:20:42] [Client thread/INFO] [AE2:C]: OpenComputers - Integration Disabled
  1598. [12:20:42] [Client thread/INFO] [AE2:C]: PneumaticCraft - Integration Disabled
  1599. [12:20:43] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 695ms )
  1600. [12:20:43] [Client thread/INFO] [BloodMagic]: Recipe Holder initialized: took 118.52663ms.
  1601. [12:20:43] [Client thread/INFO] [BloodMagic]: Loaded Harvestcraft Handlers!
  1602. [12:20:43] [Client thread/INFO] [BloodMagic]: Loaded MineTweaker 3 Integration
  1603. [12:20:43] [Client thread/INFO] [BloodMagic]: Loaded AgriCraft Handlers!
  1604. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1605. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1606. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1607. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1608. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1609. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1610. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1611. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1612. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1613. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1614. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1615. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1616. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1617. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1618. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1619. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1620. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1621. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1622. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1623. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1624. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1625. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1626. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1627. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1628. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1629. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1630. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1631. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1632. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1633. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1634. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1635. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1636. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1637. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1638. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1639. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1640. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1641. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1642. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1643. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1644. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1645. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1646. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1647. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1648. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1649. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1650. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1651. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1652. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1653. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1654. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1655. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1656. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1657. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1658. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1659. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1660. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1661. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1662. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1663. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1664. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1665. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1666. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1667. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1668. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1669. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1670. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1671. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1672. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1673. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1674. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1675. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1676. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1677. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1678. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1679. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1680. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1681. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1682. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1683. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1684. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1685. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1686. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1687. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1688. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1689. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1690. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1691. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1692. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1693. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1694. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1695. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1696. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1697. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1698. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1699. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1700. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1701. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1702. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1703. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1704. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1705. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1706. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1707. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1708. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1709. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1710. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1711. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1712. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1713. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1714. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1715. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1716. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1717. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1718. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1719. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1720. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1721. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1722. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1723. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1724. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1725. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1726. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1727. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1728. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1729. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1730. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1731. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1732. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1733. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1734. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1735. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1736. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1737. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1738. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1739. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1740. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1741. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1742. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1743. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1744. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1745. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1746. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1747. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1748. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1749. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1750. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1751. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1752. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1753. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1754. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1755. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1756. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1757. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1758. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1759. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1760. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1761. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1762. [12:20:43] [Client thread/ERROR] [BloodMagic]: A mod in this instance has registered an item with a null input. Known problem mods are:
  1763. [12:20:43] [Client thread/ERROR] [BloodMagic]: BiblioWoodsForestry
  1764. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockGold@0
  1765. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIron@0
  1766. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockDiamond@0
  1767. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockEmerald@0
  1768. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockLapis@0
  1769. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockRedstone@0
  1770. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockCoal@0
  1771. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.hayBlock@0
  1772. [12:20:43] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotGold@0
  1773. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blazeBlock@0
  1774. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@0
  1775. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@1
  1776. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@2
  1777. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@3
  1778. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.storage@4
  1779. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@0
  1780. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@4
  1781. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.manaResource@7
  1782. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.reedBlock@0
  1783. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.thatch@0
  1784. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wheatBag@0
  1785. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.barleyBag@0
  1786. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.potatoBag@0
  1787. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.carrotBag@0
  1788. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.wartBag@0
  1789. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.cottonBag@0
  1790. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.boneBag@0
  1791. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@1
  1792. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@3
  1793. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@5
  1794. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@7
  1795. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@9
  1796. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@11
  1797. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@13
  1798. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.gemOre@15
  1799. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
  1800. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@0
  1801. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@1
  1802. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@2
  1803. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.railcraft.ingot@3
  1804. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@2
  1805. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@5
  1806. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@9
  1807. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@0
  1808. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@1
  1809. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@8
  1810. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@10
  1811. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@1
  1812. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@2
  1813. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@9
  1814. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@11
  1815. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@4
  1816. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.railcraft.cube@0
  1817. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.chest@0
  1818. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:block_bedrockium@0
  1819. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@0
  1820. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@1
  1821. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@2
  1822. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@3
  1823. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@4
  1824. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@5
  1825. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@6
  1826. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@7
  1827. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@8
  1828. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@9
  1829. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@10
  1830. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@11
  1831. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@12
  1832. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@13
  1833. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@14
  1834. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.extrautils:cobblestone_compressed@15
  1835. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.pamcompressedsaltBlock@0
  1836. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@2
  1837. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.itemPlutonium@0
  1838. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.itemUran235@0
  1839. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xic2.blockMetal@3
  1840. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.appliedenergistics2.BlockQuartz@0
  1841. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.appliedenergistics2.BlockFluix@0
  1842. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.compressed_workbench@0
  1843. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.very_compressed_workbench@0
  1844. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@0
  1845. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.for.resourceStorage@3
  1846. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@0
  1847. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@1
  1848. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@2
  1849. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@3
  1850. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.brMetal.0@4
  1851. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.KnightmetalBlock@0
  1852. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.draconicevolution:draconicBlock@0
  1853. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.draconicevolution:draconium@0
  1854. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.draconicevolution:draconiumIngot@0
  1855. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.draconicevolution:draconicIngot@0
  1856. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemAlloy@5
  1857. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemAlloy@2
  1858. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@0
  1859. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@1
  1860. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@2
  1861. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@3
  1862. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@4
  1863. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@5
  1864. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@6
  1865. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.blockIngotStorage@7
  1866. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.stoneDecoration@3
  1867. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
  1868. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@0
  1869. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@0
  1870. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@1
  1871. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@1
  1872. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@2
  1873. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@2
  1874. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@3
  1875. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@3
  1876. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@4
  1877. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@4
  1878. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@5
  1879. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@5
  1880. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@6
  1881. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@6
  1882. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ImmersiveEngineering.metal@7
  1883. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.ImmersiveEngineering.storage@7
  1884. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@3
  1885. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@5
  1886. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@6
  1887. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@4
  1888. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@7
  1889. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@0
  1890. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@1
  1891. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@2
  1892. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@8
  1893. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.tconstruct.metalblock@9
  1894. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.ingotIron@0
  1895. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@9
  1896. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@10
  1897. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@11
  1898. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@14
  1899. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@18
  1900. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@3
  1901. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@4
  1902. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@5
  1903. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@13
  1904. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@15
  1905. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.tconstruct.Materials@16
  1906. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@0
  1907. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.slime.gel@1
  1908. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@5
  1909. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@6
  1910. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@7
  1911. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@10
  1912. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.projectred.exploration.stone@11
  1913. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.dyePowder@4
  1914. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@0
  1915. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@1
  1916. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.SC2:BlockMetalStorage@2
  1917. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.diamond@0
  1918. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemQuantumCore@11
  1919. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xitem.itemQuantumCore@10
  1920. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.aobd.blockIridium@0
  1921. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1922. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1923. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1924. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1925. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1926. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1927. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1928. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1929. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1930. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1931. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1932. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1933. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1934. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1935. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1936. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1937. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1938. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1939. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1940. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1941. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1942. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1943. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1944. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1945. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1946. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1947. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1948. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1949. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1950. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1951. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1952. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1953. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1954. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1955. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1956. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1957. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1958. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1959. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1960. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1961. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1962. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1963. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1964. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1965. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1966. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1967. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1968. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1969. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1970. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1971. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1972. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1973. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1974. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1975. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1976. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1977. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1978. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1979. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1980. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1981. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1982. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1983. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1984. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1985. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1986. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1987. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1988. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1989. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1990. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1991. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1992. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1993. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1994. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1995. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1996. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1997. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1998. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  1999. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2000. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2001. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2002. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2003. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2004. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2005. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2006. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2007. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2008. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2009. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2010. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2011. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2012. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2013. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2014. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2015. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2016. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2017. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2018. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2019. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2020. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2021. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2022. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2023. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2024. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2025. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2026. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2027. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2028. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2029. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2030. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2031. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2032. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2033. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2034. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2035. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2036. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2037. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2038. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2039. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2040. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2041. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2042. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2043. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2044. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2045. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2046. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2047. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2048. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2049. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2050. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2051. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2052. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2053. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2054. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2055. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2056. [12:20:44] [Client thread/INFO] [BloodMagic]: Adding the following recipe to the Compression Handler: 1xtile.agricraft:waterChannelFull@0
  2057. [12:20:44] [Client thread/INFO] [BloodMagic]: Total number of compression recipes: 293
  2058. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 356
  2059. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 29
  2060. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 30
  2061. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 31
  2062. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 32
  2063. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 77
  2064. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 80
  2065. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 81
  2066. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 82
  2067. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 83
  2068. [12:20:44] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
  2069. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop]
  2070. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop]
  2071. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop]
  2072. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop]
  2073. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop]
  2074. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop]
  2075. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop]
  2076. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop]
  2077. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop]
  2078. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop]
  2079. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop]
  2080. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop]
  2081. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop]
  2082. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop]
  2083. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop]
  2084. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop]
  2085. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop]
  2086. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop]
  2087. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop]
  2088. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop]
  2089. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop]
  2090. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop]
  2091. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop]
  2092. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop]
  2093. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop]
  2094. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop]
  2095. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop]
  2096. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop]
  2097. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
  2098. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop]
  2099. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop]
  2100. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop]
  2101. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop]
  2102. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop]
  2103. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop]
  2104. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop]
  2105. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop]
  2106. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop]
  2107. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop]
  2108. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop]
  2109. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop]
  2110. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop]
  2111. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop]
  2112. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop]
  2113. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop]
  2114. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop]
  2115. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop]
  2116. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spinach Crop]
  2117. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop]
  2118. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop]
  2119. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop]
  2120. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
  2121. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop]
  2122. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop]
  2123. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop]
  2124. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop]
  2125. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Curry Leaf Crop]
  2126. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sesame Seeds Crop]
  2127. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Chestnut Crop]
  2128. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apple]
  2129. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Almond]
  2130. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Apricot]
  2131. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Avocado]
  2132. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Banana]
  2133. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cashew]
  2134. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cherry]
  2135. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chestnut]
  2136. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cinnamon Wood]
  2137. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coconut]
  2138. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Date]
  2139. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Dragonfruit]
  2140. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Durian]
  2141. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fig]
  2142. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grapefruit]
  2143. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lemon]
  2144. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lime]
  2145. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mango]
  2146. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Maple Wood]
  2147. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Nutmeg]
  2148. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Olive]
  2149. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Orange]
  2150. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Papaya]
  2151. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Paperbark Wood]
  2152. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peach]
  2153. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pear]
  2154. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pecan]
  2155. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peppercorn]
  2156. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Persimmon]
  2157. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pistachio]
  2158. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Plum]
  2159. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pomegranate]
  2160. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Starfruit]
  2161. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Vanilla Bean]
  2162. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Walnut]
  2163. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Goosberry]
  2164. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crop Sticks]
  2165. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Raspberry Bush]
  2166. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blueberry Bush]
  2167. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blackberry Bush]
  2168. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Maloberry Bush]
  2169. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Blightberry Bush]
  2170. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Duskberry Bush]
  2171. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Skyberry Bush]
  2172. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Stingberry Bush]
  2173. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Crops]
  2174. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Crops]
  2175. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Iron Oreberry Bush]
  2176. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Gold Oreberry Bush]
  2177. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Copper Oreberry Bush]
  2178. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Tin Oreberry Bush]
  2179. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Aluminum Oreberry Bush]
  2180. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Essence Berry Bush]
  2181. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-34] to only spawn TC content at level [2]
  2182. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Artichoke]
  2183. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Belladonna]
  2184. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mandrake]
  2185. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Snowbell]
  2186. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wormwood]
  2187. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Minedrake]
  2188. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wolfsbane]
  2189. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-37] to only spawn TC content at level [0]
  2190. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-38] to only spawn TC content at level [0]
  2191. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Uranium Cluster] to special result list for [Uranium Ore]
  2192. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Ferrous Ore]
  2193. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Nickel Ore]
  2194. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Shiny Ore]
  2195. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mana Infused Ore]
  2196. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Draconium Cluster] to special result list for [Draconium Ore]
  2197. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Ore]
  2198. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [Cobalt Gravel Ore]
  2199. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Ardite Cluster] to special result list for [Ardite Ore]
  2200. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Ore]
  2201. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Gravel Ore]
  2202. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Steel Cluster] to special result list for [Steel Ore]
  2203. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Adding [Native Iridium Cluster] to special result list for [Iridium Ore]
  2204. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
  2205. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
  2206. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
  2207. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
  2208. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
  2209. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
  2210. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
  2211. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
  2212. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
  2213. [12:20:45] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
  2214. [12:20:45] [Client thread/INFO] [FML]: [Botania] The Lexica Botania has 26767 words.
  2215. [12:20:46] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.genetics.genetics.GeneArrayItem
  2216. [12:20:46] [Client thread/INFO] [Mantle]: Entering postinitialization phase.
  2217. [12:20:46] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2218. [12:20:46] [Client thread/INFO] [Forestry]: Skipping CraftGuide integration.
  2219. [12:20:46] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\ftb\FTBInfinity\minecraft\config\cofh\thermalexpansion\crafting.
  2220. [12:20:47] [Client thread/INFO] [BinniePatcher]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeMutation
  2221. [12:20:47] [Client thread/INFO] [BuildCraft]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
  2222. [12:20:48] [Client thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
  2223. [12:20:48] [Client thread/INFO] [Draconic Evolution]: Finished PostInitialization
  2224. [12:20:48] [Client thread/INFO] [STDOUT]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont:<init>:98]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
  2225. [12:20:48] [Client thread/INFO] [EnderIO]: Loaded 2 grinding balls from SAG Mill config.
  2226. [12:20:48] [Client thread/INFO] [EnderIO]: Excluding 9 recipes from grinding balls bonus.
  2227. [12:20:48] [Client thread/INFO] [EnderIO]: Found 158 valid SAG Mill recipes in config.
  2228. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.stoneore@2
  2229. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.tconstruct.stoneore@1
  2230. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.brOre.0@0
  2231. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.tconstruct.Materials@11
  2232. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@2
  2233. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@66
  2234. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@73
  2235. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.storage@2
  2236. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.blockMetal@2
  2237. [12:20:48] [Client thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.sand@0
  2238. [12:20:48] [Client thread/INFO] [EnderIO]: Finished processing SAG Mill recipes. 155 recipes avaliable.
  2239. [12:20:48] [Client thread/INFO] [EnderIO]: Found 34 valid Alloy Smelter recipes in config.
  2240. [12:20:48] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.blockFusedQuartz@0
  2241. [12:20:48] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 1xtile.sand@0 => 1xtile.blockFusedQuartz@1
  2242. [12:20:48] [Client thread/INFO] [EnderIO]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.blockFusedQuartz@0
  2243. [12:20:48] [Client thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 56 recipes avaliable.
  2244. [12:20:48] [Client thread/INFO] [EnderIO]: AlloyRecipeManager: Vannila smelting in AlloySmelting enabled=true
  2245. [12:20:48] [Client thread/INFO] [EnderIO]: Found 4 valid Slice'N'Splice recipes in config.
  2246. [12:20:48] [Client thread/INFO] [EnderIO]: Finished processing Slice'N'Splice recipes. 4 recipes avaliable.
  2247. [12:20:48] [Client thread/INFO] [EnderIO]: Found 7 valid Vat recipes in config.
  2248. [12:20:48] [Client thread/INFO] [EnderIO]: Finished processing Vat recipes. 7 recipes avaliable.
  2249. [12:20:48] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherArrow when parsing enchanter recipes.
  2250. [12:20:48] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
  2251. [12:20:48] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.enderzoo.witherWeapon when parsing enchanter recipes.
  2252. [12:20:48] [Client thread/WARN] [EnderIO]: Could not find enchantment with name enchantment.soul_stealer when parsing enchanter recipes.
  2253. [12:20:48] [Client thread/INFO] [EnderIO]: Loaded 30 recipes for Enchanter
  2254. [12:20:49] [Client thread/INFO] [EnderIO]: Registered Capacitor Banks as Tinkers Construct Flux Upgrades
  2255. [12:20:51] [Client thread/INFO] [EnderTech]: Registering recipes
  2256. [12:20:51] [Client thread/INFO] [EnderZoo]: Loaded 5 entries from core spawn config.
  2257. [12:20:51] [Client thread/INFO] [EnderZoo]: Loaded 0 entries from user spawn config.
  2258. [12:20:51] [Client thread/INFO] [EnderZoo]: Applying 5 spawn entries from config.
  2259. [12:20:51] [Client thread/WARN] [EnderZoo]: Skipping spawn entry ConcussionCreeper as mob enderzoo.ConcussionCreeper is not registered
  2260. [12:20:51] [Client thread/WARN] [EnderZoo]: Skipping spawn entry FallenKnight as mob enderzoo.FallenKnight is not registered
  2261. [12:20:51] [Client thread/WARN] [EnderZoo]: Skipping spawn entry WitherWitch as mob enderzoo.WitherWitch is not registered
  2262. [12:20:51] [Client thread/WARN] [EnderZoo]: Skipping spawn entry DireWolf as mob enderzoo.DireWolf is not registered
  2263. [12:20:54] [Immersive Engineering Contributors Thread/INFO] [ImmersiveEngineering]: Attempting to download special revolvers from GitHub
  2264. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreIron(oreIron), Crushing:[X], Arc Smelting:[X]
  2265. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreGold(oreGold), Crushing:[X], Arc Smelting:[X]
  2266. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreLapis(oreLapis), Crushing:[X], Arc Smelting:[ ]
  2267. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreDiamond(oreDiamond), Crushing:[X], Arc Smelting:[ ]
  2268. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreEmerald(oreEmerald), Crushing:[X], Arc Smelting:[ ]
  2269. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreRedstone(oreRedstone), Crushing:[X], Arc Smelting:[ ]
  2270. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreCoal(oreCoal), Crushing:[X], Arc Smelting:[ ]
  2271. [12:20:54] [Client thread/INFO] [ImmersiveEngineering]: Supporting DenseOre: denseoreQuartz(oreQuartz), Crushing:[X], Arc Smelting:[ ]
  2272. [12:20:54] [Client thread/ERROR] [ImmersiveEngineering]: Compat module for blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@5f0e6702 could not be initialized
  2273. [12:20:54] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2274. [12:20:54] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2275. [12:20:54] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2276. [12:20:54] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2277. [12:20:54] [Client thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
  2278. [12:20:54] [Client thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.
  2279. [12:20:54] [Client thread/WARN] [ExtraTiC]: Amethyst was not found, skipping recipe
  2280. [12:20:54] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: IC2 mod support
  2281. [12:20:54] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: NEI mod support
  2282. [12:20:55] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: MFR mod support
  2283. [12:20:55] [Client thread/INFO] [STDOUT]: [minetweaker.MineTweakerAPI:registerClassRegistry:281]: Loaded class registry: Buildcraft mod support
  2284. [12:20:55] [Client thread/INFO] [FTBLibDev]: Loading override configs
  2285. [12:20:55] [Client thread/INFO] [newframes]: ingotIron
  2286. [12:20:55] [Client thread/INFO] [newframes]: ingotGold
  2287. [12:20:55] [Client thread/INFO] [newframes]: ingotBrick
  2288. [12:20:55] [Client thread/INFO] [newframes]: ingotBrickNether
  2289. [12:20:55] [Client thread/INFO] [newframes]: ingotBronze
  2290. [12:20:55] [Client thread/INFO] [newframes]: ingotCopper
  2291. [12:20:55] [Client thread/INFO] [newframes]: ingotSteel
  2292. [12:20:55] [Client thread/INFO] [newframes]: ingotLead
  2293. [12:20:55] [Client thread/INFO] [newframes]: ingotTin
  2294. [12:20:55] [Client thread/INFO] [newframes]: ingotSilver
  2295. [12:20:55] [Client thread/INFO] [newframes]: ingotUranium
  2296. [12:20:55] [Client thread/INFO] [newframes]: ingotIridium
  2297. [12:20:55] [Client thread/INFO] [newframes]: ingotThaumium
  2298. [12:20:55] [Client thread/INFO] [newframes]: ingotVoid
  2299. [12:20:55] [Client thread/INFO] [newframes]: ingotManasteel
  2300. [12:20:55] [Client thread/INFO] [newframes]: ingotTerrasteel
  2301. [12:20:55] [Client thread/INFO] [newframes]: ingotElvenElementium
  2302. [12:20:55] [Client thread/INFO] [newframes]: ingotBrass
  2303. [12:20:55] [Client thread/INFO] [newframes]: ingotNickel
  2304. [12:20:55] [Client thread/INFO] [newframes]: ingotPlatinum
  2305. [12:20:55] [Client thread/INFO] [newframes]: ingotMithril
  2306. [12:20:55] [Client thread/INFO] [newframes]: ingotElectrum
  2307. [12:20:55] [Client thread/INFO] [newframes]: ingotInvar
  2308. [12:20:55] [Client thread/INFO] [newframes]: ingotSignalum
  2309. [12:20:55] [Client thread/INFO] [newframes]: ingotLumium
  2310. [12:20:55] [Client thread/INFO] [newframes]: ingotEnderium
  2311. [12:20:55] [Client thread/INFO] [newframes]: ingotYellorium
  2312. [12:20:55] [Client thread/INFO] [newframes]: ingotCyanite
  2313. [12:20:55] [Client thread/INFO] [newframes]: ingotGraphite
  2314. [12:20:55] [Client thread/INFO] [newframes]: ingotBlutonium
  2315. [12:20:55] [Client thread/INFO] [newframes]: ingotLudicrite
  2316. [12:20:55] [Client thread/INFO] [newframes]: ingotRefinedIron
  2317. [12:20:55] [Client thread/INFO] [newframes]: ingotDraconium
  2318. [12:20:55] [Client thread/INFO] [newframes]: ingotDraconiumAwakened
  2319. [12:20:55] [Client thread/INFO] [newframes]: ingotMeat
  2320. [12:20:55] [Client thread/INFO] [newframes]: ingotMeatRaw
  2321. [12:20:55] [Client thread/INFO] [newframes]: ingotEnderiumBase
  2322. [12:20:55] [Client thread/INFO] [newframes]: ingotElectricalSteel
  2323. [12:20:55] [Client thread/INFO] [newframes]: ingotEnergeticAlloy
  2324. [12:20:55] [Client thread/INFO] [newframes]: ingotVibrantAlloy
  2325. [12:20:55] [Client thread/INFO] [newframes]: ingotPhasedGold
  2326. [12:20:55] [Client thread/INFO] [newframes]: ingotRedstoneAlloy
  2327. [12:20:55] [Client thread/INFO] [newframes]: ingotConductiveIron
  2328. [12:20:55] [Client thread/INFO] [newframes]: ingotPulsatingIron
  2329. [12:20:55] [Client thread/INFO] [newframes]: ingotPhasedIron
  2330. [12:20:55] [Client thread/INFO] [newframes]: ingotDarkSteel
  2331. [12:20:55] [Client thread/INFO] [newframes]: ingotSoularium
  2332. [12:20:55] [Client thread/INFO] [newframes]: ingotUnstable
  2333. [12:20:55] [Client thread/INFO] [newframes]: ingotAluminum
  2334. [12:20:55] [Client thread/INFO] [newframes]: ingotConstantan
  2335. [12:20:55] [Client thread/INFO] [newframes]: ingotHOPGraphite
  2336. [12:20:55] [Client thread/INFO] [newframes]: ingotCupronickel
  2337. [12:20:55] [Client thread/INFO] [newframes]: ingotCobalt
  2338. [12:20:55] [Client thread/INFO] [newframes]: ingotArdite
  2339. [12:20:55] [Client thread/INFO] [newframes]: ingotManyullyn
  2340. [12:20:55] [Client thread/INFO] [newframes]: ingotAluminium
  2341. [12:20:55] [Client thread/INFO] [newframes]: ingotAluminumBrass
  2342. [12:20:55] [Client thread/INFO] [newframes]: ingotAluminiumBrass
  2343. [12:20:55] [Client thread/INFO] [newframes]: ingotAlumite
  2344. [12:20:55] [Client thread/INFO] [newframes]: ingotObsidian
  2345. [12:20:55] [Client thread/INFO] [newframes]: ingotPigIron
  2346. [12:20:55] [Client thread/INFO] [newframes]: ingotFairy
  2347. [12:20:55] [Client thread/INFO] [newframes]: ingotPokefennium
  2348. [12:20:55] [Client thread/INFO] [newframes]: ingotRed_aurum
  2349. [12:20:55] [Client thread/INFO] [newframes]: ingotDrulloy
  2350. [12:20:55] [Client thread/INFO] [newframes]: ingotDiamond
  2351. [12:20:55] [Client thread/INFO] [newframes]: ingotEmerald
  2352. [12:20:55] [Client thread/INFO] [newframes]: ingotApatite
  2353. [12:20:55] [Client thread/INFO] [newframes]: ingotRunicSteel
  2354. [12:20:55] [Client thread/INFO] [newframes]: ingotDarkSoularium
  2355. [12:20:55] [Client thread/INFO] [newframes]: ingotZinc
  2356. [12:20:55] [Client thread/INFO] [newframes]: ingotTitanium
  2357. [12:20:55] [Client thread/INFO] [newframes]: ingotTungsten
  2358. [12:20:55] [Client thread/INFO] [newframes]: ingotCoal
  2359. [12:20:55] [Client thread/INFO] [newframes]: ingotCrystalMatrix
  2360. [12:20:55] [Client thread/INFO] [newframes]: ingotCosmicNeutronium
  2361. [12:20:55] [Client thread/INFO] [newframes]: ingotInfinity
  2362. [12:20:55] [Client thread/INFO] [newframes]: ingotElectrumFlux
  2363. [12:20:55] [Client thread/INFO] [newframes]: ingotRedAlloy
  2364. [12:20:55] [Client thread/INFO] [newframes]: ingotElectrotineAlloy
  2365. [12:20:55] [Client thread/INFO] [newframes]: ingotNaturalAluminum
  2366. [12:20:55] [Client thread/INFO] [newframes]: ingotManganese
  2367. [12:20:55] [Client thread/INFO] [newframes]: ingotIgnatius
  2368. [12:20:55] [Client thread/INFO] [newframes]: ingotShadowIron
  2369. [12:20:55] [Client thread/INFO] [newframes]: ingotLemurite
  2370. [12:20:55] [Client thread/INFO] [newframes]: ingotMidasium
  2371. [12:20:55] [Client thread/INFO] [newframes]: ingotVyroxeres
  2372. [12:20:55] [Client thread/INFO] [newframes]: ingotCeruclase
  2373. [12:20:55] [Client thread/INFO] [newframes]: ingotKalendrite
  2374. [12:20:55] [Client thread/INFO] [newframes]: ingotVulcanite
  2375. [12:20:55] [Client thread/INFO] [newframes]: ingotSanguinite
  2376. [12:20:55] [Client thread/INFO] [newframes]: ingotPrometheum
  2377. [12:20:55] [Client thread/INFO] [newframes]: ingotDeepIron
  2378. [12:20:55] [Client thread/INFO] [newframes]: ingotInfuscolium
  2379. [12:20:55] [Client thread/INFO] [newframes]: ingotOureclase
  2380. [12:20:55] [Client thread/INFO] [newframes]: ingotAstral Silver
  2381. [12:20:55] [Client thread/INFO] [newframes]: ingotCarmot
  2382. [12:20:55] [Client thread/INFO] [newframes]: ingotRubracium
  2383. [12:20:55] [Client thread/INFO] [newframes]: ingotOrichalcum
  2384. [12:20:55] [Client thread/INFO] [newframes]: ingotAdamantine
  2385. [12:20:55] [Client thread/INFO] [newframes]: ingotAtlarus
  2386. [12:20:55] [Client thread/INFO] [newframes]: ingotHepatizon
  2387. [12:20:55] [Client thread/INFO] [newframes]: ingotDamascusSteel
  2388. [12:20:55] [Client thread/INFO] [newframes]: ingotAngmallen
  2389. [12:20:55] [Client thread/INFO] [newframes]: ingotShadowSteel
  2390. [12:20:55] [Client thread/INFO] [newframes]: ingotInolashite
  2391. [12:20:55] [Client thread/INFO] [newframes]: ingotAmordrine
  2392. [12:20:55] [Client thread/INFO] [newframes]: ingotBlackSteel
  2393. [12:20:55] [Client thread/INFO] [newframes]: ingotQuicksilver
  2394. [12:20:55] [Client thread/INFO] [newframes]: ingotHaderoth
  2395. [12:20:55] [Client thread/INFO] [newframes]: ingotCelenegil
  2396. [12:20:55] [Client thread/INFO] [newframes]: ingotTartarite
  2397. [12:20:55] [Client thread/INFO] [newframes]: ingotOsmium
  2398. [12:20:55] [Client thread/INFO] [newframes]: ingotLapis
  2399. [12:20:55] [Client thread/INFO] [newframes]: ingotRedstone
  2400. [12:20:55] [Client thread/INFO] [newframes]: ingotQuartz
  2401. [12:20:55] [Client thread/INFO] [newframes]: ingotGlowstone
  2402. [12:20:55] [Client thread/INFO] [newframes]: ingotStone
  2403. [12:20:55] [Client thread/INFO] [newframes]: ingotClay
  2404. [12:20:55] [Client thread/INFO] [newframes]: ingotSulfur
  2405. [12:20:55] [Client thread/INFO] [newframes]: ingotLithium
  2406. [12:20:55] [Client thread/INFO] [newframes]: ingotSiliconDioxide
  2407. [12:20:55] [Client thread/INFO] [newframes]: ingotHydratedCoal
  2408. [12:20:55] [Client thread/INFO] [newframes]: ingotAshes
  2409. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyCopper
  2410. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyGold
  2411. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyIron
  2412. [12:20:55] [Client thread/INFO] [newframes]: ingotTinySilver
  2413. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyTin
  2414. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyLead
  2415. [12:20:55] [Client thread/INFO] [newframes]: ingotTinySulfur
  2416. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyLithium
  2417. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyBronze
  2418. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyLapis
  2419. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyObsidian
  2420. [12:20:55] [Client thread/INFO] [newframes]: ingotCinnabar
  2421. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedAir
  2422. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedFire
  2423. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedWater
  2424. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedEarth
  2425. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedOrder
  2426. [12:20:55] [Client thread/INFO] [newframes]: ingotInfusedEntropy
  2427. [12:20:55] [Client thread/INFO] [newframes]: ingotAmber
  2428. [12:20:55] [Client thread/INFO] [newframes]: ingotRuby
  2429. [12:20:55] [Client thread/INFO] [newframes]: ingotTopaz
  2430. [12:20:55] [Client thread/INFO] [newframes]: ingotPeridot
  2431. [12:20:55] [Client thread/INFO] [newframes]: ingotTanzanite
  2432. [12:20:55] [Client thread/INFO] [newframes]: ingotMalachite
  2433. [12:20:55] [Client thread/INFO] [newframes]: ingotSapphire
  2434. [12:20:55] [Client thread/INFO] [newframes]: ingotAsh
  2435. [12:20:55] [Client thread/INFO] [newframes]: ingotCharcoal
  2436. [12:20:55] [Client thread/INFO] [newframes]: ingotSaltpeter
  2437. [12:20:55] [Client thread/INFO] [newframes]: ingotPyrotheum
  2438. [12:20:55] [Client thread/INFO] [newframes]: ingotCryotheum
  2439. [12:20:55] [Client thread/INFO] [newframes]: ingotAerotheum
  2440. [12:20:55] [Client thread/INFO] [newframes]: ingotPetrotheum
  2441. [12:20:55] [Client thread/INFO] [newframes]: ingotBlizz
  2442. [12:20:55] [Client thread/INFO] [newframes]: ingotBlitz
  2443. [12:20:55] [Client thread/INFO] [newframes]: ingotBasalz
  2444. [12:20:55] [Client thread/INFO] [newframes]: ingotYellorite
  2445. [12:20:55] [Client thread/INFO] [newframes]: ingotFirestone
  2446. [12:20:55] [Client thread/INFO] [newframes]: ingotPoorCopper
  2447. [12:20:55] [Client thread/INFO] [newframes]: ingotPoorGold
  2448. [12:20:55] [Client thread/INFO] [newframes]: ingotPoorIron
  2449. [12:20:55] [Client thread/INFO] [newframes]: ingotPoorTin
  2450. [12:20:55] [Client thread/INFO] [newframes]: ingotPoorLead
  2451. [12:20:55] [Client thread/INFO] [newframes]: ingotGunpowder
  2452. [12:20:55] [Client thread/INFO] [newframes]: ingotPlastic
  2453. [12:20:55] [Client thread/INFO] [newframes]: ingotEnderPearl
  2454. [12:20:55] [Client thread/INFO] [newframes]: ingotSalt
  2455. [12:20:55] [Client thread/INFO] [newframes]: ingotCoke
  2456. [12:20:55] [Client thread/INFO] [newframes]: ingotberryIron
  2457. [12:20:55] [Client thread/INFO] [newframes]: ingotberryCopper
  2458. [12:20:55] [Client thread/INFO] [newframes]: ingotberryTin
  2459. [12:20:55] [Client thread/INFO] [newframes]: ingotberryAluminum
  2460. [12:20:55] [Client thread/INFO] [newframes]: ingotberryAluminium
  2461. [12:20:55] [Client thread/INFO] [newframes]: ingotberryGold
  2462. [12:20:55] [Client thread/INFO] [newframes]: ingotberryEssence
  2463. [12:20:55] [Client thread/INFO] [newframes]: ingotbushIron
  2464. [12:20:55] [Client thread/INFO] [newframes]: ingotbushGold
  2465. [12:20:55] [Client thread/INFO] [newframes]: ingotbushCopper
  2466. [12:20:55] [Client thread/INFO] [newframes]: ingotbushTin
  2467. [12:20:55] [Client thread/INFO] [newframes]: ingotbushAluminum
  2468. [12:20:55] [Client thread/INFO] [newframes]: ingotbushAluminium
  2469. [12:20:55] [Client thread/INFO] [newframes]: ingotbushEssence
  2470. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherCoal
  2471. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherDiamond
  2472. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherGold
  2473. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherIron
  2474. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherLapis
  2475. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherRedstone
  2476. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherCopper
  2477. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherTin
  2478. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherEmerald
  2479. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSilver
  2480. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherLead
  2481. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherUranium
  2482. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherRuby
  2483. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherPeridot
  2484. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSapphire
  2485. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherNickel
  2486. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSteel
  2487. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherIridium
  2488. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSulfur
  2489. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherAmber
  2490. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSalt
  2491. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherSaltpeter
  2492. [12:20:55] [Client thread/INFO] [newframes]: ingotCertusQuartz
  2493. [12:20:55] [Client thread/INFO] [newframes]: ingotNetherQuartz
  2494. [12:20:55] [Client thread/INFO] [newframes]: ingotWheat
  2495. [12:20:55] [Client thread/INFO] [newframes]: ingotFluix
  2496. [12:20:55] [Client thread/INFO] [newframes]: ingotChargedCertusQuartz
  2497. [12:20:55] [Client thread/INFO] [newframes]: ingotWood
  2498. [12:20:55] [Client thread/INFO] [newframes]: ingotElectrotine
  2499. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyUranium
  2500. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyNickel
  2501. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyPlatinum
  2502. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyMithril
  2503. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyDraconium
  2504. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyCobalt
  2505. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyArdite
  2506. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyAluminium
  2507. [12:20:55] [Client thread/INFO] [newframes]: ingotTinySteel
  2508. [12:20:55] [Client thread/INFO] [newframes]: ingotTinyIridium
  2509. [12:20:55] [Client thread/INFO] [newframes]: ingotmolten.unstableingots
  2510. [12:20:55] [Client thread/INFO] [newframes]: ingotGlue
  2511. [12:20:55] [Client thread/INFO] [newframes]: ingotmolten.bedrockiumingots
  2512. [12:20:55] [Client thread/INFO] [MagicBees]: Registering marble
  2513. [12:20:55] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
  2514. [12:20:55] [Client thread/INFO] [MagicBees]: Registering rock
  2515. [12:20:55] [Client thread/INFO] [MagicBees]: Registering water
  2516. [12:20:55] [Client thread/INFO] [MagicBees]: Registering basalt
  2517. [12:20:55] [Client thread/INFO] [MagicBees]: Registering marble
  2518. [12:20:55] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
  2519. [12:20:55] [Client thread/INFO] [MagicBees]: Registering rock
  2520. [12:20:55] [Client thread/INFO] [MagicBees]: Registering water
  2521. [12:20:55] [Client thread/INFO] [MagicBees]: Registering basalt
  2522. [12:20:55] [Client thread/INFO] [MagicBees]: Registering marble
  2523. [12:20:55] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
  2524. [12:20:55] [Client thread/INFO] [MagicBees]: Registering rock
  2525. [12:20:55] [Client thread/INFO] [MagicBees]: Registering water
  2526. [12:20:55] [Client thread/INFO] [MagicBees]: Registering basalt
  2527. [12:20:55] [Client thread/INFO] [MagicBees]: Registering marble
  2528. [12:20:55] [Client thread/INFO] [MagicBees]: Unable to register! This mutation will not be available.
  2529. [12:20:55] [Client thread/INFO] [MagicBees]: Registering rock
  2530. [12:20:55] [Client thread/INFO] [MagicBees]: Registering water
  2531. [12:20:55] [Client thread/INFO] [MagicBees]: Registering basalt
  2532. [12:20:55] [Client thread/INFO] [MagicBees]: Postinit completed
  2533. [12:20:55] [Client thread/INFO] [gendustry]: Registered 18 mutations
  2534. [12:20:55] [Client thread/INFO] [gendustry]: Preparing genetics cache ...
  2535. [12:20:55] [Client thread/INFO] [gendustry]: Cached 416 mutation outputs
  2536. [12:20:55] [Client thread/INFO] [gendustry]: Cached 259 mutation inputs
  2537. [12:20:55] [Client thread/INFO] [gendustry]: Cached 889 chromosomes
  2538. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2539. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2540. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2541. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2542. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2543. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2544. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2545. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2546. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2547. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2548. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0, could not be parsed because it is not a String!
  2549. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1aa306b0
  2550. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@a156ce, could not be parsed because it is not a String!
  2551. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@a156ce
  2552. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@5a0a3d14, could not be parsed because it is not a String!
  2553. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@5a0a3d14
  2554. [12:20:55] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@5a0a3d14, could not be parsed because it is not a String!
  2555. [12:20:55] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@5a0a3d14
  2556. [12:20:55] [Client thread/FATAL] [IC2NuclearControl]: Another Energy System is Loaded. Adding Intergration!
  2557. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ClassNotFoundException: mekanism.api.energy.IStrictEnergyStorage
  2558. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  2559. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
  2560. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
  2561. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.forName0(Native Method)
  2562. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.forName(Unknown Source)
  2563. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at shedar.mods.ic2.nuclearcontrol.crossmod.mekanism.CrossMekanism.<init>(CrossMekanism.java:16)
  2564. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at shedar.mods.ic2.nuclearcontrol.crossmod.CrossModLoader.postinit(CrossModLoader.java:30)
  2565. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at shedar.mods.ic2.nuclearcontrol.IC2NuclearControl.postInit(IC2NuclearControl.java:207)
  2566. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2567. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  2568. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  2569. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  2570. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  2571. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  2572. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  2573. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  2574. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  2575. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  2576. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  2577. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  2578. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  2579. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  2580. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  2581. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2582. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  2583. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  2584. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  2585. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  2586. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  2587. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  2588. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  2589. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  2590. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  2591. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  2592. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  2593. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  2594. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  2595. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.main.Main.main(SourceFile:148)
  2596. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2597. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  2598. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  2599. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  2600. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  2601. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  2602. [12:20:55] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
  2603. [12:20:55] [Client thread/INFO] [inpure|core]: Processing postinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  2604. [12:20:55] [Client thread/INFO] [inpure|core]: Processing postinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
  2605. [12:21:07] [Client thread/INFO] [journeymap]: postInitialize ENTER
  2606. [12:21:07] [Client thread/INFO] [journeymap]: Registered channel: world_info
  2607. [12:21:07] [Client thread/INFO] [journeymap]: Initializing icon sets...
  2608. [12:21:08] [Client thread/INFO] [journeymap]: postInitialize EXIT, elapsed§8 count §r1§8 avg §r835.61§8ms§r
  2609. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.AEInterfaceInventoryHandler
  2610. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.JABBAInventoryHandler
  2611. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.StorageDrawersInventoryHandler
  2612. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialInventoryHandler: logisticspipes.proxy.specialinventoryhandler.DSUInventoryHandler
  2613. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialTankHandler: logisticspipes.proxy.specialtankhandler.BuildCraftTankHandler
  2614. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded SpecialTankHandler: logisticspipes.proxy.specialtankhandler.AETankHandler
  2615. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded AutoWorkbench RecipeProvider
  2616. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded AssemblyAdvancedWorkbench RecipeProvider
  2617. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded AssemblyTable RecipeProvider
  2618. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded RollingMachine RecipeProvider
  2619. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Didn't load ImmibisCraftingTableMk2 RecipeProvider
  2620. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded Forestry, Generic ProgressProvider
  2621. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded ThermalExpansion, Generic ProgressProvider
  2622. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded IC2, Generic ProgressProvider
  2623. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded EnderIO, Generic ProgressProvider
  2624. [12:21:08] [Client thread/INFO] [LogisticsPipes]: Loaded endercore, Generic ProgressProvider
  2625. [12:21:08] [Client thread/INFO] [modtweaker2]: Starting PostInitialization for modtweaker2
  2626. [12:21:08] [Client thread/WARN] [Mystcraft]: Biome (id 160) is in list as element 161.
  2627. [12:21:09] [JM-VersionCheck-1/INFO] [journeymap]: Newer version online: JourneyMap 5.1.4 for Minecraft 1.7.10 on http://minecraft.curseforge.com/projects/journeymap-32274/files/2283867
  2628. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error)
  2629. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error)
  2630. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error)
  2631. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error)
  2632. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error)
  2633. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error)
  2634. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error)
  2635. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected EnderIO: enabling support
  2636. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected MineFactory Reloaded: enabling support
  2637. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected JABBA: enabling support
  2638. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected Draconic Evolution: enabling support
  2639. [12:21:10] [Client thread/INFO] [mcjty.lib.varia.Logging]: RFTools Detected ComputerCraft: enabling support
  2640. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Starting (PostInit)
  2641. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileAlembic" with capacity (32) to extraction whitelist.
  2642. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileCentrifuge" with capacity (0) to extraction whitelist.
  2643. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillable" with capacity (64) to injection whitelist.
  2644. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillable" with capacity (64) to extraction whitelist.
  2645. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillableVoid" with capacity (64) to injection whitelist.
  2646. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileJarFillableVoid" with capacity (64) to extraction whitelist.
  2647. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileTubeBuffer" with capacity (8) to extraction whitelist.
  2648. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileEssentiaReservoir" with capacity (256) to injection whitelist.
  2649. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileEssentiaReservoir" with capacity (256) to extraction whitelist.
  2650. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.tiles.TileAlchemyFurnaceAdvancedNozzle" with capacity (0) to extraction whitelist.
  2651. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumicenergistics.common.tiles.TileEssentiaVibrationChamber" with capacity (64) to injection whitelist.
  2652. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.items.ItemEssence"[0] to item whitelist.
  2653. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.items.ItemEssence"[1] to item whitelist.
  2654. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.blocks.ItemJarFilled"[0] to item whitelist.
  2655. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumcraft.common.blocks.ItemJarFilled"[3] to item whitelist.
  2656. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Added "class thaumicenergistics.common.items.ItemBlockEssentiaVibrationChamber"[0] to item whitelist.
  2657. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Starting (AE Scanables)
  2658. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Could not register "Inscriber Name Press" for TC scanning.
  2659. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Could not register "Creative ME Storage Cell" for TC scanning.
  2660. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Could not register "Matrix Frame" for TC scanning.
  2661. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Could not register "Creative Energy Cell" for TC scanning.
  2662. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Could not register "tile.appliedenergistics2.BlockPaint.name" for TC scanning.
  2663. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Finished (AE Scanables in 276ms)
  2664. [12:21:10] [Client thread/INFO] [Thaumic Energistics]: Finished (PostInit in 358ms)
  2665. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2666. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2667. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2668. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2669. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2670. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2671. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  2672. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1B'
  2673. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2674. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2675. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2676. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  2677. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2678. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  2679. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2680. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2681. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2682. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2683. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2684. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2685. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  2686. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2687. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2688. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2689. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2690. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2691. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2692. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2693. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2694. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2695. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2696. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2697. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'1'
  2698. [12:21:10] [Client thread/INFO] [STDOUT]: [flaxbeard.thaumicexploration.research.TXResearchItem:setPages:53]: TEXT IS: false'2'
  2699. [12:21:13] [Client thread/INFO] [denseores]: Dense Ores is fully loaded but sadly it cannot tell you the unlocalized name for dirt.
  2700. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! forestry.core.recipes.ShapedRecipeCustom Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2701. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! vswe.stevescarts.Helpers.ShapedRecipes2 Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2702. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! com.brandon3055.draconicevolution.common.utills.ShapedOreEnergyRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2703. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! extracells.util.recipe.RecipeUniversalTerminal$ Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2704. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! mrtjp.projectred.core.ShapelessOreNBTRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2705. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! com.emoniph.witchery.WitcheryRecipes$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2706. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeJournal Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2707. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! com.InfinityRaider.AgriCraft.items.crafting.RecipeShapelessCustomWood Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2708. [12:21:13] [Client thread/INFO] [FML]: Unknown recipe class! unwrittenfun.minecraft.immersiveintegration.recipe.CapacitorBoxRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  2709. [12:21:13] [Client thread/INFO] [CoFHWorld]: CoFH Core found 3 World Generation files present in C:\ftb\FTBInfinity\minecraft\config\cofh\world/.
  2710. [12:21:13] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\ftb\FTBInfinity\minecraft\config\cofh\world\FTB-Infinity-Ores.json:
  2711. [12:21:13] [Client thread/ERROR] [CoFHWorld]: Invalid block entry!
  2712. [12:21:13] [Client thread/WARN] [CoFHWorld]: Template 'uniform' failed to parse its entry!
  2713. [12:21:13] [Client thread/ERROR] [CoFHWorld]: Error parsing generation entry: "sulfur" > Please check the parameters. It *may* be a duplicate.
  2714. [12:21:13] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\ftb\FTBInfinity\minecraft\config\cofh\world\ThermalFoundation-Ores.json:
  2715. [12:21:13] [Client thread/INFO] [CoFHWorld]: Reading world generation info from: C:\ftb\FTBInfinity\minecraft\config\cofh\world\Vanilla.json:
  2716. [12:21:13] [Client thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
  2717. [12:21:13] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: MineFactoryReloaded Plugin Enabled.
  2718. [12:21:14] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Thaumcraft Plugin Enabled.
  2719. [12:21:14] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Tinker's Construct Plugin Enabled.
  2720. [12:21:14] [Client thread/INFO] [ThermalFoundation]: Thermal Foundation: Load Complete.
  2721. [12:21:15] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: MineFactoryReloaded Plugin Enabled.
  2722. [12:21:15] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: EnderIO Plugin Enabled.
  2723. [12:21:15] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Forestry Plugin Enabled.
  2724. [12:21:16] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Thaumcraft Plugin Enabled.
  2725. [12:21:16] [Client thread/INFO] [ThermalExpansion]: Thermal Expansion: Load Complete.
  2726. [12:21:16] [Client thread/INFO] [MineFactoryReloaded]: Load Complete.
  2727. [12:21:16] [Client thread/INFO] [Waila]: EnderStorage mod found.
  2728. [12:21:16] [Client thread/INFO] [Waila]: [GraveStone] GraveStone mod not found.
  2729. [12:21:16] [Client thread/INFO] [Waila]: TwilightForestMod mod found.
  2730. [12:21:16] [Client thread/WARN] [Waila]: [Thermal Dynamics] Error while loading FluidDuct hooks.java.lang.ClassNotFoundException: cofh.thermaldynamics.ducts.fluid.TileFluidDuct
  2731. [12:21:16] [Client thread/INFO] [Waila]: [Engineer Toolbox] Engineer Toolbox mod not found.
  2732. [12:21:16] [Client thread/INFO] [Waila]: ProjectRed|Integration mod found.
  2733. [12:21:16] [Client thread/INFO] [Waila]: ExtraUtilities mod found.
  2734. [12:21:16] [Client thread/INFO] [Waila]: OpenBlocks mod found.
  2735. [12:21:16] [Client thread/INFO] [Waila]: Railcraft mod found.
  2736. [12:21:16] [Client thread/INFO] [Waila]: [PamHarvestCraft] PamHarvestCraft mod not found.
  2737. [12:21:16] [Client thread/INFO] [Waila]: [MagicalCrops] MagicalCrops mod not found.
  2738. [12:21:16] [Client thread/INFO] [Waila]: [Statues] Statues mod not found.
  2739. [12:21:16] [Client thread/INFO] [Waila]: [Agriculture] Agriculture mod not found.
  2740. [12:21:16] [Client thread/INFO] [Waila]: Forge Multipart found and dedicated handler registered
  2741. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect crazypants.enderio.waila.WailaCompat load
  2742. [12:21:16] [Client thread/INFO] [Waila]: Success in registering EnderIO
  2743. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect crazypants.enderzoo.waila.WailaCompat load
  2744. [12:21:16] [Client thread/INFO] [Waila]: Success in registering EnderZoo
  2745. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect thaumic.tinkerer.common.compat.TTinkererProvider callbackRegister
  2746. [12:21:16] [Client thread/INFO] [Waila]: Success in registering ThaumicTinkerer
  2747. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect mcjty.lib.compat.waila.WailaCompatibility load
  2748. [12:21:16] [Client thread/INFO] [Waila]: Success in registering rftools
  2749. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect com.InfinityRaider.AgriCraft.compatibility.waila.WailaRegistry initWaila
  2750. [12:21:16] [Client thread/INFO] [Waila]: Success in registering AgriCraft
  2751. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect appeng.integration.modules.Waila register
  2752. [12:21:16] [Client thread/INFO] [Waila]: Success in registering appliedenergistics2
  2753. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect mods.natura.plugins.waila.WailaRegistrar wailaCallback
  2754. [12:21:16] [Client thread/INFO] [Waila]: Success in registering Natura
  2755. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect buildcraft.compat.waila.WailaCallback callback
  2756. [12:21:16] [Client thread/INFO] [Waila]: Success in registering BuildCraft|Compat
  2757. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect team.chisel.compat.WailaCompat register
  2758. [12:21:16] [Client thread/INFO] [Waila]: Success in registering chisel
  2759. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect io.endertech.integration.waila.MultiblockWailaProvider callbackRegister
  2760. [12:21:16] [Client thread/INFO] [Waila]: Success in registering EnderTech
  2761. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect io.endertech.integration.waila.GenericWailaProvider callbackRegister
  2762. [12:21:16] [Client thread/INFO] [Waila]: Success in registering EnderTech
  2763. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect extracells.integration.waila.Waila register
  2764. [12:21:16] [Client thread/INFO] [Waila]: Success in registering extracells
  2765. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider callbackRegister
  2766. [12:21:16] [Client thread/INFO] [Waila]: Success in registering ImmersiveEngineering
  2767. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
  2768. [12:21:16] [Client thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: mcp.mobius.waila.api.impl.ModuleRegistrar@2e0483f4
  2769. [12:21:16] [Client thread/INFO] [Waila]: Success in registering TConstruct
  2770. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect ftb.lib.api.waila.EventRegisterWaila registerHandlers
  2771. [12:21:16] [Client thread/INFO] [Waila]: Success in registering FTBL
  2772. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect net.bdew.gendustry.waila.WailaHandler loadCallback
  2773. [12:21:16] [Client thread/INFO] [gendustry]: WAILA callback received, loading...
  2774. [12:21:16] [Client thread/INFO] [Waila]: Success in registering gendustry
  2775. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect ganymedes01.headcrumbs.waila.WailaRegistrar wailaCallback
  2776. [12:21:16] [Client thread/INFO] [Waila]: Success in registering headcrumbs
  2777. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect shedar.mods.ic2.nuclearcontrol.crossmod.waila.CrossWaila callbackRegister
  2778. [12:21:16] [Client thread/INFO] [Waila]: Success in registering IC2NuclearControl
  2779. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect unwrittenfun.minecraft.immersiveintegration.waila.WailaHandler init
  2780. [12:21:16] [Client thread/INFO] [Waila]: Success in registering immersiveintegration
  2781. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
  2782. [12:21:16] [Client thread/INFO] [Waila]: Success in registering JABBA
  2783. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect vswe.stevesfactory.waila.Provider callbackRegister
  2784. [12:21:16] [Client thread/INFO] [Waila]: Success in registering StevesFactoryManager
  2785. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect stevesaddons.waila.WailaManager callbackRegister
  2786. [12:21:16] [Client thread/INFO] [Waila]: Success in registering StevesAddons
  2787. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect com.jaquadro.minecraft.storagedrawers.integration.Waila registerProvider
  2788. [12:21:16] [Client thread/INFO] [Waila]: Success in registering StorageDrawers
  2789. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect thaumicenergistics.common.integration.ModuleWaila callbackRegister
  2790. [12:21:16] [Client thread/INFO] [Waila]: Success in registering thaumicenergistics
  2791. [12:21:16] [Client thread/INFO] [Waila]: Trying to reflect flaxbeard.thaumicexploration.interop.WailaConfig callbackRegister
  2792. [12:21:17] [Client thread/INFO] [Waila]: Success in registering ThaumicExploration
  2793. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect squeek.wailaharvestability.WailaHandler callbackRegister
  2794. [12:21:17] [Client thread/INFO] [Waila]: Success in registering WailaHarvestability
  2795. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaEntities registerAddon
  2796. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2797. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.vanillamc.AddonVanillaTiles registerAddon
  2798. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2799. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericEntities registerAddon
  2800. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2801. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.generic.AddonGenericTiles registerAddon
  2802. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2803. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.thaumcraft.AddonThaumcraftTiles registerAddon
  2804. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2805. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect net.darkhax.wawla.addons.tinkersconstruct.AddonTinkersTiles registerAddon
  2806. [12:21:17] [Client thread/INFO] [Waila]: Success in registering wawla
  2807. [12:21:17] [Client thread/INFO] [Waila]: Trying to reflect com.emoniph.witchery.integration.ModHookWailaRegistrar callbackRegister
  2808. [12:21:17] [Client thread/INFO] [Waila]: Success in registering witchery
  2809. [12:21:17] [Client thread/INFO] [RedstoneArsenal]: Redstone Arsenal: Load Complete.
  2810. [12:21:18] [Client thread/INFO] [NetherOres]: Load Complete.
  2811. [12:21:18] [Client thread/INFO] [ThermalDynamics]: Thaumcraft Plugin Enabled.
  2812. [12:21:18] [Client thread/INFO] [ThermalDynamics]: Thermal Dynamics: Load Complete.
  2813. [12:21:18] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 178 mods
  2814. [12:21:18] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Advanced Solar Panels, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Avaritia, FMLFileResourcePack:BD Lib, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Integration, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Magic Bees, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:Mod Tweaker 2, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Developer Tools, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PortalGun, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:ProjectRed Compatibility, FMLFileResourcePack:ProjectRed Integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:Runic Dungeons, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Expansion, FMLFileResourcePack:Spring Boards, FMLFileResourcePack:Steve's Addons, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Steve's Factory Manager, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers: Biomes O' Plenty Pack, FMLFileResourcePack:Storage Drawers: Forestry Pack, FMLFileResourcePack:Storage Drawers: Misc Pack, FMLFileResourcePack:Storage Drawers: Natura Pack, FMLFileResourcePack:TC Inventory Scanning, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MCFrames, FMLFileResourcePack:ForgeRelocation, FMLFileResourcePack:RelocationFMP, FMLFileResourcePack:MrTJPCore, PortalGunSounds.pak, CustomResources, FMLFileResourcePack:Carpenter's Blocks Cached Resources, resources, XU_Delegate_Pack, XU_Delegate_Pack, XU_Delegate_Pack, CustomOverridingResources
  2815. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2816. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2817. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2818. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2819. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2820. [12:21:18] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  2821. [12:21:25] [Client thread/INFO] [PTRModelLib]: Total mipmap : 3399 ms
  2822. [12:21:26] [Client thread/INFO] [gendustry]: Resource manager reload, new language: en_US
  2823. [12:21:26] [Client thread/INFO] [gendustry]: Loading language file C:\ftb\FTBInfinity\minecraft\config\gendustry\custombees.en_US.lang
  2824. [12:21:27] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'diamond_ore' with background 'stone'. Place diamond_ore_dense.png in the assets folder to override.
  2825. [12:21:27] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'quartz_ore' with background 'netherrack'. Place quartz_ore_dense.png in the assets folder to override.
  2826. [12:21:31] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'coal_ore' with background 'stone'. Place coal_ore_dense.png in the assets folder to override.
  2827. [12:21:31] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'emerald_ore' with background 'stone'. Place emerald_ore_dense.png in the assets folder to override.
  2828. [12:21:32] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'lapis_ore' with background 'stone'. Place lapis_ore_dense.png in the assets folder to override.
  2829. [12:21:32] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'iron_ore' with background 'stone'. Place iron_ore_dense.png in the assets folder to override.
  2830. [12:21:33] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'redstone_ore' with background 'stone'. Place redstone_ore_dense.png in the assets folder to override.
  2831. [12:21:33] [Client thread/INFO] [denseores]: Dense Ores: Succesfully generated dense ore texture for 'gold_ore' with background 'stone'. Place gold_ore_dense.png in the assets folder to override.
  2832. [12:21:48] [Client thread/INFO]: Created: 4096x2048 textures/blocks-atlas
  2833. [12:21:48] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  2834. [12:21:49] [Client thread/INFO] [ImmersiveEngineering]: Stitching Revolver Textures!
  2835. [12:21:49] [Client thread/INFO]: Created: 1024x1024 textures/revolvers-atlas
  2836. [12:21:49] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  2837. [12:22:10] [Client thread/INFO]: Created: 4096x2048 textures/items-atlas
  2838. [12:22:10] [Client thread/INFO] [EnderCore]: Removed 0 missing texture stacktraces. Tada!
  2839. [12:22:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2840. [12:22:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  2841. [12:22:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  2842. [12:22:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2843. [12:22:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2844. [12:22:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  2845. [12:22:11] [Thread-25/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  2846. [12:22:11] [Thread-25/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  2847. [12:22:11] [Thread-25/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  2848. [12:22:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2849. [12:22:11] [Sound Library Loader/INFO]: Sound engine started
  2850. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2851. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2852. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2853. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2854. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2855. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2856. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2857. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2858. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2859. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2860. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2861. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2862. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2863. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2864. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2865. [12:22:11] [Client thread/WARN] [JABBA]: JABBA-Debug Problem loading texture: extrautils:bw_(obsidian)
  2866. [12:22:12] [Client thread/INFO] [Mystcraft]: Mystcraft Start-Up Error Checking Completed
  2867. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  2868. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
  2869. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2870. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
  2871. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2872. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 29 textures
  2873. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 6 locations:
  2874. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
  2875. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod Botania resources at C:\ftb\FTBInfinity\minecraft\mods\Botania r1.8-249.jar
  2876. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod IC2 resources at C:\ftb\FTBInfinity\minecraft\mods\industrialcraft-2-2.2.823-experimental.jar
  2877. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod journeymap resources at C:\ftb\FTBInfinity\minecraft\mods\journeymap-1.7.10-5.1.4p1-unlimited.jar
  2878. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod runicdungeons resources at C:\ftb\FTBInfinity\minecraft\mods\RunicDungeons-1.1.7b.jar
  2879. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod Thaumcraft resources at C:\ftb\FTBInfinity\minecraft\mods\Thaumcraft-1.7.10-4.2.3.5.jar
  2880. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2881. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
  2882. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7286_focusShadowbeam.png
  2883. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7411_itemAspect.png
  2884. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1632_null.png
  2885. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7259_focusRecall.png
  2886. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5791_extracells.fluid.item.png
  2887. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7282_focusFlight.png
  2888. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/TConIntegration.bedrock.png
  2889. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5618_decowand.png
  2890. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7263_focusTelekinesis.png
  2891. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_516_alchemicCalcinator.png
  2892. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7271_focusDeflect.png
  2893. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_511_blockSpellEffect.png
  2894. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_517_crystalBelljar.png
  2895. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_956_bookshelf.png
  2896. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_510_blockSpellModifier.png
  2897. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_2391_proxyBlock.png
  2898. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_514_schematicSaver.png
  2899. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_508_blockSpellParadigm.png
  2900. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/planks.png
  2901. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_1779_extracells.block.walrus.png
  2902. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_509_blockSpellEnhancement.png
  2903. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7276_focusEnderChest.png
  2904. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7264_focusDislocation.png
  2905. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_BLOCK_652_gaiaHeadBlock_skeleton.png
  2906. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7283_focusSmelt.png
  2907. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7280_focusHeal.png
  2908. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_7285_focusXPDrain.png
  2909. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/MISSING_ICON_BLOCK_520_blockMimic.png
  2910. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/MISSING_ICON_ITEM_5794_extracells.pattern.crafting.png
  2911. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2912. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
  2913. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2914. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2915. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN ttinkerer
  2916. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2917. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain ttinkerer is missing 7 textures
  2918. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain ttinkerer has 1 location:
  2919. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod ThaumicTinkerer resources at C:\ftb\FTBInfinity\minecraft\mods\ThaumicTinkerer-2.5-1.7.10-512.jar
  2920. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2921. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain ttinkerer are:
  2922. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/repairer.png
  2923. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorSwordGem.png
  2924. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/magnet.png
  2925. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorAxeGem.png
  2926. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorShovelGem.png
  2927. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/mobAspect.png
  2928. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ichorPickGem.png
  2929. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2930. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain ttinkerer
  2931. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2932. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2933. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_5804_extrautils
  2934. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2935. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5804_extrautils is missing 1 texture
  2936. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5804_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
  2937. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2938. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_5804_extrautils are:
  2939. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/lawSword.png
  2940. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2941. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_5804_extrautils
  2942. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2943. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2944. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN immersiveengineering
  2945. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2946. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain immersiveengineering is missing 3 textures
  2947. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain immersiveengineering has 1 location:
  2948. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod ImmersiveEngineering resources at C:\ftb\FTBInfinity\minecraft\mods\ImmersiveEngineering-0.7.7.jar
  2949. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2950. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain immersiveengineering are:
  2951. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/revolvers/revolver_rose.png
  2952. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/metal2_skycrateDispenser.png
  2953. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/revolvers/revolver_tesla.png
  2954. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2955. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain immersiveengineering
  2956. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2957. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2958. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN harvestcraft
  2959. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2960. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain harvestcraft is missing 1 texture
  2961. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain harvestcraft has 1 location:
  2962. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod harvestcraft resources at C:\ftb\FTBInfinity\minecraft\mods\Pam's HarvestCraft 1.7.10Lb.jar
  2963. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2964. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain harvestcraft are:
  2965. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/chocolaterollItem.png
  2966. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2967. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain harvestcraft
  2968. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2969. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2970. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN chisel
  2971. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2972. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel is missing 1 texture
  2973. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain chisel has 1 location:
  2974. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod chisel resources at C:\ftb\FTBInfinity\minecraft\mods\Chisel-2.9.5.11.jar
  2975. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2976. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain chisel are:
  2977. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/endstone/EnderFrame.png
  2978. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2979. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain chisel
  2980. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2981. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2982. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN thaumicexploration
  2983. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2984. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain thaumicexploration is missing 1 texture
  2985. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain thaumicexploration has 1 location:
  2986. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod ThaumicExploration resources at C:\ftb\FTBInfinity\minecraft\mods\ThaumicExploration-1.7.10-1.1-53.jar
  2987. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2988. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain thaumicexploration are:
  2989. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/metalbase.png
  2990. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2991. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The following other errors were reported for domain thaumicexploration:
  2992. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  2993. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: Problem: broken aspect ratio and not an animation
  2994. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/soulBrazier.png
  2995. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2996. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  2997. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN missing_icon_item_5821_extrautils
  2998. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  2999. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5821_extrautils is missing 1 texture
  3000. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain missing_icon_item_5821_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
  3001. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3002. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain missing_icon_item_5821_extrautils are:
  3003. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/microblocks.png
  3004. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3005. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain missing_icon_item_5821_extrautils
  3006. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3007. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3008. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN botania
  3009. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  3010. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain botania is missing 1 texture
  3011. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain botania has 1 location:
  3012. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod Botania resources at C:\ftb\FTBInfinity\minecraft\mods\Botania r1.8-249.jar
  3013. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3014. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain botania are:
  3015. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/alt/clayconiaChibi.png
  3016. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3017. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain botania
  3018. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3019. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3020. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN draconicevolution
  3021. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  3022. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain draconicevolution is missing 1 texture
  3023. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain draconicevolution has 2 locations:
  3024. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod DraconicEvolution resources at C:\ftb\FTBInfinity\minecraft\mods\Draconic-Evolution-1.7.10-1.0.2h.jar
  3025. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: resource pack at path C:\ftb\FTBInfinity\minecraft\config\draconicevolution\resources
  3026. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3027. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain draconicevolution are:
  3028. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/chaosFragment.png
  3029. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3030. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain draconicevolution
  3031. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3032. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3033. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN alchemicalwizardry
  3034. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  3035. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain alchemicalwizardry is missing 1 texture
  3036. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain alchemicalwizardry has 1 location:
  3037. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod AWWayofTime resources at C:\ftb\FTBInfinity\minecraft\mods\BloodMagic-1.7.10-1.3.3-17.jar
  3038. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3039. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain alchemicalwizardry are:
  3040. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/SigilOfTheFastMiner.png
  3041. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3042. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain alchemicalwizardry
  3043. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3044. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3045. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN logisticspipes
  3046. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  3047. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain logisticspipes is missing 3 textures
  3048. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain logisticspipes has 1 location:
  3049. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod LogisticsPipes resources at C:\ftb\FTBInfinity\minecraft\mods\logisticspipes-0.9.3.126.jar
  3050. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3051. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain logisticspipes are:
  3052. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemUpgrade/UpgradeModule.png
  3053. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemUpgrade/LogicController.png
  3054. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ItemPipeSignCreator.png
  3055. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3056. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain logisticspipes
  3057. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3058. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3059. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN buildcraft
  3060. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  3061. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain buildcraft is missing 3 textures
  3062. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain buildcraft has 7 locations:
  3063. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Builders resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3064. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Transport resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3065. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Energy resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3066. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Silicon resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3067. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Robotics resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3068. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Core resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3069. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: mod BuildCraft|Factory resources at C:\ftb\FTBInfinity\minecraft\mods\buildcraft-7.1.16.jar
  3070. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3071. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain buildcraft are:
  3072. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/triggers/trigger_machine_active.png
  3073. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/board_green.png
  3074. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/triggers/trigger_machine_inactive.png
  3075. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  3076. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain buildcraft
  3077. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  3078. [12:22:12] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  3079. [12:22:13] [Client thread/INFO] [journeymap]: Loading blocks and textures...
  3080. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBlock:0] (SpecialHandling)'.
  3081. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBarrier:0] (SpecialHandling)'.
  3082. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersBed:0] (SpecialHandling)'.
  3083. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersButton:0] (SpecialHandling)'.
  3084. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersCollapsibleBlock:0] (SpecialHandling)'.
  3085. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersDaylightSensor:0] (SpecialHandling)'.
  3086. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersDoor:0] (SpecialHandling)'.
  3087. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersFlowerPot:0] (SpecialHandling)'.
  3088. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersGarageDoor:0] (SpecialHandling)'.
  3089. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersGate:0] (SpecialHandling)'.
  3090. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersHatch:0] (SpecialHandling)'.
  3091. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersLadder:0] (OpenToSky,SpecialHandling)'.
  3092. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersLever:0] (SpecialHandling)'.
  3093. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersPressurePlate:0] (SpecialHandling)'.
  3094. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSafe:0] (SpecialHandling)'.
  3095. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:0] (SpecialHandling)'.
  3096. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:1] (SpecialHandling)'.
  3097. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:2] (SpecialHandling)'.
  3098. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:3] (SpecialHandling)'.
  3099. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersSlope:4] (SpecialHandling)'.
  3100. [12:22:13] [Client thread/INFO] [journeymap]: Registered IModBlockHandler journeymap.client.model.mod.CarpentersBlocks$CommonHandler for: 'BlockMD [CarpentersBlocks:blockCarpentersStairs:0] (SpecialHandling)'.
  3101. [12:22:13] [Client thread/INFO] [journeymap]: Built BlockMD cache (9780) : BlockMD.reset count 1 avg 171.08ms
  3102. [12:22:14] [Client thread/INFO] [journeymap]: initBlocksTexture: 4096x2048 loaded in 237.975544ms
  3103. [12:22:14] [Client thread/WARN] [journeymap]: Existing color palette's mods no longer match current loadout.
  3104. [12:22:14] [Client thread/INFO] [journeymap]: WAS: Advanced Solar Panels:1.7.10-3.5.1, AgriCraft:1.7.10-1.5.0, Another One Bites The Dust:2.9.2, Applied Energistics 2 Core:rv3-beta-6, Applied Energistics 2:rv3-beta-6, Avaritia:1.11, BC Builders:7.1.16, BC Energy:7.1.16, BC Factory:7.1.16, BC Robotics:7.1.16, BC Silicon:7.1.16, BC Transport:7.1.16, BD Lib:1.9.4.109, Baubles:1.0.1.10, BiblioCraft:1.11.5, BiblioWoods Biomes O'Plenty Edition:1.9, BiblioWoods Forestry Edition:1.7, BiblioWoods Natura Edition:1.5, Big Reactors:0.4.3A, Binnie Core:2.0-pre14, Binnie Patcher:1.8.2, Biomes O' Plenty:2.1.0, Blood Magic: Alchemical Wizardry:v1.3.3, Botania:r1.8-249, Botany:2.0-pre14, Brandon's Core:1.0.0.12, BuildCraft Compat:7.1.5, BuildCraft:7.1.16, Carpenter's Blocks:3.3.8, Chisel:2.9.5.11, Choco Patcher:1.1, CoFH ASM:000, CoFH Core:1.7.10R3.1.3, CodeChicken Core:1.0.7.47, ComputerCraft:1.75, Custom Main Menu:1.9.2, Decocraft:2.3.3, Dense Ores:1.0, Draconic Evolution:1.0.2h, Ender IO:1.7.10-2.3.0.428_beta, Ender Zoo:1.7.10-1.0.15.32, EnderCore:1.7.10-0.2.0.36_beta, EnderStorage:1.4.7.37, EnderTech:1.7.10-0.3.2.405, Extra Bees:2.0-pre14, Extra Cells 2:2.3.14, Extra Trees:2.0-pre14, Extra Utilities:1.2.12, ExtraTiC:1.4.6, FTB Tweaks:1.0.2, FTBLib:1.0.18.2, FTBUtilities:1.0.18.2, Fast Leaf Decay:1.4, FastCraft:1.23, Forbidden Magic:1.7.10-0.575, Forestry for Minecraft:4.2.15.63, Forge Microblocks:1.2.0.345, Forge Mod Loader:7.10.99.99, Forge Multipart:1.2.0.345, ForgeRelocation:0.0.1.4, Funky Locomotion:1.0, GenDustry:1.6.3.132, Genetics:2.0-pre14, Graviation Suite:1.7.10-2.0.3, Guide-API:1.7.10-1.0.1-20, HatStand:4.0.0, Hats:4.0.1, Headcrumbs:1.7.4, INpureCore:1.7.10R1.0.0B9, Immersive Engineering:0.7.7, Immersive Integration:0.6.8, IndustrialCraft 2:2.2.823-experimental, Inventory Tweaks:1.59-dev-152-cf6e263, Iron Chest:6.0.62.742, JABBA:1.2.2, JourneyMap:5.1.4p1, Logistics Pipes:0.9.3.126, MCFrames:1.0, MFR Compat ProjectRed:1.7.10R2.8.1, MFR Compat: Applied Energistics:1.7.10R2.8.1, MFR Compat: BuildCraft:1.7.10R2.8.1, MFR Compat: Forestry:1.7.10R2.8.1, MFR Compat: ForgeMicroblock:1.7.10R2.8.1, MFR Compat: IC2:1.7.10R2.8.1, MFR Compat: Railcraft:1.7.10R2.8.1, MFR Compat: Thaumcraft:1.7.10R2.8.1, MFR Compat: Thermal Expansion:1.7.10R2.8.1, MFR Compat: Tinkers' Construct:1.7.10R2.8.1, MFR Compat: TwilightForest:1.7.10R2.8.1, MFR Compat: Vanilla:1.7.10R2.8.1, Magic Bees:2.4.3, Mantle:1.7.10-0.3.2.jenkins191, MineFactory Reloaded:1.7.10R2.8.1, MineTweaker 3:3.0.10, Minecraft Coder Pack:9.05, Minecraft Forge:10.13.4.1614, Minecraft Multipart Plugin:1.2.0.345, Mod Tweaker 2:0.9.5, Morpheus:1.7.10-1.6.21, MrTJPCore:1.1.0.33, Mystcraft:0.12.3.02, NEI Addons: Applied Energistics 2:1.12.14.40, NEI Addons: Botany:1.12.14.40, NEI Addons: Crafting Tables:1.12.14.40, NEI Addons: Developer Tools:1.12.14.40, NEI Addons: Ex Nihilo:1.12.14.40, NEI Addons: Forestry:1.12.14.40, NEI Addons:1.12.14.40, NEI Integration:1.1.2, Natura:2.2.0, Nether Ores:1.7.10R2.3.1, Not Enough Items:1.0.5.120, Not Enough Resources:0.1.0.ManuallyBuilt, Nuclear Control 2:2.4.1a, OpenBlocks:1.5.1, OpenMods:0.9.1, OpenModsCore:0.9.1, OpenPeripheralAddons:0.5.1, OpenPeripheralCore:1.3, OpenPeripheralIntegration:0.5, PTRModelLib:1.0.0, Pam's HarvestCraft:1.7.10j, PortalGun:4.0.0-beta-6, ProjectRed Compatibility:4.7.0pre12.95, ProjectRed Core:4.7.0pre12.95, ProjectRed Expansion:4.7.0pre12.95, ProjectRed Exploration:4.7.0pre12.95, ProjectRed Illumination:4.7.0pre12.95, ProjectRed Integration:4.7.0pre12.95, ProjectRed Transmission:4.7.0pre12.95, ProjectRed Transportation:4.7.0pre12.95, RFTools:4.23, Railcraft:9.12.2.0, Redstone Arsenal:1.7.10R1.1.2, RelocationFMP:0.0.1.2, Resource Loader:1.3, Runic Dungeons:1.1.7b, Simply Jetpacks:1.5.3, Solar Expansion:1.6a, Spring Boards:0.1, Steve's Addons:0.10.16, Steve's Carts 2:2.0.0.b18, Steve's Factory Manager:A93, Steve's Workshop:0.5.1, Storage Drawers: Biomes O' Plenty Pack:1.7.10-1.1.1, Storage Drawers: Forestry Pack:1.7.10-1.1.2, Storage Drawers: Misc Pack:1.7.10-1.1.2, Storage Drawers: Natura Pack:1.7.10-1.1.1, Storage Drawers:1.7.10-1.10.1, TC Inventory Scanning:1.0.11, Thaumcraft NEI Plugin:@VERSION@, Thaumcraft:4.2.3.5, Thaumic Energistics Core:1.0.0.1, Thaumic Energistics:1.0.0.5, Thaumic Exploration:0.6.0, Thaumic Tinkerer Core:0.1, Thaumic Tinkerer:unspecified, The Twilight Forest:2.3.7, Thermal Dynamics:1.7.10R1.2.0, Thermal Expansion:1.7.10R4.1.3, Thermal Foundation:1.7.10R1.2.5, TiC Tooltips:1.2.5, Tinkers' Construct:1.7.10-1.8.8.build988, Tinkers' Mechworks:0.2.15.106, Translocator:1.1.2.16, WR-CBE Addons:1.4.1.9, WR-CBE Core:1.4.1.9, WR-CBE Logic:1.4.1.9, Waila Harvestability:1.1.6, Waila:1.5.10, What Are We Looking At:1.3.1, Witchery:0.24.1, debug:1.0, iChunUtil:4.2.2
  3105. NOW: Advanced Solar Panels:1.7.10-3.5.1, AgriCraft:1.7.10-1.5.0, Another One Bites The Dust:2.9.2, Applied Energistics 2 Core:rv3-beta-6, Applied Energistics 2:rv3-beta-6, Avaritia:1.11, BC Builders:7.1.16, BC Energy:7.1.16, BC Factory:7.1.16, BC Robotics:7.1.16, BC Silicon:7.1.16, BC Transport:7.1.16, BD Lib:1.9.4.109, Baubles:1.0.1.10, BiblioCraft:1.11.5, BiblioWoods Biomes O'Plenty Edition:1.9, BiblioWoods Forestry Edition:1.7, BiblioWoods Natura Edition:1.5, Big Reactors:0.4.3A, Binnie Core:2.0-pre14, Binnie Patcher:1.8.2, Biomes O' Plenty:2.1.0, Blood Magic: Alchemical Wizardry:v1.3.3, Botania:r1.8-249, Botany:2.0-pre14, Brandon's Core:1.0.0.12, BuildCraft Compat:7.1.5, BuildCraft:7.1.16, Carpenter's Blocks:3.3.8, Chisel:2.9.5.11, Choco Patcher:1.1, CoFH ASM:000, CoFH Core:1.7.10R3.1.3, CodeChicken Core:1.0.7.47, ComputerCraft:1.75, Custom Main Menu:1.9.2, Decocraft:2.3.3, Dense Ores:1.0, Draconic Evolution:1.0.2h, Ender IO:1.7.10-2.3.0.428_beta, Ender Zoo:1.7.10-1.0.15.32, EnderCore:1.7.10-0.2.0.36_beta, EnderStorage:1.4.7.37, EnderTech:1.7.10-0.3.2.405, Extra Bees:2.0-pre14, Extra Cells 2:2.3.14, Extra Trees:2.0-pre14, Extra Utilities:1.2.12, ExtraTiC:1.4.6, FTB Tweaks:1.0.2, FTBLib:1.0.18.2, FTBUtilities:1.0.18.2, Fast Leaf Decay:1.4, Forbidden Magic:1.7.10-0.575, Forestry for Minecraft:4.2.15.63, Forge Microblocks:1.2.0.345, Forge Mod Loader:7.10.99.99, Forge Multipart:1.2.0.345, ForgeRelocation:0.0.1.4, Funky Locomotion:1.0, GenDustry:1.6.3.132, Genetics:2.0-pre14, Graviation Suite:1.7.10-2.0.3, Guide-API:1.7.10-1.0.1-20, HatStand:4.0.0, Hats:4.0.1, Headcrumbs:1.7.4, INpureCore:1.7.10R1.0.0B9, Immersive Engineering:0.7.7, Immersive Integration:0.6.8, IndustrialCraft 2:2.2.823-experimental, Inventory Tweaks:1.59-dev-152-cf6e263, Iron Chest:6.0.62.742, JABBA:1.2.2, JourneyMap:5.1.4p1, Logistics Pipes:0.9.3.126, MCFrames:1.0, MFR Compat ProjectRed:1.7.10R2.8.1, MFR Compat: Applied Energistics:1.7.10R2.8.1, MFR Compat: BuildCraft:1.7.10R2.8.1, MFR Compat: Forestry:1.7.10R2.8.1, MFR Compat: ForgeMicroblock:1.7.10R2.8.1, MFR Compat: IC2:1.7.10R2.8.1, MFR Compat: Railcraft:1.7.10R2.8.1, MFR Compat: Thaumcraft:1.7.10R2.8.1, MFR Compat: Thermal Expansion:1.7.10R2.8.1, MFR Compat: Tinkers' Construct:1.7.10R2.8.1, MFR Compat: TwilightForest:1.7.10R2.8.1, MFR Compat: Vanilla:1.7.10R2.8.1, Magic Bees:2.4.3, Mantle:1.7.10-0.3.2.jenkins191, MineFactory Reloaded:1.7.10R2.8.1, MineTweaker 3:3.0.10, Minecraft Coder Pack:9.05, Minecraft Forge:10.13.4.1614, Minecraft Multipart Plugin:1.2.0.345, Mod Tweaker 2:0.9.5, Morpheus:1.7.10-1.6.21, MrTJPCore:1.1.0.33, Mystcraft:0.12.3.02, NEI Addons: Applied Energistics 2:1.12.14.40, NEI Addons: Botany:1.12.14.40, NEI Addons: Crafting Tables:1.12.14.40, NEI Addons: Developer Tools:1.12.14.40, NEI Addons: Ex Nihilo:1.12.14.40, NEI Addons: Forestry:1.12.14.40, NEI Addons:1.12.14.40, NEI Integration:1.1.2, Natura:2.2.0, Nether Ores:1.7.10R2.3.1, Not Enough Items:1.0.5.120, Not Enough Resources:0.1.0.ManuallyBuilt, Nuclear Control 2:2.4.1a, OpenBlocks:1.5.1, OpenMods:0.9.1, OpenModsCore:0.9.1, OpenPeripheralAddons:0.5.1, OpenPeripheralCore:1.3, OpenPeripheralIntegration:0.5, PTRModelLib:1.0.0, Pam's HarvestCraft:1.7.10j, PortalGun:4.0.0-beta-6, ProjectRed Compatibility:4.7.0pre12.95, ProjectRed Core:4.7.0pre12.95, ProjectRed Expansion:4.7.0pre12.95, ProjectRed Exploration:4.7.0pre12.95, ProjectRed Illumination:4.7.0pre12.95, ProjectRed Integration:4.7.0pre12.95, ProjectRed Transmission:4.7.0pre12.95, ProjectRed Transportation:4.7.0pre12.95, RFTools:4.23, Railcraft:9.12.2.0, Redstone Arsenal:1.7.10R1.1.2, RelocationFMP:0.0.1.2, Resource Loader:1.3, Runic Dungeons:1.1.7b, Simply Jetpacks:1.5.3, Solar Expansion:1.6a, Spring Boards:0.1, Steve's Addons:0.10.16, Steve's Carts 2:2.0.0.b18, Steve's Factory Manager:A93, Steve's Workshop:0.5.1, Storage Drawers: Biomes O' Plenty Pack:1.7.10-1.1.1, Storage Drawers: Forestry Pack:1.7.10-1.1.2, Storage Drawers: Misc Pack:1.7.10-1.1.2, Storage Drawers: Natura Pack:1.7.10-1.1.1, Storage Drawers:1.7.10-1.10.1, TC Inventory Scanning:1.0.11, Thaumcraft NEI Plugin:@VERSION@, Thaumcraft:4.2.3.5, Thaumic Energistics Core:1.0.0.1, Thaumic Energistics:1.0.0.5, Thaumic Exploration:0.6.0, Thaumic Tinkerer Core:0.1, Thaumic Tinkerer:unspecified, The Twilight Forest:2.3.7, Thermal Dynamics:1.7.10R1.2.0, Thermal Expansion:1.7.10R4.1.3, Thermal Foundation:1.7.10R1.2.5, TiC Tooltips:1.2.5, Tinkers' Construct:1.7.10-1.8.8.build988, Tinkers' Mechworks:0.2.15.106, Translocator:1.1.2.16, WR-CBE Addons:1.4.1.9, WR-CBE Core:1.4.1.9, WR-CBE Logic:1.4.1.9, Waila Harvestability:1.1.6, Waila:1.5.10, What Are We Looking At:1.3.1, Witchery:0.24.1, debug:1.0, iChunUtil:4.2.2
  3106. [12:22:14] [Client thread/INFO] [journeymap]: Initialized 8514 block colors from mods and resource packs in 318ms
  3107. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorCore:0] (Transparency,Error)
  3108. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockAiry:0] (Transparency,Error)
  3109. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [AWWayofTime:spectralContainer:0] (Transparency,Error)
  3110. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersHatch:0] (Transparency,Error,SpecialHandling)
  3111. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [ThaumicExploration:thinkTankJar:0] (OpenToSky,Transparency,Error,TransparentRoof)
  3112. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockEldritchNothing:0] (Transparency,Error)
  3113. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorStabilizer:0] (Transparency,Error)
  3114. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockPortalEldritch:0] (Transparency,Error)
  3115. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersGarageDoor:0] (Transparency,Error,SpecialHandling)
  3116. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [witchery:force:0] (Transparency,Error)
  3117. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersStairs:0] (Transparency,Error,SpecialHandling)
  3118. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBed:0] (Transparency,Error,SpecialHandling)
  3119. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSafe:0] (Transparency,Error,SpecialHandling)
  3120. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBlock:0] (Transparency,Error,SpecialHandling)
  3121. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [AWWayofTime:bloodLight:0] (Transparency,Error)
  3122. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:3] (Transparency,Error,SpecialHandling)
  3123. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:4] (Transparency,Error,SpecialHandling)
  3124. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:0] (Transparency,Error,SpecialHandling)
  3125. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:1] (Transparency,Error,SpecialHandling)
  3126. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersSlope:2] (Transparency,Error,SpecialHandling)
  3127. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Thaumcraft:blockWarded:0] (Transparency,Error)
  3128. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersLadder:0] (OpenToSky,Transparency,Error,SpecialHandling)
  3129. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [ForgeMultipart:block:0] (Transparency,Error)
  3130. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersDaylightSensor:0] (Transparency,Error,SpecialHandling)
  3131. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:reactorEnergyInjector:0] (Transparency,Error)
  3132. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersCollapsibleBlock:0] (Transparency,Error,SpecialHandling)
  3133. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [chisel:glass_pane:4] (OpenToSky,Transparency,Error,TransparentRoof)
  3134. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersGate:0] (Transparency,Error,SpecialHandling)
  3135. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:1] (OpenToSky,Transparency,Error,TransparentRoof)
  3136. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:3] (OpenToSky,Transparency,Error,TransparentRoof)
  3137. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:portal:0] (Transparency,Error)
  3138. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersBarrier:0] (Transparency,Error,SpecialHandling)
  3139. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [DraconicEvolution:chaosCrystal:0] (Transparency,Error)
  3140. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersButton:0] (Transparency,Error,SpecialHandling)
  3141. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [EnderIO:blockFusedQuartz:5] (OpenToSky,Transparency,Error,TransparentRoof)
  3142. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersPressurePlate:0] (Transparency,Error,SpecialHandling)
  3143. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [CarpentersBlocks:blockCarpentersDoor:0] (Transparency,Error,SpecialHandling)
  3144. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [TwilightForest:tile.HugeLilyPad:0] (NoShadow,Transparency,Error,Plant,NoTopo)
  3145. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:0] (NoShadow,Transparency,Error,Plant,NoTopo)
  3146. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:2] (NoShadow,Transparency,Error,Plant,NoTopo)
  3147. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:1] (NoShadow,Transparency,Error,Plant,NoTopo)
  3148. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:4] (NoShadow,Transparency,Error,Plant,NoTopo)
  3149. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:3] (NoShadow,Transparency,Error,Plant,NoTopo)
  3150. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:6] (NoShadow,Transparency,Error,Plant,NoTopo)
  3151. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:5] (NoShadow,Transparency,Error,Plant,NoTopo)
  3152. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:8] (NoShadow,Transparency,Error,Plant,NoTopo)
  3153. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:7] (NoShadow,Transparency,Error,Plant,NoTopo)
  3154. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:10] (NoShadow,Transparency,Error,Plant,NoTopo)
  3155. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:9] (NoShadow,Transparency,Error,Plant,NoTopo)
  3156. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:12] (NoShadow,Transparency,Error,Plant,NoTopo)
  3157. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:11] (NoShadow,Transparency,Error,Plant,NoTopo)
  3158. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:14] (NoShadow,Transparency,Error,Plant,NoTopo)
  3159. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:13] (NoShadow,Transparency,Error,Plant,NoTopo)
  3160. [12:22:14] [Client thread/WARN] [journeymap]: Block with Error flag won't be saved to color palette: BlockMD [Botania:buriedPetals:15] (NoShadow,Transparency,Error,Plant,NoTopo)
  3161. [12:22:14] [Client thread/INFO] [journeymap]: Color palette file generated with 8407 colors in 215ms for: C:\ftb\FTBInfinity\minecraft\journeymap\colorpalette.json
  3162. [12:22:14] [Client thread/INFO] [journeymap]: Updated color palette file: C:\ftb\FTBInfinity\minecraft\journeymap\colorpalette.json
  3163. [12:22:26] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  3164. [12:22:26] [Server thread/INFO]: Generating keypair
  3165. [12:22:26] [Server thread/INFO] [AgriCraft]: Registered Mutations:
  3166. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedSugarcane:0 = minecraft:wheat_seeds:0 + AgriCraft:seedCarrot:0
  3167. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedCactus:0 = AgriCraft:seedSugarcane:0 + AgriCraft:seedPoppy:0
  3168. [12:22:26] [Server thread/INFO] [AgriCraft]: - minecraft:pumpkin_seeds:0 = AgriCraft:seedPotato:0 + AgriCraft:seedCarrot:0
  3169. [12:22:26] [Server thread/INFO] [AgriCraft]: - minecraft:melon_seeds:0 = AgriCraft:seedCarrot:0 + minecraft:pumpkin_seeds:0
  3170. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedPoppy:0 = AgriCraft:seedSugarcane:0 + minecraft:pumpkin_seeds:0
  3171. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedDandelion:0 = AgriCraft:seedSugarcane:0 + minecraft:melon_seeds:0
  3172. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedOrchid:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedDandelion:0
  3173. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedAllium:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedOrchid:0
  3174. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedTulipRed:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedAllium:0
  3175. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedTulipOrange:0 = AgriCraft:seedDaisy:0 + AgriCraft:seedOrchid:0
  3176. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedTulipWhite:0 = AgriCraft:seedDaisy:0 + AgriCraft:seedDandelion:0
  3177. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedTulipPink:0 = AgriCraft:seedAllium:0 + AgriCraft:seedDandelion:0
  3178. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedDaisy:0 = AgriCraft:seedDandelion:0 + AgriCraft:seedOrchid:0
  3179. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedShroomRed:0 = minecraft:nether_wart:0 + AgriCraft:seedPoppy:0
  3180. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedShroomBrown:0 = minecraft:nether_wart:0 + AgriCraft:seedPotato:0
  3181. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedRedstodendron=AgriCraft:seedTulipRed+AgriCraft:seedDaisy)
  3182. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedLapender=AgriCraft:seedTulipPink+AgriCraft:seedOrchid)
  3183. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedFerranium=AgriCraft:seedLapender+AgriCraft:seedTulipWhite)
  3184. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedAurigold=AgriCraft:seedRedstodendron+AgriCraft:seedTulipOrange)
  3185. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedDiamahlia=AgriCraft:seedAurigold+AgriCraft:seedLapender)
  3186. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedEmeryllis=AgriCraft:seedFerranium+AgriCraft:seedRedstodendron)
  3187. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedNitorWart=minecraft:nether_wart+AgriCraft:seedTulipOrange)
  3188. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedQuartzanthemum=AgriCraft:seedNitorWart+AgriCraft:seedLapender)
  3189. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedCuprosia=AgriCraft:seedRedstodendron+AgriCraft:seedTulipRed)
  3190. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedPetinia=AgriCraft:seedLapender+AgriCraft:seedDaisy)
  3191. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedPlombean=AgriCraft:seedFerranium+AgriCraft:seedPotato)
  3192. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedSilverweed=AgriCraft:seedAurigold+AgriCraft:seedAllium)
  3193. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedJaslumine=AgriCraft:seedFerranium+minecraft:wheat_seeds)
  3194. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedNiccissus=AgriCraft:seedAurigold+AgriCraft:seedDandelion)
  3195. [12:22:26] [Server thread/INFO] [AgriCraft]: Error when reading mutation: resulting stack is not correct. (line: AgriCraft:seedPlatiolus=AgriCraft:seedDiamahlia+AgriCraft:seedFerranium)
  3196. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaRed:0 = AgriCraft:seedPoppy:0 + AgriCraft:seedTulipRed:0
  3197. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaYellow:0 = AgriCraft:seedDandelion:0 + AgriCraft:seedTulipOrange:0
  3198. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaBlue:0 = AgriCraft:seedOrchid:0 + AgriCraft:seedAllium:0
  3199. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaOrange:0 = AgriCraft:seedBotaniaYellow:0 + AgriCraft:seedBotaniaRed:0
  3200. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaPurple:0 = AgriCraft:seedBotaniaMagenta:0 + AgriCraft:seedBotaniaBlue:0
  3201. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaGreen:0 = AgriCraft:seedBotaniaBlue:0 + AgriCraft:seedBotaniaYellow:0
  3202. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaMagenta:0 = AgriCraft:seedBotaniaRed:0 + AgriCraft:seedBotaniaBlue:0
  3203. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaPink:0 = AgriCraft:seedBotaniaPurple:0 + AgriCraft:seedBotaniaWhite:0
  3204. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaLime:0 = AgriCraft:seedBotaniaWhite:0 + AgriCraft:seedBotaniaGreen:0
  3205. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaCyan:0 = AgriCraft:seedBotaniaGreen:0 + AgriCraft:seedBotaniaBlue:0
  3206. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaLightBlue:0 = AgriCraft:seedBotaniaBlue:0 + AgriCraft:seedBotaniaWhite:0
  3207. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaBlack:0 = AgriCraft:seedBotaniaBlue:0 + AgriCraft:seedCactus:0
  3208. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaWhite:0 = AgriCraft:seedTulipWhite:0 + AgriCraft:seedDaisy:0
  3209. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaGray:0 = AgriCraft:seedBotaniaBlack:0 + AgriCraft:seedBotaniaWhite:0
  3210. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaLightGray:0 = AgriCraft:seedBotaniaGray:0 + AgriCraft:seedBotaniaWhite:0
  3211. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedBotaniaBrown:0 = AgriCraft:seedBotaniaPurple:0 + AgriCraft:seedBotaniaGreen:0
  3212. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:artichokeseedItem:0 = harvestcraft:asparagusseedItem:0 + harvestcraft:lettuceseedItem:0
  3213. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:asparagusseedItem:0 = harvestcraft:scallionseedItem:0 + harvestcraft:cornseedItem:0
  3214. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:bambooshootseedItem:0 = harvestcraft:cornseedItem:0 + harvestcraft:riceseedItem:0
  3215. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:beanseedItem:0 = minecraft:pumpkin_seeds:0 + AgriCraft:seedPotato:0
  3216. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:beetseedItem:0 = harvestcraft:radishseedItem:0 + AgriCraft:seedCarrot:0
  3217. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:bellpepperseedItem:0 = harvestcraft:chilipepperseedItem:0 + harvestcraft:spiceleafseedItem:0
  3218. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:blackberryseedItem:0 = harvestcraft:strawberryseedItem:0 + harvestcraft:blueberryseedItem:0
  3219. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:blueberryseedItem:0 = harvestcraft:strawberryseedItem:0 + AgriCraft:seedOrchid:0
  3220. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:broccoliseedItem:0 = harvestcraft:lettuceseedItem:0 + AgriCraft:seedDaisy:0
  3221. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:brusselsproutseedItem:0 = harvestcraft:cabbageseedItem:0 + harvestcraft:peasseedItem:0
  3222. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cabbageseedItem:0 = harvestcraft:broccoliseedItem:0 + harvestcraft:lettuceseedItem:0
  3223. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cactusfruitseedItem:0 = harvestcraft:kiwiseedItem:0 + harvestcraft:bambooshootseedItem:0
  3224. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:candleberryseedItem:0 = harvestcraft:cactusfruitseedItem:0 + harvestcraft:grapeseedItem:0
  3225. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cantaloupeseedItem:0 = minecraft:melon_seeds:0 + harvestcraft:strawberryseedItem:0
  3226. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cauliflowerseedItem:0 = harvestcraft:cabbageseedItem:0 + harvestcraft:lettuceseedItem:0
  3227. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:celeryseedItem:0 = minecraft:wheat_seeds:0 + AgriCraft:seedAllium:0
  3228. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:chilipepperseedItem:0 = harvestcraft:tomatoseedItem:0 + harvestcraft:onionseedItem:0
  3229. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:coffeeseedItem:0 = harvestcraft:beanseedItem:0 + AgriCraft:seedSugarcane:0
  3230. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cranberryseedItem:0 = harvestcraft:blueberryseedItem:0 + harvestcraft:grapeseedItem:0
  3231. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cucumberseedItem:0 = harvestcraft:peasseedItem:0 + harvestcraft:okraseedItem:0
  3232. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:eggplantseedItem:0 = harvestcraft:zucchiniseedItem:0 + harvestcraft:tomatoseedItem:0
  3233. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:garlicseedItem:0 = harvestcraft:onionseedItem:0 + harvestcraft:gingerseedItem:0
  3234. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:gingerseedItem:0 = harvestcraft:mustardseedItem:0 + harvestcraft:peanutseedItem:0
  3235. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:grapeseedItem:0 = harvestcraft:blueberryseedItem:0 + harvestcraft:cantaloupeseedItem:0
  3236. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:kiwiseedItem:0 = harvestcraft:cantaloupeseedItem:0 + harvestcraft:strawberryseedItem:0
  3237. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:leekseedItem:0 = harvestcraft:scallionseedItem:0 + harvestcraft:celeryseedItem:0
  3238. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:lettuceseedItem:0 = AgriCraft:seedDaisy:0 + harvestcraft:celeryseedItem:0
  3239. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:spinachseedItem:0 = harvestcraft:lettuceseedItem:0 + AgriCraft:seedCactus:0
  3240. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:mustardseedItem:0 = harvestcraft:chilipepperseedItem:0 + harvestcraft:beanseedItem:0
  3241. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:oatsseedItem:0 = harvestcraft:cornseedItem:0 + harvestcraft:riceseedItem:0
  3242. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:okraseedItem:0 = harvestcraft:beanseedItem:0 + harvestcraft:leekseedItem:0
  3243. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:onionseedItem:0 = harvestcraft:celeryseedItem:0 + harvestcraft:brusselsproutseedItem:0
  3244. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:parsnipseedItem:0 = AgriCraft:seedCarrot:0 + harvestcraft:beetseedItem:0
  3245. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:peanutseedItem:0 = harvestcraft:peasseedItem:0 + harvestcraft:bambooshootseedItem:0
  3246. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:peasseedItem:0 = harvestcraft:soybeanseedItem:0 + harvestcraft:okraseedItem:0
  3247. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:pineappleseedItem:0 = harvestcraft:bambooshootseedItem:0 + harvestcraft:cantaloupeseedItem:0
  3248. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:radishseedItem:0 = harvestcraft:tomatoseedItem:0 + harvestcraft:brusselsproutseedItem:0
  3249. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:strawberryseedItem:0 = harvestcraft:radishseedItem:0 + AgriCraft:seedPoppy:0
  3250. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:raspberryseedItem:0 = harvestcraft:strawberryseedItem:0 + AgriCraft:seedTulipRed:0
  3251. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:rhubarbseedItem:0 = AgriCraft:seedSugarcane:0 + harvestcraft:lettuceseedItem:0
  3252. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:riceseedItem:0 = harvestcraft:ryeseedItem:0 + AgriCraft:seedSugarcane:0
  3253. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:rutabagaseedItem:0 = harvestcraft:beetseedItem:0 + harvestcraft:turnipseedItem:0
  3254. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:scallionseedItem:0 = AgriCraft:seedCarrot:0 + AgriCraft:seedSugarcane:0
  3255. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:seaweedseedItem:0 = harvestcraft:lettuceseedItem:0 + harvestcraft:celeryseedItem:0
  3256. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:soybeanseedItem:0 = harvestcraft:beanseedItem:0 + harvestcraft:riceseedItem:0
  3257. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:spiceleafseedItem:0 = harvestcraft:teaseedItem:0 + harvestcraft:chilipepperseedItem:0
  3258. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:sweetpotatoseedItem:0 = AgriCraft:seedPotato:0 + AgriCraft:seedSugarcane:0
  3259. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:teaseedItem:0 = harvestcraft:seaweedseedItem:0 + AgriCraft:seedDaisy:0
  3260. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:tomatoseedItem:0 = harvestcraft:sweetpotatoseedItem:0 + AgriCraft:seedCarrot:0
  3261. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:turnipseedItem:0 = harvestcraft:parsnipseedItem:0 + harvestcraft:radishseedItem:0
  3262. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:wintersquashseedItem:0 = minecraft:pumpkin_seeds:0 + harvestcraft:zucchiniseedItem:0
  3263. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:zucchiniseedItem:0 = minecraft:pumpkin_seeds:0 + harvestcraft:cucumberseedItem:0
  3264. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:whitemushroomseedItem:0 = AgriCraft:seedShroomRed:0 + AgriCraft:seedShroomBrown:0
  3265. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:curryleafseedItem:0 = harvestcraft:spiceleafseedItem:0 + harvestcraft:mustardseedItem:0
  3266. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:sesameseedsseedItem:0 = harvestcraft:riceseedItem:0 + harvestcraft:coffeeseedItem:0
  3267. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:waterchestnutseedItem:0 = harvestcraft:sesameseedsseedItem:0 + harvestcraft:seaweedseedItem:0
  3268. [12:22:26] [Server thread/INFO] [AgriCraft]: - Natura:barley.seed:0 = minecraft:wheat_seeds:0 + AgriCraft:seedSugarcane:0
  3269. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:cornseedItem:0 = Natura:barley.seed:0 + harvestcraft:ryeseedItem:0
  3270. [12:22:26] [Server thread/INFO] [AgriCraft]: - harvestcraft:ryeseedItem:0 = Natura:barley.seed:0 + minecraft:wheat_seeds:0
  3271. [12:22:26] [Server thread/INFO] [AgriCraft]: - Natura:barley.seed:1 = Natura:barley.seed:0 + AgriCraft:seedDaisy:0
  3272. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedCinderpearl:0 = AgriCraft:seedCactus:0 + AgriCraft:seedTulipRed:0
  3273. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedShimmerleaf:0 = AgriCraft:seedTulipWhite:0 + AgriCraft:seedCinderpearl:0
  3274. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedVishroom:0 = AgriCraft:seedShroomBrown:0 + AgriCraft:seedShimmerleaf:0
  3275. [12:22:26] [Server thread/INFO] [AgriCraft]: - AgriCraft:seedTaintedRoot:0 = AgriCraft:seedVishroom:0 + minecraft:nether_wart:0
  3276. [12:22:27] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts
  3277. [12:22:27] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading intermod
  3278. [12:22:27] [Server thread/INFO] [FTBLibDev]: Loading override configs
  3279. [12:22:27] [Server thread/INFO] [inpure|core]: Processing ServerAboutToStart event for submodule info.inpureprojects.core.Preloader.ModulePreloader
  3280. [12:22:27] [Server thread/INFO] [INpureLogInterceptor]: System no longer monitoring FML console messages.
  3281. [12:22:27] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod FastCraft which appears to be missing, things may not work well
  3282. [12:22:27] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  3283. [12:22:27] [Server thread/INFO] [FML]: Applying holder lookups
  3284. [12:22:27] [Server thread/INFO] [FML]: Holder lookups applied
  3285. [12:22:27] [Server thread/INFO] [FML]: Loading dimension 0 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3286. [12:22:27] [Server thread/INFO] [FML]: Loading dimension -7 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3287. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Single player World Load Event: initialize dimlets
  3288. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Foliage, Oak
  3289. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Sky
  3290. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
  3291. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, enderium.molten
  3292. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mana
  3293. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, platinum.molten
  3294. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, honey
  3295. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, aluminumbrass.molten
  3296. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, steam
  3297. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, signalum.molten
  3298. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, invar.molten
  3299. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, manyullyn.molten
  3300. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, glowstone
  3301. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mithril.molten
  3302. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
  3303. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, pigiron.molten
  3304. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, alumite.molten
  3305. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, bronze.molten
  3306. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, lumium.molten
  3307. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, electrum.molten
  3308. [12:22:28] [Server thread/INFO] [mcjty.lib.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
  3309. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -100 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3310. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -34 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3311. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -37 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3312. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -38 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3313. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -39 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3314. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -42 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3315. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -19 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3316. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -112 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3317. [12:22:28] [Server thread/INFO] [FML]: Loading dimension -1 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3318. [12:22:28] [Server thread/INFO] [FML]: Loading dimension 1 (Origin) (net.minecraft.server.integrated.IntegratedServer@2e15fe1f)
  3319. [12:22:29] [Server thread/INFO] [FTBLibDev]: Loading override configs
  3320. [12:22:29] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts
  3321. [12:22:30] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading InfinityPackWideChanges.zs
  3322. [12:22:30] [Thread-28/INFO] [FTBU]: Loaded 2 badges in 753 ms!
  3323. Attemping to load JABBA data.
  3324. [12:22:30] [Server thread/INFO]: Preparing start region for level 0
  3325. [12:22:31] [Server thread/INFO]: Preparing spawn area: 46%
  3326. [12:22:32] [Server thread/INFO]: Preparing spawn area: 88%
  3327. [12:22:33] [Server thread/INFO] [modtweaker2]: Starting ServerStart for modtweaker2
  3328. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for minecraft
  3329. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for CoFHCore
  3330. [12:22:33] [Server thread/INFO] [neresources]: Metallurgy not loaded - skipping
  3331. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for NetherOres
  3332. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for BigReactors
  3333. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for appliedenergistics2
  3334. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for Thaumcraft
  3335. [12:22:33] [Server thread/INFO] [neresources]: ElectriCraft not loaded - skipping
  3336. [12:22:33] [Server thread/INFO] [neresources]: ReactorCraft not loaded - skipping
  3337. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for Forestry
  3338. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for TConstruct
  3339. [12:22:33] [Server thread/INFO] [neresources]: Loading compatibility for IC2
  3340. [12:22:33] [Server thread/INFO] [neresources]: MobProperties not loaded - skipping
  3341. [12:22:33] [Server thread/INFO] [neresources]: xreliquary not loaded - skipping
  3342. [12:22:33] [Server thread/INFO] [neresources]: bluepower not loaded - skipping
  3343. [12:22:34] [Server thread/INFO] [ImmersiveEngineering]: WorldData loading
  3344. [12:22:34] [Server thread/INFO] [ImmersiveEngineering]: WorldData retrieved
  3345. [12:22:34] [Server thread/INFO] [ImmersiveEngineering]: Removed 0 old recipes
  3346. [12:22:34] [Server thread/INFO] [ImmersiveEngineering]: Starting recipe profiler for Arc Recycling, using 8 Threads
  3347. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicHoe@0, missing knowledge for [1xitem.hoeDiamond@0]
  3348. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterhatgarlicked@0, missing knowledge for [1xitem.witchery:hunterhatsilvered@0]
  3349. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.itemBloodPack@0, missing knowledge for [1xitem.chestplateCloth@0]
  3350. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:wyvernLeggs@0, missing knowledge for [1xitem.leggingsDiamond@0]
  3351. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterbootssilvered@0, missing knowledge for [1xitem.witchery:hunterboots@0]
  3352. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterbootsgarlicked@0, missing knowledge for [1xitem.witchery:hunterbootssilvered@0]
  3353. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterhatsilvered@0, missing knowledge for [1xitem.witchery:hunterhat@0]
  3354. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicLeggs@0, missing knowledge for [1xitem.draconicevolution:wyvernLeggs@0]
  3355. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:huntercoatsilvered@0, missing knowledge for [1xitem.witchery:huntercoat@0]
  3356. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:huntercoatgarlicked@0, missing knowledge for [1xitem.witchery:huntercoatsilvered@0]
  3357. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicChest@0, missing knowledge for [1xitem.draconicevolution:wyvernChest@0]
  3358. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.terrasteelHelmReveal@0, missing knowledge for [1xitem.ItemGoggles@0]
  3359. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterlegsgarlicked@0, missing knowledge for [1xitem.witchery:hunterlegssilvered@0]
  3360. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.simplyjetpacks.pack@9001, missing knowledge for [1xitem.simplyjetpacks.pack@9001]
  3361. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicHelm@0, missing knowledge for [1xitem.draconicevolution:wyvernHelm@0]
  3362. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:wyvernChest@0, missing knowledge for [1xitem.chestplateDiamond@0]
  3363. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.projectred.expansion.jetpack@0, missing knowledge for [1xitem.chestplateDiamond@0]
  3364. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:vampirehelmet@0, missing knowledge for [1xitem.witchery:vampirehat@0]
  3365. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:canesword@0, missing knowledge for [1xitem.swordDiamond@0]
  3366. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:hunterlegssilvered@0, missing knowledge for [1xitem.witchery:hunterlegs@0]
  3367. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicSword@0, missing knowledge for [1xitem.draconicevolution:wyvernSword@0]
  3368. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.simplyjetpacks.pack.te@5, missing knowledge for [1xitem.simplyjetpacks.pack.te@5]
  3369. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:barkbelt@0, missing knowledge for [1xitem.witchery:bitingbelt@0]
  3370. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:rubyslippers@0, missing knowledge for [1xitem.witchery:seepingshoes@0]
  3371. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:wyvernHelm@0, missing knowledge for [1xitem.helmetDiamond@0]
  3372. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.manasteelHelmReveal@0, missing knowledge for [1xitem.ItemGoggles@0]
  3373. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.elementiumHelmReveal@0, missing knowledge for [1xitem.ItemGoggles@0]
  3374. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:vampirechaincoat_female@0, missing knowledge for [1xitem.witchery:vampirecoat_female@0]
  3375. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:wyvernBoots@0, missing knowledge for [1xitem.bootsDiamond@0]
  3376. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:draconicBoots@0, missing knowledge for [1xitem.draconicevolution:wyvernBoots@0]
  3377. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.draconicevolution:wyvernSword@0, missing knowledge for [1xitem.swordDiamond@0]
  3378. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Couldn't fully analyze 1xitem.witchery:vampirechaincoat@0, missing knowledge for [1xitem.witchery:vampirecoat@0]
  3379. [12:22:35] [Server thread/INFO] [ImmersiveEngineering]: Finished recipe profiler for Arc Recycling, took 1411 milliseconds
  3380. [12:22:35] [Server thread/INFO] [FTBLibDev]: Loading override configs
  3381. [12:22:35] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts
  3382. [12:22:35] [Server thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading InfinityPackWideChanges.zs
  3383. [12:22:35] [Thread-39/INFO] [FTBU]: Loaded 2 badges in 27 ms!
  3384. [12:22:35] [Server thread/INFO] [PortalGun]: [4.0.0-beta-6] Loading world properties.
  3385. [12:22:35] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is starting
  3386. [12:22:35] [Server thread/INFO] [mcjty.lib.varia.Logging]: Registering RFTools dimensions
  3387. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerDispenser
  3388. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBeacon
  3389. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerMerchant
  3390. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBrewingStand
  3391. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerChest
  3392. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerHopper
  3393. [12:22:40] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
  3394. [12:22:40] [Server thread/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
  3395. [12:22:40] [Server thread/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerRepair Finished.
  3396. [12:22:40] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
  3397. [12:22:40] [Netty IO #1/INFO] [FML]: Client protocol version 2
  3398. [12:22:41] [Netty IO #1/INFO] [FML]: Client attempting to join with 173 mods : BuildCraft|Silicon@7.1.16,ProjRed|Expansion@4.7.0pre12.95,ForgeMicroblock@1.2.0.345,iChunUtil@4.2.2,rftools@4.23,ExtraBees@2.0-pre14,PortalGun@4.0.0-beta-6,ThaumicExploration@0.6.0,springboards@0.1,EnderZoo@1.7.10-1.0.15.32,MineFactoryReloaded|CompatTwilightForest@1.7.10R2.8.1,MagicBees@2.4.3,Botany@2.0-pre14,ProjRed|Integration@4.7.0pre12.95,endercore@1.7.10-0.2.0.36_beta,Mystcraft@0.12.3.02,MineFactoryReloaded|CompatProjRed@1.7.10R2.8.1,BuildCraft|Robotics@7.1.16,McMultipart@1.2.0.345,BiomesOPlenty@2.1.0,props@2.3.3,ExtraUtilities@1.2.12,Railcraft@9.12.2.0,guideapi@1.7.10-1.0.1-20,MineFactoryReloaded|CompatRailcraft@1.7.10R2.8.1,WR-CBE|Addons@1.4.1.9,MineFactoryReloaded|CompatForestry@1.7.10R2.8.1,IC2NuclearControl@2.4.1a,ThermalFoundation@1.7.10R1.2.5,MineFactoryReloaded|CompatVanilla@1.7.10R2.8.1,ForgeMultipart@1.2.0.345,headcrumbs@1.7.4,StevesCarts@2.0.0.b18,BrandonsCore@1.0.0.12,RedstoneArsenal@1.7.10R1.1.2,MCFrames@1.0,CoFHCore@1.7.10R3.1.3,ResourceLoader@1.3,neresources@0.1.0.ManuallyBuilt,BiblioWoodsForestry@1.7,OpenPeripheral@0.5.1,Forge@10.13.4.1614,ExtraTrees@2.0-pre14,HatStand@4.0.0,StorageDrawers@1.7.10-1.10.1,gendustry@1.6.3.132,ThaumicTinkerer@unspecified,AdvancedSolarPanel@1.7.10-3.5.1,BuildCraft|Energy@7.1.16,modtweaker2@0.9.5,IC2@2.2.823-experimental,JABBA@1.2.2,ExtraTiC@1.4.6,MineFactoryReloaded|CompatIC2@1.7.10R2.8.1,ProjRed|Transportation@4.7.0pre12.95,FML@7.10.99.99,Natura@2.2.0,NEIAddons|Forestry@1.12.14.40,TiCTooltips@1.2.5,ThE-core@1.0.0.1,BiblioWoodsNatura@1.5,<CoFH ASM>@000,NEIAddons|CraftingTables@1.12.14.40,NEIAddons|ExNihilo@1.12.14.40,WailaHarvestability@1.1.6,ThermalDynamics@1.7.10R1.2.0,ProjRed|Illumination@4.7.0pre12.95,TMechworks@0.2.15.106,fastleafdecay@1.4,Botania@r1.8-249,Hats@4.0.1,LogisticsPipes@0.9.3.126,Avaritia@1.11,FTBU@1.0.18.2,FTBT@1.0.2,NotEnoughItems@1.0.5.120,Thaumcraft@4.2.3.5,Waila@1.5.10,ProjRed|Compatibility@4.7.0pre12.95,ForgeRelocation@0.0.1.4,extracells@2.3.14,TConstruct@1.7.10-1.8.8.build988,simplyjetpacks@1.5.3,StevesFactoryManager@A93,appliedenergistics2-core@rv3-beta-6,NEIAddons@1.12.14.40,BinnieCore@2.0-pre14,inpure|core@1.7.10R1.0.0B9,StorageDrawersForestry@1.7.10-1.1.2,BiblioCraft@1.11.5,BuildCraft|Core@7.1.16,OpenModsCore@0.9.1,ImmersiveEngineering@0.7.7,SolarExpansion@1.6a,bdlib@1.9.4.109,NEIAddons|Developer@1.12.14.40,tcinventoryscan@1.0.11,wawla@1.3.1,RelocationFMP@0.0.1.2,Genetics@2.0-pre14,mcp@9.05,Mantle@1.7.10-0.3.2.jenkins191,ProjRed|Transmission@4.7.0pre12.95,journeymap@5.1.4p1,appliedenergistics2@rv3-beta-6,thaumcraftneiplugin@@VERSION@,WR-CBE|Logic@1.4.1.9,OpenPeripheralIntegration@0.5,MineFactoryReloaded|CompatTConstruct@1.7.10R2.8.1,MineFactoryReloaded|CompatAppliedEnergistics@1.7.10R2.8.1,DraconicEvolution@1.0.2h,WR-CBE|Core@1.4.1.9,inventorytweaks@1.59-dev-152-cf6e263,MineFactoryReloaded|CompatBuildCraft@1.7.10R2.8.1,StorageDrawersMisc@1.7.10-1.1.2,harvestcraft@1.7.10j,Morpheus@1.7.10-1.6.21,ThermalExpansion@1.7.10R4.1.3,TwilightForest@2.3.7,BuildCraft|Factory@7.1.16,MineFactoryReloaded|CompatThaumcraft@1.7.10R2.8.1,GraviSuite@1.7.10-2.0.3,AgriCraft@1.7.10-1.5.0,OpenPeripheralCore@1.3,NEIAddons|AppEng@1.12.14.40,OpenBlocks@1.5.1,EnderStorage@1.4.7.37,ForbiddenMagic@1.7.10-0.575,EnderTech@1.7.10-0.3.2.405,FTBL@1.0.18.2,MineFactoryReloaded|CompatForgeMicroblock@1.7.10R2.8.1,CarpentersBlocks@3.3.8,MineFactoryReloaded@1.7.10R2.8.1,StevesWorkshop@0.5.1,EnderIO@1.7.10-2.3.0.428_beta,BuildCraft|Compat@7.1.5,Translocator@1.1.2.16,ComputerCraft@1.75,funkylocomotion@1.0,CustomMainMenu@1.9.2,neiintegration@1.1.2,AWWayofTime@v1.3.3,MrTJPCoreMod@1.1.0.33,immersiveintegration@0.6.8,IronChest@6.0.62.742,NEIAddons|Botany@1.12.14.40,MineFactoryReloaded|CompatThermalExpansion@1.7.10R2.8.1,thaumicenergistics@1.0.0.5,CodeChickenCore@1.0.7.47,BigReactors@0.4.3A,MineTweaker3@3.0.10,BinniePatcher@1.8.2,ThaumicTinkerer-preloader@0.1,aobd@2.9.2,NetherOres@1.7.10R2.3.1,debug@1.0,StorageDrawersNatura@1.7.10-1.1.1,BuildCraft|Transport@7.1.16,StorageDrawersBop@1.7.10-1.1.1,chisel@2.9.5.11,Baubles@1.0.1.10,StevesAddons@0.10.16,ProjRed|Core@4.7.0pre12.95,denseores@1.0,ProjRed|Exploration@4.7.0pre12.95,witchery@0.24.1,Forestry@4.2.15.63,OpenMods@0.9.1,BiblioWoodsBoP@1.9,PTRModelLib@1.0.0,BuildCraft|Builders@7.1.16,ChocoPatcher@1.1,runicdungeons@1.1.7b
  3399. [12:22:41] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  3400. [12:22:41] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  3401. [12:22:41] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  3402. [12:22:41] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
  3403. [12:22:41] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5831ms behind, skipping 116 tick(s)
  3404. [12:22:41] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  3405. [12:22:41] [Server thread/INFO] [mcjty.lib.varia.Logging]: SMP: Sync dimensions to client
  3406. [12:22:41] [Server thread/INFO]: RoeTAGA[local:E:4c2f4fe6] logged in with entity id 1048 at (-314.79506504565006, 71.11799998283384, -195.55606937083047)
  3407. [12:22:41] [Server thread/INFO]: RoeTAGA joined the game
  3408. [12:22:41] [Client thread/INFO] [EnderCore]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
  3409. [12:22:41] [Client thread/INFO] [EnderCore]: Transforming net.minecraft.inventory.ContainerRepair Finished.
  3410. [12:22:46] [Server thread/INFO] [EnderCore]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler
  3411. [12:22:46] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
  3412. [12:22:46] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
  3413. [12:22:46] [Server thread/INFO] [AgriCraft]: Sending mutations to player: RoeTAGA
  3414. [12:22:46] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
  3415. [12:22:46] [Server thread/INFO] [Waila]: Player EntityPlayerMP['RoeTAGA'/1048, l='Origin', x=-314.80, y=71.12, z=-195.56] connected. Sending ping
  3416. [12:22:46] [Client thread/INFO] [FTBLibDev]: Client player ID: 1
  3417. [12:22:46] [Client thread/INFO] [FTBLib]: Joined the server with PlayerID 1
  3418. [12:22:46] [Client thread/INFO]: [CHAT] Welcome to the server!
  3419. [12:22:46] [Server thread/INFO] [mcjty.lib.varia.Logging]: SMP: Player logged in: Sync diminfo to clients
  3420. [12:22:46] [Server thread/INFO] [mcjty.lib.varia.Logging]: Sync dimension info to clients!
  3421. [12:22:46] [Server thread/INFO] [mcjty.lib.varia.Logging]: Send validation data to the client
  3422. [12:22:46] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:111]: Loading scripts
  3423. [12:22:46] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:158]: MineTweaker: Loading InfinityPackWideChanges.zs
  3424. [12:22:46] [Server thread/INFO] [STDOUT]: [mcjty.lib.preferences.PreferencesProperties:syncToClient:38]: syncToClient: style = STYLE_FLAT_GRADIENT
  3425. [12:22:46] [Server thread/INFO]: Saving and pausing game...
  3426. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Overworld
  3427. [12:22:47] [Client thread/INFO] [FTBLib]: Current Mode: normal
  3428. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Nether
  3429. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/The End
  3430. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Twilight Forest
  3431. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Underdark
  3432. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Dungeon
  3433. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Spirit World
  3434. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Torment
  3435. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Mirror
  3436. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/Bedrock
  3437. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/The Outer Lands
  3438. [12:22:47] [Server thread/INFO]: Saving chunks for level 'Origin'/The Last Millenium
  3439. [12:22:47] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: net.minecraft.item.ItemBlock@725cf1c8
  3440. [12:22:47] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.natura.items.BerryMedley@6fdc8eaf
  3441. [12:22:54] [Client thread/INFO] [Forestry]: Loading: Forestry NEI Integration
  3442. [12:22:54] [Client thread/INFO] [STDOUT]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:37]: IC2 NEI Submodule initialized
  3443. [12:22:54] [Client thread/INFO] [INpureCullingEngine]: Script handler ready. Waiting for a while to ensure all other mods are done messing with NEI.
  3444. [12:22:54] [Client thread/INFO] [STDOUT]: [advsolar.client.nei.NEIASPConfig:loadConfig:10]: [Advanced Solar Panels]: Loading NEI compatibility...
  3445. [12:22:54] [Client thread/INFO] [Draconic Evolution]: Added NEI integration
  3446. [12:22:54] [Client thread/INFO] [extrautils]: Added NEI integration
  3447. [12:22:55] [Client thread/INFO] [NEIAddons|Botany]: Root=binnie.botany.genetics.FlowerHelper@5557c785 Species=interface binnie.botany.api.IAlleleFlowerSpecies
  3448. [12:22:55] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Extra Bees comb item: binnie.extrabees.products.ItemHoneyComb@fababf7 (binnie.extrabees.products.ItemHoneyComb@fababf7)
  3449. [12:22:55] [Client thread/INFO] [NEIAddons|Forestry]: Loaded TB comb item: magicbees.item.ItemComb@7750f9c4
  3450. [12:22:55] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Magic Bees comb item: magicbees.item.ItemComb@7750f9c4 (magicbees.item.ItemComb@7750f9c4)
  3451. [12:22:55] [Client thread/INFO] [neiintegration]: Loading integration: Minecraft / Forge
  3452. [12:22:55] [Client thread/INFO] [neiintegration]: Loading integration: Big Reactors
  3453. [12:22:55] [Client thread/INFO] [neiintegration]: Loading integration: Pam's HarvestCraft
  3454. [12:22:55] [Client thread/INFO] [neiintegration]: Loading integration: MineFactory Reloaded
  3455. [12:22:55] [Client thread/INFO] [neiintegration]: Loading integration: Railcraft
  3456. [12:22:55] [Client thread/INFO] [AgriCraft]: Receiving mutations from server
  3457. [12:22:55] [Client thread/INFO] [AgriCraft]: Successfully received mutations from server
  3458. [12:22:55] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  3459. [12:22:55] [Client thread/INFO] [NEIAddons]: Received handshake from server
  3460. [12:22:55] [Client thread/INFO] [NEIAddons]: Available server commands: SetAE2FakeSlot
  3461. [12:22:55] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
  3462. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: RfToolsDimensionManager.syncFromServer
  3463. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Dimension information from server is empty.
  3464. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Getting dimlet mapping from server
  3465. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
  3466. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one
  3467. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one1
  3468. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one2
  3469. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.one3
  3470. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two
  3471. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two
  3472. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Material, tile.ore.berries.two1
  3473. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Foliage, Oak
  3474. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Sky
  3475. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
  3476. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, enderium.molten
  3477. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mana
  3478. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, honey
  3479. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, platinum.molten
  3480. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, aluminumbrass.molten
  3481. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, steam
  3482. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, signalum.molten
  3483. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, invar.molten
  3484. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, glowstone
  3485. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, manyullyn.molten
  3486. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, mithril.molten
  3487. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
  3488. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, pigiron.molten
  3489. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, alumite.molten
  3490. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, bronze.molten
  3491. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, lumium.molten
  3492. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Blacklisted dimlet Liquid, electrum.molten
  3493. [12:22:55] [Client thread/INFO] [mcjty.lib.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
  3494. [12:22:55] [Client thread/INFO] [simplyjetpacks]: Received server configuration
  3495. [12:23:01] [Client thread/INFO] [StevesAddons]: Search database generated in 5607ms
  3496. [12:23:01] [Client thread/INFO] [STDOUT]: [mcjty.lib.network.SendPreferencesToClientHelper:setPreferences:16]: setPreferences: prefs.getStyle() = STYLE_FLAT_GRADIENT
  3497. [12:23:01] [Client thread/INFO] [PortalGun]: [4.0.0-beta-6] Sending client info to server
  3498. [12:23:01] [Client thread/WARN] [FML]: =============================================================
  3499. [12:23:01] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  3500. [12:23:01] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
  3501. [12:23:01] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  3502. [12:23:01] [Client thread/WARN] [FML]: =============================================================
  3503. [12:23:01] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
  3504. [12:23:01] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
  3505. [12:23:01] [Client thread/INFO] [Draconic Evolution]: Requesting speed packet from server
  3506. [12:23:02] [Server thread/INFO] [FML]: Unloading dimension -7
  3507. [12:23:14] [Client thread/FATAL]: Unreported exception thrown!
  3508. java.lang.ArrayIndexOutOfBoundsException: 30
  3509. at cofh.thermalexpansion.render.RenderTank.renderFrame(RenderTank.java:90) ~[RenderTank.class:?]
  3510. at cofh.thermalexpansion.render.RenderTank.renderWorldBlock(RenderTank.java:139) ~[RenderTank.class:?]
  3511. at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118) ~[RenderingRegistry.class:?]
  3512. at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53) ~[FMLRenderAccessLibrary.class:?]
  3513. at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296) ~[blm.class:?]
  3514. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181) ~[blo.class:?]
  3515. at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553) ~[bma.class:?]
  3516. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187) ~[blt.class:?]
  3517. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011) ~[blt.class:?]
  3518. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
  3519. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  3520. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  3521. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  3522. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  3523. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  3524. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  3525. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  3526. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  3527. [12:23:14] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
  3528. // Sorry :(
  3529.  
  3530. Time: 10/8/16 12:23 PM
  3531. Description: Unexpected error
  3532.  
  3533. java.lang.ArrayIndexOutOfBoundsException: 30
  3534. at cofh.thermalexpansion.render.RenderTank.renderFrame(RenderTank.java:90)
  3535. at cofh.thermalexpansion.render.RenderTank.renderWorldBlock(RenderTank.java:139)
  3536. at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
  3537. at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
  3538. at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
  3539. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
  3540. at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
  3541. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
  3542. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
  3543. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  3544. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  3545. at net.minecraft.client.main.Main.main(SourceFile:148)
  3546. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3547. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  3548. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  3549. at java.lang.reflect.Method.invoke(Unknown Source)
  3550. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  3551. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  3552.  
  3553.  
  3554. A detailed walkthrough of the error, its code path and all known details is as follows:
  3555. ---------------------------------------------------------------------------------------
  3556.  
  3557. -- Head --
  3558. Stacktrace:
  3559. at cofh.thermalexpansion.render.RenderTank.renderFrame(RenderTank.java:90)
  3560. at cofh.thermalexpansion.render.RenderTank.renderWorldBlock(RenderTank.java:139)
  3561. at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:118)
  3562. at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:53)
  3563. at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:296)
  3564. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
  3565. at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
  3566. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
  3567.  
  3568. -- Affected level --
  3569. Details:
  3570. Level name: MpServer
  3571. All players: 1 total; [EntityClientPlayerMP['RoeTAGA'/1048, l='MpServer', x=-314.80, y=72.64, z=-195.56]]
  3572. Chunk stats: MultiplayerChunkCache: 5, 5
  3573. Level seed: 0
  3574. Level generator: ID 00 - default, ver 1. Features enabled: false
  3575. Level generator options:
  3576. Level spawn location: World: (-366,64,-177), Chunk: (at 2,4,15 in -23,-12; contains blocks -368,0,-192 to -353,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  3577. Level time: 34241504 game time, 37559890 day time
  3578. Level dimension: 0
  3579. Level storage version: 0x00000 - Unknown?
  3580. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  3581. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  3582. Forced entities: 73 total; [EntityVillager['Villager'/768, l='MpServer', x=-298.30, y=69.00, z=-187.30], EntityVillager['Villager'/769, l='MpServer', x=-298.34, y=69.00, z=-187.70], EntityVillager['Villager'/770, l='MpServer', x=-298.30, y=69.00, z=-187.70], EntityVillager['Villager'/771, l='MpServer', x=-296.31, y=71.00, z=-187.69], EntityVillager['Villager'/772, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityVillager['Villager'/773, l='MpServer', x=-297.13, y=71.00, z=-191.31], EntityVillager['Villager'/774, l='MpServer', x=-294.31, y=72.00, z=-187.91], EntityVillager['Villager'/775, l='MpServer', x=-297.22, y=72.00, z=-186.78], EntityVillager['Villager'/776, l='MpServer', x=-299.09, y=69.00, z=-187.70], EntityVillager['Villager'/777, l='MpServer', x=-298.30, y=69.00, z=-187.30], EntityVillager['Villager'/778, l='MpServer', x=-300.69, y=71.00, z=-190.88], EntityVillager['Villager'/779, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityVillager['Villager'/780, l='MpServer', x=-299.70, y=69.00, z=-187.77], EntityVillager['Villager'/781, l='MpServer', x=-299.30, y=69.00, z=-188.70], EntityVillager['Villager'/782, l='MpServer', x=-299.30, y=69.00, z=-188.70], EntityVillager['Villager'/783, l='MpServer', x=-297.31, y=70.00, z=-186.88], EntityVillager['Villager'/784, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityVillager['Villager'/785, l='MpServer', x=-300.44, y=72.00, z=-187.31], EntityVillager['Villager'/786, l='MpServer', x=-298.30, y=69.00, z=-187.70], EntityVillager['Villager'/787, l='MpServer', x=-299.46, y=72.00, z=-186.51], EntityTFNagaSegment['unknown'/1172, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/788, l='MpServer', x=-298.30, y=69.00, z=-187.70], EntityTFNagaSegment['unknown'/1173, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/789, l='MpServer', x=-298.30, y=69.00, z=-187.70], EntityTFNagaSegment['unknown'/1174, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/790, l='MpServer', x=-301.03, y=72.00, z=-188.59], EntityTFNagaSegment['unknown'/1175, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/791, l='MpServer', x=-296.31, y=71.00, z=-186.88], EntityTFNagaSegment['unknown'/1176, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/792, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityClientPlayerMP['RoeTAGA'/1048, l='MpServer', x=-314.80, y=72.64, z=-195.56], EntityTFNagaSegment['unknown'/1177, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/793, l='MpServer', x=-299.30, y=69.00, z=-188.70], EntityTFNagaSegment['unknown'/1178, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/794, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityTFNagaSegment['unknown'/1179, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/795, l='MpServer', x=-299.70, y=69.00, z=-188.70], EntityTFNagaSegment['unknown'/1180, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/796, l='MpServer', x=-299.70, y=69.00, z=-188.70], EntityTFNagaSegment['unknown'/1181, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/797, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityTFNagaSegment['unknown'/1182, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/798, l='MpServer', x=-300.69, y=72.00, z=-189.47], EntityTFNagaSegment['unknown'/1183, l='MpServer', x=0.60, y=-0.24, z=0.60], EntityVillager['Villager'/799, l='MpServer', x=-298.16, y=71.00, z=-191.69], EntityVillager['Villager'/800, l='MpServer', x=-295.31, y=71.00, z=-187.31], EntityVillager['Villager'/801, l='MpServer', x=-297.31, y=70.00, z=-187.69], EntityVillager['Villager'/802, l='MpServer', x=-295.31, y=71.00, z=-188.53], EntityVillager['Villager'/803, l='MpServer', x=-300.13, y=71.00, z=-188.53], EntityVillager['Villager'/804, l='MpServer', x=-299.30, y=69.00, z=-187.99], EntityVillager['Villager'/805, l='MpServer', x=-297.31, y=70.00, z=-187.69], EntityVillager['Villager'/806, l='MpServer', x=-299.31, y=71.00, z=-190.97], EntityVillager['Villager'/807, l='MpServer', x=-300.69, y=71.00, z=-191.69], EntityBat['Bat'/741, l='MpServer', x=-315.51, y=46.02, z=-202.21], EntityBat['Bat'/742, l='MpServer', x=-314.25, y=47.10, z=-200.25], EntityBat['Bat'/743, l='MpServer', x=-314.49, y=46.00, z=-200.25], EntityPig['Pig'/744, l='MpServer', x=-315.59, y=89.00, z=-204.97], EntityHat['unknown'/1390, l='MpServer', x=-314.80, y=72.64, z=-195.56], EntityVillager['Villager'/754, l='MpServer', x=-300.91, y=72.00, z=-192.91], EntityVillager['Villager'/755, l='MpServer', x=-296.34, y=72.00, z=-192.50], EntityVillager['Villager'/756, l='MpServer', x=-298.23, y=72.00, z=-192.70], EntityVillager['Villager'/757, l='MpServer', x=-297.50, y=72.00, z=-192.57], EntityVillager['Villager'/758, l='MpServer', x=-299.00, y=72.00, z=-193.13], EntityVillager['Villager'/759, l='MpServer', x=-299.97, y=72.00, z=-192.59], EntityVillager['Villager'/760, l='MpServer', x=-296.67, y=72.00, z=-190.06], EntityVillager['Villager'/761, l='MpServer', x=-299.70, y=69.00, z=-188.70], EntityTrail['unknown'/1402, l='MpServer', x=-314.80, y=72.64, z=-195.56], EntityVillager['Villager'/762, l='MpServer', x=-299.70, y=69.00, z=-187.30], EntityVillager['Villager'/763, l='MpServer', x=-300.28, y=72.00, z=-186.42], EntityVillager['Villager'/764, l='MpServer', x=-298.70, y=70.00, z=-186.86], EntityVillager['Villager'/765, l='MpServer', x=-296.28, y=71.00, z=-191.56], EntityVillager['Villager'/766, l='MpServer', x=-301.14, y=72.00, z=-185.96], EntityVillager['Villager'/767, l='MpServer', x=-299.30, y=69.00, z=-188.70]]
  3583. Retry entities: 0 total; []
  3584. Server brand: fml,forge
  3585. Server type: Integrated singleplayer server
  3586. Stacktrace:
  3587. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  3588. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  3589. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  3590. at net.minecraft.client.main.Main.main(SourceFile:148)
  3591. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3592. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  3593. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  3594. at java.lang.reflect.Method.invoke(Unknown Source)
  3595. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  3596. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  3597.  
  3598. -- System Details --
  3599. Details:
  3600. Minecraft Version: 1.7.10
  3601. Operating System: Windows 10 (amd64) version 10.0
  3602. Java Version: 1.8.0_101, Oracle Corporation
  3603. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  3604. Memory: 984135416 bytes (938 MB) / 3072851968 bytes (2930 MB) up to 3102212096 bytes (2958 MB)
  3605. JVM Flags: 3 total; -Xms256M -Xmx3328M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  3606. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  3607. IntCache: cache: 0, tcache: 84, allocated: 15, tallocated: 95
  3608. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 178 mods loaded, 173 mods active
  3609. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  3610. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  3611. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  3612. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  3613. UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  3614. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  3615. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  3616. UCHIJAAAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
  3617. UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  3618. UCHIJAAAA ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
  3619. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  3620. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  3621. UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  3622. UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
  3623. UCHIJAAAA IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
  3624. UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
  3625. UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  3626. UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  3627. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  3628. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  3629. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  3630. UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  3631. UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
  3632. UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  3633. UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  3634. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  3635. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  3636. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  3637. UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  3638. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  3639. UCHIJAAAA Forestry{4.2.15.63} [Forestry for Minecraft] (forestry_1.7.10-4.2.15.63.jar)
  3640. UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  3641. UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  3642. UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
  3643. UCHIJAAAA ThermalExpansion{1.7.10R4.1.3} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.3-246.jar)
  3644. UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  3645. UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  3646. UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  3647. UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  3648. UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  3649. UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  3650. UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  3651. UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
  3652. UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
  3653. UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
  3654. UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
  3655. UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
  3656. UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
  3657. UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
  3658. UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  3659. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  3660. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  3661. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  3662. UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  3663. UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
  3664. UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  3665. UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
  3666. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
  3667. UCHIJAAAA props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
  3668. UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  3669. UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  3670. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3671. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  3672. UCHIJAAAA EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.428_beta.jar)
  3673. UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  3674. UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  3675. UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  3676. UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
  3677. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  3678. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  3679. UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  3680. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  3681. UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  3682. UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  3683. UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
  3684. UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  3685. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  3686. UCHIJAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  3687. UCHIJAAAA FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
  3688. UCHIJAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  3689. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  3690. UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
  3691. UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  3692. UCHIJAAAA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
  3693. UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
  3694. UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  3695. UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  3696. UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  3697. UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  3698. UCHIJAAAA headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
  3699. UCHIJAAAA IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
  3700. UCHIJAAAA immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
  3701. UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  3702. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  3703. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  3704. UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
  3705. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  3706. UCHIJAAAA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
  3707. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3708. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3709. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3710. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3711. UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3712. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  3713. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  3714. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  3715. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3716. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3717. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3718. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3719. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3720. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3721. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3722. UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  3723. UCHIJAAAA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  3724. UCHIJAAAA Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
  3725. UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3726. UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3727. UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3728. UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3729. UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3730. UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3731. UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  3732. UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  3733. UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  3734. UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
  3735. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  3736. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  3737. UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
  3738. UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
  3739. UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
  3740. UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
  3741. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  3742. UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  3743. UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  3744. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  3745. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  3746. UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  3747. UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  3748. UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
  3749. UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
  3750. UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  3751. UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
  3752. UCHIJAAAA springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
  3753. UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  3754. UCHIJAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
  3755. UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  3756. UCHIJAAAA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
  3757. UCHIJAAAA StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.7.10-1.10.1.jar)
  3758. UCHIJAAAA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
  3759. UCHIJAAAA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
  3760. UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
  3761. UCHIJAAAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  3762. UCHIJAAAA tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
  3763. UCHIJAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  3764. UCHIJAAAA thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
  3765. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  3766. UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  3767. UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  3768. UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  3769. UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
  3770. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  3771. UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  3772. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  3773. UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  3774. UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  3775. UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  3776. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  3777. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  3778. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  3779. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  3780. UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  3781. UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  3782. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  3783. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3784. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3785. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3786. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3787. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  3788. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 540M/PCIe/SSE2'
  3789. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  3790. Class transformer null safety: all safe
  3791. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  3792. Mantle Environment: Environment healthy.
  3793. CoFHCore: -[1.7.10]3.1.3-327
  3794. ThermalFoundation: -[1.7.10]1.2.5-115
  3795. ThermalExpansion: -[1.7.10]4.1.3-246
  3796. MineFactoryReloaded: -[1.7.10]2.8.1-174
  3797. TConstruct Environment: Environment healthy.
  3798. RedstoneArsenal: -[1.7.10]1.1.2-92
  3799. NetherOres: -[1.7.10]2.3.1-22
  3800. ThermalDynamics: -[1.7.10]1.2.0-171
  3801. List of loaded APIs:
  3802. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
  3803. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-512.jar
  3804. * Baubles|API (1.0.1.10) from RunicDungeons-1.1.7b.jar
  3805. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
  3806. * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  3807. * BotaniaAPI (61) from Avaritia-1.11.jar
  3808. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
  3809. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
  3810. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
  3811. * BuildCraftAPI|core (1.0) from buildcraft-7.1.16.jar
  3812. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
  3813. * BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
  3814. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
  3815. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
  3816. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
  3817. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
  3818. * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  3819. * BuildCraftAPI|library (2.0) from buildcraft-7.1.16.jar
  3820. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar
  3821. * BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
  3822. * BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
  3823. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
  3824. * BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  3825. * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.16.jar
  3826. * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
  3827. * BuildCraftAPI|tools (1.0) from SolarExpansion-Basic-1.6a.jar
  3828. * BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
  3829. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
  3830. * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
  3831. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
  3832. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
  3833. * CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.36_beta.jar
  3834. * CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar
  3835. * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  3836. * CoFHAPI|energy (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  3837. * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  3838. * CoFHAPI|inventory (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  3839. * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
  3840. * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  3841. * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  3842. * CoFHAPI|tileentity (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  3843. * CoFHAPI|transport (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  3844. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  3845. * CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3846. * CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3847. * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3848. * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3849. * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  3850. * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3851. * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3852. * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
  3853. * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3854. * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3855. * CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3856. * CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3857. * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3858. * CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  3859. * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  3860. * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
  3861. * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
  3862. * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
  3863. * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
  3864. * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
  3865. * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
  3866. * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
  3867. * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
  3868. * CSLib|API (0.3.0) from Decocraft-2.3.3_1.7.10.jar
  3869. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
  3870. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  3871. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  3872. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  3873. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
  3874. * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.15.63.jar
  3875. * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.15.63.jar
  3876. * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.15.63.jar
  3877. * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.15.63.jar
  3878. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.15.63.jar
  3879. * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.15.63.jar
  3880. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.15.63.jar
  3881. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.15.63.jar
  3882. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.15.63.jar
  3883. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.15.63.jar
  3884. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  3885. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  3886. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.15.63.jar
  3887. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.15.63.jar
  3888. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.15.63.jar
  3889. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
  3890. * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
  3891. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  3892. * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  3893. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
  3894. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  3895. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  3896. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.02.jar
  3897. * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
  3898. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar
  3899. * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
  3900. * OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
  3901. * OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar
  3902. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3903. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
  3904. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
  3905. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3906. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3907. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3908. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3909. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  3910. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  3911. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  3912. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  3913. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  3914. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3915. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3916. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3917. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3918. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3919. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3920. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3921. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3922. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
  3923. * Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
  3924. * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
  3925. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  3926. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  3927. EnderIO: Found the following problem(s) with your installation:
  3928. * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.3.1 from CoFHCore-[1.7.10]3.1.3-327.jar).
  3929. It is a supported version, but that difference may lead to problems.
  3930. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  3931. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  3932. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  3933. Launched Version: 1.7.10
  3934. LWJGL: 2.9.1
  3935. OpenGL: GeForce GT 540M/PCIe/SSE2 GL version 4.5.0 NVIDIA 369.09, NVIDIA Corporation
  3936. GL Caps: Using GL 1.3 multitexturing.
  3937. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  3938. Anisotropic filtering is supported and maximum anisotropy is 16.
  3939. Shaders are available because OpenGL 2.1 is supported.
  3940.  
  3941. Is Modded: Definitely; Client brand changed to 'fml,forge'
  3942. Type: Client (map_client.txt)
  3943. Resource Packs: [Invictus.zip]
  3944. Current Language: English (US)
  3945. Profiler Position: N/A (disabled)
  3946. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  3947. Anisotropic Filtering: Off (1)
  3948. [12:23:14] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# c:\ftb\FTBInfinity\minecraft\crash-reports\crash-2016-10-08_12.23.14-client.txt
  3949. [12:23:14] [Client Shutdown Thread/INFO]: Stopping server
  3950. [12:23:17] [INFO] ProcessMonitor.run:43: MC process exited. return value: -1
  3951. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 0 enUS to options pane
  3952. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 1 cyGB to options pane
  3953. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 2 daDK to options pane
  3954. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 3 deDE to options pane
  3955. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 4 enGB to options pane
  3956. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 5 enUS to options pane
  3957. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 6 esES to options pane
  3958. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 7 fiFI to options pane
  3959. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 8 frCA to options pane
  3960. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 9 frFR to options pane
  3961. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 10 itIT to options pane
  3962. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 11 maHU to options pane
  3963. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 12 nlNL to options pane
  3964. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 13 noNO to options pane
  3965. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 14 plPL to options pane
  3966. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 15 ptBR to options pane
  3967. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 16 ptPT to options pane
  3968. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 17 ruRU to options pane
  3969. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 18 svSE to options pane
  3970. [12:23:17] [INFO] OptionsPane.<init>:172: [i18n] Added 19 zhCN to options pane
  3971. [12:23:17] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loaded!
  3972. [12:23:22] [INFO] EditModPackDialog.<init>:88: MCVersion: 1710
  3973. [12:25:14] [ERROR] PastebinPoster.run:93: Read timed out
  3974. [12:25:14] [ERROR] ErrorUtils.tossError:38: Log upload failed. Use "Copy to clipboard" button and
  3975. manually paste log into paste.feed-the-beast.com
  3976. [12:25:23] Logs copied to clipboard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement