Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.99 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 2/15/16 8:33 PM
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: -1
  8. at climateControl.api.ClimateControlRules.noBeachesAllowed(ClimateControlRules.java:18)
  9. at climateControl.customGenLayer.GenLayerPrettyShore.waterBiome(GenLayerPrettyShore.java:33)
  10. at climateControl.customGenLayer.GenLayerPrettyShore.func_75904_a(GenLayerPrettyShore.java:99)
  11. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  12. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  13. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  14. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  15. at climateControl.genLayerPack.GenLayerSmooth.func_75904_a(GenLayerSmooth.java:25)
  16. at climateControl.customGenLayer.GenLayerLimitedCache.func_75904_a(GenLayerLimitedCache.java:59)
  17. at climateControl.customGenLayer.GenLayerLowlandRiverMix.func_75904_a(GenLayerLowlandRiverMix.java:58)
  18. at climateControl.customGenLayer.GenLayerRiverMixWrapper.func_75904_a(GenLayerRiverMixWrapper.java:78)
  19. at net.minecraft.world.gen.layer.GenLayerVoronoiZoom.func_75904_a(SourceFile:23)
  20. at net.minecraft.world.biome.WorldChunkManager.func_76936_a(WorldChunkManager.java:70)
  21. at net.minecraft.world.biome.BiomeCache$Block.<init>(SourceFile:26)
  22. at net.minecraft.world.biome.BiomeCache.func_76840_a(SourceFile:52)
  23. at net.minecraft.world.biome.BiomeCache.func_76839_e(SourceFile:87)
  24. at net.minecraft.world.biome.WorldChunkManager.func_76931_a(WorldChunkManager.java:157)
  25. at net.minecraft.world.biome.WorldChunkManager.func_76933_b(WorldChunkManager.java:143)
  26. at net.minecraft.world.gen.ChunkProviderGenerate.func_73154_d(ChunkProviderGenerate.java:213)
  27. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:172)
  28. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  29. at net.minecraft.server.management.PlayerManager$PlayerInstance.<init>(PlayerManager.java:370)
  30. at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:97)
  31. at net.minecraft.server.management.PlayerManager.func_72691_b(PlayerManager.java:190)
  32. at net.minecraft.server.management.PlayerManager.func_72685_d(PlayerManager.java:267)
  33. at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:313)
  34. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:404)
  35. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  36. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
  37. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  38. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  39. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  40. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  41. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  43. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Stacktrace:
  51. at climateControl.api.ClimateControlRules.noBeachesAllowed(ClimateControlRules.java:18)
  52. at climateControl.customGenLayer.GenLayerPrettyShore.waterBiome(GenLayerPrettyShore.java:33)
  53. at climateControl.customGenLayer.GenLayerPrettyShore.func_75904_a(GenLayerPrettyShore.java:99)
  54. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  55. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  56. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  57. at net.minecraft.world.gen.layer.GenLayerZoom.func_75904_a(SourceFile:20)
  58. at climateControl.genLayerPack.GenLayerSmooth.func_75904_a(GenLayerSmooth.java:25)
  59. at climateControl.customGenLayer.GenLayerLimitedCache.func_75904_a(GenLayerLimitedCache.java:59)
  60. at climateControl.customGenLayer.GenLayerLowlandRiverMix.func_75904_a(GenLayerLowlandRiverMix.java:58)
  61. at climateControl.customGenLayer.GenLayerRiverMixWrapper.func_75904_a(GenLayerRiverMixWrapper.java:78)
  62. at net.minecraft.world.gen.layer.GenLayerVoronoiZoom.func_75904_a(SourceFile:23)
  63. at net.minecraft.world.biome.WorldChunkManager.func_76936_a(WorldChunkManager.java:70)
  64. at net.minecraft.world.biome.BiomeCache$Block.<init>(SourceFile:26)
  65. at net.minecraft.world.biome.BiomeCache.func_76840_a(SourceFile:52)
  66. at net.minecraft.world.biome.BiomeCache.func_76839_e(SourceFile:87)
  67. at net.minecraft.world.biome.WorldChunkManager.func_76931_a(WorldChunkManager.java:157)
  68. at net.minecraft.world.biome.WorldChunkManager.func_76933_b(WorldChunkManager.java:143)
  69. at net.minecraft.world.gen.ChunkProviderGenerate.func_73154_d(ChunkProviderGenerate.java:213)
  70.  
  71. -- Chunk to be generated --
  72. Details:
  73. Location: -307,-36
  74. Position hash: -150323855667
  75. Generator: RandomLevelSource
  76. Stacktrace:
  77. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:172)
  78. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  79. at net.minecraft.server.management.PlayerManager$PlayerInstance.<init>(PlayerManager.java:370)
  80. at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:97)
  81. at net.minecraft.server.management.PlayerManager.func_72691_b(PlayerManager.java:190)
  82. at net.minecraft.server.management.PlayerManager.func_72685_d(PlayerManager.java:267)
  83. at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:313)
  84. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:404)
  85. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  86. at net.minecraft.network.play.client.C03PacketPlayer$C04PacketPlayerPosition.func_148833_a(SourceFile:63)
  87. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  88.  
  89. -- Ticking connection --
  90. Details:
  91. Connection: net.minecraft.network.NetworkManager@35008ccd
  92. Stacktrace:
  93. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  94. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  95. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  96. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  97. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  98. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  99.  
  100. -- System Details --
  101. Details:
  102. Minecraft Version: 1.7.10
  103. Operating System: Windows 7 (amd64) version 6.1
  104. Java Version: 1.8.0_66, Oracle Corporation
  105. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106. Memory: 1214945208 bytes (1158 MB) / 3066036224 bytes (2924 MB) up to 3066036224 bytes (2924 MB)
  107. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx3072m
  108. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. IntCache: cache: 0, tcache: 2, allocated: 13, tallocated: 103
  110. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 127 mods loaded, 127 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  113. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  114. UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  115. UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
  116. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  117. UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
  118. UCHIJAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  119. UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  120. UCHIJAAAA PaneInTheGlass{1.2.0} [Pane In The Glass CoreMod] (minecraft.jar)
  121. UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
  122. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  123. UCHIJAAAA SC0_SpaceCore{0.7.9} [SpaceCore] (1.7.10-SpaceCore-0.7.9.jar)
  124. UCHIJAAAA SC0_BiomeWand{1.1.9} [Biome Wand] (1.7.10-Biome-Wand-1.1.9.jar)
  125. UCHIJAAAA mod_ecru_MapleTree{1.1.32e} [MapleTree] ([1.7.10]MapleTree Forge v1.1.32e.jar)
  126. UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  127. UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  128. UCHIJAAAA DCsAppleMilk{1.7.10_2.9c} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.9c.jar)
  129. UCHIJAAAA AMTAddonJP{1.7.10_1.4a} [AddonforAMT-JP] (AddonforAMT-JP-1.7.10_1.4a.jar)
  130. UCHIJAAAA AgriCraft{1.7.10-1.4.6-hotfix} [AgriCraft] (AgriCraft-1.7.10-1.4.6-hotfix.jar)
  131. UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
  132. UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
  133. UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  134. UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
  135. UCHIJAAAA StorageDrawers{1.7.10-1.7.5} [Storage Drawers] (StorageDrawers-1.7.10-1.7.5.jar)
  136. UCHIJAAAA dendrology{1.7.10-1.6.4} [Ancient Trees] (AncientTrees-1.7.10-1.6.4.jar)
  137. UCHIJAAAA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  138. UCHIJAAAA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  139. UCHIJAAAA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  140. UCHIJAAAA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  141. UCHIJAAAA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.114-beta-MC1.7.10-FULL.jar)
  142. UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
  143. UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.9c.jar)
  144. UCHIJAAAA Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.15.jar)
  145. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  146. UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
  147. UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  148. UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  149. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1548-universal.jar)
  150. UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  151. UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
  152. UCHIJAAAA climatecontrol{0.4} [Climate Control] (ClimateControl-0.5.beta45.jar)
  153. UCHIJAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
  154. UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
  155. UCHIJAAAA davincing{1710.1.8} [DaVincing] (DaVincing-1710.1.8.jar)
  156. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
  157. UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
  158. UCHIJAAAA doggytalents{v1.9.0h} [Doggy Talents] (DoggyTalents-1.7.10-v1.9.0h-universal.jar)
  159. UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
  160. UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  161. UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  162. UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  163. UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.2c.jar)
  164. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  165. UCHIJAAAA farseek{1.0.10} [Farseek] (Farseek-1.0.10.jar)
  166. UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  167. UCHIJAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
  168. UCHIJAAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  169. UCHIJAAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  170. UCHIJAAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  171. UCHIJAAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  172. UCHIJAAAA globbypotato_rockhounding{3.00} [Rockhounding Mod] (globbypotato_rockhounding-1.7.10-v3.21.jar)
  173. UCHIJAAAA gravestonemod{1.7.10} [Gravestones] (GraveStones 1.7.10 -3.jar)
  174. UCHIJAAAA Growthcraft{1.7.10-2.4.0} [Growthcraft] (growthcraft-1.7.10-2.4.0-complete.jar)
  175. UCHIJAAAA Growthcraft|Cellar{1.7.10-2.4.0} [Growthcraft Cellar] (growthcraft-1.7.10-2.4.0-complete.jar)
  176. UCHIJAAAA Growthcraft|Apples{1.7.10-2.4.0} [Growthcraft Apples] (growthcraft-1.7.10-2.4.0-complete.jar)
  177. UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.4.0} [Growthcraft Bamboo] (growthcraft-1.7.10-2.4.0-complete.jar)
  178. UCHIJAAAA Growthcraft|Bees{1.7.10-2.4.0} [Growthcraft Bees] (growthcraft-1.7.10-2.4.0-complete.jar)
  179. UCHIJAAAA Growthcraft|Fishtrap{1.7.10-2.4.0} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.4.0-complete.jar)
  180. UCHIJAAAA Growthcraft|Grapes{1.7.10-2.4.0} [Growthcraft Grapes] (growthcraft-1.7.10-2.4.0-complete.jar)
  181. UCHIJAAAA Growthcraft|Hops{1.7.10-2.4.0} [Growthcraft Hops] (growthcraft-1.7.10-2.4.0-complete.jar)
  182. UCHIJAAAA Growthcraft|Rice{1.7.10-2.4.0} [Growthcraft Rice] (growthcraft-1.7.10-2.4.0-complete.jar)
  183. UCHIJAAAA hgp{Release} [Horizontal Glass Panes] (hgp-1.7.10-1.1.0.4-universal.jar)
  184. UCHIJAAAA ImmersiveEngineering{0.6.5.1} [Immersive Engineering] (ImmersiveEngineering-0.6.5.1.jar)
  185. UCHIJAAAA immersiveintegration{0.6.6} [Immersive Integration] (immersiveintegration-0.6.6.jar)
  186. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  187. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  188. UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  189. UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.2-0.11.jar)
  190. UCHIJAAAA malisiscore{1.7.10-0.14.0} [MalisisCore] (malisiscore-1.7.10-0.14.0.jar)
  191. UCHIJAAAA malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)
  192. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  193. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  194. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  195. UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  196. UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  197. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  198. UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  199. UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  200. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  201. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  202. UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  203. UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  204. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  205. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  206. UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  207. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  208. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  209. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  210. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  211. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  212. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  213. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  214. UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
  215. UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  216. UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  217. UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  218. UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  219. UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  220. UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  221. UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  222. UCHIJAAAA neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)
  223. UCHIJAAAA MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10.jar)
  224. UCHIJAAAA Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10.jar)
  225. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  226. UCHIJAAAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b.zip)
  227. UCHIJAAAA plantmegapack{4.30} [Plant Mega Pack] (plantmegapack-4.30-1.7.10-1492.jar)
  228. UCHIJAAAA rancraftpenguins{1.7.10q} [Rancraft Penguins] (rancraftpenguins-1.7.10q.jar)
  229. UCHIJAAAA reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar)
  230. UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  231. UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  232. UCHIJAAAA RTG{0.6.0} [Realistic Terrain Generation] (RTG-1.7.10-0.6.0.jar)
  233. UCHIJAAAA TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar)
  234. UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  235. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  236. UCHIJAAAA WTFCore{1.65} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.66.jar)
  237. UCHIJAAAA CaveBiomes{1.53} [WhiskyTangoFox's CaveBiomes] (WTFCaveBiomes-1.7.10_v1.53.jar)
  238. UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  239. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  240. CoFHCore: -[1.7.10]3.0.3-303
  241. Mantle Environment: Environment healthy.
  242. MineFactoryReloaded: -[1.7.10]2.8.0-104
  243. TConstruct Environment: Environment healthy.
  244. Profiler Position: N/A (disabled)
  245. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  246. Player Count: 1 / 8; [EntityPlayerMP['musicsmith'/922, l='Largebiome1', x=-4777.87, y=70.37, z=-401.39]]
  247. Type: Integrated Server (map_client.txt)
  248. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement