Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.32 KB | None | 0 0
  1. [01:25:25] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Exception ticking world
  3. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
  5. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
  8. Caused by: java.lang.NullPointerException
  9. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.checkSS(WorldProviderOrbit.java:1144) ~[WorldProviderOrbit.class:?]
  10. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.readFromNBT(WorldProviderOrbit.java:1394) ~[WorldProviderOrbit.class:?]
  11. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.updateWeather(WorldProviderOrbit.java:252) ~[WorldProviderOrbit.class:?]
  12. at net.minecraft.world.World.func_72979_l(World.java:3383) ~[ahb.class:?]
  13. at net.minecraft.world.WorldServer.func_72979_l(WorldServer.java:1286) ~[mt.class:?]
  14. at net.minecraft.world.World.func_72835_b(World.java:3360) ~[ahb.class:?]
  15. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:230) ~[mt.class:?]
  16. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
  17. ... 4 more
  18. [01:25:25] [Server thread/ERROR]: Cause of unexpected exception was
  19. java.lang.NullPointerException
  20. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.checkSS(WorldProviderOrbit.java:1144) ~[WorldProviderOrbit.class:?]
  21. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.readFromNBT(WorldProviderOrbit.java:1394) ~[WorldProviderOrbit.class:?]
  22. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.updateWeather(WorldProviderOrbit.java:252) ~[WorldProviderOrbit.class:?]
  23. at net.minecraft.world.World.func_72979_l(World.java:3383) ~[ahb.class:?]
  24. at net.minecraft.world.WorldServer.func_72979_l(WorldServer.java:1286) ~[mt.class:?]
  25. at net.minecraft.world.World.func_72835_b(World.java:3360) ~[ahb.class:?]
  26. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:230) ~[mt.class:?]
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  31. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
  32.  
  33. ---------------------------------------------------------
  34.  
  35. ---- Minecraft Crash Report ----
  36. // Don't be sad, have a hug! <3
  37.  
  38. Time: 7/3/16 1:25 AM
  39. Description: Exception ticking world
  40.  
  41. java.lang.NullPointerException: Exception ticking world
  42. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.checkSS(WorldProviderOrbit.java:1144)
  43. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.readFromNBT(WorldProviderOrbit.java:1394)
  44. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.updateWeather(WorldProviderOrbit.java:252)
  45. at net.minecraft.world.World.func_72979_l(World.java:3383)
  46. at net.minecraft.world.WorldServer.func_72979_l(WorldServer.java:1286)
  47. at net.minecraft.world.World.func_72835_b(World.java:3360)
  48. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:230)
  49. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963)
  50. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  51. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  53. at java.lang.Thread.run(Thread.java:745)
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Stacktrace:
  61. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.checkSS(WorldProviderOrbit.java:1144)
  62. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.readFromNBT(WorldProviderOrbit.java:1394)
  63. at micdoodle8.mods.galacticraft.core.dimension.WorldProviderOrbit.updateWeather(WorldProviderOrbit.java:252)
  64. at net.minecraft.world.World.func_72979_l(World.java:3383)
  65. at net.minecraft.world.WorldServer.func_72979_l(WorldServer.java:1286)
  66. at net.minecraft.world.World.func_72835_b(World.java:3360)
  67. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:230)
  68.  
  69. -- Affected level --
  70. Details:
  71. Level name: DIM_SPACESTATION2
  72. All players: 0 total; []
  73. Chunk stats: ServerChunkCache: 17 Drop: 0
  74. Level seed: 9208484980496006777
  75. Level generator: ID 00 - default, ver 1. Features enabled: true
  76. Level generator options:
  77. Level spawn location: World: (220,44,236), Chunk: (at 12,2,12 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  78. Level time: 4877376 game time, 4877376 day time
  79. Level dimension: 2
  80. Level storage version: 0x04ABD - Anvil
  81. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  82. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  83. Stacktrace:
  84. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963)
  85. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  86. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  88. at java.lang.Thread.run(Thread.java:745)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.7.10
  93. Thermos Version: cyberdynecc:Thermos:1.7.10-1614.57
  94. Plugins: InvTweaksMenuFix, WorldEdit, Questioner, Skript, Essentials, PluginManager, ClearLag, Announcer, DungeonsLink, WorldBorder, Votifier, KeepInv, BedCraftGP, Multiverse-Core, BOSEconomy, SuperServerMC, PermissionsEx, LagMeter, Vault, GAListener, TekkitCustomizer, KeepDeathDrop, Prism, EssentialsSpawn, EnjinMinecraftPlugin, CreateYourOwnMenus, Towny, RandomTP, SignShop, TownyChat, CommunityChat, TownyNameUpdater, SimpleAlias, TownArrest
  95. Disabled Plugins:
  96. Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
  97. Java Version: 1.8.0_71, Oracle Corporation
  98. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  99. Memory: 2360798752 bytes (2251 MB) / 5613551616 bytes (5353 MB) up to 9544663040 bytes (9102 MB)
  100. JVM Flags: 2 total; -Xms2G -Xmx10G
  101. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  102. IntCache: cache: 0, tcache: 16, allocated: 31, tallocated: 77
  103. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 195 mods loaded, 190 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  106. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (crack.jar)
  107. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (crack.jar)
  108. UCHIJAAAA kimagine{0.2} [KImagine] (minecraft.jar)
  109. UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  110. UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  111. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  112. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  113. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  114. UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
  115. UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  116. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  117. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  118. UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
  119. UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
  120. UCHIJAAAA oresheepmod{v3.1.0} [Ore Sheep] (1.7.10-OreSheepMod-v3.1.0.jar)
  121. UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  122. UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  123. UCHIJAAAA ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
  124. UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  125. UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  126. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
  127. UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
  128. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  129. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  130. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  131. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  132. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  133. UCHIJAAAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
  134. UCHIJAAAA autopackager{1.5.9a} [AutoPackager] (autopackager-1.5.9a.jar)
  135. UCHIJAAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  136. UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
  137. UCHIJAAAA IC2{2.2.822-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.822-experimental.jar)
  138. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  139. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  140. UCHIJAAAA Forestry{4.2.14.62} [Forestry for Minecraft] (forestry_1.7.10-4.2.14.62.jar)
  141. UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
  142. UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  143. UCHIJAAAA ThermalFoundation{1.7.10R1.2.4} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.4-114.jar)
  144. UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
  145. UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  146. UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
  147. UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
  148. UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
  149. UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
  150. UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
  151. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  152. UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  153. UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  154. UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
  155. UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
  156. UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
  157. UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
  158. UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
  159. UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
  160. UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
  161. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  162. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  163. UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  164. UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
  165. UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
  166. UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  167. UCHIJAAAA cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
  168. UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.9.jar)
  169. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.2_1.7.10.jar)
  170. UCHIJAAAA props{2.3.2} [Decocraft] (Decocraft-2.3.2_1.7.10.jar)
  171. UCHIJAAAA Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
  172. UCHIJAAAA DraconicEvolution{1.0.2g} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2g.jar)
  173. UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  174. UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
  175. UCHIJAAAA Mekanism{9.0.2} [Mekanism] (Mekanism-1.7.10-9.0.2.271.jar)
  176. UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  177. UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  178. UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
  179. UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  180. UCHIJAAAA extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  181. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  182. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  183. UCHIJAAAA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
  184. UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
  185. UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  186. UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
  187. UCHIJAAAA fc-dummy{0} [fc-dummy] (fastcraft-1.23.jar)
  188. UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  189. UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
  190. UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  191. UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
  192. UCHIJAAAA forgeanalytics{0.0.0.16} [Forge Analytics] (ForgeAnalytics-1.7.10-0.0.0.16.jar)
  193. UCHIJAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  194. UCHIJAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  195. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
  196. UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
  197. UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
  198. UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
  199. UCHIJAAAA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
  200. UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  201. UCHIJAAAA IC2NuclearControl{2.4.0b} [Nuclear Control 2] (IC2NuclearControl-2.4.0b.jar)
  202. UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  203. UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  204. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  205. UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  206. UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
  207. UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  208. UCHIJAAAA LogisticsPipes{0.9.3.125} [Logistics Pipes] (logisticspipes-0.9.3.125.jar)
  209. UCHIJAAAA MekanismGenerators{9.0.2} [MekanismGenerators] (MekanismGenerators-1.7.10-9.0.2.271.jar)
  210. UCHIJAAAA MekanismTools{9.0.2} [MekanismTools] (MekanismTools-1.7.10-9.0.2.271.jar)
  211. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  212. UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  213. UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  214. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  215. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  216. UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  217. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  218. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  219. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  220. UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  221. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  222. UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  223. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  224. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  225. UCHIJAAAA MiniBosses{1.2a} [Mini-Bosses] (MiniBosses-1.2a.jar)
  226. UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
  227. UCHIJAAAA powersuits{0.11.0.301} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.301.jar)
  228. UCHIJAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
  229. UCHIJAAAA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  230. UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  231. UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  232. UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  233. UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  234. UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  235. UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  236. UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  237. UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  238. UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  239. UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
  240. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  241. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  242. UCHIJAAAA openmodularturrets{2.2.2-217} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.2-217.jar)
  243. UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
  244. UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
  245. UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
  246. UCHIJAAAA PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
  247. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  248. UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  249. UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  250. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  251. UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
  252. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  253. UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  254. UCHIJAAAA recallstones{0.5.2} [Recall Stones] (RecallStones-1.7.10-0.5.2.jar)
  255. UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  256. UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  257. UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
  258. UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
  259. UCHIJAAAA runicdungeons{1.1.6d} [Runic Dungeons] (runicdungeons-1.1.6d.jar)
  260. UCHIJAAAA Sanguimancy{1.7.10-1.1.9-35} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-35.jar)
  261. UCHIJAAAA SimpleLabels{@VERSION@} [SimpleLabels] (SimpleLabels-1.7.10-1.0-9.jar)
  262. UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  263. UCHIJAAAA SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
  264. UCHIJAAAA SophisticatedWolves{3.2.0} [SophisticatedWolves] (Sophisticated Wolves 3.2.0.jar)
  265. UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  266. UCHIJAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
  267. UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  268. UCHIJAAAA StorageDrawers{1.7.10-1.9.9} [Storage Drawers] (StorageDrawers-1.7.10-1.9.9.jar)
  269. UCHIJAAAA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
  270. UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
  271. UCHIJAAAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  272. UCHIJAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  273. UCHIJAAAA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
  274. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  275. UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  276. UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
  277. UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  278. UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  279. UCHIJAAAA ultimate_unicorn_mod{1.4.16} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.4.16.jar)
  280. UCHIJAAAA vending{1.2.3} [vending] (vending-v1.2.3.jar)
  281. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  282. UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
  283. UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  284. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  285. UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  286. UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  287. UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  288. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  289. UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  290. UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  291. UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  292. UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  293. UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  294. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  295. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  296. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  297. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  298. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  299. UD MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  300. OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
  301. Class transformer null safety: all safe
  302. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  303. CoFHCore: -[1.7.10]3.1.2-325
  304. MineFactoryReloaded: -[1.7.10]2.8.1-174
  305. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  306. ThermalFoundation: -[1.7.10]1.2.4-114
  307. ThermalExpansion: -[1.7.10]4.1.2-240
  308. TConstruct Environment: Environment healthy.
  309. RedstoneArsenal: -[1.7.10]1.1.2-92
  310. NetherOres: -[1.7.10]2.3.1-22
  311. ThermalDynamics: -[1.7.10]1.2.0-171
  312. List of loaded APIs:
  313. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
  314. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
  315. * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.4-114.jar
  316. * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
  317. * BotaniaAPI (76) from Botania r1.8-249.jar
  318. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
  319. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
  320. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
  321. * BuildCraftAPI|core (1.0) from buildcraft-7.1.16.jar
  322. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.16.jar
  323. * BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
  324. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
  325. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
  326. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
  327. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
  328. * BuildCraftAPI|items (1.1) from buildcraft-7.1.16.jar
  329. * BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
  330. * BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  331. * BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
  332. * BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
  333. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
  334. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.16.jar
  335. * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  336. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
  337. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  338. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.16.jar
  339. * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
  340. * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
  341. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
  342. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
  343. * CoFHAPI (1.7.10R1.0.0) from funky-locomotion-1.7.10-beta-7.jar
  344. * CoFHAPI|block (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  345. * CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
  346. * CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-4.2.14.62.jar
  347. * CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  348. * CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  349. * CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  350. * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar
  351. * CoFHAPI|tileentity (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar
  352. * CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  353. * CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
  354. * CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  355. * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  356. * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  357. * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  358. * CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  359. * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  360. * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  361. * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  362. * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  363. * CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  364. * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  365. * CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
  366. * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  367. * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar
  368. * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
  369. * ComputerCraft|API (1.75) from ComputerCraft1.75.jar
  370. * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
  371. * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
  372. * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
  373. * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
  374. * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
  375. * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
  376. * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
  377. * CSLib|API (0.3.0) from Decocraft-2.3.2_1.7.10.jar
  378. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2g.jar
  379. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  380. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  381. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  382. * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.14.62.jar
  383. * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.14.62.jar
  384. * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.14.62.jar
  385. * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.14.62.jar
  386. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.14.62.jar
  387. * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.14.62.jar
  388. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.14.62.jar
  389. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.14.62.jar
  390. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.14.62.jar
  391. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.14.62.jar
  392. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  393. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  394. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.14.62.jar
  395. * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.14.62.jar
  396. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.14.62.jar
  397. * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
  398. * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
  399. * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
  400. * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
  401. * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  402. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
  403. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  404. * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
  405. * MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  406. * MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  407. * MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  408. * MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  409. * MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  410. * MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  411. * MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  412. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  413. * MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.0.2.271.jar
  414. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.0b.jar
  415. * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
  416. * OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
  417. * OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar
  418. * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
  419. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  420. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
  421. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
  422. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  423. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  424. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  425. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  426. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  427. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  428. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  429. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  430. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  431. * Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-35.jar
  432. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  433. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  434. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  435. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  436. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  437. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  438. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  439. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  440. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.9.jar
  441. * Testerino|API (0.01) from runicdungeons-1.1.6d.jar
  442. * Thaumcraft|API (4.2.0.0) from Sophisticated Wolves 3.2.0.jar
  443. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  444. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  445. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  446. Bukkit, Cauldron, or other Bukkit replacement
  447. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  448. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
  449. Profiler Position: N/A (disabled)
  450. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  451. Player Count: 12 / 100; [EntityPlayerMP['SouthernModern'/2766, l='world', x=-5321.23, y=64.00, z=11339.16](SouthernModern at -5321.230129460072,64.0,11339.157975464572), EntityPlayerMP['TheMonkeyCrew'/2857, l='world', x=2880.38, y=73.77, z=2015.83](TheMonkeyCrew at 2880.3804219942153,73.76636799395752,2015.8282497231685), EntityPlayerMP['TheDoctorProctor'/2858, l='world', x=-5349.79, y=63.88, z=11286.44](TheDoctorProctor at -5349.794243573482,63.875,11286.438680500272), EntityPlayerMP['XxDerposxX'/3025, l='world', x=2781.04, y=46.00, z=2296.12](XxDerposxX at 2781.039545720269,46.0,2296.1245458565213), EntityPlayerMP['DragonSlayer0904'/3357, l='world', x=438.54, y=82.00, z=5919.28](DragonSlayer0904 at 438.5436097876887,82.0,5919.278955303141), EntityPlayerMP['SeniPT'/3628, l='world', x=2693.32, y=59.00, z=2779.14](SeniPT at 2693.3190852219977,59.0,2779.1416243070776), EntityPlayerMP['maxime4444'/3942, l='world', x=2037.46, y=71.00, z=1572.76](maxime4444 at 2037.4644385934369,71.0,1572.7622378293197), EntityPlayerMP['wittwer427'/4144, l='world', x=-5484.71, y=67.00, z=11136.40](wittwer427 at -5484.706394189253,67.0,11136.399422122531), EntityPlayerMP['Keaton_wizard'/4217, l='world', x=2993.90, y=73.16, z=1308.52](Keaton_wizard at 2993.901976462747,73.16009127504826,1308.5220388876673), EntityPlayerMP['a6l7more'/4935, l='world', x=-4554.10, y=70.00, z=-2352.10](a6l7more at -4554.096459858359,70.0,-2352.0978269149964), EntityPlayerMP['Reciell'/5081, l='world', x=3121.96, y=65.00, z=1227.33](Reciell at 3121.956868630375,65.0,1227.332417231609), EntityPlayerMP['recon4322'/5397, l='world', x=1833.30, y=89.00, z=2390.30](recon4322 at 1833.300000011921,89.0,2390.300000011921)]
  452. Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
  453. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement