Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 10/31/14 7:12 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: ID is already registered: 67
  8. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
  9. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:107)
  10. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
  11. at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:374)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:483)
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  17. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:483)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:483)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  37. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  38. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  40. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  41. at net.minecraft.client.main.Main.main(SourceFile:148)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:483)
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
  56. at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:107)
  57. at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
  58. at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:374)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:483)
  63. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  64. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:483)
  67. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  68. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  69. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  70. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  71. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  72. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  73. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:483)
  78. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  79. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  80. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  81. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  82. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  83. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  84. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  85. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  86. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  87.  
  88. -- Initialization --
  89. Details:
  90. Stacktrace:
  91. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  92. at net.minecraft.client.main.Main.main(SourceFile:148)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:483)
  97. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  98. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.7.10
  103. Operating System: Mac OS X (x86_64) version 10.9.5
  104. Java Version: 1.8.0_25, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 5385755784 bytes (5136 MB) / 6114246656 bytes (5831 MB) up to 6114246656 bytes (5831 MB)
  107. JVM Flags: 2 total; -Xmx6144M -Xms6144M
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_U_A4 81 mods loaded, 81 mods active
  111. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  112. FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
  113. Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
  114. ivtoolkit{1.0} [IvToolkit] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  116. lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized
  117. doggytalents{v1.8.2a} [Doggy Talents] ([1.7.10] Doggy Talents - v1.8.2a.zip) Unloaded->Constructed->Pre-initialized
  118. MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar) Unloaded->Constructed->Pre-initialized
  119. MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar) Unloaded->Constructed->Pre-initialized
  120. MCP_Clippers{1.1.2} [MC+ Clippers] ([1.7.10][1.2] MC+ Clippers - v1.1.2.jar) Unloaded->Constructed->Pre-initialized
  121. MCP_FirePit{1.0.3} [MC+ FirePit] ([1.7.10][1.2] MC+ FirePit - v1.0.3.jar) Unloaded->Constructed->Pre-initialized
  122. MCP_Gems{1.2.1} [MC+ Gems] ([1.7.10][1.2] MC+ Gems - v1.2.1.jar) Unloaded->Constructed->Pre-initialized
  123. MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3.jar) Unloaded->Constructed->Pre-initialized
  124. MCP_Rotten{1.0.2} [MC+ Rotten] ([1.7.10][1.2] MC+ Rotten - v1.0.2.jar) Unloaded->Constructed->Pre-initialized
  125. MCP_WildAnimal{1.0.0} [MC+ WildAnimal] ([1.7.10][1.2] MC+ WildAnimal - v1.0.0.jar) Unloaded->Constructed->Pre-initialized
  126. DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
  127. Trapcraft{v2.2.1a} [Trapcraft] ([1.7.2] Trapcraft - v2.2.1a.zip) Unloaded->Constructed->Pre-initialized
  128. AppleCore{1.0.1} [AppleCore] (AppleCore-mc1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  129. atum{0.6} [Atum] (Atum-1.7.10-0.6.33.jar) Unloaded->Constructed->Pre-initialized
  130. Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
  131. betterrecords{1.7.10-1.1.6} [Better Records] (betterrecords-1.7.10-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  132. bettervillages{0.3} [Better Villages Mod] (BetterVillages-0.3(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  133. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1004-universal.jar) Unloaded->Constructed->Pre-initialized
  134. craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip) Unloaded->Constructed->Pre-initialized
  135. CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized
  136. DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  137. MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Pre-initialized
  138. dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
  139. ElementalCreepers{4.2.4} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.2.4.jar) Unloaded->Constructed->Pre-initialized
  140. eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized
  141. enviromine{1.3.31} [EnviroMine] (EnviroMine-v1.3.31.jar) Unloaded->Constructed->Pre-initialized
  142. exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized
  143. farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar) Unloaded->Constructed->Pre-initialized
  144. ganysend{1.8.3} [Gany's End] (Ganys End-1.8.3.jar) Unloaded->Constructed->Pre-initialized
  145. ganysnether{1.7.5} [Gany's Nether] (Ganys Nether-1.7.5.jar) Unloaded->Constructed->Pre-initialized
  146. ganyssurface{1.9.3} [Gany's Surface] (Ganys Surface-1.9.3.jar) Unloaded->Constructed->Pre-initialized
  147. harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized
  148. HungerOverhaul{1.7.10-beta.2.jenkins30} [Hunger Overhaul] (HungerOverhaul-1.7.10-beta.2.jar) Unloaded->Constructed->Pre-initialized
  149. hungryanimals{1.7.10-10.13.0.1180-1.0.3.1} [Hungry Animals] (hungryanimals-1.0.3.1.jar) Unloaded->Constructed->Pre-initialized
  150. IguanaTweaks{1.7.10-Beta-19} [Iguana Tweaks] (IguanaTweaks-1.7.10-Beta-19.jar) Unloaded->Constructed->Pre-initialized
  151. journeymap{5.0.0RC2} [JourneyMap] (JourneyMap5.0.0RC2_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
  152. fossilhunting{Beta v0.8} [Fossil Hunting] (JurassiCraft-1.2.4-daily_build-2014_10_15-universal.jar) Unloaded->Constructed->Pre-initialized
  153. bygoneage{1.0} [Bygone Age] (JurassiCraft-1.2.4-daily_build-2014_10_15-universal.jar) Unloaded->Constructed->Pre-initialized
  154. llib{0.1.1} [LLib] (LLib-1.7.10-0.1.1-26-universal.jar) Unloaded->Constructed->Pre-initialized
  155. jurassicraft{1.3.0 PRE-RELEASE} [JurassiCraft] (JurassiCraft-1.2.4-daily_build-2014_10_15-universal.jar) Unloaded->Constructed->Pre-initialized
  156. animationapi{0.0.0} [AnimationAPI] (JurassiCraft-1.2.4-daily_build-2014_10_15-universal.jar) Unloaded->Constructed->Pre-initialized
  157. lycanitesmobs{1.10.4.4 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  158. arcticmobs{1.10.4.4 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  159. demonmobs{1.10.4.4 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  160. desertmobs{1.10.4.4 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  161. forestmobs{1.10.4.4 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  162. freshwatermobs{1.10.4.4 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  163. infernomobs{1.10.4.4 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  164. junglemobs{1.10.4.4 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  165. mountainmobs{1.10.4.4 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  166. plainsmobs{1.10.4.4 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  167. saltwatermobs{1.10.4.4 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  168. shadowmobs{1.10.4.4 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  169. swampmobs{1.10.4.4 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.4.4 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  170. radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
  171. mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
  172. millenaire{6.0.0pb2} [Millénaire] (millenaire-6.0.0pb2.jar) Unloaded->Constructed->Pre-initialized
  173. cfm{3.3.5} [§6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.5(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  174. mwaw{1.7.10-0.0.3} [Elemental Witch Mod] (mwaw-1.7.10-0.0.3.jar) Unloaded->Constructed->Pre-initialized
  175. natureoverhaul{0.9.1} [Nature Overhaul] (NatureOverhaul-0.9.1(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  176. Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar) Unloaded->Constructed->Pre-initialized
  177. getalltheseeds{1.7.2a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
  178. plantmegapack{4.08} [Plant Mega Pack] (plantmegapack-4.08-1.7.10-1180.jar) Unloaded->Constructed->Pre-initialized
  179. primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  180. psychedelicraft{1.4.2} [Psychedelicraft] (Psychedelicraft-1.4.2.jar) Unloaded->Constructed->Pre-initialized
  181. realism{1.7.10} [realism] (RealismMod.zip) Unloaded->Constructed->Pre-initialized
  182. Rediscovered{1.1} [Minecraft Rediscovered Mod] (Rediscovered-1.7.10-1.0.jar) Unloaded->Constructed->Errored
  183. Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed->Pre-initialized
  184. shipwrecks_winslow{1.6.2} [Shipwrecks!] (shipwrecks_winslow-1.7.2-1.6.2.jar) Unloaded->Constructed->Pre-initialized
  185. soundfilters{0.7_for_1.7.X} [Sound Filters] (SoundFilters-0.7_for_1.7.X.jar) Unloaded->Constructed->Pre-initialized
  186. tpmod{1.9.0} [Teleportation Mod] (Teleportation Mod 1.9 for MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized
  187. RioV{v2.4.5} [The Mists of RioV] (The Mists of RioV - v2.4.5.jar) Unloaded->Constructed->Pre-initialized
  188. SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  189. TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized
  190. weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) Unloaded->Constructed->Pre-initialized
  191. wildcaves3{0.4.3.6} [Wild Caves 3] (WildCaves3-0.4.3.6(1.7.2).jar) Unloaded->Constructed->Pre-initialized
  192. Launched Version: 1.7.10-Forge10.13.2.1230
  193. LWJGL: 2.9.1
  194. OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-8.26.28 310.40.55b01, NVIDIA Corporation
  195. GL Caps: Using GL 1.3 multitexturing.
  196. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  197. Anisotropic filtering is supported and maximum anisotropy is 16.
  198. Shaders are available because OpenGL 2.1 is supported.
  199.  
  200. Is Modded: Definitely; Client brand changed to 'fml,forge'
  201. Type: Client (map_client.txt)
  202. Resource Packs: [Romecraft AEGYPTVS Addon 1.0.zip, Romecraft GERMANIA Pre15, Romecraft Legio II Armor Pack V2.0.zip]
  203. Current Language: English (US)
  204. Profiler Position: N/A (disabled)
  205. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  206. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement