Advertisement
Guest User

Untitled

a guest
Apr 5th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.04 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 4/5/15 7:10 PM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalArgumentException: Failed to register dimension for id 20, One is already registered
  8. at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118)
  9. at tpmod.world.dimension.TeleportationDimensions.registerDimensions(TeleportationDimensions.java:14)
  10. at tpmod.TeleportationMod.preInit(TeleportationMod.java:59)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:483)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  16. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:483)
  19. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  20. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:483)
  30. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  31. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  36. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  40. at net.minecraft.client.main.Main.main(SourceFile:148)
  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:483)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Stacktrace:
  54. at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118)
  55. at tpmod.world.dimension.TeleportationDimensions.registerDimensions(TeleportationDimensions.java:14)
  56. at tpmod.TeleportationMod.preInit(TeleportationMod.java:59)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:483)
  61. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  62. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:483)
  65. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  66. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  75. at java.lang.reflect.Method.invoke(Method.java:483)
  76. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  77. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  82. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  83. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  85.  
  86. -- Initialization --
  87. Details:
  88. Stacktrace:
  89. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  90. at net.minecraft.client.main.Main.main(SourceFile:148)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  94. at java.lang.reflect.Method.invoke(Method.java:483)
  95. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  96. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.7.10
  101. Operating System: Mac OS X (x86_64) version 10.10.2
  102. Java Version: 1.8.0_25, Oracle Corporation
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 5023305776 bytes (4790 MB) / 6279921664 bytes (5989 MB) up to 6279921664 bytes (5989 MB)
  105. JVM Flags: 2 total; -Xmx6144M -Xms6144M
  106. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  107. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  108. FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_B5 120 mods loaded, 120 mods active
  109. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  110. FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  111. Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  112. CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  113. gasesCore{1.6.1} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  114. gasesFrameworkCore{1.1.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. ivtoolkit{IvToolkit} [1.1] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  116. NotEnoughItems{1.0.4.90} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.90-universal.jar) Unloaded->Constructed->Pre-initialized
  117. cuchaz.ships.core{1.7.10-1.0.2} [Ships Mod Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  119. FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  120. lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar.zip) Unloaded->Constructed->Pre-initialized
  121. doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0f.zip) Unloaded->Constructed->Pre-initialized
  122. MCP_Clippers{1.1.2} [MC+ Clippers] ([1.7.10][1.2] MC+ Clippers - v1.1.2.jar) Unloaded->Constructed->Pre-initialized
  123. MCP_Collision{1.0.0} [MC+ Collision] ([1.7.10][1.2] MC+ Collision - v1.0.0.jar) Unloaded->Constructed->Pre-initialized
  124. MCP_Shatter{1.0.0} [MC+ Shatter] ([1.7.10][1.2] MC+ Shatter - v1.0.0.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.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar) Unloaded->Constructed->Pre-initialized
  127. More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.2.0] More Crafting Recipes Mod.jar) Unloaded->Constructed->Pre-initialized
  128. nevermine{2.0.1} [AdventOfAscension] (AdventOfAscension-2.0.4.jar) Unloaded->Constructed->Pre-initialized
  129. AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
  130. AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized
  131. atum{0.6} [Atum] (Atum-1.7.10-0.6.57.jar) Unloaded->Constructed->Pre-initialized
  132. babyanimals{1.7.10-2} [Baby Animals Model Swapper] (BabyAnimals-1.7.10-2.jar) Unloaded->Constructed->Pre-initialized
  133. Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
  134. BetterFoliage{1.0.9} [Better Foliage] (BetterFoliage-mc1.7-1.0.9.jar) Unloaded->Constructed->Pre-initialized
  135. bettervillages{0.4} [Better Villages Mod] (BetterVillages-0.4(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  136. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) Unloaded->Constructed->Pre-initialized
  137. Blood{v1.0.2} [Blood] (Blood - v1.0.2.jar) Unloaded->Constructed->Pre-initialized
  138. blood{1.0} [Blood Particles - Reloaded] (BloodParticles_1.0.jar) Unloaded->Constructed->Pre-initialized
  139. brewingPlus{0.0.2} [brewingPlus] (brewingPlus 1.7.10.jar) Unloaded->Constructed->Pre-initialized
  140. chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
  141. coalcompressor{1.1} [Coal Compressor Mod] (coalcompressor-1.1.jar) Unloaded->Constructed->Pre-initialized
  142. BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  143. CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  144. ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  145. ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  146. CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized
  147. DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  148. MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) Unloaded->Constructed->Pre-initialized
  149. dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
  150. ElementalCreepers{4.2.4} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.2.4.jar) Unloaded->Constructed->Pre-initialized
  151. emeraldobsidianmod{1.3.1} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized
  152. eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed->Pre-initialized
  153. endercompass{1.1} [Ender Compass] (EnderCompass-1.7.10-1.1.jar) Unloaded->Constructed->Pre-initialized
  154. enviromine{1.3.111} [EnviroMine] (EnviroMine-v1.3.111.jar) Unloaded->Constructed->Pre-initialized
  155. exnihilo{1.38-23} [Ex Nihilo] (Ex-Nihilo-1.38-23.jar) Unloaded->Constructed->Pre-initialized
  156. DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  157. ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  158. HerobrineFamPack{1.7.10} [HerobrineFamPack] (FamiliarsHerobrineFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  159. farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar) Unloaded->Constructed->Pre-initialized
  160. farseek{1.0.1} [Farseek] (Farseek-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  161. ganysend{1.8.8} [Gany's End] (Ganys End-1.8.8.jar) Unloaded->Constructed->Errored
  162. ganysnether{1.7.8} [Gany's Nether] (Ganys Nether-1.7.8.jar) Unloaded->Constructed->Pre-initialized
  163. ganyssurface{1.9.6} [Gany's Surface] (Ganys Surface-1.9.6.jar) Unloaded->Constructed->Pre-initialized
  164. GardenCore{1.7.10-1.5.5} [Garden Core] (GardenStuff-1.7.10-1.5.5.jar) Unloaded->Constructed->Pre-initialized
  165. GardenContainers{1.7.10-1.5.5} [Garden Containers] (GardenStuff-1.7.10-1.5.5.jar) Unloaded->Constructed->Pre-initialized
  166. GardenStuff{1.7.10-1.5.5} [Garden Stuff] (GardenStuff-1.7.10-1.5.5.jar) Unloaded->Constructed->Pre-initialized
  167. GardenTrees{1.7.10-1.5.5} [Garden Trees] (GardenStuff-1.7.10-1.5.5.jar) Unloaded->Constructed->Pre-initialized
  168. gasesFramework{1.1.1} [Gases Framework] (gasesFramework-1.7.10-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  169. gases{1.6.1} [Glenn's Gases] (gases-1.7.10-1.6.1.jar) Unloaded->Constructed->Pre-initialized
  170. HardcoreEnderExpansion{1.8} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.jar) Unloaded->Constructed->Pre-initialized
  171. IguanaTweaks{1.7.10-Beta-19} [Iguana Tweaks] (IguanaTweaks-1.7.10-Beta-19.jar) Unloaded->Constructed->Pre-initialized
  172. imc{1.6} [Improving Minecraft] (Improving Minecraft-1.6.jar) Unloaded->Constructed->Pre-initialized
  173. journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
  174. lycanitesmobs{1.10.13.0 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  175. arcticmobs{1.10.13.0 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  176. demonmobs{1.10.13.0 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  177. desertmobs{1.10.13.0 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  178. forestmobs{1.10.13.0 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  179. freshwatermobs{1.10.13.0 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  180. infernomobs{1.10.13.0 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  181. junglemobs{1.10.13.0 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  182. mountainmobs{1.10.13.0 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  183. plainsmobs{1.10.13.0 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  184. saltwatermobs{1.10.13.0 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  185. shadowmobs{1.10.13.0 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  186. swampmobs{1.10.13.0 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.13.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  187. mam{1.7.10-1.0.2} [Myths & Monsters Mod] (mam-1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized
  188. RadixCore{2.0.1} [RadixCore] (RadixCore-2.0.1-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized
  189. MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized
  190. cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  191. MutantCreatures{1.4.8} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.8.jar) Unloaded->Constructed->Pre-initialized
  192. mwaw{1.7.10-0.0.5} [Elemental Witch Mod] (mwaw-1.7.10-0.0.5.jar) Unloaded->Constructed->Pre-initialized
  193. mysticores{0.1} [Mystic Ores] (Mystic-Mods-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  194. mysticruins{0.1} [Mystic Ruins] (Mystic-Mods-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  195. mysticstones{0.2} [Mystic Stones] (Mystic-Mods-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  196. mysticworld{0.1a} [Mystic World] (Mystic-Mods-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  197. natureoverhaul{0.10.0} [Nature Overhaul] (NatureOverhaul-0.10.0(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  198. Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar) Unloaded->Constructed->Pre-initialized
  199. getalltheseeds{1.7.2a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized
  200. harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized
  201. plantmegapack{4.15} [Plant Mega Pack] (plantmegapack-4.15-1.7.10-1230.jar) Unloaded->Constructed->Pre-initialized
  202. primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  203. psychedelicraft{1.5.1.1} [Psychedelicraft] (Psychedelicraft-1.5.1.1.jar) Unloaded->Constructed->Pre-initialized
  204. realism{1.7.10} [realism] (RealismMod.zip) Unloaded->Constructed->Pre-initialized
  205. Realistic Deaths{1.1.0} [Realistic Deaths] (Realistic Deaths-1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized
  206. Rediscovered{1.0.1} [Minecraft Rediscovered Mod] (Rediscovered-1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized
  207. Revamp{1.3.0} [Revamp] (Revamp-1.3.0.jar) Unloaded->Constructed->Pre-initialized
  208. Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar) Unloaded->Constructed->Pre-initialized
  209. rubymod{v0.1} [Ruby Mod] (RubyMod-[1.7.10]v0.3.jar) Unloaded->Constructed->Pre-initialized
  210. sciapi{0.5.2} [SciAPI] (SciAPI v0.5.2.jar) Unloaded->Constructed->Pre-initialized
  211. cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized
  212. cuchaz.ships{1.7.10-1.0.2} [Ships Mod] (shipsMod-v1.7.10-1.0.2.jar) Unloaded->Constructed->Pre-initialized
  213. shipwrecks_winslow{1.6.2} [Shipwrecks!] (shipwrecks_winslow-1.7.10-1.6.3.jar) Unloaded->Constructed->Pre-initialized
  214. soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar) Unloaded->Constructed->Pre-initialized
  215. SpecialAI{1.1.1} [Special AI] (SpecialAI-1.7.10-1.1.1.jar) Unloaded->Constructed->Pre-initialized
  216. SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized
  217. stellarsky{0.1.7a} [Stellar Sky] (Stellar Sky v0.1.7a [1.7.10].jar) Unloaded->Constructed->Pre-initialized
  218. streams{0.1.3} [Streams] (Streams-0.1.3.jar) Unloaded->Constructed->Pre-initialized
  219. tpmod{1.9.0} [Teleportation Mod] (teleportationmod19formc17104707644.zip) Unloaded->Constructed->Errored
  220. SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  221. TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar) Unloaded->Constructed->Pre-initialized
  222. weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) Unloaded->Constructed->Pre-initialized
  223. weather2{v2.3.6} [weather2] (Weather-2.3.7.jar) Unloaded->Constructed->Pre-initialized
  224. wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7(1.7.10).jar) Unloaded->Constructed->Pre-initialized
  225. youtubers{1.7.0} [Youtubers+ Mod] (youtubers-1.6.5.jar) Unloaded->Constructed->Pre-initialized
  226. ZAMod{v1.9.5} [Zombie Awareness] (ZombieAwareness-1.9.6.jar) Unloaded->Constructed->Pre-initialized
  227. B3M{1.7.9} [Вращение Земли Майнкрафтская] (ВращениеЗемли-1.7.9.jar) Unloaded->Constructed->Pre-initialized
  228. HungerOverhaul{1.7.10-beta.5.jenkins47} [Hunger Overhaul] (HungerOverhaul-1.7.10-beta.5.jar) Unloaded->Constructed->Pre-initialized
  229. Launched Version: 1.7.10-Forge10.13.2.1291
  230. LWJGL: 2.9.1
  231. OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-10.2.1 310.41.15f01, NVIDIA Corporation
  232. GL Caps: Using GL 1.3 multitexturing.
  233. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  234. Anisotropic filtering is supported and maximum anisotropy is 16.
  235. Shaders are available because OpenGL 2.1 is supported.
  236.  
  237. Is Modded: Definitely; Client brand changed to 'fml,forge'
  238. Type: Client (map_client.txt)
  239. Resource Packs: [Romecraft AEGYPTVS Addon 1.0.zip, Romecraft GERMANIA 15, Romecraft Legio II Armor Pack V2.0.zip]
  240. Current Language: English (US)
  241. Profiler Position: N/A (disabled)
  242. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  243. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement