Advertisement
Guest User

Custom Drones Multiplayer

a guest
Aug 28th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.60 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IC2core (industrialcraft-2-2.6.49-ex110.jar)
  5. LoadingHook (Mekanism-1.10.2-9.1.1.290.jar)
  6. TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar)
  7. FMLPlugin (InventoryTweaks-1.61-58.jar)
  8. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  9. BCModPlugin (zz-backpacks 1.10.2 - 3.1.1.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // Why is it breaking :(
  13.  
  14. Time: 8/29/16 4:48 AM
  15. Description: Exception while updating neighbours
  16.  
  17. java.lang.NullPointerException: Exception while updating neighbours
  18. at williamle.drones.entity.EntityDroneWildItem.initSpawnSetAppearance(EntityDroneWildItem.java:62)
  19. at williamle.drones.entity.EntityDroneMob.initDroneInfo(EntityDroneMob.java:87)
  20. at williamle.drones.entity.EntityDroneWildItem.initDroneInfo(EntityDroneWildItem.java:56)
  21. at williamle.drones.entity.EntityDroneMob.onInitSpawn(EntityDroneMob.java:80)
  22. at williamle.drones.entity.EntityDroneWildItem.onInitSpawn(EntityDroneWildItem.java:47)
  23. at williamle.drones.entity.EntityDroneMob.func_180482_a(EntityDroneMob.java:70)
  24. at net.minecraft.world.WorldEntitySpawner.func_77191_a(WorldEntitySpawner.java:275)
  25. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:454)
  26. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  27. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
  28. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  29. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  30. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  31. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  32. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  33. at net.minecraft.world.World.func_72964_e(World.java:303)
  34. at net.minecraft.world.World.func_175726_f(World.java:298)
  35. at net.minecraft.world.World.func_180495_p(World.java:842)
  36. at team.chisel.common.util.GenerationHandler.replace(GenerationHandler.java:95)
  37. at team.chisel.common.util.GenerationHandler.onLavaLakes(GenerationHandler.java:76)
  38. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_83_GenerationHandler_onLavaLakes_Post.invoke(.dynamic)
  39. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  40. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  41. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  42. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  43. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  44. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  45. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  46. at net.minecraft.world.World.func_72964_e(World.java:303)
  47. at net.minecraft.world.World.func_175726_f(World.java:298)
  48. at net.minecraft.world.World.func_180495_p(World.java:842)
  49. at net.minecraft.world.World.func_180496_d(World.java:515)
  50. at net.minecraft.world.World.func_175685_c(World.java:465)
  51. at net.minecraft.world.World.func_175722_b(World.java:423)
  52. at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
  53. at net.minecraft.world.World.func_180501_a(World.java:349)
  54. at net.minecraft.world.World.func_175656_a(World.java:408)
  55. at pda.common.WorldGenCocotier.func_180709_b(WorldGenCocotier.java:190)
  56. at pda.common.PopulateEventHandler.postPopulate(PopulateEventHandler.java:39)
  57. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_411_PopulateEventHandler_postPopulate_Post.invoke(.dynamic)
  58. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  59. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  60. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  61. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  62. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  63. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  64. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  65. at net.minecraft.world.World.func_72964_e(World.java:303)
  66. at net.minecraft.world.World.func_175726_f(World.java:298)
  67. at net.minecraft.world.World.func_180495_p(World.java:842)
  68. at net.minecraft.block.BlockLiquid.func_176365_e(SourceFile:288)
  69. at net.minecraft.block.BlockStaticLiquid.func_189540_a(BlockStaticLiquid.java:26)
  70. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:463)
  71. at net.minecraft.world.World.func_180496_d(World.java:519)
  72. at net.minecraft.world.World.func_175685_c(World.java:467)
  73. at net.minecraft.world.World.func_175722_b(World.java:423)
  74. at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
  75. at net.minecraft.world.World.func_180501_a(World.java:349)
  76. at net.minecraft.world.World.func_175656_a(World.java:408)
  77. at team.chisel.common.util.GenerationHandler.replace(GenerationHandler.java:97)
  78. at team.chisel.common.util.GenerationHandler.onLavaLakes(GenerationHandler.java:76)
  79. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_83_GenerationHandler_onLavaLakes_Post.invoke(.dynamic)
  80. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  81. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  82. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  83. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  84. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  85. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  86. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  87. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  88. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  89. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  90. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  91. at net.minecraft.world.World.func_72964_e(World.java:303)
  92. at net.minecraft.world.World.func_175726_f(World.java:298)
  93. at net.minecraft.world.World.func_180495_p(World.java:842)
  94. at net.minecraft.world.gen.feature.WorldGenMinable.func_180709_b(WorldGenMinable.java:76)
  95. at mcjty.deepresonance.worldgen.DeepWorldGenerator.addOreSpawn(DeepWorldGenerator.java:95)
  96. at mcjty.deepresonance.worldgen.DeepWorldGenerator.generateWorld(DeepWorldGenerator.java:40)
  97. at mcjty.deepresonance.worldgen.WorldTickHandler.tickEnd(WorldTickHandler.java:44)
  98. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_381_WorldTickHandler_tickEnd_WorldTickEvent.invoke(.dynamic)
  99. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  100. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  101. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:269)
  102. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:718)
  103. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  104. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  105. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  106. at java.lang.Thread.run(Thread.java:745)
  107.  
  108.  
  109. A detailed walkthrough of the error, its code path and all known details is as follows:
  110. ---------------------------------------------------------------------------------------
  111.  
  112. -- Head --
  113. Thread: Server thread
  114. Stacktrace:
  115. at williamle.drones.entity.EntityDroneWildItem.initSpawnSetAppearance(EntityDroneWildItem.java:62)
  116. at williamle.drones.entity.EntityDroneMob.initDroneInfo(EntityDroneMob.java:87)
  117. at williamle.drones.entity.EntityDroneWildItem.initDroneInfo(EntityDroneWildItem.java:56)
  118. at williamle.drones.entity.EntityDroneMob.onInitSpawn(EntityDroneMob.java:80)
  119. at williamle.drones.entity.EntityDroneWildItem.onInitSpawn(EntityDroneWildItem.java:47)
  120. at williamle.drones.entity.EntityDroneMob.func_180482_a(EntityDroneMob.java:70)
  121. at net.minecraft.world.WorldEntitySpawner.func_77191_a(WorldEntitySpawner.java:275)
  122. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:454)
  123. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  124. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:964)
  125. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  126. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  127. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  128. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  129. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  130. at net.minecraft.world.World.func_72964_e(World.java:303)
  131. at net.minecraft.world.World.func_175726_f(World.java:298)
  132. at net.minecraft.world.World.func_180495_p(World.java:842)
  133. at team.chisel.common.util.GenerationHandler.replace(GenerationHandler.java:95)
  134. at team.chisel.common.util.GenerationHandler.onLavaLakes(GenerationHandler.java:76)
  135. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_83_GenerationHandler_onLavaLakes_Post.invoke(.dynamic)
  136. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  137. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  138. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  139. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  140. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  141. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  142. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  143. at net.minecraft.world.World.func_72964_e(World.java:303)
  144. at net.minecraft.world.World.func_175726_f(World.java:298)
  145. at net.minecraft.world.World.func_180495_p(World.java:842)
  146. at net.minecraft.world.World.func_180496_d(World.java:515)
  147. at net.minecraft.world.World.func_175685_c(World.java:465)
  148. at net.minecraft.world.World.func_175722_b(World.java:423)
  149. at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
  150. at net.minecraft.world.World.func_180501_a(World.java:349)
  151. at net.minecraft.world.World.func_175656_a(World.java:408)
  152. at pda.common.WorldGenCocotier.func_180709_b(WorldGenCocotier.java:190)
  153. at pda.common.PopulateEventHandler.postPopulate(PopulateEventHandler.java:39)
  154. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_411_PopulateEventHandler_postPopulate_Post.invoke(.dynamic)
  155. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  156. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  157. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  158. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  159. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  160. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  161. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
  162. at net.minecraft.world.World.func_72964_e(World.java:303)
  163. at net.minecraft.world.World.func_175726_f(World.java:298)
  164. at net.minecraft.world.World.func_180495_p(World.java:842)
  165. at net.minecraft.block.BlockLiquid.func_176365_e(SourceFile:288)
  166. at net.minecraft.block.BlockStaticLiquid.func_189540_a(BlockStaticLiquid.java:26)
  167. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:463)
  168.  
  169. -- Block being updated --
  170. Details:
  171. Source block type: ID #1 (tile.stone // net.minecraft.block.BlockStone)
  172. Block: minecraft:lava[level=0]
  173. Block location: World: (-4433,6,1247), Chunk: (at 15,0,15 in -278,77; contains blocks -4448,0,1232 to -4433,255,1247), Region: (-9,2; contains chunks -288,64 to -257,95, blocks -4608,0,1024 to -4097,255,1535)
  174. Stacktrace:
  175. at net.minecraft.world.World.func_180496_d(World.java:519)
  176. at net.minecraft.world.World.func_175685_c(World.java:467)
  177. at net.minecraft.world.World.func_175722_b(World.java:423)
  178. at net.minecraft.world.World.markAndNotifyBlock(World.java:368)
  179. at net.minecraft.world.World.func_180501_a(World.java:349)
  180. at net.minecraft.world.World.func_175656_a(World.java:408)
  181. at team.chisel.common.util.GenerationHandler.replace(GenerationHandler.java:97)
  182. at team.chisel.common.util.GenerationHandler.onLavaLakes(GenerationHandler.java:76)
  183. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_83_GenerationHandler_onLavaLakes_Post.invoke(.dynamic)
  184. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  185. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  186. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:589)
  187. at net.minecraft.world.gen.ChunkProviderOverworld.func_185931_b(ChunkProviderOverworld.java:479)
  188. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1000)
  189. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
  190. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105)
  191. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
  192. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
  193. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
  194. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
  195. at net.minecraft.world.World.func_72964_e(World.java:303)
  196. at net.minecraft.world.World.func_175726_f(World.java:298)
  197. at net.minecraft.world.World.func_180495_p(World.java:842)
  198. at net.minecraft.world.gen.feature.WorldGenMinable.func_180709_b(WorldGenMinable.java:76)
  199. at mcjty.deepresonance.worldgen.DeepWorldGenerator.addOreSpawn(DeepWorldGenerator.java:95)
  200. at mcjty.deepresonance.worldgen.DeepWorldGenerator.generateWorld(DeepWorldGenerator.java:40)
  201. at mcjty.deepresonance.worldgen.WorldTickHandler.tickEnd(WorldTickHandler.java:44)
  202. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_381_WorldTickHandler_tickEnd_WorldTickEvent.invoke(.dynamic)
  203. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
  204. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
  205. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:269)
  206. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:718)
  207. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  208. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  209. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  210. at java.lang.Thread.run(Thread.java:745)
  211.  
  212. -- System Details --
  213. Details:
  214. Minecraft Version: 1.10.2
  215. Operating System: Linux (amd64) version 3.13.0-87-generic
  216. Java Version: 1.8.0_91, Oracle Corporation
  217. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  218. Memory: 287663568 bytes (274 MB) / 981852160 bytes (936 MB) up to 4225236992 bytes (4029 MB)
  219. JVM Flags: 4 total; -Xmx4096M -Xms128M -XX:MaxMetaspaceSize=256M -XX:+UseConcMarkSweepGC
  220. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  221. FML: MCP 9.32 Powered by Forge 12.18.1.2070 91 mods loaded, 91 mods active
  222. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  223. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  224. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-12.18.1.2070.jar)
  225. UCHIJAAAA Forge{12.18.1.2070} [Minecraft Forge] (forge-12.18.1.2070.jar)
  226. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  227. UCHIJAAAA backpacks16840{3.1.1} [Backpacks!] (zz-backpacks 1.10.2 - 3.1.1.jar)
  228. UCHIJAAAA actuallyadditions{1.10.2-r60} [Actually Additions] (ActuallyAdditions-1.10.2-r60.jar)
  229. UCHIJAAAA ForgeEndertech{1.1.3.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.1.3.0.jar)
  230. UCHIJAAAA AdHooks{1.10.2-1.0.2.1} [Advanced Hook Launchers] (AdHooks-1.10.2-1.0.2.1.jar)
  231. UCHIJAAAA JEI{3.9.0.246} [Just Enough Items] (jei_1.10.2-3.9.0.246.jar)
  232. UCHIJAAAA appleskin{1.0.2} [AppleSkin] (AppleSkin-mc1.10.2-1.0.2.jar)
  233. UCHIJAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-Mod-1.10.2.jar)
  234. UCHIJAAAA Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  235. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.1.jar)
  236. UCHIJAAAA mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  237. UCHIJAAAA bagelsmore{1.0.1} [Bagelsmore: The Return] (Bagelsmore-1.9.4-1.0.1.jar)
  238. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4b.jar)
  239. UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  240. UCHIJAAAA bdlib{1.12.2.8} [BD Lib] (bdlib-1.12.2.8-mc1.10.2.jar)
  241. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  242. UCHIJAAAA BloodMagic{1.9.4-2.0.4-56} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-56.jar)
  243. UCHIJAAAA BloodArsenal{1.10.2-2.0.1-CUSTOM} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-11.jar)
  244. UCHIJAAAA Bullseye{1.0.3} [Bullseye] (Bullseye-1.9.4-1.0.3.jar)
  245. UCHIJAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  246. UCHIJAAAA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
  247. UCHIJAAAA chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)
  248. UCHIJAAAA nt{1.0} [Climbing Claw] (ClimbingClawV1.0[1.9.4].jar)
  249. UCHIJAAAA k4lib{1.10-1.0.58} [K4Lib] (k4lib-1.10-1.0.58-universal.jar)
  250. UCHIJAAAA colorchat{1.10-1.0.38} [ColorChat] (colorchat-1.10-1.0.38-universal.jar)
  251. UCHIJAAAA IC2{2.6.49-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.49-ex110.jar)
  252. UCHIJAAAA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  253. UCHIJAAAA ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
  254. UCHIJAAAA cookingforblockheads{4.1.12} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.1.12.jar)
  255. UCHIJAAAA counter_guns{1.0.1} [Counter Guns] (CounterGuns-1.10.2-1.0.1.jar)
  256. UCHIJAAAA drones{1.10.2-1.5.0} [CustomDrones] (CustomDrones-1.5.0-mc1.10.2.jar)
  257. UCHIJAAAA cyberware{beta-0.2.1} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.1.jar)
  258. UCHIJAAAA forestry{5.2.9.241} [Forestry] (forestry_1.10.2-5.2.9.241.jar)
  259. UCHIJAAAA ElecCore{1.5.311} [ElecCore] (ElecCore-1.9.4-1.5.311.jar)
  260. UCHIJAAAA deepresonance{1.2.2} [DeepResonance] (deepresonance-1.10-1.2.2.jar)
  261. UCHIJAAAA dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.10.jar)
  262. UCHIJAAAA StorageDrawers{1.10.2-3.2.6} [Storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)
  263. UCHIJAAAA bitdrawers{0.3} [Drawers & Bits] (DrawersBits-1.10.2-0.3.jar)
  264. UCHIJAAAA enderthing{0.6.11} [Enderthing] (enderthing-1.10.2-0.6.11.jar)
  265. UCHIJAAAA shadowmc{3.4.4} [ShadowMC] (ShadowMC-1.10.2-3.4.4.jar)
  266. UCHIJAAAA ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  267. UCHIJAAAA ezstorage{2.2.2} [EZStorage 2] (ezstorage-2.2.2.jar)
  268. UCHIJAAAA ftfloocraft{1.7.5} [Floocraft] (Floocraft-1.7.5.jar)
  269. UCHIJAAAA ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre3.jar)
  270. UCHIJAAAA ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre3.jar)
  271. UCHIJAAAA furnus{1.83} [Furnus] (Furnus-1.10.2-1.83.jar)
  272. UCHIJAAAA gendustry{1.6.4.17} [GenDustry] (gendustry-1.6.4.17-mc1.10.2.jar)
  273. UCHIJAAAA giacomostravelogue{1.01} [Giacomo’s Travelogue] (GiacomosTravelogue1.10.2-1.01.jar)
  274. UCHIJAAAA gravestone{1.5.5} [Gravestone] (GraveStone Mod 1.5.5.jar)
  275. UCHIJAAAA HoloInventory{2.0.2.136} [HoloInventory] (HoloInventory-1.9.4-2.0.2.136.jar)
  276. UCHIJAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.10-1.4.8.1.jar)
  277. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  278. UCHIJAAAA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  279. UCHIJAAAA jeibees{0.9.0.1} [JEI Bees] (jeibees-0.9.0.1-mc1.10.2.jar)
  280. UCHIJAAAA LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
  281. UCHIJAAAA mantle{1.10.2-0.10.4.jenkins163} [Mantle] (Mantle-1.10.2-0.10.4.jar)
  282. UCHIJAAAA Mekanism{9.1.1} [Mekanism] (Mekanism-1.10.2-9.1.1.290.jar)
  283. UCHIJAAAA MekanismGenerators{9.1.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.1.1.290.jar)
  284. UCHIJAAAA MekanismTools{9.1.1} [MekanismTools] (MekanismTools-1.10.2-9.1.1.290.jar)
  285. UCHIJAAAA mfs{6.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-6.0.0.jar)
  286. UCHIJAAAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
  287. UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
  288. UCHIJAAAA Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar)
  289. UCHIJAAAA mysticalagriculture{1.1.5} [Mystical Agriculture] (mysticalagriculture-1.1.5.jar)
  290. UCHIJAAAA notenoughwands{1.3.6} [Not Enough Wands] (notenoughwands-1.10-1.3.6.jar)
  291. UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  292. UCHIJAAAA harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
  293. UCHIJAAAA progressiveautomation{1.6.48} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.48.jar)
  294. UCHIJAAAA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)
  295. UCHIJAAAA rftools{5.21} [RFTools] (rftools-1.10-5.21.jar)
  296. UCHIJAAAA roots{0.112} [Roots] (roots-1.10.2-0.112.0.jar)
  297. UCHIJAAAA showcasemod{0.2} [Showcase Mod] (showcasemod-0.3-1.10.2.jar)
  298. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.4.3-universal.jar)
  299. UCHIJAAAA simplebarrels{1.25f} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25f.jar)
  300. UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
  301. UCHIJAAAA supercraftingframe{1.2.1.87} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.87.jar)
  302. UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  303. UCHIJAAAA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)
  304. UCHIJAAAA theoneprobe{1.0.15} [The One Probe] (theoneprobe-1.10-1.0.15.jar)
  305. UCHIJAAAA topaddons{1.10.2-0.5.0} [TOP Addons] (topaddons-1.10.2-0.5.0.jar)
  306. UCHIJAAAA totemic{1.9.4-0.7.8} [Totemic] (Totemic-1.9.4-0.7.8.jar)
  307. UCHIJAAAA ToughAsNails{1.0.11} [Tough As Nails] (ToughAsNails-1.9.4-1.0.11.jar)
  308. UCHIJAAAA vc{v1.2.8b-mc1.10.2} [ViesCraft] (ViesCraft-1.2.8b-mc1.10.2.jar)
  309. UCHIJAAAA villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
  310. UCHIJAAAA waterstrainer{1.2.1} [Water Strainer] (WaterStrainer-1.9.4-1.2.1.jar)
  311. UCHIJAAAA webshooter{1.0.0} [WebShooter] (webshooter-1.10.2-1.0.0.jar)
  312. UCHIJAAAA wired{1.3.1} [WIRED: More Augs] (WIRED-1.3.1.jar)
  313. UCHIJAAAA zombie_steak{1.10-1.1.2} [Zombie Steak] (zombie_steak-1.10-1.1.2.jar)
  314. Loaded coremods (and transformers):
  315. IC2core (industrialcraft-2-2.6.49-ex110.jar)
  316.  
  317. LoadingHook (Mekanism-1.10.2-9.1.1.290.jar)
  318.  
  319. TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar)
  320. toughasnails.asm.transformer.BlockCropsTransformer
  321. toughasnails.asm.transformer.EntityRendererTransformer
  322. toughasnails.asm.transformer.WorldTransformer
  323. FMLPlugin (InventoryTweaks-1.61-58.jar)
  324. invtweaks.forge.asm.ContainerTransformer
  325. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  326.  
  327. BCModPlugin (zz-backpacks 1.10.2 - 3.1.1.jar)
  328. brad16840.common.asm.ClassTransformer
  329. Pulsar/tconstruct loaded Pulses:
  330. - TinkerCommons (Enabled/Forced)
  331. - TinkerWorld (Enabled/Not Forced)
  332. - TinkerTools (Enabled/Not Forced)
  333. - TinkerSmeltery (Enabled/Not Forced)
  334. - TinkerGadgets (Enabled/Not Forced)
  335. - TinkerOredict (Enabled/Forced)
  336. - TinkerIntegration (Enabled/Forced)
  337. - TinkerFluids (Enabled/Forced)
  338. - TinkerMaterials (Enabled/Forced)
  339. - chiselsandbitsIntegration (Enabled/Not Forced)
  340.  
  341. List of loaded APIs:
  342. * actuallyadditionsapi (21) from ActuallyAdditions-1.10.2-r60.jar
  343. * Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.8.1.jar
  344. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.4-56.jar
  345. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  346. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  347. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.1.jar
  348. * CoFHAPI (1.8.9R1.2.0B1) from forestry_1.10.2-5.2.9.241.jar
  349. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
  350. * CoFHAPI|energy (1.8.9R1.2.0B1) from theoneprobe-1.10-1.0.15.jar
  351. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.9.jar
  352. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
  353. * ComputerCraft|API (1.80pr0) from ComputerCraft1.80pr0.jar
  354. * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
  355. * ComputerCraft|API|Lua (1.80pr0) from ComputerCraft1.80pr0.jar
  356. * ComputerCraft|API|Media (1.80pr0) from ComputerCraft1.80pr0.jar
  357. * ComputerCraft|API|Peripheral (1.80pr0) from ComputerCraft1.80pr0.jar
  358. * ComputerCraft|API|Permissions (1.80pr0) from ComputerCraft1.80pr0.jar
  359. * ComputerCraft|API|Redstone (1.80pr0) from ComputerCraft1.80pr0.jar
  360. * ComputerCraft|API|Turtle (1.80pr0) from ComputerCraft1.80pr0.jar
  361. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.13-MC1.10.jar
  362. * DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.2.jar
  363. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.311.jar
  364. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  365. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.9.241.jar
  366. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.9.241.jar
  367. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  368. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.9.241.jar
  369. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.9.241.jar
  370. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  371. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.9.241.jar
  372. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  373. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.9.241.jar
  374. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.9.241.jar
  375. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  376. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.9.241.jar
  377. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.9.241.jar
  378. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.9.241.jar
  379. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.9.241.jar
  380. * gendustryAPI (2.3.0) from gendustry-1.6.4.17-mc1.10.2.jar
  381. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  382. * jeresources|API (0.4.8.48) from JustEnoughResources-1.10.2-0.4.8.48.jar
  383. * JustEnoughItemsAPI (4.1.0) from jei_1.10.2-3.9.0.246.jar
  384. * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
  385. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  386. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  387. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  388. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  389. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  390. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  391. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  392. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  393. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.1.1.290.jar
  394. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  395. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  396. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  397. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  398. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  399. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  400. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  401. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  402. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.6.jar
  403. * totemic|API (2.0.0) from Totemic-1.9.4-0.7.8.jar
  404. Profiler Position: N/A (disabled)
  405. Player Count: 0 / 21; []
  406. Is Modded: Definitely; Server brand changed to 'fml,forge'
  407. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement