Advertisement
MysticAura373

Immcraft - Rendering Crash

Dec 18th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.55 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.1.0.jar)
  5. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  6. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
  7. LoadingPlugin (Quark-r1.1-66.jar)
  8. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  9. IvToolkit (IvToolkit-1.2.9.jar)
  10. FMLPlugin (InventoryTweaks-1.61-58.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.61-beta.jar)
  12. MDECore-Core (mdecore-1.10.2-1.5.jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // I blame Dinnerbone.
  16.  
  17. Time: 18/12/16 01:27
  18. Description: Rendering Block Entity
  19.  
  20. java.lang.RuntimeException: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immcraft:block/chestlid.obj with loader INSTANCE, skipping
  21. at mcjty.immcraft.blocks.chest.ChestTESR.getBakedLidModel(ChestTESR.java:42)
  22. at mcjty.immcraft.blocks.chest.ChestTESR.renderExtra(ChestTESR.java:87)
  23. at mcjty.immcraft.blocks.chest.ChestTESR.renderExtra(ChestTESR.java:24)
  24. at mcjty.immcraft.rendering.HandleTESR.renderTileEntityAt(HandleTESR.java:46)
  25. at mcjty.immcraft.rendering.HandleTESR.func_180535_a(HandleTESR.java:18)
  26. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:147)
  27. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:125)
  28. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:701)
  29. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  30. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  31. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038)
  32. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
  33. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  34. at net.minecraft.client.main.Main.main(SourceFile:124)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  40. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:498)
  45. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  46. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  47. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  48. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  49. Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immcraft:block/chestlid.obj with loader INSTANCE, skipping
  50. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153)
  51. at mcjty.immcraft.blocks.chest.ChestTESR.getBakedLidModel(ChestTESR.java:40)
  52. ... 27 more
  53. Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Error loading model previously: immcraft:models/block/chestlid.obj
  54. at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:103)
  55. at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149)
  56. ... 28 more
  57. Caused by: java.io.FileNotFoundException: immcraft:models/block/chestLid.mtl
  58. at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:68)
  59. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65)
  60. at net.minecraftforge.client.model.obj.OBJModel$MaterialLibrary.parseMaterials(OBJModel.java:507)
  61. at net.minecraftforge.client.model.obj.OBJModel$Parser.parse(OBJModel.java:257)
  62. at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:91)
  63. ... 29 more
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- Head --
  70. Thread: Client thread
  71. Stacktrace:
  72. at mcjty.immcraft.blocks.chest.ChestTESR.getBakedLidModel(ChestTESR.java:42)
  73. at mcjty.immcraft.blocks.chest.ChestTESR.renderExtra(ChestTESR.java:87)
  74. at mcjty.immcraft.blocks.chest.ChestTESR.renderExtra(ChestTESR.java:24)
  75. at mcjty.immcraft.rendering.HandleTESR.renderTileEntityAt(HandleTESR.java:46)
  76. at mcjty.immcraft.rendering.HandleTESR.func_180535_a(HandleTESR.java:18)
  77.  
  78. -- Block Entity Details --
  79. Details:
  80. Name: immcraftchestTE // mcjty.immcraft.blocks.chest.ChestTE
  81. Block type: ID #1979 (tile.chest // mcjty.immcraft.blocks.chest.ChestBlock)
  82. Block data value: 1 / 0x1 / 0b0001
  83. Block location: World: (-194,68,329), Chunk: (at 14,4,9 in -13,20; contains blocks -208,0,320 to -193,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  84. Actual block type: ID #1979 (tile.chest // mcjty.immcraft.blocks.chest.ChestBlock)
  85. Actual block data value: 1 / 0x1 / 0b0001
  86. Stacktrace:
  87. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:147)
  88. at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:125)
  89. at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:701)
  90. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
  91. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
  92.  
  93. -- Affected level --
  94. Details:
  95. Level name: MpServer
  96. All players: 1 total; [EntityPlayerSP['MysticAura'/9398, l='MpServer', x=-193.77, y=68.00, z=331.59]]
  97. Chunk stats: MultiplayerChunkCache: 289, 289
  98. Level seed: 0
  99. Level generator: ID 06 - quark_realistic, ver 0. Features enabled: false
  100. Level generator options:
  101. Level spawn location: World: (-3,73,231), Chunk: (at 13,4,7 in -1,14; contains blocks -16,0,224 to -1,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  102. Level time: 61279603 game time, 45734826 day time
  103. Level dimension: 0
  104. Level storage version: 0x00000 - Unknown?
  105. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  106. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  107. Forced entities: 22 total; [EntityChicken['Chicken'/130, l='MpServer', x=-153.11, y=51.00, z=286.50], EntityItemBuoy['item.item.egg'/414361, l='MpServer', x=-251.66, y=62.00, z=308.56], EntitySpider['Spider'/144570, l='MpServer', x=-184.70, y=47.10, z=338.00], EntityChicken['Chicken'/9930, l='MpServer', x=-252.51, y=62.00, z=308.41], EntityPlayerSP['MysticAura'/9398, l='MpServer', x=-193.77, y=68.00, z=331.59], EntityChicken['Chicken'/104, l='MpServer', x=-204.80, y=65.00, z=318.80], EntityChicken['Chicken'/105, l='MpServer', x=-204.33, y=64.63, z=318.32], EntityArmorStand['Armor Stand'/106, l='MpServer', x=-193.50, y=73.00, z=310.50], EntityArmorStand['Armor Stand'/107, l='MpServer', x=-193.50, y=73.00, z=311.50], EntityArmorStand['Armor Stand'/108, l='MpServer', x=-193.50, y=73.00, z=309.50], EntitySpark['Spark'/109, l='MpServer', x=-198.50, y=67.50, z=335.50], EntitySpark['Spark'/110, l='MpServer', x=-195.50, y=67.50, z=335.50], EntityItemBuoy['item.item.egg'/385643, l='MpServer', x=-199.28, y=65.00, z=349.34], EntitySpark['Spark'/111, l='MpServer', x=-199.50, y=67.50, z=334.50], EntitySpark['Spark'/112, l='MpServer', x=-198.50, y=67.50, z=333.50], EntitySpark['Spark'/113, l='MpServer', x=-197.50, y=67.50, z=334.50], EntityWolf['Wolf'/115, l='MpServer', x=-192.52, y=66.00, z=338.50], EntityWolf['Wolf'/116, l='MpServer', x=-203.62, y=66.00, z=340.24], EntityAirshipV4Purple['Purple Viesakron'/117, l='MpServer', x=-199.69, y=65.00, z=350.23], EntityChicken['Chicken'/118, l='MpServer', x=-199.69, y=65.19, z=350.23], EntityChicken['Chicken'/124, l='MpServer', x=-185.84, y=70.00, z=290.53], EntityWolf['Wolf'/126, l='MpServer', x=-186.27, y=69.00, z=315.53]]
  108. Retry entities: 0 total; []
  109. Server brand: fml,forge
  110. Server type: Non-integrated multiplayer server
  111. Stacktrace:
  112. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  113. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  114. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  115. at net.minecraft.client.main.Main.main(SourceFile:124)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  118. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  119. at java.lang.reflect.Method.invoke(Method.java:498)
  120. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  121. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  123. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  124. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  125. at java.lang.reflect.Method.invoke(Method.java:498)
  126. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  127. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  128. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  129. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  130.  
  131. -- System Details --
  132. Details:
  133. Minecraft Version: 1.10.2
  134. Operating System: Windows 10 (amd64) version 10.0
  135. Java Version: 1.8.0_92, Oracle Corporation
  136. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  137. Memory: 2011775528 bytes (1918 MB) / 4796973056 bytes (4574 MB) up to 4796973056 bytes (4574 MB)
  138. JVM Flags: 12 total; -Xshare:off -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -XX:MinMetaspaceExpansion=1M -XX:MaxMetaspaceExpansion=8M -XX:MaxMetaspaceSize=256M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4608m -Xmx4608m
  139. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  140. FML: MCP 9.32 Powered by Forge 12.18.3.2185 102 mods loaded, 101 mods active
  141. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  142. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  143. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185-universal.jar)
  144. UCHIJA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185-universal.jar)
  145. UCHIJA ivtoolkit{1.2.9} [IvToolkit] (minecraft.jar)
  146. UCHIJA actuallyadditions{1.10.2-r90} [Actually Additions] (ActuallyAdditions-1.10.2-r90.jar)
  147. UCHIJA ForgeEndertech{1.1.3.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.3.0.jar)
  148. UCHIJA AdChimneys{1.10.2-1.1.4.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.1.4.0.jar)
  149. UCHIJA Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
  150. UCHIJA Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
  151. UCHIJA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  152. UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  153. UCHIJA Quark{r1.1-66} [Quark] (Quark-r1.1-66.jar)
  154. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  155. UCHIJA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
  156. UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  157. UCHIJA bdlib{1.12.2.19} [BD Lib] (bdlib-1.12.2.19-mc1.10.2.jar)
  158. UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.3.jar)
  159. UCHIJA JEI{3.13.6.387} [Just Enough Items] (jei_1.10.2-3.13.6.387.jar)
  160. UCHIJA mantle{1.10.2-1.1.3.199} [Mantle] (Mantle-1.10.2-1.1.3.jar)
  161. UCHIJA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
  162. UCHIJA immersiveengineering{0.10-53} [Immersive Engineering] (ImmersiveEngineering-0.10-53.jar)
  163. UCHIJA natura{1.10.2-4.0.0.93} [Natura] (natura-1.10.2-4.0.0.93.jar)
  164. UCHIJA betterwithmods{0.13.1 Beta hotfix 3} [Better With Mods] (Better With Mods-0.14.2-1.10.2-hotfix1.jar)
  165. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  166. UCHIJA BloodMagic{1.9.4-2.1.0-69} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-69.jar)
  167. UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  168. UCHIJA SonarCore{3.1.6} [SonarCore] (SonarCore-1.9.4-3.1.6.jar)
  169. UCHIJA Calculator{3.1.2} [Calculator] (Calculator-1.9.4-3.1.2.jar)
  170. UCHIJA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  171. UCHIJA chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar)
  172. UCHIJA mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
  173. UCHIJA chiselsandbits{12.8} [Chisels & Bits] (chiselsandbits-12.8.jar)
  174. UCHIJA cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar)
  175. UCHIJA MineTweaker3{3.0.14} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.15.jar)
  176. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.15.jar)
  177. UCHIJA creeperconfetti{1.3} [Creeper Confetti] (creeperconfetti-1.2.1.jar)
  178. UCHIJA dragontweaks{1.0.0} [Dragon Tweaks] (DragonTweaks-1.10.2-1.0.0.1-universal.jar)
  179. UCHIJA lootablebodies{2.2.0} [DrCyano's Lootable Bodies] (DrCyanosLootableBodies_1.10.2-2.2.0.jar)
  180. UCHIJA embers{0.016} [Embers] (embers-0.016.jar)
  181. UCHIJA endercore{1.10.2-0.4.1.61-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.61-beta.jar)
  182. UCHIJA EnderIO{1.10.2-3.0.1.141_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.141_beta.jar)
  183. UCHIJA shetiphiancore{3.3.6} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.6.jar)
  184. UCHIJA endertanks{1.4.9} [EnderTanks] (endertanks-1.10.0-1.4.9.jar)
  185. UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.3a.jar)
  186. UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  187. UCHIJA ftfloocraft{1.7.6} [Floocraft] (Floocraft-1.7.6.jar)
  188. UCHIJA foamfix{0.4.2} [FoamFix] (foamfix-0.4.2-law.jar)
  189. UCHIJA forestry{5.2.16.335} [Forestry] (forestry_1.10.2-5.2.16.335.jar)
  190. UCHIJA substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar)
  191. UCHIJA foundry{2.2.2.0} [Foundry] (Foundry-1.10.2-2.2.2.0.jar)
  192. UCHIJA pressure{1.3.1.18} [Pressure Pipes] (pressure-1.3.1.18-mc1.10.2.jar)
  193. UCHIJA advgenerators{0.9.20.19} [Advanced Generators] (generators-0.9.20.19-mc1.10.2.jar)
  194. UCHIJA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
  195. UCHIJA immcraft{1.2.1} [Immersive Craft] (immcraft-1.1x-1.2.1.jar)
  196. UCHIJA infinitylib{1.10.2-0.3.0} [InfinityLib] (infinitylib-0.3.0.jar)
  197. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  198. UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  199. UCHIJA itemscroller{0.8.0} [Item Scroller] (itemscroller-1.10.2-0.8.0.jar)
  200. UCHIJA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
  201. UCHIJA journeymap{1.10.2-5.3.2} [JourneyMap] (journeymap-1.10.2-5.3.2.jar)
  202. UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  203. UCHIJA mdecore{1.10.2-1.5} [MattDahEpic Core] (mdecore-1.10.2-1.5.jar)
  204. UCHIJA ModLister{1.10.2-2.1.8} [ModLister] (ModLister-1.10.2-2.1.8.jar)
  205. UCHIJA moreoverlays{1.9} [MoreOverlays] (moreoverlays-1.9-mc1.10.2.jar)
  206. UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.0.jar)
  207. UCHIJA multistorage{1.2.11} [Multi-Storage] (multistorage-1.10.0-1.2.11.jar)
  208. UCHIJA botanicaladdons{1.6} [Natural Pledge] (NaturalPledge-r1.6.jar)
  209. UCHIJA miscblocksitemsandmore{0.2.5} [NEoA] (NEoA-0.2.5.jar)
  210. UCHIJA nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar)
  211. UCHIJA ninjagear{1.10.2-0.3.0} [NinjaGear] (ninjagear-0.3.0.jar)
  212. UCHIJA notenoughwands{1.5.2} [Not Enough Wands] (notenoughwands-1.1x-1.5.2.jar)
  213. UCHIJA oretweaker{1.0.2-1.10.2} [Ore Tweaker] (OreTweaker-1.0.2-1.10.2.jar)
  214. UCHIJA packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar)
  215. UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  216. UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  217. UCHIJA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
  218. UCHIJA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
  219. UCHIJA rftools{5.71} [RFTools] (rftools-1.1x-5.71.jar)
  220. UCHIJA rftoolscontrol{1.6.3} [RFTools Control] (rftoolsctrl-1.1x-1.6.3.jar)
  221. UCHIJA rftoolsdim{4.51} [RFTools Dimensions] (rftoolsdim-1.1x-4.51.jar)
  222. UCHIJA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  223. UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
  224. UCHIJA runesofwizardry{1.10.2-0.7.2} [Runes of Wizardry] (Runes-of-Wizardry-1.10.2-0.7.2.jar)
  225. UCHIJA runesofwizardry_classics{1.10.2-0.4.3} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.10.2-0.4.3.jar)
  226. UCHIJA shadowmc{3.5.0} [ShadowMC] (ShadowMC-1.10.2-3.6.0.jar)
  227. UCHIJA SilentLib{1.1.0} [Silent Lib] (SilentLib-1.10.2-1.1.0-23.jar)
  228. UCHIJA SilentGems{2.1.9} [Silent's Gems] (SilentsGems-1.10.2-2.1.9-91.jar)
  229. UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  230. UCHIJA StorageDrawers{1.10.2-3.5.13} [Storage Drawers] (StorageDrawers-1.10.2-3.5.13.jar)
  231. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  232. UCHIJA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
  233. UCHIJA topaddons{1.10.2-0.9.0} [TOP Addons] (topaddons-1.10.2-0.9.0.jar)
  234. UCHIJA totemic{1.9.4-0.7.9.1} [Totemic] (Totemic-1.9.4-0.7.9.1.jar)
  235. UCHIJA cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 4.0.1.jar)
  236. UCHIJA usefulnullifiers{1.2.1} [Useful Nullifiers] (usefulnullifiers-1.2.1.jar)
  237. UCHIJA vc{v4.0.1a-mc1.10.2} [ViesCraft] (ViesCraft-4.0.1a-mc1.10.2.jar)
  238. UCHIJA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  239. UCHIJA wanionlib{1.10.2-1.2} [WanionLib] (WanionLib-1.10.2-1.2.jar)
  240. UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
  241. UCHIJA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
  242. UCHIJA Woot{1.10.2-1.2.3} [Woot] (woot-1.10.2-1.2.3.jar)
  243. UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
  244. Loaded coremods (and transformers):
  245. ForgelinPlugin (Forgelin-1.1.0.jar)
  246.  
  247. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  248. lumien.randomthings.asm.ClassTransformer
  249. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
  250. shetiphian.core.asm.ClassTransformer
  251. LoadingPlugin (Quark-r1.1-66.jar)
  252. vazkii.quark.base.asm.ClassTransformer
  253. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  254. team.chisel.common.asm.ChiselTransformer
  255. IvToolkit (IvToolkit-1.2.9.jar)
  256.  
  257. FMLPlugin (InventoryTweaks-1.61-58.jar)
  258. invtweaks.forge.asm.ContainerTransformer
  259. EnderCorePlugin (EnderCore-1.10.2-0.4.1.61-beta.jar)
  260. com.enderio.core.common.transform.EnderCoreTransformer
  261. MDECore-Core (mdecore-1.10.2-1.5.jar)
  262. com.mattdahepic.mdecore.asm.TickrateTransformer
  263. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.14008 Compatibility Profile Context 21.19.137.1' Renderer: 'AMD Radeon R9 200 Series'
  264. Pulsar/tconstruct loaded Pulses:
  265. - TinkerCommons (Enabled/Forced)
  266. - TinkerWorld (Enabled/Not Forced)
  267. - TinkerTools (Enabled/Not Forced)
  268. - TinkerHarvestTools (Enabled/Forced)
  269. - TinkerMeleeWeapons (Enabled/Forced)
  270. - TinkerRangedWeapons (Enabled/Forced)
  271. - TinkerModifiers (Enabled/Forced)
  272. - TinkerSmeltery (Enabled/Not Forced)
  273. - TinkerGadgets (Enabled/Not Forced)
  274. - TinkerOredict (Enabled/Forced)
  275. - TinkerIntegration (Enabled/Forced)
  276. - TinkerFluids (Enabled/Forced)
  277. - TinkerMaterials (Enabled/Forced)
  278. - TinkerModelRegister (Enabled/Forced)
  279. - chiselsandbitsIntegration (Enabled/Not Forced)
  280. - WailaIntegration (Enabled/Not Forced)
  281. - theoneprobeIntegration (Enabled/Not Forced)
  282.  
  283. Pulsar/natura loaded Pulses:
  284. - NaturaCommons (Enabled/Forced)
  285. - NaturaOverworld (Enabled/Not Forced)
  286. - NaturaNether (Enabled/Not Forced)
  287. - NaturaEntities (Enabled/Not Forced)
  288. - NaturaOredict (Enabled/Forced)
  289. - NaturaWorld (Enabled/Not Forced)
  290. - WailaIntegration (Enabled/Not Forced)
  291.  
  292. List of loaded APIs:
  293. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r90.jar
  294. * Baubles|API (1.3.1.2) from Baubles-1.10.2-1.3.8.jar
  295. * BetterWithModsAPI (Beta 0.6) from Better With Mods-0.14.2-1.10.2-hotfix1.jar
  296. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-69.jar
  297. * BotaniaAPI (85) from Botania r1.9-339.jar
  298. * botanicaladdonsAPI (1) from NaturalPledge-r1.6.jar
  299. * CalculatorAPI (1.9.4 - 1.0) from Calculator-1.9.4-3.1.2.jar
  300. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.7.7.jar
  301. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.7.7.jar
  302. * ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.8.jar
  303. * CoFHAPI (1.8.9R1.2.0B1) from Foundry-1.10.2-2.2.2.0.jar
  304. * CoFHAPI|energy (1.8.9R1.2.0B1) from theoneprobe-1.10-1.3.3.jar
  305. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.1.jar
  306. * compatlayer (0.1.4) from compatlayer-1.10-0.1.4.jar
  307. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.141_beta.jar
  308. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.141_beta.jar
  309. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.141_beta.jar
  310. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.141_beta.jar
  311. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.16.335.jar
  312. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.16.335.jar
  313. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.16.335.jar
  314. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.16.335.jar
  315. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.16.335.jar
  316. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.16.335.jar
  317. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.16.335.jar
  318. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.16.335.jar
  319. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.16.335.jar
  320. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.16.335.jar
  321. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.16.335.jar
  322. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.16.335.jar
  323. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.16.335.jar
  324. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.16.335.jar
  325. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.16.335.jar
  326. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.16.335.jar
  327. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.16.335.jar
  328. * foundry.api (2.2.0.0) from Foundry-1.10.2-2.2.2.0.jar
  329. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  330. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-53.jar
  331. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-53.jar
  332. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  333. * journeymap|client-api (1.3) from journeymap-1.10.2-5.3.2.jar
  334. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.3.2.jar
  335. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.3.2.jar
  336. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.3.2.jar
  337. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.3.2.jar
  338. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.13.6.387.jar
  339. * mcjtylib_ng (2.3.1) from mcjtylib-1.1x-2.3.1.jar
  340. * NinjaGearAPI (1.0) from ninjagear-0.3.0.jar
  341. * pressureAPI (1.3.1.18) from pressure-1.3.1.18-mc1.10.2.jar
  342. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  343. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  344. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  345. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  346. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  347. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  348. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  349. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  350. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  351. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  352. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  353. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  354. * SilentGemsAPI (2) from SilentsGems-1.10.2-2.1.9-91.jar
  355. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  356. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  357. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  358. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  359. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  360. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  361. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  362. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  363. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.5.13.jar
  364. * totemic|API (2.1.0) from Totemic-1.9.4-0.7.9.1.jar
  365. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  366. EnderIO: No known problems detected.
  367. Detailed RF API diagnostics:
  368. * RF API class 'EnergyStorage' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/EnergyStorage.class
  369. * RF API class 'IEnergyConnection' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyConnection.class
  370. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyContainerItem.class
  371. * RF API class 'IEnergyHandler' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyHandler.class
  372. * RF API class 'IEnergyProvider' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyProvider.class
  373. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyReceiver.class
  374. * RF API class 'IEnergyStorage' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/IEnergyStorage.class
  375. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/ItemEnergyContainer.class
  376. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/G:/MultiMC/instances/New%20Era%20of%20Adventure%20-%20Update/minecraft/mods/mcjtylib-1.1x-2.3.1.jar!/cofh/api/energy/TileEnergyHandler.class
  377. Detailed Tesla API diagnostics:
  378. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  379. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  380. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  381. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  382. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  383. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  384. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  385. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  386. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  387. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  388. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  389.  
  390. Launched Version: MultiMC5
  391. LWJGL: 2.9.1
  392. OpenGL: AMD Radeon R9 200 Series GL version 4.5.14008 Compatibility Profile Context 21.19.137.1, ATI Technologies Inc.
  393. GL Caps: Using GL 1.3 multitexturing.
  394. Using GL 1.3 texture combiners.
  395. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  396. Shaders are available because OpenGL 2.1 is supported.
  397. VBOs are available because OpenGL 1.5 is supported.
  398.  
  399. Using VBOs: Yes
  400. Is Modded: Definitely; Client brand changed to 'fml,forge'
  401. Type: Client (map_client.txt)
  402. Resource Packs: Lithos-Core v1.12 for 1.9x 1.10x.zip, Lithos HD Font Add-on.zip
  403. Current Language: English (US)
  404. Profiler Position: N/A (disabled)
  405. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement