Guest User

Untitled

a guest
Oct 31st, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.76 KB | None | 0 0
  1. net.minecraft.util.ReportedException: Rendering screen
  2. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1092) ~[blt.class:?]
  3. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
  4. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  5. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  9. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
  10. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  11. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  12. Caused by: java.lang.NullPointerException
  13. at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:719) ~[LayoutManager.class:?]
  14. at codechicken.nei.guihook.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:432) ~[GuiContainerManager.class:?]
  15. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270) ~[bex.class:?]
  16. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99) ~[bex.class:?]
  17. at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38) ~[bfo.class:?]
  18. at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47) ~[bfu.class:?]
  19. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) ~[blt.class:?]
  20. ... 9 more
  21. [02:14:01] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
  22. // Oops.
  23.  
  24. Time: 1/11/15 2:14
  25. Description: Rendering screen
  26.  
  27. java.lang.NullPointerException: Rendering screen
  28. at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:719)
  29. at codechicken.nei.guihook.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:432)
  30. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270)
  31. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
  32. at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
  33. at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
  34. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
  35. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  37. at net.minecraft.client.main.Main.main(SourceFile:148)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Stacktrace:
  51. at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:719)
  52. at codechicken.nei.guihook.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:432)
  53. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:270)
  54. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
  55. at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
  56. at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
  57.  
  58. -- Screen render details --
  59. Details:
  60. Screen name: net.minecraft.client.gui.inventory.GuiInventory
  61. Mouse location: Scaled: (480, 259). Absolute: (960, 520)
  62. Screen size: Scaled: (960, 520). Absolute: (1920, 1040). Scale factor of 2
  63.  
  64. -- Affected level --
  65. Details:
  66. Level name: MpServer
  67. All players: 2 total; [EntityClientPlayerMP['Ash3zZz'/2324, l='MpServer', x=76,30, y=82,62, z=-128,46], EntityOtherPlayerMP['VirtualGladiator'/364, l='MpServer', x=77,50, y=82,00, z=-131,69]]
  68. Chunk stats: MultiplayerChunkCache: 440, 440
  69. Level seed: 0
  70. Level generator: ID 00 - default, ver 1. Features enabled: false
  71. Level generator options:
  72. Level spawn location: World: (71,64,-113), Chunk: (at 7,4,15 in 4,-8; contains blocks 64,0,-128 to 79,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  73. Level time: 236829 game time, 236829 day time
  74. Level dimension: 0
  75. Level storage version: 0x00000 - Unknown?
  76. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  77. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  78. Forced entities: 45 total; [EntityMooshroom['Mooshroom'/139, l='MpServer', x=76,97, y=65,00, z=-65,84], EntityOtherPlayerMP['VirtualGladiator'/364, l='MpServer', x=77,50, y=82,00, z=-131,69], EntityMooshroom['Mooshroom'/152, l='MpServer', x=95,31, y=81,00, z=-164,72], EntityMooshroom['Mooshroom'/153, l='MpServer', x=92,34, y=80,00, z=-164,84], EntityMooshroom['Mooshroom'/154, l='MpServer', x=94,19, y=81,00, z=-168,06], EntityMooshroom['Mooshroom'/155, l='MpServer', x=65,06, y=64,00, z=-93,03], EntityMooshroom['Mooshroom'/149, l='MpServer', x=83,25, y=68,00, z=-166,38], EntityMooshroom['Mooshroom'/150, l='MpServer', x=89,47, y=78,00, z=-161,41], EntityMooshroom['Mooshroom'/151, l='MpServer', x=93,16, y=81,00, z=-174,81], EntityMooshroom['Mooshroom'/178, l='MpServer', x=105,81, y=82,00, z=-161,75], EntityMooshroom['Mooshroom'/179, l='MpServer', x=103,31, y=82,00, z=-160,78], EntityMooshroom['Mooshroom'/177, l='MpServer', x=96,94, y=81,00, z=-161,16], EntityMooshroom['Mooshroom'/180, l='MpServer', x=111,81, y=81,00, z=-167,06], EntityMooshroom['Mooshroom'/205, l='MpServer', x=137,63, y=71,00, z=-147,59], EntityMooshroom['Mooshroom'/204, l='MpServer', x=130,28, y=70,00, z=-158,31], EntityMooshroom['Mooshroom'/207, l='MpServer', x=128,03, y=70,00, z=-148,94], EntityMooshroom['Mooshroom'/201, l='MpServer', x=126,22, y=70,00, z=-158,41], EntityMooshroom['Mooshroom'/200, l='MpServer', x=139,97, y=70,00, z=-161,53], EntityMooshroom['Mooshroom'/203, l='MpServer', x=139,16, y=70,00, z=-159,97], EntityMooshroom['Mooshroom'/202, l='MpServer', x=137,94, y=70,00, z=-150,09], EntityMooshroom['Mooshroom'/196, l='MpServer', x=118,66, y=69,00, z=-148,25], EntityMooshroom['Mooshroom'/199, l='MpServer', x=128,53, y=69,00, z=-163,63], EntityMooshroom['Mooshroom'/198, l='MpServer', x=131,53, y=70,00, z=-161,88], EntityClientPlayerMP['Ash3zZz'/2324, l='MpServer', x=76,30, y=82,62, z=-128,46], EntityMooshroom['Mooshroom'/195, l='MpServer', x=124,84, y=70,00, z=-156,19], EntityMooshroom['Mooshroom'/194, l='MpServer', x=120,72, y=69,00, z=-160,78], EntityMooshroom['Mooshroom'/87, l='MpServer', x=22,94, y=72,00, z=-186,13], EntityMooshroom['Mooshroom'/81, l='MpServer', x=15,22, y=73,00, z=-172,78], EntityMooshroom['Mooshroom'/93, l='MpServer', x=44,38, y=66,00, z=-64,56], EntityMooshroom['Mooshroom'/92, l='MpServer', x=43,34, y=77,00, z=-146,78], EntityTrail['unknown'/452, l='MpServer', x=77,50, y=82,00, z=-131,69], EntityMooshroom['Mooshroom'/215, l='MpServer', x=140,94, y=71,00, z=-137,16], EntityTrail['unknown'/451, l='MpServer', x=76,30, y=82,62, z=-128,46], EntityMooshroom['Mooshroom'/208, l='MpServer', x=131,47, y=71,00, z=-135,75], EntityMooshroom['Mooshroom'/209, l='MpServer', x=137,50, y=70,00, z=-137,50], EntityMooshroom['Mooshroom'/88, l='MpServer', x=19,25, y=73,00, z=-179,69], EntityHat['unknown'/449, l='MpServer', x=77,50, y=82,00, z=-131,69], EntityHat['unknown'/448, l='MpServer', x=76,30, y=82,62, z=-128,46], EntityMooshroom['Mooshroom'/111, l='MpServer', x=54,63, y=66,00, z=-75,47], EntityHat['unknown'/707, l='MpServer', x=43,34, y=77,00, z=-146,78], EntityMooshroom['Mooshroom'/109, l='MpServer', x=42,78, y=70,00, z=-168,78], EntityHat['unknown'/709, l='MpServer', x=95,31, y=81,00, z=-164,72], EntityHat['unknown'/708, l='MpServer', x=44,38, y=66,00, z=-64,56], EntityMooshroom['Mooshroom'/107, l='MpServer', x=51,78, y=66,00, z=-185,63], EntityHat['unknown'/710, l='MpServer', x=137,50, y=70,00, z=-137,50]]
  79. Retry entities: 0 total; []
  80. Server brand: kcauldron,cauldron,craftbukkit,mcpc,fml,forge
  81. Server type: Non-integrated multiplayer server
  82. Stacktrace:
  83. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  84. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  85. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  86. at net.minecraft.client.main.Main.main(SourceFile:148)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  90. at java.lang.reflect.Method.invoke(Unknown Source)
  91. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  92. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.7.10
  97. Operating System: Windows 8 (amd64) version 6.2
  98. Java Version: 1.7.0_55, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 151192504 bytes (144 MB) / 2124414976 bytes (2026 MB) up to 2124414976 bytes (2026 MB)
  101. JVM Flags: 4 total; -Xms256M -Xmx2048M -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  102. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  103. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  104. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 171 mods loaded, 171 mods active
  105. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  106. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  107. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  108. UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  109. UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  110. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  111. UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  112. UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  113. UCHIJA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  114. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  115. UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)
  116. UCHIJA IC2{2.2.785-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.785-experimental.jar)
  117. UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
  118. UCHIJA AgriCraft{1.7.10-1.4.1} [AgriCraft] (AgriCraft-1.7.10-1.4.1-1.7.10.jar)
  119. UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  120. UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
  121. UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  122. UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  123. UCHIJA Botania{r1.7-226} [Botania] (Botania r1.7-226.jar)
  124. UCHIJA Avaritia{0.2b} [Avaritia] (Avaritia-0.2b.jar)
  125. UCHIJA bdlib{1.9.2.104} [BD Lib] (bdlib-1.9.2.104-mc1.7.10.jar)
  126. UCHIJA BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft[v1.11.2][MC1.7.10].jar)
  127. UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  128. UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  129. UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar)
  130. UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  131. UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  132. UCHIJA BuildCraft|Core{7.1.11} [BuildCraft] (buildcraft-7.1.11.jar)
  133. UCHIJA Forestry{3.6.6.24} [Forestry for Minecraft] (forestry_1.7.10-3.6.6.24.jar)
  134. UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  135. UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  136. UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
  137. UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
  138. UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  139. UCHIJA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  140. UCHIJA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  141. UCHIJA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  142. UCHIJA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  143. UCHIJA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  144. UCHIJA BrandonsCore{1.0.0.7} [Brandon's Core] (BrandonsCore-1.0.0.7.jar)
  145. UCHIJA BuildCraft|Builders{7.1.11} [BC Builders] (buildcraft-7.1.11.jar)
  146. UCHIJA BuildCraft|Transport{7.1.11} [BC Transport] (buildcraft-7.1.11.jar)
  147. UCHIJA BuildCraft|Energy{7.1.11} [BC Energy] (buildcraft-7.1.11.jar)
  148. UCHIJA BuildCraft|Silicon{7.1.11} [BC Silicon] (buildcraft-7.1.11.jar)
  149. UCHIJA BuildCraft|Robotics{7.1.11} [BC Robotics] (buildcraft-7.1.11.jar)
  150. UCHIJA BuildCraft|Factory{7.1.11} [BC Factory] (buildcraft-7.1.11.jar)
  151. UCHIJA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (buildcraft-compat-7.1.2.jar)
  152. UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  153. UCHIJA Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
  154. UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  155. UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  156. UCHIJA chisel{2.9.2.8} [Chisel] (Chisel-2.9.2.8.jar)
  157. UCHIJA ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
  158. UCHIJA CustomMainMenu{1.8} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.8.jar)
  159. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.1.1_1.7.10.jar)
  160. UCHIJA props{2.1.1} [Decocraft] (Decocraft-2.1.1_1.7.10.jar)
  161. UCHIJA DraconicEvolution{1.0.2-snapshot_3} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_3.jar)
  162. UCHIJA endercore{1.7.10-0.1.0.26_beta} [EnderCore] (EnderCore-1.7.10-0.1.0.26_beta.jar)
  163. UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  164. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  165. UCHIJA EnderIO{1.7.10-2.3.0.417_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.417_beta.jar)
  166. UCHIJA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  167. UCHIJA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  168. UCHIJA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  169. UCHIJA extracells{2.2.73} [Extra Cells 2] (ExtraCells-1.7.10-2.2.73b129.jar)
  170. UCHIJA ExtraUtilities{1.2.11} [Extra Utilities] (extrautilities-1.2.11.jar)
  171. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
  172. UCHIJA ImmersiveEngineering{0.5.4} [Immersive Engineering] (ImmersiveEngineering-0.5.4.jar)
  173. UCHIJA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
  174. UCHIJA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
  175. UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  176. UCHIJA fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar)
  177. UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
  178. UCHIJA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
  179. UCHIJA FTBL{1.0.10} [FTBLib] (FTBLib-1.7.10-1.0.10.jar)
  180. UCHIJA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  181. UCHIJA FTBT{1.0.0} [FTB Tweaks] (FTBTweaks-1.0.0.jar)
  182. UCHIJA FTBU{1.0.10} [FTBUtilities] (FTBUtilities-1.7.10-1.0.10.jar)
  183. UCHIJA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  184. UCHIJA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
  185. UCHIJA MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6.jar)
  186. UCHIJA gendustry{1.6.0.125} [GenDustry] (gendustry-1.6.0.125-mc1.7.10.jar)
  187. UCHIJA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
  188. UCHIJA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  189. UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  190. UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  191. UCHIJA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  192. UCHIJA headcrumbs{1.6.2} [Headcrumbs] (Headcrumbs-1.6.2.jar)
  193. UCHIJA IC2NuclearControl{2.3.1a-Butt} [Nuclear Control 2] (IC2NuclearControl-2.3.1a-Butt.jar)
  194. UCHIJA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  195. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  196. UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  197. UCHIJA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  198. UCHIJA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  199. UCHIJA LogisticsPipes{0.9.3.61} [Logistics Pipes] (logisticspipes-0.9.3.61.jar)
  200. UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  201. UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  202. UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  203. UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  204. UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  205. UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  206. UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  207. UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  208. UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  209. UCHIJA Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar)
  210. UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  211. UCHIJA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
  212. UCHIJA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
  213. UCHIJA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
  214. UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  215. UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  216. UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  217. UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  218. UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  219. UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  220. UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  221. UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  222. UCHIJA modtweaker2{0.9.4} [Mod Tweaker 2] (ModTweaker2-0.9.4.jar)
  223. UCHIJA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar)
  224. UCHIJA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar)
  225. UCHIJA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar)
  226. UCHIJA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar)
  227. UCHIJA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar)
  228. UCHIJA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar)
  229. UCHIJA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar)
  230. UCHIJA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar)
  231. UCHIJA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
  232. UCHIJA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
  233. UCHIJA neresources{0.1.0.106} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.106.jar)
  234. UCHIJA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  235. UCHIJA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
  236. UCHIJA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
  237. UCHIJA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
  238. UCHIJA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
  239. UCHIJA PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
  240. UCHIJA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  241. UCHIJA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  242. UCHIJA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
  243. UCHIJA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  244. UCHIJA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
  245. UCHIJA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  246. UCHIJA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
  247. UCHIJA rftools{3.50} [RFTools] (rftools-3.50.jar)
  248. UCHIJA runicdungeons{1.1.5c} [Runic Dungeons] (runicdungeons-1.1.5c.jar)
  249. UCHIJA simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar)
  250. UCHIJA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
  251. UCHIJA springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
  252. UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  253. UCHIJA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
  254. UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  255. UCHIJA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
  256. UCHIJA StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
  257. UCHIJA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  258. UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
  259. UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  260. UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  261. UCHIJA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  262. UCHIJA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
  263. UCHIJA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
  264. UCHIJA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
  265. UCHIJA wawla{1.3.1} [What Are We Looking At] (Wawla-1.3.1-1.7.10.jar)
  266. UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  267. UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  268. UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  269. UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  270. UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  271. UCHIJA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  272. UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  273. UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  274. UCHIJA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
  275. UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  276. UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  277. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 350.12' Renderer: 'GeForce GTX 770/PCIe/SSE2'
  278. OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
  279. Class transformer null safety: all safe
  280. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  281. Mantle Environment: Environment healthy.
  282. CoFHCore: -[1.7.10]3.0.3-303
  283. ThermalFoundation: -[1.7.10]1.2.0-102
  284. ThermalExpansion: -[1.7.10]4.0.3B1-218
  285. MineFactoryReloaded: -[1.7.10]2.8.0-104
  286. TConstruct Environment: Environment healthy.
  287. RedstoneArsenal: -[1.7.10]1.1.1-89
  288. NetherOres: -[1.7.10]2.3.0-12
  289. ThermalDynamics: -[1.7.10]1.1.0-161
  290. List of loaded APIs:
  291. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.1-1.7.10.jar
  292. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-512.jar
  293. * Baubles|API (1.0.1.10) from runicdungeons-1.1.5c.jar
  294. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar
  295. * BotaniaAPI (65) from Botania r1.7-226.jar
  296. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.11.jar
  297. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.11.jar
  298. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.11.jar
  299. * BuildCraftAPI|core (1.0) from extrautilities-1.2.11.jar
  300. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.11.jar
  301. * BuildCraftAPI|events (2.0) from buildcraft-7.1.11.jar
  302. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.11.jar
  303. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.11.jar
  304. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.11.jar
  305. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.11.jar
  306. * BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.7.0.0.jar
  307. * BuildCraftAPI|library (2.0) from buildcraft-7.1.11.jar
  308. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.11.jar
  309. * BuildCraftAPI|power (1.3) from buildcraft-7.1.11.jar
  310. * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.11.jar
  311. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.11.jar
  312. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.11.jar
  313. * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.11.jar
  314. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.11.jar
  315. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.7.0.0.jar
  316. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.11.jar
  317. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
  318. * ChiselAPI (0.1.1) from Chisel-2.9.2.8.jar
  319. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.2.8.jar
  320. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.2.8.jar
  321. * CoFHAPI (1.7.10R1.0.7) from StevesAddons-1.7.10-0.10.16.jar
  322. * CoFHAPI|block (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  323. * CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
  324. * CoFHAPI|energy (1.7.10R1.0.1) from Railcraft_1.7.10-9.7.0.0.jar
  325. * CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  326. * CoFHAPI|inventory (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  327. * CoFHAPI|item (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  328. * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  329. * CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
  330. * CoFHAPI|tileentity (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  331. * CoFHAPI|transport (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  332. * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
  333. * CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  334. * CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  335. * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  336. * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  337. * CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  338. * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  339. * CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  340. * CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  341. * CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  342. * CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  343. * CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  344. * CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  345. * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  346. * CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  347. * CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
  348. * ComputerCraft|API (1.74) from ComputerCraft1.74.jar
  349. * ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
  350. * ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
  351. * ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
  352. * ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
  353. * ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
  354. * ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
  355. * ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
  356. * CSLib|API (1.0) from Decocraft-2.1.1_1.7.10.jar
  357. * DraconicEvolution|API (1.1) from Draconic-Evolution-1.7.10-1.0.2-Snapshot_3.jar
  358. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
  359. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
  360. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
  361. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
  362. * ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.6.24.jar
  363. * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.6.24.jar
  364. * ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.6.24.jar
  365. * ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.6.24.jar
  366. * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.6.24.jar
  367. * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.6.24.jar
  368. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.6.24.jar
  369. * ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.6.24.jar
  370. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.6.24.jar
  371. * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.6.24.jar
  372. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.6.24.jar
  373. * ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.6.24.jar
  374. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.6.24.jar
  375. * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.6.24.jar
  376. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
  377. * gendustryAPI (2.2.0) from gendustry-1.6.0.125-mc1.7.10.jar
  378. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  379. * IC2API (1.0) from industrialcraft-2-2.2.785-experimental.jar
  380. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.4.jar
  381. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  382. * McJtyLib (1.6.1) from mcjtylib-1.6.1.jar
  383. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.00.jar
  384. * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.106.jar
  385. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.1a-Butt.jar
  386. * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
  387. * OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar
  388. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar
  389. * RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.7.0.0.jar
  390. * RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.7.0.0.jar
  391. * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.5.4.jar
  392. * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.7.0.0.jar
  393. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar
  394. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar
  395. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.7.0.0.jar
  396. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar
  397. * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.7.0.0.jar
  398. * RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.7.0.0.jar
  399. * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.7.0.0.jar
  400. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  401. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  402. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  403. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  404. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  405. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  406. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  407. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  408. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
  409. * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.7.0.0.jar
  410. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  411. EnderIO: Found the following problem(s) with your installation: "An unsupportted old RF API is installed (1.7.10R1.0.1 from Railcraft_1.7.10-9.7.0.0.jar). Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions." This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  412. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  413. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC: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
  414. Launched Version: 1.7.10
  415. LWJGL: 2.9.1
  416. OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 350.12, NVIDIA Corporation
  417. GL Caps: Using GL 1.3 multitexturing.
  418. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  419. Anisotropic filtering is supported and maximum anisotropy is 16.
  420. Shaders are available because OpenGL 2.1 is supported.
  421.  
  422. Is Modded: Definitely; Client brand changed to 'fml,forge'
  423. Type: Client (map_client.txt)
  424. Resource Packs: []
  425. Current Language: English (US)
  426. Profiler Position: N/A (disabled)
  427. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  428. Anisotropic Filtering: Off (1)
  429. [02:14:01] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# F:\FTB\FTBInfinity\minecraft\crash-reports\crash-2015-11-01_02.14.01-client.txt
  430. MC process exited. return value: -1
  431. [i18n] Added 0 enUS to options pane
  432. [i18n] Added 1 cyGB to options pane
  433. [i18n] Added 2 daDK to options pane
  434. [i18n] Added 3 deDE to options pane
  435. [i18n] Added 4 enGB to options pane
  436. [i18n] Added 5 enUS to options pane
  437. [i18n] Added 6 esES to options pane
  438. [i18n] Added 7 fiFI to options pane
  439. [i18n] Added 8 frCA to options pane
  440. [i18n] Added 9 frFR to options pane
  441. [i18n] Added 10 itIT to options pane
  442. [i18n] Added 11 maHU to options pane
  443. [i18n] Added 12 nlNL to options pane
  444. [i18n] Added 13 noNO to options pane
  445. [i18n] Added 14 plPL to options pane
  446. [i18n] Added 15 ptBR to options pane
  447. [i18n] Added 17 ruRU to options pane
  448. [i18n] Added 16 ptPT to options pane
  449. [i18n] Added 19 zhCN to options pane
  450. [i18n] Added 18 svSE to options pane
  451. [i18n] enGB English (GB) language file loaded!
Advertisement
Add Comment
Please, Sign In to add comment