Advertisement
pakos2835

bca crash

Nov 4th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 11/4/15 1:15 AM
  5. Description: Exception getting block type in world
  6.  
  7. java.lang.NullPointerException: Exception getting block type in world
  8. at buildcraftAdditions.blocks.BlockItemSorter.func_149749_a(BlockItemSorter.java:104)
  9. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
  10. at cavebiomes.utilities.gencores.VanillaGen.setBlockWithoutNotify(VanillaGen.java:392)
  11. at cavebiomes.worldgeneration.dungeontypes.mob.DungeonTypeSkeletonKnight.generateWalls(DungeonTypeSkeletonKnight.java:31)
  12. at cavebiomes.worldgeneration.CaveGen.generateDungeon(CaveGen.java:187)
  13. at cavebiomes.worldgeneration.CaveBiomesChunkScanner.generate(CaveBiomesChunkScanner.java:102)
  14. at wtfcore.worldgen.WorldGenListener.populate(WorldGenListener.java:25)
  15. at cpw.mods.fml.common.eventhandler.ASMEventHandler_666_WorldGenListener_populate_Post.invoke(.dynamic)
  16. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  17. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  18. at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:448)
  19. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  20. at fastcraft.a.d.a(F:84)
  21. at fastcraft.Hooks.r(F:137)
  22. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
  23. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  24. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  25. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  26. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  27. at net.minecraft.world.World.func_72964_e(World.java:419)
  28. at net.minecraft.world.World.func_147439_a(World.java:345)
  29. at wtfores.gencores.UBCOreGen.getBlockToReplace(UBCOreGen.java:32)
  30. at wtfores.OreGenTweaked.genOre(OreGenTweaked.java:496)
  31. at wtfores.OreGenTweaked.genDisperseVein(OreGenTweaked.java:267)
  32. at wtfores.OreGenTweaked.generate(OreGenTweaked.java:69)
  33. at cavebiomes.worldgeneration.CaveBiomesChunkScanner.generate(CaveBiomesChunkScanner.java:81)
  34. at wtfcore.worldgen.WorldGenListener.populate(WorldGenListener.java:25)
  35. at cpw.mods.fml.common.eventhandler.ASMEventHandler_666_WorldGenListener_populate_Post.invoke(.dynamic)
  36. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  37. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  38. at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:448)
  39. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  40. at fastcraft.a.d.a(F:84)
  41. at fastcraft.Hooks.r(F:137)
  42. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
  43. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  44. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  45. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  46. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  47. at net.minecraft.world.World.func_72964_e(World.java:419)
  48. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:313)
  49. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
  50. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  51. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  52. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  53. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  54. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- Head --
  61. Stacktrace:
  62. at buildcraftAdditions.blocks.BlockItemSorter.func_149749_a(BlockItemSorter.java:104)
  63. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
  64. at cavebiomes.utilities.gencores.VanillaGen.setBlockWithoutNotify(VanillaGen.java:392)
  65. at cavebiomes.worldgeneration.dungeontypes.mob.DungeonTypeSkeletonKnight.generateWalls(DungeonTypeSkeletonKnight.java:31)
  66. at cavebiomes.worldgeneration.CaveGen.generateDungeon(CaveGen.java:187)
  67. at cavebiomes.worldgeneration.CaveBiomesChunkScanner.generate(CaveBiomesChunkScanner.java:102)
  68. at wtfcore.worldgen.WorldGenListener.populate(WorldGenListener.java:25)
  69. at cpw.mods.fml.common.eventhandler.ASMEventHandler_666_WorldGenListener_populate_Post.invoke(.dynamic)
  70. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  71. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  72. at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:448)
  73. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  74. at fastcraft.a.d.a(F:84)
  75. at fastcraft.Hooks.r(F:137)
  76. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
  77. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  78. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  79. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  80. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  81. at net.minecraft.world.World.func_72964_e(World.java:419)
  82.  
  83. -- Requested block coordinates --
  84. Details:
  85. Found chunk: true
  86. Location: World: (-1,71,-375), Chunk: (at 15,4,9 in -1,-24; contains blocks -16,0,-384 to -1,255,-369), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  87. Stacktrace:
  88. at net.minecraft.world.World.func_147439_a(World.java:345)
  89. at wtfores.gencores.UBCOreGen.getBlockToReplace(UBCOreGen.java:32)
  90. at wtfores.OreGenTweaked.genOre(OreGenTweaked.java:496)
  91. at wtfores.OreGenTweaked.genDisperseVein(OreGenTweaked.java:267)
  92. at wtfores.OreGenTweaked.generate(OreGenTweaked.java:69)
  93. at cavebiomes.worldgeneration.CaveBiomesChunkScanner.generate(CaveBiomesChunkScanner.java:81)
  94. at wtfcore.worldgen.WorldGenListener.populate(WorldGenListener.java:25)
  95. at cpw.mods.fml.common.eventhandler.ASMEventHandler_666_WorldGenListener_populate_Post.invoke(.dynamic)
  96. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  97. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  98. at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:448)
  99. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  100. at fastcraft.a.d.a(F:84)
  101. at fastcraft.Hooks.r(F:137)
  102. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
  103. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  104. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  105. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  106. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  107. at net.minecraft.world.World.func_72964_e(World.java:419)
  108. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:313)
  109. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
  110.  
  111. -- Affected level --
  112. Details:
  113. Level name: N1
  114. All players: 1 total; [EntityPlayerMP['zephyr14z'/3109, l='N1', x=93.94, y=87.25, z=-273.24]]
  115. Chunk stats: ServerChunkCache: 550 Drop: 0
  116. Level seed: 301498177854925175
  117. Level generator: ID 00 - default, ver 1. Features enabled: true
  118. Level generator options:
  119. Level spawn location: World: (-20,64,-40), Chunk: (at 12,4,8 in -2,-3; contains blocks -32,0,-48 to -17,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  120. Level time: 2439 game time, 2439 day time
  121. Level dimension: 0
  122. Level storage version: 0x04ABD - Anvil
  123. Level weather: Rain time: 152792 (now: false), thunder time: 129258 (now: false)
  124. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  125. Stacktrace:
  126. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  127. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  128. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  129. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  130. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  131.  
  132. -- System Details --
  133. Details:
  134. Minecraft Version: 1.7.10
  135. Operating System: Windows Server 2008 R2 (amd64) version 6.1
  136. Java Version: 1.8.0_60, Oracle Corporation
  137. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  138. Memory: 491982408 bytes (469 MB) / 1686241280 bytes (1608 MB) up to 4260102144 bytes (4062 MB)
  139. JVM Flags: 7 total; -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1536m -Xmx4096m
  140. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  141. IntCache: cache: 12, tcache: 334, allocated: 18, tallocated: 281
  142. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1541 134 mods loaded, 134 mods active
  143. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  144. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  145. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1541-1.7.10-universal.jar)
  146. UCHIJAAAA Forge{10.13.4.1541} [Minecraft Forge] (forge-1.7.10-10.13.4.1541-1.7.10-universal.jar)
  147. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  148. UCHIJAAAA ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)
  149. UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
  150. UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (service NEI NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  151. UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
  152. UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  153. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  154. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (_a Mantle-1.7.10-0.3.2a.jar)
  155. UCHIJAAAA AppleCore{1.1.0} [AppleCore] (_AppleCore-mc1.7.10-1.1.0.jar)
  156. UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (_bdlib-1.9.3.107-mc1.7.10.jar)
  157. UCHIJAAAA CoFHCore{1.7.10R3.0.4B1} [CoFH Core] (_CoFHCore-[1.7.10]3.0.4B1-308.jar)
  158. UCHIJAAAA cookiecore{1.4.0} [Cookie Core] (_CookieCore-1.7.10-1.4.0-11.jar)
  159. UCHIJAAAA BuildMod{v1.0} [Build Mod] (_coroutil-1.1.3 for MC v1.7.10.jar)
  160. UCHIJAAAA CoroPets{v1.0} [CoroPets] (_coroutil-1.1.3 for MC v1.7.10.jar)
  161. UCHIJAAAA CoroAI{v1.0} [CoroAI] (_coroutil-1.1.3 for MC v1.7.10.jar)
  162. UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (_coroutil-1.1.3 for MC v1.7.10.jar)
  163. UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (_coroutil-1.1.3 for MC v1.7.10.jar)
  164. UCHIJAAAA AncientWarfare{2.4.113-beta-MC1.7.10} [Ancient Warfare Core] (_ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar)
  165. UCHIJAAAA BuildCraft|Core{7.1.12} [BuildCraft] (_ind buildcraft-7.1.12.jar)
  166. UCHIJAAAA AncientWarfareAutomation{2.4.113-beta-MC1.7.10} [Ancient Warfare Automation] (_ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar)
  167. UCHIJAAAA AncientWarfareNEIPlugin{2.4.113-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (_ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar)
  168. UCHIJAAAA AncientWarfareNpc{2.4.113-beta-MC1.7.10} [Ancient Warfare NPCs] (_ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar)
  169. UCHIJAAAA AncientWarfareStructure{2.4.113-beta-MC1.7.10} [Ancient Warfare Structures] (_ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar)
  170. UCHIJAAAA QuarryPlus{2.1.0} [QuarryPlus] (_ind buildcraft QuarryPlus-1.7.10-2.1.0.jar)
  171. UCHIJAAAA BuildCraft|Builders{7.1.12} [BC Builders] (_ind buildcraft-7.1.12.jar)
  172. UCHIJAAAA BuildCraft|Transport{7.1.12} [BC Transport] (_ind buildcraft-7.1.12.jar)
  173. UCHIJAAAA BuildCraft|Energy{7.1.12} [BC Energy] (_ind buildcraft-7.1.12.jar)
  174. UCHIJAAAA BuildCraft|Silicon{7.1.12} [BC Silicon] (_ind buildcraft-7.1.12.jar)
  175. UCHIJAAAA BuildCraft|Robotics{7.1.12} [BC Robotics] (_ind buildcraft-7.1.12.jar)
  176. UCHIJAAAA BuildCraft|Factory{7.1.12} [BC Factory] (_ind buildcraft-7.1.12.jar)
  177. UCHIJAAAA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (_ind buildcraft-compat-7.1.2.jar)
  178. UCHIJAAAA eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
  179. UCHIJAAAA bcadditions{2.2.2} [BuildCraft Additions] (_ind BuildcraftAdditions-1.7.10-2.2.2.jar)
  180. UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (_ind ComputerCraft1.74.jar)
  181. UCHIJAAAA FloodLights{0.6.11-103} [Flood Lights] (_ind FloodLights-1.7.10-0.6.11-103.jar)
  182. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (_ind funky-locomotion-1.7.10-beta-7.jar)
  183. UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (_ind Railcraft_1.7.10-9.8.0.0.jar)
  184. UCHIJAAAA ImmersiveEngineering{0.5.4} [Immersive Engineering] (_ind ImmersiveEngineering-0.5.4.jar)
  185. UCHIJAAAA immersiveintegration{0.5.4} [Immersive Integration] (_ind immersiveintegration-0.5.4.jar)
  186. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  187. UCHIJAAAA integratedcircuits{1.7.10-0.9r36} [Integrated Circuits] (_ind integratedcircuits-1.7.10-0.9r36.jar)
  188. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (_ind ironchest-1.7.10-6.0.62.742-universal.jar)
  189. UCHIJAAAA Waila{1.5.10} [Waila] (service Waila-1.5.10_1.7.10.jar)
  190. UCHIJAAAA JABBA{1.2.1} [JABBA] (_ind Jabba-1.2.1a_1.7.10.jar)
  191. UCHIJAAAA LogisticsPipes{0.9.3.61} [Logistics Pipes] (_ind logisticspipes-0.9.3.61.jar)
  192. UCHIJAAAA OpenMods{0.8} [OpenMods] (_ind OpenModsLib-1.7.10-0.8-snapshot-402.jar)
  193. UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (_ind OpenBlocks-1.7.10-1.4.4-snapshot-677.jar)
  194. UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (_ind OpenPeripheral-1.7.10-AIO-5.jar)
  195. UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (_ind OpenPeripheral-1.7.10-AIO-5.jar)
  196. UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (_ind OpenPeripheral-1.7.10-AIO-5.jar)
  197. UCHIJAAAA Pistronics2{0.5.1} [Pistronics 2] (_ind Pistronics2-v0.5.8.jar)
  198. UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
  199. UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
  200. UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  201. UCHIJAAAA ProjRed|Transportation{4.7.0pre9.92} [ProjectRed Transportation] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  202. UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (_ind Tinker TConstruct-1.7.10-1.8.7.jar)
  203. UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
  204. UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  205. UCHIJAAAA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
  206. UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
  207. UCHIJAAAA ProjRed|Expansion{4.7.0pre9.92} [ProjectRed Expansion] (_ind ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar)
  208. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (service MineTweaker3-1.7.10-3.0.10.jar)
  209. UCHIJAAAA TSteelworks{1.7.10-1.1.1} [Tinkers' Steelworks] (_ind Tinker TSteelworks-1.7.10-1.1.1-17 TEMP.jar)
  210. UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (_ind Tinker TiCTooltips-mc1.7.10-1.2.5.jar)
  211. UCHIJAAAA ttCore{MC1.7.10-0.1.1-78} [ttCore] (_ind Tinker ttCore-MC1.7.10-0.1.1-78.jar)
  212. UCHIJAAAA ObsidianBoat{v1.3.2} [Obsidian Boat] (craft ObsidianBoat-1.7.10-1.3.2.jar)
  213. UCHIJAAAA desertcraft{1.7.2b} [Pam's DesertCraft] (craft Pam's DesertCraft 1.7.10a.zip)
  214. UCHIJAAAA simplerecipes{1.7.2a} [Pam's Simple Recipes] (craft Pam's Simple Recipes 1.7.2a.zip)
  215. UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (decor Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  216. UCHIJAAAA catwalks{2.0.2} [Catwalks Mod] (decor catwalks-2.0.2.jar)
  217. UCHIJAAAA catwalkmod{x.x.x} [Legacy Catwalk Compat] (decor catwalks-2.0.2.jar)
  218. UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (decor Chisel2-2.5.1.44.jar)
  219. UCHIJAAAA AgriCraft{1.7.10-1.4.3} [AgriCraft] (food AgriCraft-1.7.10-1.4.3.jar)
  220. UCHIJAAAA harvestthenether{1.7.10} [Pam's Harvest the Nether] (food Pam's Harvest the Nether 1.7.10a.jar)
  221. UCHIJAAAA harvestcraft{1.7.10g} [Pam's HarvestCraft] (food Pam's HarvestCraft 1.7.10g.jar)
  222. UCHIJAAAA AS_Minions{1.9.4} [Minions] (mining Minions-1.7.10.jar)
  223. UCHIJAAAA VeinMiner{0.30.0_build.67} [Vein Miner] (mining VeinMiner-1.7.10_0.30.0.67.jar)
  224. UCHIJAAAA VeinMinerModSupport{0.30.0_build.67} [Mod Support] (mining VeinMiner-1.7.10_0.30.0.67.jar)
  225. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
  226. UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (nature AncientTrees KoreSample-1.7.10-1.3.2.jar)
  227. UCHIJAAAA dendrology{1.7.10-1.6.3} [Ancient Trees] (nature AncientTrees-1.7.10-1.6.3.jar)
  228. UCHIJAAAA climatecontrol{0.4} [Climate Control] (nature ClimateControl-0.4.beta28.jar)
  229. UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (nature NetherOres-[1.7.10]2.3.0-12.jar)
  230. UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (nature Pam's WeeeFlowers 1.7.2b.zip)
  231. UCHIJAAAA UndergroundBiomes{0.7} [Underground Biomes Constructs] (nature UndergroundBiomesConstructs-1.7.2-0.7.jar)
  232. UCHIJAAAA HardcoreEnderExpansion{1.8.4} [Hardcore Ender Expansion] (rpg HardcoreEnderExpansion MC-1.7.10 v1.8.4.jar)
  233. UCHIJAAAA LostBooks{1.2.2} [Lost Books] (rpg LostBooks-1.7.10-1.2.2.jar)
  234. UCHIJAAAA AencEx{0.0.1} [AencEx] (rpg-ability MoreEnchantments-1.7.X-1.1.jar)
  235. UCHIJAAAA me{1.1} [More Enchantments] (rpg-ability MoreEnchantments-1.7.X-1.1.jar)
  236. UCHIJAAAA NaturalAbsorption{1.2.1} [Natural Absorption] (rpg-ability NaturalAbsorption-1.7.10-1.2.1.jar)
  237. UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (rpg-mob CustomMobSpawner 3.3.0.zip)
  238. UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (rpg-mob DrZharks MoCreatures Mod v6.3.1.zip)
  239. UCHIJAAAA InfernalMobs{1.6.0} [Infernal Mobs] (rpg-mob InfernalMobs-1.7.10.jar)
  240. UCHIJAAAA kwastibustmonsters{1.0.9} [Kwasti Bust Monsters] (rpg-mob KwastiBustMonsters-1.7.10-1.0.9.jar)
  241. UCHIJAAAA SpecialMobs{3.1.1} [Special Mobs] (rpg-mob SpecialMobs-1.7.10-3.1.1.jar)
  242. UCHIJAAAA reccomplex{0.9.6.3} [Recurrent Complex] (rpg-struct ivorius RecurrentComplex-0.9.6.3.n314.jar)
  243. UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (rpg-struct roguelike-1.7.10-1.3.6.3.jar)
  244. UCHIJAAAA AS_Ruins{14.7} [Ruins Spawning System] (rpg-struct Ruins-1.7.10.jar)
  245. UCHIJAAAA AutoWalkLanPortStacksize{1.4} [AutoWalkLanPortStacksize Mod] (service autowalklanportstacksize-1.7.10-1.4.jar)
  246. UCHIJAAAA BetterSprinting{1.1.2} [Better Sprinting] (service BetterSprinting MC-1.7.10 v1.1.2.jar)
  247. UCHIJAAAA extraachievements{2.1.1} [Extra Achievements] (service Extra Achievements 2.1.1.jar)
  248. UCHIJAAAA FastCraft{1.21} [FastCraft] (service fastcraft-1.21.jar)
  249. UCHIJAAAA fastleafdecay{1.0} [Fast Leaf Decay] (service FastLeafDecay-1.7.10-1.0.jar)
  250. UCHIJAAAA fognerf{1.7.10-0.3} [Fog Nerf] (service fognerf-1.7.10-0.4.jar)
  251. UCHIJAAAA infiniteinvo{1.0.44} [InfiniteInvo] (service InfiniteInvo-1.0.44.jar)
  252. UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (service ingameinfo LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  253. UCHIJAAAA InGameInfoXML{2.8.1.82} [InGame Info XML] (service InGameInfoXML-1.7.10-2.8.1.82-universal.jar)
  254. UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (service InventoryTweaks-1.58-147.jar)
  255. UCHIJAAAA creativecore{1.0} [CreativeCore] (service itemphysic CreativeCore v1.1.2 mc1.7.10.jar)
  256. UCHIJAAAA MapWriter{2.1.8} [MapWriter] (service MapWriter-1.7.10-2.1.10.jar)
  257. UCHIJAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (service Morpheus-1.7.10-1.6.10.jar)
  258. UCHIJAAAA NEIAddons{1.12.13.6} [NEI Addons] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  259. UCHIJAAAA NEIAddons|Developer{1.12.13.6} [NEI Addons: Developer Tools] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  260. UCHIJAAAA NEIAddons|AppEng{1.12.13.6} [NEI Addons: Applied Energistics 2] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  261. UCHIJAAAA NEIAddons|Botany{1.12.13.6} [NEI Addons: Botany] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  262. UCHIJAAAA NEIAddons|Forestry{1.12.13.6} [NEI Addons: Forestry] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  263. UCHIJAAAA NEIAddons|CraftingTables{1.12.13.6} [NEI Addons: Crafting Tables] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  264. UCHIJAAAA NEIAddons|ExNihilo{1.12.13.6} [NEI Addons: Ex Nihilo] (service NEI neiaddons-fu-1.12.13.6-mc1.7.10.jar)
  265. UCHIJAAAA neiintegration{1.0.12} [NEI Integration] (service NEI neiIntegration-MC1.7.10-1.0.12.jar)
  266. UCHIJAAAA NEIPlugins{1.1.0.8-unofficial} [NEI Plugins Unofficial] (service NEI Plugins-MC1.7.10-1.1.0.8-unofficial.jar)
  267. UCHIJAAAA WTFCore{1.65} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.65 (1).jar)
  268. UCHIJAAAA CaveBiomes{1.52} [WhiskyTangoFox's CaveBiomes] (WTFCaveBiomes-1.7.10_v1.52 (1).jar)
  269. UCHIJAAAA WTFOres{1.45} [WhiskyTangoFox's Ores] (WTFOres-1.7.10v1.45 (1).jar)
  270. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  271. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  272. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  273. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  274. UCHIJAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
  275. UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (_ind AOBD-2.8.4.jar)
  276. UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins85} [Hunger Overhaul] (food HungerOverhaul-1.7.10-1.0.0.jenkins85.jar)
  277. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  278. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  279. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  280. Class transformer null safety: all safe
  281. Mantle Environment: Environment healthy.
  282. CoFHCore: -[1.7.10]3.0.4B1-308
  283. TConstruct Environment: Environment healthy.
  284. NetherOres: -[1.7.10]2.3.0-12
  285. List of loaded APIs:
  286. * AgriCraftAPI (1.0) from food AgriCraft-1.7.10-1.4.3.jar
  287. * AncientWarfareAPI (1.0) from _ind ancientwarfare-2.4.113-beta-MC1.7.10-FULL TEMP.jar
  288. * AppleCoreAPI (1.1.0) from _AppleCore-mc1.7.10-1.1.0.jar
  289. * bcadditionsAPI (2.1.1) from _ind BuildcraftAdditions-1.7.10-2.2.2.jar
  290. * BuildCraftAPI|blocks (1.0) from _ind buildcraft-7.1.12.jar
  291. * BuildCraftAPI|blueprints (1.5) from _ind buildcraft-7.1.12.jar
  292. * BuildCraftAPI|boards (2.0) from _ind buildcraft-7.1.12.jar
  293. * BuildCraftAPI|core (1.4) from _ind Railcraft_1.7.10-9.8.0.0.jar
  294. * BuildCraftAPI|crops (1.1) from _ind buildcraft-7.1.12.jar
  295. * BuildCraftAPI|events (2.0) from _ind buildcraft-7.1.12.jar
  296. * BuildCraftAPI|facades (1.1) from _ind buildcraft-7.1.12.jar
  297. * BuildCraftAPI|filler (4.0) from _ind buildcraft-7.1.12.jar
  298. * BuildCraftAPI|fuels (2.0) from _ind buildcraft-7.1.12.jar
  299. * BuildCraftAPI|gates (4.1) from _ind buildcraft-7.1.12.jar
  300. * BuildCraftAPI|items (1.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  301. * BuildCraftAPI|library (2.0) from _ind buildcraft-7.1.12.jar
  302. * BuildCraftAPI|lists (1.0) from _ind buildcraft-7.1.12.jar
  303. * BuildCraftAPI|power (1.3) from _ind buildcraft-7.1.12.jar
  304. * BuildCraftAPI|recipes (3.0) from _ind buildcraft-7.1.12.jar
  305. * BuildCraftAPI|robotics (3.0) from _ind buildcraft-7.1.12.jar
  306. * BuildCraftAPI|statements (1.1) from _ind buildcraft-7.1.12.jar
  307. * BuildCraftAPI|tablet (1.0) from _ind buildcraft-7.1.12.jar
  308. * BuildCraftAPI|tiles (1.1) from _ind Railcraft_1.7.10-9.8.0.0.jar
  309. * BuildCraftAPI|tools (1.0) from _ind buildcraft-7.1.12.jar
  310. * BuildCraftAPI|transport (4.1) from _ind buildcraft-7.1.12.jar
  311. * CarpentersBlocks|API (3.3.7) from decor Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
  312. * ChiselAPI (0.1.0) from decor Chisel2-2.5.1.44.jar
  313. * ChiselAPI|Carving (0.1.0) from decor Chisel2-2.5.1.44.jar
  314. * ChiselAPI|Rendering (0.1.0) from decor Chisel2-2.5.1.44.jar
  315. * CoFHAPI (1.7.10R1.0.10) from _ind ImmersiveEngineering-0.5.4.jar
  316. * CoFHAPI|block (1.7.10R1.0.3) from RedGearCore-1.7.10-2.2.2.jar
  317. * CoFHAPI|core (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  318. * CoFHAPI|energy (1.7.10R1.0.2) from _ind FloodLights-1.7.10-0.6.11-103.jar
  319. * CoFHAPI|fluid (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  320. * CoFHAPI|inventory (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  321. * CoFHAPI|item (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  322. * CoFHAPI|modhelpers (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  323. * CoFHAPI|tileentity (1.7.10R1.0.3) from RedGearCore-1.7.10-2.2.2.jar
  324. * CoFHAPI|transport (1.7.10R1.0.1) from _ind buildcraft-compat-7.1.2.jar
  325. * CoFHAPI|world (1.7.10R1.0.13) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  326. * CoFHLib (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  327. * CoFHLib|audio (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  328. * CoFHLib|gui (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  329. * CoFHLib|gui|container (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  330. * CoFHLib|gui|element (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  331. * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  332. * CoFHLib|gui|slot (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  333. * CoFHLib|inventory (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  334. * CoFHLib|render (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  335. * CoFHLib|render|particle (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  336. * CoFHLib|util (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  337. * CoFHLib|util|helpers (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  338. * CoFHLib|util|position (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  339. * CoFHLib|world (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  340. * CoFHLib|world|feature (1.7.10R1.0.4B1) from _CoFHCore-[1.7.10]3.0.4B1-308.jar
  341. * ComputerCraft|API (1.74) from _ind ComputerCraft1.74.jar
  342. * ComputerCraft|API|FileSystem (1.74) from _ind ComputerCraft1.74.jar
  343. * ComputerCraft|API|Lua (1.74) from _ind ComputerCraft1.74.jar
  344. * ComputerCraft|API|Media (1.74) from _ind ComputerCraft1.74.jar
  345. * ComputerCraft|API|Peripheral (1.74) from _ind ComputerCraft1.74.jar
  346. * ComputerCraft|API|Permissions (1.74) from _ind ComputerCraft1.74.jar
  347. * ComputerCraft|API|Redstone (1.74) from _ind ComputerCraft1.74.jar
  348. * ComputerCraft|API|Turtle (1.74) from _ind ComputerCraft1.74.jar
  349. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
  350. * IC2API (1.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  351. * ImmersiveEngineering|API (1.0) from _ind ImmersiveEngineering-0.5.4.jar
  352. * integratedcircuits|API (0.1) from _ind integratedcircuits-1.7.10-0.9r36.jar
  353. * OpenBlocks|API (1.0) from _ind OpenBlocks-1.7.10-1.4.4-snapshot-677.jar
  354. * OpenPeripheralApi (3.3.1) from _ind OpenPeripheral-1.7.10-AIO-5.jar
  355. * RailcraftAPI|bore (1.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  356. * RailcraftAPI|carts (1.5.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  357. * RailcraftAPI|core (1.4.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  358. * RailcraftAPI|crafting (1.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  359. * RailcraftAPI|electricity (1.6.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  360. * RailcraftAPI|events (1.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  361. * RailcraftAPI|fuel (1.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  362. * RailcraftAPI|helpers (1.1.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  363. * RailcraftAPI|items (1.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  364. * RailcraftAPI|locomotive (1.0.1) from _ind Railcraft_1.7.10-9.8.0.0.jar
  365. * RailcraftAPI|signals (1.3.4) from _ind Railcraft_1.7.10-9.8.0.0.jar
  366. * RailcraftAPI|tracks (2.0.0) from _ind Railcraft_1.7.10-9.8.0.0.jar
  367. * Thaumcraft|API (4.2.0.0) from food Pam's Harvest the Nether 1.7.10a.jar
  368. * TSteelworksAPI (1.2) from _ind Tinker TSteelworks-1.7.10-1.1.1-17 TEMP.jar
  369. * VeinMinerApi (0.1) from mining VeinMiner-1.7.10_0.30.0.67.jar
  370. * WailaAPI (1.2) from service Waila-1.5.10_1.7.10.jar
  371. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  372. Profiler Position: N/A (disabled)
  373. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  374. Player Count: 1 / 8; [EntityPlayerMP['zephyr14z'/3109, l='N1', x=93.94, y=87.25, z=-273.24]]
  375. Type: Integrated Server (map_client.txt)
  376. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement