Advertisement
Guest User

tool forge crash

a guest
Aug 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 8/24/16 11:24 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.ClassCastException: tconstruct.armor.items.TravelGear cannot be cast to tconstruct.library.tools.ToolCore
  8. at lance5057.tDefense.core.tools.modifiers.ModifierBoolExclusive.canModify(ModifierBoolExclusive.java:35)
  9. at tconstruct.library.modifier.ItemModifier.matches(ItemModifier.java:40)
  10. at tconstruct.library.crafting.ModifyBuilder.modifyItem(ModifyBuilder.java:25)
  11. at tconstruct.tools.logic.ToolForgeLogic.buildTool(ToolForgeLogic.java:49)
  12. at tconstruct.tools.logic.ToolStationLogic.func_70296_d(ToolStationLogic.java:65)
  13. at net.minecraft.inventory.Slot.func_75218_e(Slot.java:83)
  14. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:78)
  15. at cofh.lib.util.helpers.InventoryHelper.mergeItemStack(InventoryHelper.java:360)
  16. at net.minecraft.inventory.Container.func_75135_a(SourceFile)
  17. at tconstruct.tools.inventory.ToolStationContainer.func_82846_b(ToolStationContainer.java:119)
  18. at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
  19. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
  20. at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
  21. at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
  22. at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
  23. at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
  24. at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
  25. at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
  26. at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
  27. at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
  28. at tconstruct.tools.gui.ToolStationGui.func_73864_a(ToolStationGui.java:69)
  29. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  30. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  31. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  32. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  33. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  34. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  35. at net.minecraft.client.main.Main.main(SourceFile:148)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  47. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  48. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  49. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Stacktrace:
  57. at lance5057.tDefense.core.tools.modifiers.ModifierBoolExclusive.canModify(ModifierBoolExclusive.java:35)
  58. at tconstruct.library.modifier.ItemModifier.matches(ItemModifier.java:40)
  59. at tconstruct.library.crafting.ModifyBuilder.modifyItem(ModifyBuilder.java:25)
  60. at tconstruct.tools.logic.ToolForgeLogic.buildTool(ToolForgeLogic.java:49)
  61. at tconstruct.tools.logic.ToolStationLogic.func_70296_d(ToolStationLogic.java:65)
  62. at net.minecraft.inventory.Slot.func_75218_e(Slot.java:83)
  63. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:78)
  64. at cofh.lib.util.helpers.InventoryHelper.mergeItemStack(InventoryHelper.java:360)
  65. at net.minecraft.inventory.Container.func_75135_a(SourceFile)
  66. at tconstruct.tools.inventory.ToolStationContainer.func_82846_b(ToolStationContainer.java:119)
  67. at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
  68. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(Unknown Source)
  69. at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
  70. at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
  71. at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
  72. at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
  73. at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
  74. at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
  75. at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
  76. at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
  77. at tconstruct.tools.gui.ToolStationGui.func_73864_a(ToolStationGui.java:69)
  78. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  79. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  80. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  81. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  82.  
  83. -- Affected screen --
  84. Details:
  85. Screen name: tconstruct.tools.gui.ToolForgeGui
  86.  
  87. -- Affected level --
  88. Details:
  89. Level name: MpServer
  90. All players: 1 total; [GCEntityClientPlayerMP['vagaprime'/779, l='MpServer', x=-305.50, y=5.62, z=450.50]]
  91. Chunk stats: MultiplayerChunkCache: 81, 90
  92. Level seed: 0
  93. Level generator: ID 01 - flat, ver 0. Features enabled: false
  94. Level generator options:
  95. Level spawn location: World: (-297,4,458), Chunk: (at 7,0,10 in -19,28; contains blocks -304,0,448 to -289,255,463), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  96. Level time: 21703 game time, 1800 day time
  97. Level dimension: 0
  98. Level storage version: 0x00000 - Unknown?
  99. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  100. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  101. Forced entities: 24 total; [EntitySheep['Sheep'/65, l='MpServer', x=-383.22, y=4.00, z=395.22], EntitySheep['Sheep'/66, l='MpServer', x=-383.50, y=4.00, z=398.50], EntityCow['Cow'/67, l='MpServer', x=-383.59, y=4.00, z=411.69], EntityCow['Cow'/68, l='MpServer', x=-383.44, y=4.00, z=412.88], EntityCow['Cow'/69, l='MpServer', x=-370.25, y=4.00, z=410.50], EntityCow['Cow'/70, l='MpServer', x=-375.91, y=4.00, z=415.91], EntityPig['Pig'/71, l='MpServer', x=-375.28, y=4.00, z=468.78], EntityPig['Pig'/72, l='MpServer', x=-379.63, y=4.00, z=457.97], EntityCow['Cow'/73, l='MpServer', x=-376.50, y=4.00, z=460.81], EntityPig['Pig'/74, l='MpServer', x=-375.78, y=4.00, z=465.56], EntityChicken['Chicken'/75, l='MpServer', x=-373.50, y=4.00, z=503.50], EntityChicken['Chicken'/76, l='MpServer', x=-372.50, y=4.00, z=501.50], GCEntityClientPlayerMP['vagaprime'/779, l='MpServer', x=-305.50, y=5.62, z=450.50], EntityChicken['Chicken'/77, l='MpServer', x=-375.50, y=4.00, z=502.50], EntityChicken['Chicken'/78, l='MpServer', x=-376.50, y=4.00, z=503.50], EntityCow['Cow'/2192, l='MpServer', x=-322.50, y=4.00, z=523.66], EntitySheep['Sheep'/87, l='MpServer', x=-334.63, y=4.00, z=436.19], EntitySheep['Sheep'/88, l='MpServer', x=-334.16, y=4.00, z=428.16], EntitySheep['Sheep'/89, l='MpServer', x=-335.81, y=4.00, z=438.66], EntitySheep['Sheep'/90, l='MpServer', x=-298.81, y=4.00, z=484.66], EntityCow['Cow'/91, l='MpServer', x=-326.19, y=4.00, z=524.78], EntityCow['Cow'/92, l='MpServer', x=-322.50, y=4.00, z=521.50], EntityCow['Cow'/93, l='MpServer', x=-323.78, y=4.00, z=524.22], EntityCow['Cow'/94, l='MpServer', x=-326.50, y=4.00, z=522.50]]
  102. Retry entities: 0 total; []
  103. Server brand: fml,forge
  104. Server type: Integrated singleplayer server
  105. Stacktrace:
  106. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  107. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  108. at net.minecraft.client.main.Main.main(SourceFile:148)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  112. at java.lang.reflect.Method.invoke(Unknown Source)
  113. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  114. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  118. at java.lang.reflect.Method.invoke(Unknown Source)
  119. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  120. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  121. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  122. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  123.  
  124. -- System Details --
  125. Details:
  126. Minecraft Version: 1.7.10
  127. Operating System: Windows 7 (amd64) version 6.1
  128. Java Version: 1.8.0_101, Oracle Corporation
  129. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  130. Memory: 558114712 bytes (532 MB) / 3590848512 bytes (3424 MB) up to 3817865216 bytes (3641 MB)
  131. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
  132. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  133. IntCache: cache: 0, tcache: 0, allocated: 33, tallocated: 462
  134. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 198 mods loaded, 191 mods active
  135. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  136. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  137. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  138. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  139. UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  140. UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  141. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  142. UCHIJAAAA ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)
  143. UCHIJAAAA LambdaLib|Core{1.2.3} [LambdaLib|Core] (minecraft.jar)
  144. UCHIJAAAA LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar)
  145. UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  146. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  147. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  148. UCHIJAAAA OpenComputers|Core{1.6.0.7-rc.1} [OpenComputers (Core)] (minecraft.jar)
  149. UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  150. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  151. UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
  152. UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  153. UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  154. UCHIJAAAA ExpandedIndustry{15.26.1a} [Expanded Industry] (1.7.10-ExpandedIndustry-15.26.1a.jar)
  155. UCHIJAAAA CustomOreGen{1.2.24} [Custom Ore Generation] (CustomOreGen-1.7.10-1.2.24.jar)
  156. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  157. UCHIJAAAA HardLib{15.26.1a} [HardLib] (1.7.10-HardLib-15.26.1a.jar)
  158. UCHIJAAAA HarderOres{15.26.1b} [Harder Ores] (1.7.10-HarderOres-15.26.1b.jar)
  159. UCHIJAAAA HarderWildlife{15.26.1b} [Harder Wildlife] (1.7.10-HarderWildlife-15.26.1b.jar)
  160. UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
  161. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  162. UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  163. UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  164. UCHIJAAAA StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
  165. UCHIJAAAA LambdaLib{1.2.3} [LambdaLib] (LambdaLib-1.2.3.jar)
  166. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  167. UCHIJAAAA academy-craft{1.0.4} [Academy Craft] (AcademyCraft-1.0.4.jar)
  168. UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  169. UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
  170. UCHIJAAAA BuildCraft|Core{7.1.17} [BuildCraft] (buildcraft-7.1.17.jar)
  171. UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
  172. UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
  173. UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
  174. UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
  175. UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
  176. UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  177. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  178. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  179. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  180. UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
  181. UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  182. UCHIJAAAA arcane_engineering{0.2.7} [Arcane Engineering] (arcane_engineering-0.2.7.jar)
  183. UCHIJAAAA armourersWorkshop{1.7.10-0.39.4.105} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.39.4.105.jar)
  184. UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.39.4.105.jar)
  185. UCHIJAAAA aura{unspecified} [Aura Cascade] (AuraCascade-557.jar)
  186. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  187. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  188. UCHIJAAAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
  189. UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  190. UCHIJAAAA Highlands{2.2.3} [Highlands] (Highlands-1.7.2-v-2.2.3.jar)
  191. UCHIJAAAA BiblioWoodsHighlands{1.4} [BiblioWoods Highlands Edition] (BiblioWoods[Highlands][v1.4].jar)
  192. UCHIJAAAA Forestry{4.2.15.63} [Forestry for Minecraft] (forestry_1.7.10-4.2.15.63.jar)
  193. UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  194. UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  195. UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  196. UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  197. UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  198. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  199. UCHIJAAAA Botania{r1.8-248} [Botania] (Botania r1.8-248.jar)
  200. UCHIJAAAA BuildCraft|Silicon{7.1.17} [BC Silicon] (buildcraft-7.1.17.jar)
  201. UCHIJAAAA BuildCraft|Transport{7.1.17} [BC Transport] (buildcraft-7.1.17.jar)
  202. UCHIJAAAA BuildCraft|Builders{7.1.17} [BC Builders] (buildcraft-7.1.17.jar)
  203. UCHIJAAAA BuildCraft|Energy{7.1.17} [BC Energy] (buildcraft-7.1.17.jar)
  204. UCHIJAAAA BuildCraft|Robotics{7.1.17} [BC Robotics] (buildcraft-7.1.17.jar)
  205. UCHIJAAAA BuildCraft|Factory{7.1.17} [BC Factory] (buildcraft-7.1.17.jar)
  206. UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
  207. UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  208. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  209. UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  210. UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
  211. UCHIJAAAA cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
  212. UCHIJAAAA cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
  213. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
  214. UCHIJAAAA props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
  215. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  216. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  217. UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  218. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  219. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  220. UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V15a.jar)
  221. UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2.jar)
  222. UCHIJAAAA Enchiridion2{2.0.2} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2.jar)
  223. UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  224. UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  225. UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  226. UCHIJAAAA EnhancedInventories{1.7.10-1.1.9} [Enhanced Inventories] (EnhancedInventories-1.7.10-1.1.10.jar)
  227. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  228. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  229. UCHIJAAAA TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
  230. UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  231. UCHIJAAAA farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar)
  232. UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  233. UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  234. UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.441.jar)
  235. UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.441.jar)
  236. UCHIJAAAA GalaxySpace{1.1.0} [GalaxySpace] (GalaxySpace-1.1.0 STABLE.jar)
  237. UCHIJAAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  238. UCHIJAAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  239. UCHIJAAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  240. UCHIJAAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  241. UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
  242. UCHIJAAAA Growthcraft{1.7.10-2.6.3} [Growthcraft] (growthcraft-1.7.10-2.6.3-complete-core.jar)
  243. UCHIJAAAA Growthcraft|Cellar{1.7.10-2.6.3} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.3-complete-cellar.jar)
  244. UCHIJAAAA Growthcraft|Apples{1.7.10-2.6.3} [Growthcraft Apples] (growthcraft-1.7.10-2.6.3-complete-apples.jar)
  245. UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.6.3} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.3-complete-bamboo.jar)
  246. UCHIJAAAA Growthcraft|Bees{1.7.10-2.6.3} [Growthcraft Bees] (growthcraft-1.7.10-2.6.3-complete-bees.jar)
  247. UCHIJAAAA Growthcraft|Grapes{1.7.10-2.6.3} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.3-complete-grapes.jar)
  248. UCHIJAAAA Growthcraft|Hops{1.7.10-2.6.3} [Growthcraft Hops] (growthcraft-1.7.10-2.6.3-complete-hops.jar)
  249. UCHIJAAAA Growthcraft|Rice{1.7.10-2.6.3} [Growthcraft Rice] (growthcraft-1.7.10-2.6.3-complete-rice.jar)
  250. UCHIJAAAA HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
  251. UCHIJAAAA immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
  252. UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  253. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  254. UCHIJAAAA ironbackpacks{1.7.10-1.2.15} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.15.jar)
  255. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-fairplay.jar)
  256. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  257. UCHIJAAAA OpenComputers{1.6.0.7-rc.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.7-rc.1-universal.jar)
  258. UCHIJAAAA LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar)
  259. UCHIJAAAA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
  260. UCHIJAAAA Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.0-final.jar)
  261. UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
  262. UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
  263. UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  264. UCHIJAAAA Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
  265. UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
  266. UCHIJAAAA Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)
  267. UCHIJAAAA MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)
  268. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  269. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  270. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  271. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  272. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  273. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  274. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  275. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  276. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  277. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  278. UCHIJAAAA ModularArmour{1.0.0} [Modular Armour] (ModularArmour-1.7.10-1.0.18-41.jar)
  279. UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  280. UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  281. UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  282. UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  283. UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  284. UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  285. UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  286. UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  287. UCHIJAAAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
  288. UCHIJAAAA oredowsing{0.8} [Ore Dowsing] (OreDowsing-1.7.10-0.8.jar)
  289. UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  290. UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  291. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  292. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  293. UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  294. UCHIJAAAA rftools{4.22} [RFTools] (rftools-4.22.jar)
  295. UCHIJAAAA WatkinsBase{0.1} [Watkins Base] (WatkinsBase-0.2.jar)
  296. UCHIJAAAA RitualEnchanting{v1.2} [Ritual Enchanting Mod] (RitualEnchanting-1.3.1.jar)
  297. UCHIJAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V15a.jar)
  298. UCHIJAAAA flammpfeil.slashblade{mc1.7.10-r85} [SlashBlade] (SlashBlade-mc1.7.10-r85.jar)
  299. UCHIJAAAA StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.3.jar)
  300. UCHIJAAAA StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.7.10-1.10.1.jar)
  301. UCHIJAAAA streams{0.2} [Streams] (Streams-0.2.jar)
  302. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-34.jar)
  303. UCHIJAAAA alfheimwings{30} [The Wings of Alfheim] (The Wings of Alfheim-1.7.10-30.jar)
  304. UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  305. UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  306. UCHIJAAAA tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar)
  307. UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  308. UCHIJAAAA UndergroundBiomes{0.8.beta49} [Underground Biomes Constructs] (UndergroundBiomesConstructs-1.7.10-0.8-beta49.jar)
  309. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  310. UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
  311. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  312. UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  313. UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
  314. UCHIJAAAA zettaindustries{1.1} [Zetta Industries] (zettaindustries-1.1-106.jar)
  315. UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
  316. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  317. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  318. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  319. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  320. UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar.jar)
  321. UCHIJAAAA Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar.jar)
  322. UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  323. UCHIJAAAA FMPIntegration{1.0} [FMPIntegration] (fmpintegration-1.2.2-1.7.10.jar)
  324. UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  325. UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
  326. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  327. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  328. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  329. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  330. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  331. UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  332. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  333. UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  334. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics'
  335. CoFHCore: -[1.7.10]3.1.3-327
  336. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  337. ThermalFoundation: -[1.7.10]1.2.5-115
  338. MineFactoryReloaded: -[1.7.10]2.8.1-174
  339. ThermalExpansion: -[1.7.10]4.1.4-247
  340. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  341. TConstruct Environment: Environment healthy.
  342. ThermalDynamics: -[1.7.10]1.2.0-171
  343. 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.
  344. EnderIO: Found the following problem(s) with your installation:
  345. * Optifine is installed. This is NOT supported.
  346. * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.0.429_beta.jar).
  347. It is a supported version, but that difference may lead to problems.
  348. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  349. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  350. Optifine
  351. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  352. Info: The following plugins have been disabled in the config: biomesoplenty
  353. AE2 Integration: IC2:OFF, RotaryCraft:ON, 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:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:OFF
  354. Launched Version: MultiMC5
  355. LWJGL: 2.9.1
  356. OpenGL: ATI Radeon 3100 Graphics GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
  357. GL Caps: Using GL 1.3 multitexturing.
  358. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  359. Anisotropic filtering is supported and maximum anisotropy is 16.
  360. Shaders are available because OpenGL 2.1 is supported.
  361.  
  362. Is Modded: Definitely; Client brand changed to 'fml,forge'
  363. Type: Client (map_client.txt)
  364. Resource Packs: [SC2-Edit(v0.1r).png.zip, Melius Artis.zip, Unity-Complete-1.2.0.zip, TCon-Unified_v0.0a.zip, NoEnchantGlint.zip]
  365. Current Language: English (US)
  366. Profiler Position: N/A (disabled)
  367. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  368. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement