Advertisement
FajaDeNoir

Crash :P

Jul 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.90 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 7/18/16 5:30 AM
  5. Description: Unexpected error
  6.  
  7. java.lang.IllegalArgumentException: Could not get provider type for dimension 3, does not exist
  8. at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
  9. at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
  10. at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
  11. at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
  12. at net.minecraft.client.network.NetHandlerPlayClient.func_147280_a(NetHandlerPlayClient.java:871)
  13. at net.minecraft.network.play.server.S07PacketRespawn.func_148833_a(SourceFile:32)
  14. at net.minecraft.network.play.server.S07PacketRespawn.func_148833_a(SourceFile:13)
  15. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  16. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
  17. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)
  18. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  19. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  20. at net.minecraft.client.main.Main.main(SourceFile:148)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  26. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Stacktrace:
  34. at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
  35. at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
  36. at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
  37. at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
  38. at net.minecraft.client.network.NetHandlerPlayClient.func_147280_a(NetHandlerPlayClient.java:871)
  39. at net.minecraft.network.play.server.S07PacketRespawn.func_148833_a(SourceFile:32)
  40. at net.minecraft.network.play.server.S07PacketRespawn.func_148833_a(SourceFile:13)
  41. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  42. at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
  43.  
  44. -- Affected level --
  45. Details:
  46. Level name: MpServer
  47. All players: 1 total; [EntityClientPlayerMP['FajaDeNoir'/23042, l='MpServer', x=41.70, y=65.62, z=-448.62]]
  48. Chunk stats: MultiplayerChunkCache: 256, 256
  49. Level seed: 0
  50. Level generator: ID 00 - default, ver 1. Features enabled: false
  51. Level generator options:
  52. Level spawn location: World: (40,64,-442), Chunk: (at 8,4,6 in 2,-28; contains blocks 32,0,-448 to 47,255,-433), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  53. Level time: 92260602 game time, 97685305 day time
  54. Level dimension: 0
  55. Level storage version: 0x00000 - Unknown?
  56. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  57. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  58. Forced entities: 12 total; [EntityClientPlayerMP['FajaDeNoir'/23042, l='MpServer', x=1406.35, y=65.62, z=-717.49], EntityOtherPlayerMP['_LoveBites_'/29620, l='MpServer', x=-1622.91, y=71.00, z=-38.97], EntityOtherPlayerMP['germensallyHurt'/23805, l='MpServer', x=1375.25, y=59.00, z=-744.69], EntityCow['Cow'/92, l='MpServer', x=24.41, y=64.00, z=-496.75], EntityItemFrame['entity.ItemFrame.name'/93, l='MpServer', x=25.06, y=65.50, z=-437.50], EntityItemFrame['entity.ItemFrame.name'/94, l='MpServer', x=25.06, y=65.50, z=-445.50], EntitySkeleton['Skeleton'/104801, l='MpServer', x=-29.12, y=-19.73, z=35.47], EntityBabySkeleton['Baby Skeleton'/61674, l='MpServer', x=86.50, y=41.00, z=-409.50], EntityClientPlayerMP['FajaDeNoir'/23042, l='MpServer', x=41.70, y=65.62, z=-448.62], EntityTrail['unknown'/237045, l='MpServer', x=41.70, y=65.62, z=-448.62], EntityCaveSpider['Cave Spider'/163957, l='MpServer', x=-31.50, y=-28.62, z=41.42], EntityClientPlayerMP['FajaDeNoir'/23042, l='MpServer', x=1391.75, y=63.62, z=-704.75]]
  59. Retry entities: 0 total; []
  60. Server brand: kcauldron,cauldron,craftbukkit,mcpc,fml,forge
  61. Server type: Non-integrated multiplayer server
  62. Stacktrace:
  63. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  64. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  65. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  66. at net.minecraft.client.main.Main.main(SourceFile:148)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  72. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  73.  
  74. -- System Details --
  75. Details:
  76. Minecraft Version: 1.7.10
  77. Operating System: Windows 10 (amd64) version 10.0
  78. Java Version: 1.8.0_91, Oracle Corporation
  79. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  80. Memory: 696600184 bytes (664 MB) / 2112356352 bytes (2014 MB) up to 2112356352 bytes (2014 MB)
  81. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx2048m
  82. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  83. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  84. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D3 111 mods loaded, 111 mods active
  85. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  86. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  87. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
  88. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
  89. UCHIJA appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar)
  90. UCHIJA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  91. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  92. UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (notenoughitems-1.0.5.120.jar)
  93. UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
  94. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  95. UCHIJA debug{1.0} [debug] (dense-ores-1.6.2.jar)
  96. UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  97. UCHIJA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-0.8c.jar)
  98. UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (animation-api-1.2.4.jar)
  99. UCHIJA appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (appliedenergistics2-rv3-beta-5.jar)
  100. UCHIJA arsmagica2{1.4.0.009} [Ars Magica 2] (ars-magica-2-1.4.0.009.jar)
  101. UCHIJA AutoSapling{1.0} [AutoSapling] (autosapling-1.1.jar)
  102. UCHIJA BiblioCraft{1.11.4} [BiblioCraft] (bibliocraft-1.11.4.jar)
  103. UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.3.3-17.jar)
  104. UCHIJA CoFHCore{1.7.10R3.1.2} [CoFH Core] (cofhcore-3.1.2-325.jar)
  105. UCHIJA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
  106. UCHIJA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
  107. UCHIJA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
  108. UCHIJA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
  109. UCHIJA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
  110. UCHIJA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
  111. UCHIJA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
  112. UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (thaumcraft-4.2.3.5.jar)
  113. UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  114. UCHIJA chisel{2.5.1.44} [Chisel 2] (chisel2-2.5.1.44.jar)
  115. UCHIJA CarpentersBlocks{3.3.8_dev_r2} [Carpenter's Blocks] (carpentersblocks-3.3.8_dev_r2.jar)
  116. UCHIJA ChunkAnimator{@VERSION@} [Chunk Animator] (chunk-animator-1.0.1.jar)
  117. UCHIJA CustomMainMenu{1.9.2} [Custom Main Menu] (custommainmenu-1.9.2.jar)
  118. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (customnpcs-1.7.10d_20160221.jar)
  119. UCHIJA DamageIndicatorsMod{3.2.3} [Damage Indicators] (damageindicators-3.2.3.jar)
  120. UCHIJA DynamicLights{1.3.9} [Dynamic Lights] (dynamic-lights-1.7.10.jar)
  121. UCHIJA DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (dynamic-lights-1.7.10.jar)
  122. UCHIJA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (dynamic-lights-1.7.10.jar)
  123. UCHIJA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (dynamic-lights-1.7.10.jar)
  124. UCHIJA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (dynamic-lights-1.7.10.jar)
  125. UCHIJA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (dynamic-lights-1.7.10.jar)
  126. UCHIJA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (dynamic-lights-1.7.10.jar)
  127. UCHIJA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (dynamic-lights-1.7.10.jar)
  128. UCHIJA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (dynamic-lights-1.7.10.jar)
  129. UCHIJA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (dynamic-lights-1.7.10.jar)
  130. UCHIJA elementalcreepers{4.3.0} [Elemental Creepers] (elemental-creepers-4.3.0.jar)
  131. UCHIJA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (endercore-0.2.0.31.jar)
  132. UCHIJA Waila{1.5.10} [Waila] (waila-1.5.10.jar)
  133. UCHIJA EnderIO{1.7.10-2.3.0.423_beta} [Ender IO] (enderio-2.3.0.423-beta.jar)
  134. UCHIJA EnderStorage{1.4.7.32} [EnderStorage] (enderstorage-1.4.7.32.jar)
  135. UCHIJA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (enderzoo-1.0.15.32.jar)
  136. UCHIJA ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (thermalfoundation-1.2.3-112.jar)
  137. UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  138. UCHIJA farseek{1.0.11} [Farseek] (farseek-1.0.11.jar)
  139. UCHIJA mfs{3.0.0} [Minecraft Flight Simulator] (flight-simulator-3.0.0.jar)
  140. UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  141. UCHIJA FloatingRuins{1.7.10.r02} [FloatingRuins] (floating-ruins-r02.jar)
  142. UCHIJA IC2{2.2.811-experimental} [IndustrialCraft 2] (industrialcraft2-2.2.811.jar)
  143. UCHIJA Forestry{4.2.7.55} [Forestry for Minecraft] (forestry-4.2.7.55-stable.jar)
  144. UCHIJA Growthcraft{1.7.10-2.4.0} [Growthcraft] (growthcraft-community-edition-2.4.1.jar)
  145. UCHIJA Growthcraft|Cellar{1.7.10-2.4.0} [Growthcraft Cellar] (growthcraft-community-edition-2.4.1.jar)
  146. UCHIJA Growthcraft|Apples{1.7.10-2.4.0} [Growthcraft Apples] (growthcraft-community-edition-2.4.1.jar)
  147. UCHIJA Growthcraft|Bamboo{1.7.10-2.4.0} [Growthcraft Bamboo] (growthcraft-community-edition-2.4.1.jar)
  148. UCHIJA Growthcraft|Bees{1.7.10-2.4.0} [Growthcraft Bees] (growthcraft-community-edition-2.4.1.jar)
  149. UCHIJA Growthcraft|Fishtrap{1.7.10-2.4.0} [Growthcraft Fishtrap] (growthcraft-community-edition-2.4.1.jar)
  150. UCHIJA Growthcraft|Grapes{1.7.10-2.4.0} [Growthcraft Grapes] (growthcraft-community-edition-2.4.1.jar)
  151. UCHIJA Growthcraft|Hops{1.7.10-2.4.0} [Growthcraft Hops] (growthcraft-community-edition-2.4.1.jar)
  152. UCHIJA Growthcraft|Rice{1.7.10-2.4.0} [Growthcraft Rice] (growthcraft-community-edition-2.4.1.jar)
  153. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (harvestcraft-1.7.10Lb.jar)
  154. UCHIJA iChunUtil{4.2.2} [iChunUtil] (ichunutil-4.2.2.jar)
  155. UCHIJA journeymap{@JMVERSION@} [JourneyMap] (journeymap-5.1.0-fairpl.jar)
  156. UCHIJA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-0.14.3.jar)
  157. UCHIJA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.13.2.jar)
  158. UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (mantle-0.3.2b.jar)
  159. UCHIJA Mekanism{8.1.9} [Mekanism] (mekanism-8.1.9.265.jar)
  160. UCHIJA MekanismGenerators{8.1.9} [MekanismGenerators] (mekanismgenerators-8.1.9.265.jar)
  161. UCHIJA MekanismTools{8.1.9} [MekanismTools] (mekanismtools-8.1.9.265.jar)
  162. UCHIJA minechem{5.0.5.406} [Minechem] (minechem-5.0.5.406.jar)
  163. UCHIJA RadixCore{2.1.1} [RadixCore] (radixcore-2.1.1.jar)
  164. UCHIJA MCA{1.7.10-5.1.2} [Minecraft Comes Alive] (minecraft-comes-alive-5.1.2.jar)
  165. UCHIJA Morph{0.9.2} [Morph] (morph-0.9.2.jar)
  166. UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (mrcrayfishfurnituremod-3.4.8.jar)
  167. UCHIJA progressiveautomation{1.6.34} [Progressive Automation] (progressive-automation-1.6.34.jar)
  168. UCHIJA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  169. UCHIJA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (projectredbase-4.7.0pre12.95.jar)
  170. UCHIJA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (projectredintegration-4.7.0pre12.95.jar)
  171. UCHIJA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (projectredmechanical-4.7.0pre12.95.jar)
  172. UCHIJA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (projectredworld-4.7.0pre12.95.jar)
  173. UCHIJA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (thermalexpansion-4.1.2-240.jar)
  174. UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (tinkers-construct-1.8.8.jar)
  175. UCHIJA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (projectredcompat-4.7.0pre12.95.jar)
  176. UCHIJA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (projectredintegration-4.7.0pre12.95.jar)
  177. UCHIJA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (projectredfabrication-4.7.0pre12.95.jar)
  178. UCHIJA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (projectredlighting-4.7.0pre12.95.jar)
  179. UCHIJA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (projectredmechanical-4.7.0pre12.95.jar)
  180. UCHIJA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (realistic-world-gen-1.3.2.jar)
  181. UCHIJA ResourceLoader{1.2} [Resource Loader] (resource-loader-1.2.jar)
  182. UCHIJA SolarFlux{1.7.10-0.8b} [Solar Flux] (solar-flux-0.8b.jar)
  183. UCHIJA streams{0.2} [Streams] (streams-0.2.jar)
  184. UCHIJA tabbychat{1.11.2.2} [TabbyChat] (tabbychat-1.11.2.2.jar)
  185. UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (thermaldynamics-1.1.0-161.jar)
  186. UCHIJA Treecapitator{1.7.10} [Treecapitator] (treecapitator-2.0.4.jar)
  187. UCHIJA VeinMiner{0.31.4_build.unknown} [Vein Miner] (veinminer-0.31.4.jar)
  188. UCHIJA VeinMinerModSupport{0.31.4_build.unknown} [Mod Support] (veinminer-0.31.4.jar)
  189. UCHIJA witchery{0.24.1} [Witchery] (witchery-0.24.1.jar)
  190. UCHIJA yampst{1.3.5} [YAMPST] (yampst-StevesAdventureCraft-1.0.0.1.jar)
  191. UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  192. UCHIJA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  193. UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  194. UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  195. UCHIJA denseores{1.0} [Dense Ores] (dense-ores-1.6.2.jar)
  196. UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  197. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1065.0' Renderer: 'AMD Radeon(TM) R6 Graphics'
  198. AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448
  199. CoFHCore: -[1.7.10]3.1.2-325
  200. ThermalFoundation: -[1.7.10]1.2.3-112
  201. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  202. ThermalExpansion: -[1.7.10]4.1.2-240
  203. TConstruct Environment: Environment healthy.
  204. ThermalDynamics: -[1.7.10]1.1.0-161
  205. EnderIO: Found the following problem(s) with your installation:
  206. * Optifine is installed. This is NOT supported.
  207. * An unsupportted old RF API is installed (1.7.10R1.0.0 from minechem-5.0.5.406.jar).
  208. Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions.
  209. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-5.jar).
  210. Ender IO was build against API version rv2 and my not work with newer version.
  211. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  212. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  213. Optifine
  214. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  215. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  216. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  217. LWJGL: 2.9.1
  218. OpenGL: AMD Radeon(TM) R6 Graphics GL version 4.5.13399 Compatibility Profile Context 15.200.1065.0, ATI Technologies Inc.
  219. GL Caps: Using GL 1.3 multitexturing.
  220. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  221. Anisotropic filtering is supported and maximum anisotropy is 16.
  222. Shaders are available because OpenGL 2.1 is supported.
  223.  
  224. Is Modded: Definitely; Client brand changed to 'fml,forge'
  225. Type: Client (map_client.txt)
  226. Resource Packs: []
  227. Current Language: English (US)
  228. Profiler Position: N/A (disabled)
  229. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  230. Anisotropic Filtering: Off (1)
  231. OptiFine Version: OptiFine_1.7.10_HD_U_D3
  232. Render Distance Chunks: 6
  233. Mipmaps: 4
  234. Anisotropic Filtering: 1
  235. Antialiasing: 0
  236. Multitexture: false
  237. OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.200.1065.0
  238. OpenGlRenderer: AMD Radeon(TM) R6 Graphics
  239. OpenGlVendor: ATI Technologies Inc.
  240. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement