Advertisement
kreezxil

client crash while looking at creative tabs

Mar 4th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.74 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
  5. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  6. CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)
  7. RebornCoreASM (RebornCore-1.11.2-2.13.4.37-universal.jar)
  8. ColorUtilityCorePlugin (ColorUtility-universal-1.0.3.jar)
  9. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  10. BCModPlugin (zz-backpacks 1.11.2 - 3.1.7.jar)
  11. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.2.jar)
  12. ForgelinPlugin (Forgelin-1.3.1.jar)
  13. LittlePatchingLoader (LittleTiles v1.4.0-pre7 mc1.11.2.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  17.  
  18. Time: 3/4/17 9:56 PM
  19. Description: Rendering item
  20.  
  21. java.lang.IllegalStateException: texture not set
  22. at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:173)
  23. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:52)
  24. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:216)
  25. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:208)
  26. at com.rwtema.extrautils2.backend.model.PassthruModelItem$1.get(PassthruModelItem.java:42)
  27. at com.rwtema.extrautils2.backend.model.PassthruModelItem$1.get(PassthruModelItem.java:33)
  28. at com.rwtema.extrautils2.backend.model.PassthruModelItem$ModelLayer.addSprite(PassthruModelItem.java:278)
  29. at com.rwtema.extrautils2.backend.model.PassthruModelItem$ModelLayer.addTintedSprite(PassthruModelItem.java:284)
  30. at com.rwtema.extrautils2.backend.XUItemFlat.addQuads(XUItemFlat.java:46)
  31. at com.rwtema.extrautils2.backend.model.PassthruModelItem$5.handleItemState(PassthruModelItem.java:135)
  32. at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:248)
  33. at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:347)
  34. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:264)
  35. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
  36. at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
  37. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:604)
  38. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  39. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1115)
  40. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1077)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
  42. at net.minecraft.client.main.Main.main(SourceFile:124)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Thread: Client thread
  56. Stacktrace:
  57. at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:173)
  58. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:52)
  59. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:216)
  60. at com.rwtema.extrautils2.utils.helpers.QuadHelper.buildQuad(QuadHelper.java:208)
  61. at com.rwtema.extrautils2.backend.model.PassthruModelItem$1.get(PassthruModelItem.java:42)
  62. at com.rwtema.extrautils2.backend.model.PassthruModelItem$1.get(PassthruModelItem.java:33)
  63. at com.rwtema.extrautils2.backend.model.PassthruModelItem$ModelLayer.addSprite(PassthruModelItem.java:278)
  64. at com.rwtema.extrautils2.backend.model.PassthruModelItem$ModelLayer.addTintedSprite(PassthruModelItem.java:284)
  65. at com.rwtema.extrautils2.backend.XUItemFlat.addQuads(XUItemFlat.java:46)
  66. at com.rwtema.extrautils2.backend.model.PassthruModelItem$5.handleItemState(PassthruModelItem.java:135)
  67. at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:248)
  68.  
  69. -- Item being rendered --
  70. Details:
  71. Item Type: com.rwtema.extrautils2.items.ItemFlatTransferNode@64ddeceb
  72. Item Aux: 0
  73. Item NBT: null
  74. Item Foil: false
  75. Stacktrace:
  76. at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:347)
  77. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:264)
  78. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:99)
  79. at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
  80. at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:604)
  81. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  82.  
  83. -- Screen render details --
  84. Details:
  85. Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
  86. Mouse location: Scaled: (398, 111). Absolute: (797, 496)
  87. Screen size: Scaled: (640, 360). Absolute: (1280, 720). Scale factor of 2
  88.  
  89. -- Affected level --
  90. Details:
  91. Level name: MpServer
  92. All players: 1 total; [EntityPlayerSP['Kreezxil'/0, l='MpServer', x=7.24, y=87.04, z=-1.05]]
  93. Chunk stats: MultiplayerChunkCache: 169, 169
  94. Level seed: 0
  95. Level generator: ID 06 - voidworld, ver 0. Features enabled: false
  96. Level generator options:
  97. Level spawn location: World: (0,88,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  98. Level time: 45087 game time, 45087 day time
  99. Level dimension: 0
  100. Level storage version: 0x00000 - Unknown?
  101. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  102. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  103. Forced entities: 1 total; [EntityPlayerSP['Kreezxil'/0, l='MpServer', x=7.24, y=87.04, z=-1.05]]
  104. Retry entities: 0 total; []
  105. Server brand: fml,forge
  106. Server type: Non-integrated multiplayer server
  107. Stacktrace:
  108. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  109. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
  110. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
  111. at net.minecraft.client.main.Main.main(SourceFile:124)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  115. at java.lang.reflect.Method.invoke(Method.java:498)
  116. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  117. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.11.2
  122. Operating System: Windows 10 (amd64) version 10.0
  123. Java Version: 1.8.0_112, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 1208627312 bytes (1152 MB) / 2835873792 bytes (2704 MB) up to 2889875456 bytes (2756 MB)
  126. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3099m -Xms256m -XX:PermSize=256m
  127. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  128. FML: MCP 9.38 Powered by Forge 13.20.0.2252 118 mods loaded, 118 mods active
  129. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  130. UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  131. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  132. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
  133. UCHIJA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
  134. UCHIJA ColorUtility{1.0.3} [ColorUtility] (minecraft.jar)
  135. UCHIJA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
  136. UCHIJA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
  137. UCHIJA backpacks16840{3.1.7} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.7.jar)
  138. UCHIJA actuallyadditions{1.11.2-r103} [Actually Additions] (ActuallyAdditions-1.11.2-r103.jar)
  139. UCHIJA psi{r1.1-46} [Psi] (Psi-r1.1-46.jar)
  140. UCHIJA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
  141. UCHIJA autosapling{1.11.2-1.3.5} [AutoSapling] (AutoSapling 1.11.2-1.3.5.jar)
  142. UCHIJA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
  143. UCHIJA bdlib{1.13.1.5} [BD Lib] (bdlib-1.13.1.5-mc1.11.2.jar)
  144. UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.11.2-1.1.5.jar)
  145. UCHIJA betterachievements{0.4.3.12} [Better Achievements] (BetterAchievements-1.11.2-0.4.3.12.jar)
  146. UCHIJA hammercore{1.2.8} [Hammer Core] (HammerCore_1.11.2-1.2.8.jar)
  147. UCHIJA blackholestorage{4b} [Black Hole Storage] (Black Hole Storage 1.11.2-4b.jar)
  148. UCHIJA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
  149. UCHIJA modularrouters{1.11.2-2.1.0} [Modular Routers] (modular-routers-1.11.2-2.1.0.jar)
  150. UCHIJA guideapi{1.11-2.1.0-50} [Guide-API] (Guide-API-1.11-2.1.0-50.jar)
  151. UCHIJA bloodmagic{1.11-2.1.5-74} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.5-74.jar)
  152. UCHIJA bookshelfapi{5.0.0} [Bookshelf] (Bookshelf-API-1.11.2-5.0.0-B96.jar)
  153. UCHIJA badwithernocookie{1.0} [Bad Wither No Cookie!] (bwncrldd-1.0.jar)
  154. UCHIJA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
  155. UCHIJA chameleon{1.11-3.0.2} [Chameleon] (Chameleon-1.11-3.0.2.jar)
  156. UCHIJA cyclopscore{0.9.3} [Cyclops Core] (CyclopsCore-1.11.2-0.9.3.jar)
  157. UCHIJA colossalchests{1.5.0} [Colossal Chests] (ColossalChests-1.11.2-1.5.0.jar)
  158. UCHIJA commoncapabilities{1.3.1} [CommonCapabilities] (CommonCapabilities-1.11.2-1.3.1.jar)
  159. UCHIJA one_point_twelve_concrete{v 1.0} [1.12 Concrete] (concreteMod-v1.0.jar)
  160. UCHIJA controlling{2.0.4} [Controlling] (Controlling-2.0.4.jar)
  161. UCHIJA cookingforblockheads{5.2.6} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.2.6.jar)
  162. UCHIJA creativecore{1.5.0} [CreativeCore] (CreativeCore v1.6.26 mc1.11.2.jar)
  163. UCHIJA forestry{5.3.1.45} [Forestry] (forestry_1.11.2-5.3.1.45.jar)
  164. UCHIJA eleccore{1.7.409} [ElecCore] (ElecCore-1.11-1.7.409.jar)
  165. UCHIJA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
  166. UCHIJA defaultoptions{8.2.2} [Default Options] (DefaultOptions_1.11.2-8.2.2.jar)
  167. UCHIJA durabilityshow{4.1.0} [Durability Show] (Durability Show-1.11.2-4.1.0.jar)
  168. UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod-1.11.2-1.3.0.jar)
  169. UCHIJA enderrift{2.1.3} [Ender-Rift] (EnderRift-1.11.2-2.1.3.jar)
  170. UCHIJA shetiphiancore{3.4.1} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.2.jar)
  171. UCHIJA endertanks{1.5.2} [EnderTanks] (endertanks-1.11.0-1.5.2.jar)
  172. UCHIJA enderthing{0.7.3} [Enderthing] (enderthing-1.11.0-0.7.3.jar)
  173. UCHIJA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
  174. UCHIJA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
  175. UCHIJA etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar)
  176. UCHIJA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
  177. UCHIJA extrarails{1.2.1} [Extra Rails] (ExtraRails-1.11-1.2.1.jar)
  178. UCHIJA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.3.0.jar)
  179. UCHIJA fasterladderclimbing{0.1-118} [Faster Ladder Climbing] (FasterLadderClimbing-1.11-0.1-118.jar)
  180. UCHIJA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
  181. UCHIJA fluidconverters{2.2.0} [FluidConverters] (FluidConverters-1.11.2-2.2.0.jar)
  182. UCHIJA forgelin{1.3.0} [Forgelin] (Forgelin-1.3.1.jar)
  183. UCHIJA limelib{1.4.1} [LimeLib] (limelib-1.11.2-1.4.1.jar)
  184. UCHIJA furnus{1.91} [Furnus] (furnus-1.11.2-1.91.jar)
  185. UCHIJA gendustry{1.6.5.5} [GenDustry] (gendustry-1.6.5.5-mc1.11.2.jar)
  186. UCHIJA pressure{1.3.1.4} [Pressure Pipes] (pressure-1.3.1.4-mc1.11.2.jar)
  187. UCHIJA advgenerators{0.9.20.4} [Advanced Generators] (generators-0.9.20.4-mc1.11.2.jar)
  188. UCHIJA giacomos_bookshelf{1.1} [Giacomo's Bookshelves Mod] (GiacomosBookshelf-1.11.2-1.1.jar)
  189. UCHIJA giacomosfoundry{1.3.11} [Giacomo's Foundry] (GiacomosFoundry-1.11.2-1.3.11.jar)
  190. UCHIJA holoinventory{2.0.2.143} [HoloInventory] (HoloInventory-1.11.2-2.0.2.143.jar)
  191. UCHIJA hopperducts{1.4.9} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.jar)
  192. UCHIJA integrateddynamics{0.6.9} [Integrated Dynamics] (IntegratedDynamics-1.11.2-0.6.9.jar)
  193. UCHIJA integratedtunnels{1.1.0} [Integrated Tunnels] (IntegratedTunnels-1.11.2-1.1.0.jar)
  194. UCHIJA inventorytweaks{1.62-dev-77-7812cce} [Inventory Tweaks] (InventoryTweaks-1.62-dev-77.jar)
  195. UCHIJA jei{4.2.7.241} [Just Enough Items] (jei_1.11.2-4.2.7.241.jar)
  196. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
  197. UCHIJA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
  198. UCHIJA jrftl{1.1} [jrftl] (JRFTL-1.1.jar)
  199. UCHIJA littletiles{1.3.0} [LittleTiles] (LittleTiles v1.4.0-pre7 mc1.11.2.jar)
  200. UCHIJA llor{1.1.3-mc1.11.2} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.3-mc1.11.2.jar)
  201. UCHIJA minecolonies{1.11-0.6.2919} [MineColonies] (minecolonies-universal-1.11-0.6.2919.jar)
  202. UCHIJA missing_pieces{4.1.2} [Missing Pieces] (missing_pieces-1.11.2-4.1.2.jar)
  203. UCHIJA moreoverlays{1.10} [MoreOverlays] (moreoverlays-1.10-mc1.11.2.jar)
  204. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.11.2.jar)
  205. UCHIJA mxtune{0.3.1.0-dev.19} [mxTune] (mxtune-1.11.2-0.3.1.0-dev.19.jar)
  206. UCHIJA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
  207. UCHIJA neotech{5.0.0} [NeoTech] (Neotech-1.11.2-5.0.0.jar)
  208. UCHIJA nmsot{1.2.0-mc1.11.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.11.2.jar)
  209. UCHIJA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.11).jar)
  210. UCHIJA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
  211. UCHIJA omegacraft{1.0.0} [Omega Craft] (Omega Craft 1.0.4 -1.11.2.jar)
  212. UCHIJA omlib{1.11.2-3.0.0-61} [OMLib] (omlib-1.11.2-3.0.0-61.jar)
  213. UCHIJA ompd{3.0.0-21} [Open Modular Passive Defense] (ompd-1.10.2-3.0.0-21.jar)
  214. UCHIJA opframe{0.1} [OnlinePictureFrame] (OnlinePicFrame v1.3.1 mc1.11.2.zip)
  215. UCHIJA openmodularturrets{1.10.2-3.0.0-98} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-98.jar)
  216. UCHIJA oreexcavation{1.3.85} [OreExcavation] (OreExcavation-1.3.85.jar)
  217. UCHIJA harvestcraft{1.11.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2d.jar)
  218. UCHIJA platforms{1.3.2} [Platforms] (platforms-1.11.0-1.3.2.jar)
  219. UCHIJA pulver{@VERSION@} [Pulver] (Pulver-1.11.x-1.0.0.2.jar)
  220. UCHIJA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
  221. UCHIJA rarmor{1.11.2-r4.3} [Rarmor] (Rarmor-1.11.2-r4.3.jar)
  222. UCHIJA realfilingcabinet{1.2.21} [Real Filing Cabinet] (realfilingcabinet-1.11.2-1.2.21.jar)
  223. UCHIJA reborncore{2.13.4.37} [RebornCore] (RebornCore-1.11.2-2.13.4.37-universal.jar)
  224. UCHIJA reborncore-mcmultipart{2.13.4.37} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.13.4.37-universal.jar)
  225. UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
  226. UCHIJA refinedstorage{1.4.1} [Refined Storage] (refinedstorage-1.4.1.jar)
  227. UCHIJA xreliquary{1.11.2-1.3.3.635} [Reliquary] (Reliquary-1.11.2-1.3.3.635.jar)
  228. UCHIJA rflux{0.1.0} [RF Lux] (rflux-0.1.0.jar)
  229. UCHIJA rftools{5.85} [RFTools] (rftools-1.1x-5.85.jar)
  230. UCHIJA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  231. UCHIJA rftoolsdim{4.54} [RFTools Dimensions] (rftoolsdim-1.1x-4.54.jar)
  232. UCHIJA skyresources{1.6.0} [Sky Resources] (skyresources-1.6.0.jar)
  233. UCHIJA spikemod{1.1} [Spike Mod] (spikemod-1.1.jar)
  234. UCHIJA stellarapi{0.6.4.1.2} [Stellar API] (Stellar API-0.6.4.1.2.jar)
  235. UCHIJA stellarsky{0.6.5.1.2} [Stellar Sky] (Stellar Sky-0.6.5.1.2.jar)
  236. UCHIJA storageboats{1.6} [Storage Boats Mod] (StorageBoats-1.9.jar)
  237. UCHIJA storagedrawers{1.11.2-4.2.0} [Storage Drawers] (StorageDrawers-1.11.2-4.2.0.jar)
  238. UCHIJA techreborn{2.1.6.76} [TechReborn] (TechReborn-1.11.2-2.1.6.76-universal.jar)
  239. UCHIJA thermalsolars{1.11.2 Beta V1.4} [Thermal Solars] (thermalsolars-1.11.2-1.4.jar)
  240. UCHIJA topaddons{1.11.2-0.9.2} [TOP Addons] (topaddons-1.11.2-0.9.2.jar)
  241. UCHIJA torchmaster{1.0} [TorchMaster] (torchmaster_1.11.2-1.1.0.0.jar)
  242. UCHIJA ts2k16{1.1.4} [Twerk-Sim 2K16] (TS2K16-1.1.4.jar)
  243. UCHIJA cavecraft{TSON Craft 3 - 1.9.4} [TSON Craft] (TSON Craft 4.0.4 - 1.11.2.jar)
  244. UCHIJA underphangables{1.0.4} [Underp Hangables] (underphangables-1.11.2-1.0.4.jar)
  245. UCHIJA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  246. UCHIJA vending{1.4.3} [Vending] (vending-1.11.2-1.4.3.jar)
  247. UCHIJA voidislandcontrol{1.1.2} [Void Island Control] (voidislandcontrol-1.1.2.jar)
  248. Loaded coremods (and transformers):
  249. FMLPlugin (InventoryTweaks-1.62-dev-77.jar)
  250. invtweaks.forge.asm.ContainerTransformer
  251. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  252. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  253. CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)
  254.  
  255. RebornCoreASM (RebornCore-1.11.2-2.13.4.37-universal.jar)
  256. reborncore.mixin.transformer.MixinTransformer
  257. ColorUtilityCorePlugin (ColorUtility-universal-1.0.3.jar)
  258. com.Axeryok.ColorUtility.ColorUtilityTransformer
  259. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  260. net.fybertech.nwr.NWRTransformer
  261. BCModPlugin (zz-backpacks 1.11.2 - 3.1.7.jar)
  262. brad16840.common.asm.ClassTransformer
  263. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.2.jar)
  264. shetiphian.core.asm.ClassTransformer
  265. ForgelinPlugin (Forgelin-1.3.1.jar)
  266.  
  267. LittlePatchingLoader (LittleTiles v1.4.0-pre7 mc1.11.2.jar)
  268. com.creativemd.littletiles.LittleTilesTransformer
  269. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  270. List of loaded APIs:
  271. * actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r103.jar
  272. * Baubles|API (1.4.0.2) from Baubles-1.11-1.4.3.jar
  273. * BetterAchievements|API (0.4.3.12) from BetterAchievements-1.11.2-0.4.3.12.jar
  274. * bloodmagic|API (1.11-2.1.5-74) from BloodMagic-1.11-2.1.5-74.jar
  275. * CoFHAPI (1.8.9R1.2.0B1) from extrautils2-1.11.2-1.3.0.jar
  276. * CoFHAPI|energy (1.8.9R1.2.0B1) from TSON Craft 4.0.4 - 1.11.2.jar
  277. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.9.jar
  278. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.11.2-1.3.1.jar
  279. * compatlayer (0.2.2) from compatlayer-1.11.2-0.2.2.jar
  280. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  281. * ElecCoreAPI (1.0) from ElecCore-1.11-1.7.409.jar
  282. * ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.409.jar
  283. * environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
  284. * ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.1.45.jar
  285. * ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.1.45.jar
  286. * ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.1.45.jar
  287. * ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.1.45.jar
  288. * ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.1.45.jar
  289. * ForestryAPI|farming (2.1.0) from forestry_1.11.2-5.3.1.45.jar
  290. * ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.1.45.jar
  291. * ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.1.45.jar
  292. * ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.1.45.jar
  293. * ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.1.45.jar
  294. * ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.1.45.jar
  295. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.11.2-5.3.1.45.jar
  296. * ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.1.45.jar
  297. * ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.1.45.jar
  298. * ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.1.45.jar
  299. * ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.1.45.jar
  300. * ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.1.45.jar
  301. * gendustryAPI (2.3.0) from gendustry-1.6.5.5-mc1.11.2.jar
  302. * GraphApi (1.3.0) from EnderRift-1.11.2-2.1.3.jar
  303. * Guide-API|API (1.11-2.1.0-50) from Guide-API-1.11-2.1.0-50.jar
  304. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.11.2-0.6.9.jar
  305. * journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
  306. * journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
  307. * journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
  308. * journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
  309. * journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
  310. * JustEnoughItemsAPI (4.11.0) from jei_1.11.2-4.2.7.241.jar
  311. * mcjtylib_ng (2.3.9) from mcjtylib-1.1x-2.3.9.jar
  312. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.11.2.jar
  313. * pressureAPI (1.3.1.4) from pressure-1.3.1.4-mc1.11.2.jar
  314. * PsiAPI (4) from Psi-r1.1-46.jar
  315. * rarmorapi (1) from Rarmor-1.11.2-r4.3.jar
  316. * reborncoreAPI (2.13.4.37) from RebornCore-1.11.2-2.13.4.37-universal.jar
  317. * reborncoreAPI|Fuel (2.13.4.37) from RebornCore-1.11.2-2.13.4.37-universal.jar
  318. * reborncoreAPI|Power (2.13.4.37) from RebornCore-1.11.2-2.13.4.37-universal.jar
  319. * reborncoreAPI|Recipe (2.13.4.37) from RebornCore-1.11.2-2.13.4.37-universal.jar
  320. * reborncoreAPI|Tile (2.13.4.37) from RebornCore-1.11.2-2.13.4.37-universal.jar
  321. * stellarapi|api (0.6.4.1.2) from Stellar API-0.6.4.1.2.jar
  322. * stellarsky|API (2.5) from Stellar Sky-0.6.5.1.2.jar
  323. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.4.1.jar
  324. * StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
  325. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
  326. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
  327. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.0.jar
  328. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.4.1.jar
  329. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.4.1.jar
  330. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.4.1.jar
  331. * techrebornAPI (2.1.6.76) from TechReborn-1.11.2-2.1.6.76-universal.jar
  332. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
  333. * valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
  334. RebornCore:
  335. Plugin Engine: 0
  336. RebornCore Version: 2.13.4.37
  337. Mixin Status: 1
  338. Runtime Debofucsation 1
  339. RenderEngine: 0
  340. Launched Version: forge-13.20.0.2252
  341. LWJGL: 2.9.4
  342. OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
  343. GL Caps: Using GL 1.3 multitexturing.
  344. Using GL 1.3 texture combiners.
  345. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  346. Shaders are available because OpenGL 2.1 is supported.
  347. VBOs are available because OpenGL 1.5 is supported.
  348.  
  349. Using VBOs: Yes
  350. Is Modded: Definitely; Client brand changed to 'fml,forge'
  351. Type: Client (map_client.txt)
  352. Resource Packs:
  353. Current Language: English (US)
  354. Profiler Position: N/A (disabled)
  355. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement