Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 8/28/15 11:04 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.NullPointerException: Updating screen events
  8. at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
  9. at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
  10. at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
  11. at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
  12. at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
  13. at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
  14. at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
  15. at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
  16. at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
  17. at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
  18. at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
  19. at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
  20. at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
  21. at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
  22. at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
  23. at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
  24. at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:260)
  25. at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
  26. at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
  27. at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
  28. at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
  29. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
  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.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Stacktrace:
  49. at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
  50. at codechicken.microblock.MicroRecipe$$anonfun$2.apply(MicroRecipe.scala:182)
  51. at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
  52. at scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
  53. at scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
  54. at scala.collection.mutable.ArrayOps$ofRef.segmentLength(ArrayOps.scala:186)
  55. at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
  56. at scala.collection.mutable.ArrayOps$ofRef.prefixLength(ArrayOps.scala:186)
  57. at scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
  58. at scala.collection.mutable.ArrayOps$ofRef.find(ArrayOps.scala:186)
  59. at codechicken.microblock.MicroRecipe$.findMaterial(MicroRecipe.scala:182)
  60. at codechicken.microblock.MicroRecipe.findMaterial(MicroRecipe.scala)
  61. at com.rwtema.extrautils.nei.FMPMicroBlocksHandler.loadUsageRecipes(FMPMicroBlocksHandler.java:163)
  62. at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
  63. at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
  64. at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
  65. at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:260)
  66. at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166)
  67. at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365)
  68. at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357)
  69. at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java)
  70. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
  71. at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
  72. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  73.  
  74. -- Affected screen --
  75. Details:
  76. Screen name: net.minecraft.client.gui.inventory.GuiInventory
  77.  
  78. -- Affected level --
  79. Details:
  80. Level name: MpServer
  81. All players: 4 total; [EntityClientPlayerMP['Mr_BanHammer'/9598901, l='MpServer', x=115.81, y=62.62, z=-1694.33], EntityOtherPlayerMP['Genesis57'/9260201, l='MpServer', x=120.03, y=68.00, z=-1696.91], EntityOtherPlayerMP['Annastasia'/9198553, l='MpServer', x=106.75, y=64.00, z=-1709.63], EntityOtherPlayerMP['RemaningLove'/9028746, l='MpServer', x=168.69, y=68.00, z=-1718.56]]
  82. Chunk stats: MultiplayerChunkCache: 90, 90
  83. Level seed: 0
  84. Level generator: ID 00 - default, ver 1. Features enabled: false
  85. Level generator options:
  86. Level spawn location: World: (222,10,-1609), Chunk: (at 14,0,7 in 13,-101; contains blocks 208,0,-1616 to 223,255,-1601), Region: (0,-4; contains chunks 0,-128 to 31,-97, blocks 0,0,-2048 to 511,255,-1537)
  87. Level time: 24548777 game time, 25466656 day time
  88. Level dimension: 0
  89. Level storage version: 0x00000 - Unknown?
  90. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  91. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  92. Forced entities: 65 total; [EntityCreeper['Creeper'/9591056, l='MpServer', x=169.15, y=76.00, z=-1721.41], EntitySlime['Slime'/9209870, l='MpServer', x=109.69, y=6.00, z=-1635.61], EntityOtherPlayerMP['RemaningLove'/9028746, l='MpServer', x=168.69, y=68.00, z=-1718.56], EntityCovenWitch['Darla Plague'/4, l='MpServer', x=162.28, y=64.00, z=-1709.69], EntityCovenWitch['Madeline Poe'/5, l='MpServer', x=162.13, y=64.00, z=-1708.66], EntitySkeleton['Skeleton'/9570842, l='MpServer', x=78.06, y=33.00, z=-1639.53], EntityZombie['Zombie'/9574171, l='MpServer', x=169.01, y=76.00, z=-1721.30], EntitySkeleton['Skeleton'/9570841, l='MpServer', x=73.50, y=33.00, z=-1639.50], EntityTFDeer['Wild Deer'/9180032, l='MpServer', x=139.88, y=66.00, z=-1724.78], EntityTFBoar['Wild Boar'/9180033, l='MpServer', x=137.06, y=66.00, z=-1723.53], EntityTFDeer['Wild Deer'/9180034, l='MpServer', x=136.77, y=66.00, z=-1726.13], EntityZombie['Zombie'/9570844, l='MpServer', x=79.50, y=34.00, z=-1639.50], EntityClientPlayerMP['Mr_BanHammer'/9598901, l='MpServer', x=115.81, y=62.62, z=-1694.33], EntityOtherPlayerMP['RemaningLove'/9028746, l='MpServer', x=168.69, y=68.00, z=-1718.56], EntityHat['unknown'/411, l='MpServer', x=115.81, y=62.62, z=-1694.33], EntityTrail['unknown'/2844, l='MpServer', x=168.69, y=68.00, z=-1718.56], EntityCreeper['Creeper'/9597839, l='MpServer', x=168.98, y=76.00, z=-1721.41], EntityVillager['Villager'/9370899, l='MpServer', x=100.72, y=74.00, z=-1701.53], EntityVillager['Villager'/9180076, l='MpServer', x=130.50, y=52.00, z=-1708.16], EntityVillageGuard['Guard'/9180077, l='MpServer', x=139.28, y=52.00, z=-1702.31], EntityHorse['Horse'/9180078, l='MpServer', x=136.94, y=52.00, z=-1705.97], EntityHorse['Horse'/9180079, l='MpServer', x=133.50, y=52.00, z=-1699.50], EntityOtherPlayerMP['Genesis57'/9260201, l='MpServer', x=120.03, y=68.00, z=-1696.91], EntityItem['item.item.egg'/9565239, l='MpServer', x=159.19, y=64.13, z=-1709.50], EntityVillager['Villager'/9180075, l='MpServer', x=131.00, y=52.00, z=-1698.31], EntityHat['unknown'/2856, l='MpServer', x=168.69, y=68.00, z=-1718.56], EntitySlime['Slime'/9479482, l='MpServer', x=146.69, y=7.00, z=-1681.69], EntityCartChest['entity.MinecartChest.name'/9181987, l='MpServer', x=84.50, y=21.69, z=-1665.50], EntityChicken['Chicken'/9179966, l='MpServer', x=158.59, y=64.00, z=-1708.16], EntityChicken['Chicken'/9179967, l='MpServer', x=159.75, y=64.00, z=-1708.16], EntityTrail['unknown'/1851, l='MpServer', x=120.03, y=68.00, z=-1696.91], EntityTFQuestRam['Questing Ram'/9180080, l='MpServer', x=130.63, y=52.00, z=-1700.47], EntityTrail['unknown'/1852, l='MpServer', x=106.75, y=64.00, z=-1709.63], EntityZombie['Zombie'/9574096, l='MpServer', x=168.74, y=59.00, z=-1721.22], EntityItem['item.item.sulphur'/9600336, l='MpServer', x=136.06, y=34.13, z=-1710.22], EntityItem['item.item.sulphur'/9600337, l='MpServer', x=136.75, y=34.13, z=-1711.19], EntityEnderminy['Enderminy'/9573078, l='MpServer', x=168.85, y=69.50, z=-1720.85], EntityHat['unknown'/1862, l='MpServer', x=120.03, y=68.00, z=-1696.91], EntityHat['unknown'/1863, l='MpServer', x=106.75, y=64.00, z=-1709.63], EntitySlime['Slime'/9443802, l='MpServer', x=83.40, y=25.00, z=-1650.60], EntityZombie['Zombie'/9602009, l='MpServer', x=168.70, y=69.50, z=-1720.70], EntityGoblin['Hobgoblin'/9179968, l='MpServer', x=158.69, y=64.00, z=-1708.84], EntityPainting['Painting'/9180738, l='MpServer', x=119.94, y=77.50, z=-1681.50], EntityCartChest['entity.MinecartChest.name'/9572188, l='MpServer', x=65.59, y=27.34, z=-1662.91], EntityCartChest['entity.MinecartChest.name'/9572189, l='MpServer', x=79.50, y=28.34, z=-1714.03], EntityOtherPlayerMP['Annastasia'/9198553, l='MpServer', x=106.75, y=64.00, z=-1709.63], EntityWitch['Witch'/9599944, l='MpServer', x=131.75, y=35.00, z=-1711.50], EntityTrail['unknown'/478, l='MpServer', x=115.81, y=62.62, z=-1694.33], EntityItem['item.item.sulphur'/9573112, l='MpServer', x=169.04, y=76.13, z=-1721.31], EntityOtherPlayerMP['Genesis57'/9260201, l='MpServer', x=120.03, y=68.00, z=-1696.91], EntitySkeleton['Skeleton'/9585917, l='MpServer', x=169.37, y=59.00, z=-1717.72], EntityOtherPlayerMP['Annastasia'/9198553, l='MpServer', x=106.75, y=64.00, z=-1709.63], EntityTFBighorn['Bighorn Sheep'/9180028, l='MpServer', x=139.77, y=66.00, z=-1725.93], EntityTFBoar['Wild Boar'/9180029, l='MpServer', x=137.06, y=66.00, z=-1721.47], EntityItem['item.item.enderFragment'/9601760, l='MpServer', x=132.44, y=34.13, z=-1707.56], EntityBlaze['Blaze'/9602022, l='MpServer', x=131.44, y=34.00, z=-1709.97], EntityCow['Cow'/9180024, l='MpServer', x=137.94, y=66.00, z=-1725.93], EntityCow['Cow'/9180025, l='MpServer', x=137.09, y=66.00, z=-1724.66], EntityTFBighorn['Bighorn Sheep'/9180027, l='MpServer', x=138.63, y=66.00, z=-1724.58], EntitySpark['Spark'/9180021, l='MpServer', x=137.50, y=67.50, z=-1734.50], EntityPainting['Painting'/9180738, l='MpServer', x=119.94, y=77.50, z=-1681.50], EntitySkeleton['Skeleton'/9573353, l='MpServer', x=159.88, y=60.00, z=-1716.42], EntitySkeleton['Skeleton'/9581545, l='MpServer', x=168.70, y=69.50, z=-1720.30], EntityWisp['Wisp'/9507820, l='MpServer', x=155.66, y=37.03, z=-1647.47], EntityEnderminy['Enderminy'/9595372, l='MpServer', x=131.81, y=34.00, z=-1706.56]]
  93. Retry entities: 0 total; []
  94. Server brand: kcauldron,cauldron,craftbukkit,mcpc,fml,forge
  95. Server type: Non-integrated multiplayer server
  96. Stacktrace:
  97. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  98. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  100. at net.minecraft.client.main.Main.main(SourceFile:148)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104. at java.lang.reflect.Method.invoke(Unknown Source)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.7.10
  111. Operating System: Windows 8.1 (amd64) version 6.3
  112. Java Version: 1.8.0_60, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 898806448 bytes (857 MB) / 2555379712 bytes (2437 MB) up to 3579314176 bytes (3413 MB)
  115. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xmn2G
  116. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  117. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  118. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 152 mods loaded, 152 mods active
  119. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  120. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  121. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  122. UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  123. UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  124. UCHIJA Aroma1997Core{1.0.2.14} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  125. UCHIJA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
  126. UCHIJA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
  127. UCHIJA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  128. UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  129. UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
  130. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  131. UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)
  132. UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  133. UCHIJA Aroma1997CoreHelper{1.0.2.14} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.14.jar)
  134. UCHIJA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
  135. UCHIJA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
  136. UCHIJA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
  137. UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  138. UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  139. UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
  140. UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  141. UCHIJA IC2{2.2.746-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.746-experimental.jar)
  142. UCHIJA CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
  143. UCHIJA BuildCraft|Core{7.0.13} [BuildCraft] (buildcraft-7.0.13.jar)
  144. UCHIJA Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
  145. UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  146. UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  147. UCHIJA ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
  148. UCHIJA ThermalExpansion{1.7.10R4.0.2B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.2B2-210.jar)
  149. UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  150. UCHIJA BinnieCore{2.0-pre13} [Binnie Core] (binnie-mods-2.0-pre13.jar)
  151. UCHIJA Botany{2.0-pre13} [Botany] (binnie-mods-2.0-pre13.jar)
  152. UCHIJA ExtraBees{2.0-pre13} [Extra Bees] (binnie-mods-2.0-pre13.jar)
  153. UCHIJA ExtraTrees{2.0-pre13} [Extra Trees] (binnie-mods-2.0-pre13.jar)
  154. UCHIJA Genetics{2.0-pre13} [Genetics] (binnie-mods-2.0-pre13.jar)
  155. UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-4.jar)
  156. UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  157. UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  158. UCHIJA Botania{r1.6-198} [Botania] (Botania r1.6-198.jar)
  159. UCHIJA BuildCraft|Silicon{7.0.13} [BC Silicon] (buildcraft-7.0.13.jar)
  160. UCHIJA BuildCraft|Transport{7.0.13} [BC Transport] (buildcraft-7.0.13.jar)
  161. UCHIJA BuildCraft|Builders{7.0.13} [BC Builders] (buildcraft-7.0.13.jar)
  162. UCHIJA BuildCraft|Robotics{7.0.13} [BC Robotics] (buildcraft-7.0.13.jar)
  163. UCHIJA BuildCraft|Energy{7.0.13} [BC Energy] (buildcraft-7.0.13.jar)
  164. UCHIJA BuildCraft|Factory{7.0.13} [BC Factory] (buildcraft-7.0.13.jar)
  165. UCHIJA BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
  166. UCHIJA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
  167. UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  168. UCHIJA Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
  169. UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  170. UCHIJA ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
  171. UCHIJA chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
  172. UCHIJA ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
  173. UCHIJA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
  174. UCHIJA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
  175. UCHIJA CustomMainMenu{1.6} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.6.jar)
  176. UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  177. UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  178. UCHIJA EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
  179. UCHIJA EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
  180. UCHIJA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
  181. UCHIJA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
  182. UCHIJA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.8.8888g.jar)
  183. UCHIJA factorization.dimensionalSlice{0.8.88.8.8888g} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.88.8.8888g.jar)
  184. UCHIJA factorization{0.8.88.8.8888g} [Factorization] (Factorization-1.7.10-0.8.88.8.8888g.jar)
  185. UCHIJA factorization.misc{0.8.88.8.8888g} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.8.8888g.jar)
  186. UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  187. UCHIJA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
  188. UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar)
  189. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  190. UCHIJA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
  191. UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-502.jar)
  192. UCHIJA MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
  193. UCHIJA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
  194. UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  195. UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  196. UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  197. UCHIJA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  198. UCHIJA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
  199. UCHIJA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
  200. UCHIJA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  201. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  202. UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  203. UCHIJA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  204. UCHIJA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  205. UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  206. UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  207. UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  208. UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  209. UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  210. UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  211. UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  212. UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  213. UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  214. UCHIJA Mystcraft{0.12.0.00} [Mystcraft] (mystcraft-1.7.10-0.12.0.00.jar)
  215. UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  216. UCHIJA MrTJPCoreMod{1.0.7.14} [MrTJPCore] (MrTJPCore-1.7.10-1.0.7.14-universal.jar)
  217. UCHIJA ProjRed|Core{4.6.1.80} [ProjectRed] (ProjectRed-1.7.10-4.6.1.80-Base.jar)
  218. UCHIJA ProjRed|Exploration{4.6.1.80} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.1.80-World.jar)
  219. UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  220. UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  221. UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  222. UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  223. UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  224. UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  225. UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  226. UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  227. UCHIJA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
  228. UCHIJA numina{0.4.0.101} [Numina] (Numina-0.4.0.101.jar)
  229. UCHIJA powersuits{0.11.0.181} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.181.jar)
  230. UCHIJA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
  231. UCHIJA Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
  232. UCHIJA NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
  233. UCHIJA NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
  234. UCHIJA NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
  235. UCHIJA NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
  236. UCHIJA NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
  237. UCHIJA NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
  238. UCHIJA neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
  239. UCHIJA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
  240. UCHIJA notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
  241. UCHIJA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
  242. UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
  243. UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
  244. UCHIJA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
  245. UCHIJA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1b.jar)
  246. UCHIJA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
  247. UCHIJA PneumaticCraft{1.9.2-88} [PneumaticCraft] (PneumaticCraft-1.7.10-1.9.2-88-universal.jar)
  248. UCHIJA PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
  249. UCHIJA ProjRed|Transmission{4.6.1.80} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
  250. UCHIJA ProjRed|Compatibility{4.6.1.80} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.1.80-Compat.jar)
  251. UCHIJA ProjRed|Integration{4.6.1.80} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.1.80-Integration.jar)
  252. UCHIJA ProjRed|Illumination{4.6.1.80} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.1.80-Lighting.jar)
  253. UCHIJA RedstoneArsenal{1.7.10R1.1.1B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1B1-85.jar)
  254. UCHIJA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
  255. UCHIJA rftools{3.11} [RFTools] (rftools-3.11.jar)
  256. UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  257. UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  258. UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
  259. UCHIJA ThermalDynamics{1.7.10R1.1.0B2} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0B2-149.jar)
  260. UCHIJA TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar)
  261. UCHIJA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
  262. UCHIJA Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar)
  263. UCHIJA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  264. UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  265. UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  266. UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  267. UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  268. UCHIJA McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
  269. UCHIJA aobd{2.7.0} [Another One Bites The Dust] (AOBD-2.7.0.jar)
  270. UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  271. UCHIJA ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar)
  272. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context 15.200.1046.0' Renderer: 'AMD Radeon R9 200 Series'
  273. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  274. Class transformer null safety: all safe
  275. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  276. Mantle Environment: Environment healthy.
  277. CoFHCore: -[1.7.10]3.0.3B2-294
  278. ThermalFoundation: -[1.7.10]1.2.0B1-95
  279. ThermalExpansion: -[1.7.10]4.0.2B2-210
  280. MineFactoryReloaded: -[1.7.10]2.8.0-104
  281. TConstruct Environment: Environment healthy.
  282. RedstoneArsenal: -[1.7.10]1.1.1B1-85
  283. ThermalDynamics: -[1.7.10]1.1.0B2-149
  284. List of loaded APIs:
  285. * API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
  286. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-502.jar
  287. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  288. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
  289. * BotaniaAPI (55) from Botania r1.6-198.jar
  290. * BuildCraftAPI|blocks (1.0) from buildcraft-7.0.13.jar
  291. * BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.13.jar
  292. * BuildCraftAPI|boards (2.0) from buildcraft-7.0.13.jar
  293. * BuildCraftAPI|core (1.0) from buildcraft-7.0.13.jar
  294. * BuildCraftAPI|crops (1.1) from buildcraft-7.0.13.jar
  295. * BuildCraftAPI|events (1.0) from buildcraft-7.0.13.jar
  296. * BuildCraftAPI|facades (1.1) from buildcraft-7.0.13.jar
  297. * BuildCraftAPI|filler (4.0) from buildcraft-7.0.13.jar
  298. * BuildCraftAPI|fuels (2.0) from buildcraft-7.0.13.jar
  299. * BuildCraftAPI|gates (4.1) from buildcraft-7.0.13.jar
  300. * BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  301. * BuildCraftAPI|library (2.0) from buildcraft-7.0.13.jar
  302. * BuildCraftAPI|power (1.3) from buildcraft-7.0.13.jar
  303. * BuildCraftAPI|recipes (3.0) from buildcraft-7.0.13.jar
  304. * BuildCraftAPI|robotics (2.1) from buildcraft-7.0.13.jar
  305. * BuildCraftAPI|statements (1.1) from buildcraft-7.0.13.jar
  306. * BuildCraftAPI|tablet (1.0) from buildcraft-7.0.13.jar
  307. * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
  308. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  309. * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
  310. * ChiselAPI (0.1.0) from Chisel2-2.4.1.40.jar
  311. * ChiselAPI|Carving (0.1.0) from Chisel2-2.4.1.40.jar
  312. * ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.1.40.jar
  313. * CoFHAPI (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  314. * CoFHAPI|block (1.7.10R1.0.0) from extrautilities-1.2.5.jar
  315. * CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  316. * CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.13.jar
  317. * CoFHAPI|fluid (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  318. * CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  319. * CoFHAPI|item (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  320. * CoFHAPI|modhelpers (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  321. * CoFHAPI|tileentity (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  322. * CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  323. * CoFHAPI|world (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  324. * CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  325. * CoFHLib|audio (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  326. * CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  327. * CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  328. * CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  329. * CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  330. * CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  331. * CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  332. * CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  333. * CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  334. * CoFHLib|util (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  335. * CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  336. * CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  337. * CoFHLib|world (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  338. * CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
  339. * ComputerCraft|API (1.74) from ComputerCraft1.74.jar
  340. * ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
  341. * ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
  342. * ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
  343. * ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
  344. * ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
  345. * ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
  346. * ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
  347. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  348. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  349. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  350. * factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
  351. * ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
  352. * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
  353. * ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
  354. * ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
  355. * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
  356. * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
  357. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
  358. * ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
  359. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
  360. * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
  361. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
  362. * ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
  363. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
  364. * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
  365. * gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
  366. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  367. * IC2API (1.0) from industrialcraft-2-2.2.746-experimental.jar
  368. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  369. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.0.00.jar
  370. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
  371. * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
  372. * OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
  373. * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.9.2-88-universal.jar
  374. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  375. * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
  376. * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  377. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  378. * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
  379. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  380. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  381. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
  382. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  383. * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
  384. * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  385. * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  386. * Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
  387. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  388. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  389. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
  390. Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
  391. LWJGL: 2.9.1
  392. OpenGL: AMD Radeon R9 200 Series GL version 4.5.13397 Compatibility Profile Context 15.200.1046.0, ATI Technologies Inc.
  393. GL Caps: Using GL 1.3 multitexturing.
  394. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  395. Anisotropic filtering is supported and maximum anisotropy is 16.
  396. Shaders are available because OpenGL 2.1 is supported.
  397.  
  398. Is Modded: Definitely; Client brand changed to 'fml,forge'
  399. Type: Client (map_client.txt)
  400. Resource Packs: []
  401. Current Language: English (US)
  402. Profiler Position: N/A (disabled)
  403. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  404. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement