Advertisement
Guest User

crash-2017-11-06_19.20.00-server

a guest
Nov 7th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.87 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  5. ForgelinPlugin (Forgelin-1.5.1.jar)
  6. LibLoader (# LibLoader.jar)
  7. LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  8. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.118.jar)
  9. RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  10. CoreModLoader (applied-llamagistics-1.11.2-rv5-beta-10.jar)
  11. AstralCore (astralsorcery-1.4.5.jar)
  12. IC2core (industrialcraft-2-2.7.81-ex111.jar)
  13. MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
  14. CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  15. TransformerLoader (OpenComputers-MC1.11.2-1.7.0.51.jar)
  16. SpongeCoremod (spongeforge-1.11.2-2476-6.1.0-BETA-2715.jar)
  17. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  18. CXLibraryCore (cxlibrary-1.11.2-1.4.1.jar)
  19. CoreMod (TickProfiler-1.11.2-jenkins.38.jar)
  20. CTMCorePlugin (CTM-MC1.11.2-0.2.3.14.jar)
  21. BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
  22. Contact their authors BEFORE contacting forge
  23.  
  24. // Quite honestly, I wouldn't worry myself about that.
  25.  
  26. Time: 11/6/17 7:20 PM
  27. Description: Exception in server tick loop
  28.  
  29. java.lang.NullPointerException: Exception in server tick loop
  30. at micdoodle8.mods.galacticraft.core.util.MapUtil.sendOrCreateMap(MapUtil.java:241)
  31. at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleServerSide(PacketSimple.java:1208)
  32. at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.tick(GalacticraftPacketHandler.java:68)
  33. at micdoodle8.mods.galacticraft.core.tick.TickHandlerServer.onWorldTick(TickHandlerServer.java:633)
  34. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_735_TickHandlerServer_onWorldTick_WorldTickEvent.invoke(.dynamic)
  35. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  36. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:632)
  37. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:588)
  38. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273)
  39. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:729)
  40. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  41. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  43. at java.lang.Thread.run(Thread.java:748)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Server thread
  51. Stacktrace:
  52. at micdoodle8.mods.galacticraft.core.util.MapUtil.sendOrCreateMap(MapUtil.java:241)
  53. at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleServerSide(PacketSimple.java:1208)
  54. at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.tick(GalacticraftPacketHandler.java:68)
  55. at micdoodle8.mods.galacticraft.core.tick.TickHandlerServer.onWorldTick(TickHandlerServer.java:633)
  56. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_735_TickHandlerServer_onWorldTick_WorldTickEvent.invoke(.dynamic)
  57. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  58. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:632)
  59. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:588)
  60. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273)
  61.  
  62. -- Sponge CauseTracker --
  63. Details:
  64. Cause Stack: /*******************************************************************************************************/
  65. /* - Phase: org.spongepowered.common.event.tracking.phase.plugin.PostWorldTickListenerState@6a9e0b8f */
  66. /* Context: */
  67. /* - Name: Source */
  68. /* Object: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@16b7769e */
  69. /* onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V */
  70. /* - Name: CapturedWorldTickEvent */
  71. /* Object: net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@48db21ff */
  72. /* - Name: CapturedBlocks */
  73. /* Object: CapturedBlocksSupplier{Captured=0} */
  74. /* - Name: CapturedEntities */
  75. /* Object: CapturedEntitiesSupplier{Captured=0} */
  76. /* - Name: CapturedPlayer */
  77. /* Object: CapturePlayer{player=null} */
  78. /*******************************************************************************************************/
  79.  
  80. Stacktrace:
  81. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zhl000(MinecraftServer.java:3974)
  82. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:840)
  83. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:358)
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:514)
  85. at java.lang.Thread.run(Thread.java:748)
  86.  
  87. -- System Details --
  88. Details:
  89. Minecraft Version: 1.11.2
  90. Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
  91. Java Version: 1.8.0_131, Oracle Corporation
  92. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  93. Memory: 4198529064 bytes (4004 MB) / 6974603264 bytes (6651 MB) up to 8589934592 bytes (8192 MB)
  94. JVM Flags: 2 total; -Xmx9G -Xms3G
  95. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  96. FML: MCP 9.38 Powered by Forge 13.20.1.2510 126 mods loaded, 126 mods active
  97. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  98. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  99. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  100. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (custom_server.jar)
  101. UCHIJAAAA forge{13.20.1.2510} [Minecraft Forge] (custom_server.jar)
  102. UCHIJAAAA appliedenergistics2-core{rv5-beta-10} [Applied Llamagistics Core] (minecraft.jar)
  103. UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  104. UCHIJAAAA opencomputers|core{1.7.0.51} [OpenComputers (Core)] (minecraft.jar)
  105. UCHIJAAAA spongeapi{6.1.0-SNAPSHOT-d1eb7e2} [SpongeAPI] (spongeforge-1.11.2-2476-6.1.0-BETA-2715.jar)
  106. UCHIJAAAA sponge{1.11.2-2476-6.1.0-BETA-2715} [SpongeForge] (spongeforge-1.11.2-2476-6.1.0-BETA-2715.jar)
  107. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  108. UCHIJAAAA nucleus-mixin{0.25.2-5.1} [Nucleus Mixins] (NucleusMixins-0.25.2-5.1.jar)
  109. UCHIJAAAA actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar)
  110. UCHIJAAAA additionalbanners{1.4.0.32} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.32.jar)
  111. UCHIJAAAA baubles{1.4.6} [Baubles] (Baubles-1.11-1.4.6.jar)
  112. UCHIJAAAA ic2{2.7.81-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.81-ex111.jar)
  113. UCHIJAAAA cofhcore{4.2.8} [CoFH Core] (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  114. UCHIJAAAA jei{4.5.0.294} [Just Enough Items] (jei_1.11.2-4.5.0.294.jar)
  115. UCHIJAAAA mekanism{9.3.5} [Mekanism] (Mekanism-1.11.2-9.3.5.206.jar)
  116. UCHIJAAAA opencomputers{1.7.0.51} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.51.jar)
  117. UCHIJAAAA codechickenlib{3.0.0.298} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  118. UCHIJAAAA thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar)
  119. UCHIJAAAA thermalexpansion{5.2.7} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.7.30-universal.jar)
  120. UCHIJAAAA appliedenergistics2{rv5-beta-10} [Applied Llamagistics] (applied-llamagistics-1.11.2-rv5-beta-10.jar)
  121. UCHIJAAAA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
  122. UCHIJAAAA morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar)
  123. UCHIJAAAA psi{r1.1-47} [Psi] (Psi-r1.1-47.jar)
  124. UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
  125. UCHIJAAAA bdlib{1.13.2.8} [BD Lib] (bdlib-1.13.2.8-mc1.11.2.jar)
  126. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
  127. UCHIJAAAA bibliocraft{2.3.3} [BiblioCraft] (BiblioCraft[v2.3.3][MC1.11.2].jar)
  128. UCHIJAAAA bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar)
  129. UCHIJAAAA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
  130. UCHIJAAAA natura{1.11.2-4.2.0.33} [Natura] (natura-1.11.2-4.2.0.33.jar)
  131. UCHIJAAAA bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar)
  132. UCHIJAAAA guideapi{1.11.2-2.1.4-56} [Guide-API] (Guide-API-1.11.2-2.1.4-56.jar)
  133. UCHIJAAAA bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar)
  134. UCHIJAAAA bookshelf{2.0.388} [Bookshelf] (Bookshelf-1.11.2-2.0.0.388.jar)
  135. UCHIJAAAA botania{r1.9-345} [Botania] (Botania r1.9-345.jar)
  136. UCHIJAAAA brandonscore{2.2.4} [Brandon's Core] (BrandonsCore-1.11.2-2.2.4.131-universal.jar)
  137. UCHIJAAAA chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
  138. UCHIJAAAA chancecubes{1.11.2-3.0.1.193} [Chance Cubes] (ChanceCubes-1.11.2-3.0.1.193.jar)
  139. UCHIJAAAA chesttransporter{2.7.13} [Chest Transporter] (ChestTransporter-1.11.2-2.7.13.jar)
  140. UCHIJAAAA chisel{MC1.11.2-0.0.14.25} [Chisel] (Chisel-MC1.11.2-0.0.14.25.jar)
  141. UCHIJAAAA chiselsandbits{13.14} [Chisels & Bits] (chiselsandbits-13.14.jar)
  142. UCHIJAAAA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
  143. UCHIJAAAA clipboard{@VERSION@} [Clipboard] (Clipboard-1.11-1.2.1.jar)
  144. UCHIJAAAA compactstorage{2.2} [CompactStorage] (CompactStorage-2.2.jar)
  145. UCHIJAAAA crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar)
  146. UCHIJAAAA crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar)
  147. UCHIJAAAA ctdcore{1.0.4} [CTD Core] (CTD-Core-1.11.2-1.0.4.jar)
  148. UCHIJAAAA cxlibrary{1.4.1} [CXLibrary] (cxlibrary-1.11.2-1.4.1.jar)
  149. UCHIJAAAA darkutils{1.2.0.147} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.147.jar)
  150. UCHIJAAAA ptrmodellib{1.0.0} [ptrmodellib] (Decocraft-2.5.2_1.11.2.jar)
  151. UCHIJAAAA props{2.5.2} [Decocraft] (Decocraft-2.5.2_1.11.2.jar)
  152. UCHIJAAAA forestry{5.3.4.202} [Forestry] (forestry_1.11.2-5.3.4.202.jar)
  153. UCHIJAAAA eleccore{1.7.431} [ElecCore] (ElecCore-1.11-1.7.431.jar)
  154. UCHIJAAAA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
  155. UCHIJAAAA draconicevolution{2.2.4} [Draconic Evolution] (Draconic-Evolution-1.11.2-2.2.4.264-universal.jar)
  156. UCHIJAAAA storagedrawers{1.11.2-4.2.10} [Storage Drawers] (StorageDrawers-1.11.2-4.2.10.jar)
  157. UCHIJAAAA bitdrawers{0.41} [Drawers & Bits] (DrawersBits-1.11.2-0.41.jar)
  158. UCHIJAAAA hobomod{1.1} [Hobo's Dyeable Chickens] (dyeablechickens-1.1.jar)
  159. UCHIJAAAA elevatorid{1.3.2} [Elevator Mod] (ElevatorMod-1.11.2-1.3.2.jar)
  160. UCHIJAAAA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
  161. UCHIJAAAA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
  162. UCHIJAAAA exchangers{1.11.2-1.6.1} [Exchangers] (Exchangers-1.11.2-1.6.1.jar)
  163. UCHIJAAAA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.11.2-4.0.0.118.jar)
  164. UCHIJAAAA extrabitmanipulation{1.11.2-3.2.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.11.2-3.2.1.jar)
  165. UCHIJAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.6.5.jar)
  166. UCHIJAAAA fastleafdecay{v15} [Fast Leaf Decay] (FastLeafDecay-v15.jar)
  167. UCHIJAAAA flatcoloredblocks{mc1.11-5.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.3.jar)
  168. UCHIJAAAA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
  169. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  170. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar)
  171. UCHIJAAAA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.11.2-4.0.0.118.jar)
  172. UCHIJAAAA gendustry{1.6.5.9} [GenDustry] (gendustry-1.6.5.9-mc1.11.2.jar)
  173. UCHIJAAAA gravestone{1.7.4} [Gravestone Mod] (gravestone-1.7.4_.jar)
  174. UCHIJAAAA ironbackpacks{@VERSION@} [Iron Backpacks] (IronBackpacks-1.11.2-3.0.0.jar)
  175. UCHIJAAAA ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar)
  176. UCHIJAAAA jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.11.2-1.3.1.jar)
  177. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
  178. UCHIJAAAA journeymap{1.11.2-5.5.1} [JourneyMap] (journeymap-1.11.2-5.5.1.jar)
  179. UCHIJAAAA jet_packs{1.0.1} [Just JetPacks] (Just-Jetpacks-1.0.1.jar)
  180. UCHIJAAAA magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar)
  181. UCHIJAAAA malisiscore{1.11.2-5.2.5} [MalisisCore] (malisiscore-1.11.2-5.2.5.jar)
  182. UCHIJAAAA malisisdoors{1.11.2-6.1.3} [MalisisDoors] (malisisdoors-1.11.2-6.1.3.jar)
  183. UCHIJAAAA mekanismgenerators{9.3.5} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.5.206.jar)
  184. UCHIJAAAA mekanismtools{9.3.5} [MekanismTools] (MekanismTools-1.11.2-9.3.5.206.jar)
  185. UCHIJAAAA moglowstone{1.2.4} [Mo' Glowstone] (Mo' Glowstone-1.2.4-1.11.2.jar)
  186. UCHIJAAAA moreplanets{2.0.9} [More Planets] (More-Planets-1.11.2-2.0.9-GC117.jar)
  187. UCHIJAAAA morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar)
  188. UCHIJAAAA morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar)
  189. UCHIJAAAA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar)
  190. UCHIJAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  191. UCHIJAAAA openglider{@VERSION@} [Open Glider] (OpenGlider-1.11.2-1.0.0.jar)
  192. UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
  193. UCHIJAAAA plants{0.8.5} [Plants] (Plants-1.11.2-beta-0.8.5.jar)
  194. UCHIJAAAA rainboaks{1.0.2} [Rainbow Oak Trees] (RainbowOaks-1.11-1.0.2.jar)
  195. UCHIJAAAA randomthings{4.0} [Random Things] (RandomThings-MC1.11.2-4.0.jar)
  196. UCHIJAAAA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
  197. UCHIJAAAA reborncore{2.16.1.115} [Reborn Core] (RebornCore-1.11.2-2.16.1.115-universal.jar)
  198. UCHIJAAAA reborncore-mcmultipart{2.16.1.115} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.1.115-universal.jar)
  199. UCHIJAAAA redstonearsenal{2.2.6} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.6.10-universal.jar)
  200. UCHIJAAAA rftools{7.13} [RFTools] (rftools-1.1x-7.13.jar)
  201. UCHIJAAAA simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar)
  202. UCHIJAAAA soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar)
  203. UCHIJAAAA stevescarts{2.3.0.22} [Steve's Carts 2] (StevesCarts-1.11.2-2.3.0.22.jar)
  204. UCHIJAAAA storagedrawersextra{@VERSION@} [Storage Drawers Extras] (StorageDrawersExtras-1.11.2-2.0.0.jar)
  205. UCHIJAAAA tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar)
  206. UCHIJAAAA theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar)
  207. UCHIJAAAA thermaldynamics{2.2.7} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.7.16-universal.jar)
  208. UCHIJAAAA tickprofiler{1.11.2-jenkins.38} [TickProfiler] (TickProfiler-1.11.2-jenkins.38.jar)
  209. UCHIJAAAA tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar)
  210. UCHIJAAAA wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar)
  211. UCHIJAAAA xnet{1.4.1} [XNet] (xnet-1.4.1.jar)
  212. UCHIJAAAA xtones{1.11-1.0.1-3} [Xtones] (Xtones-1.11-1.0.1-3.jar)
  213. UCHIJAAAA buycraft{SET_BY_MAGIC} [Buycraft] (BuycraftXSponge.jar)
  214. UCHIJAAAA catclearlag{0.8} [CatClearLag] (CatClearLag-0.8.jar)
  215. UCHIJAAAA griefprevention{4.1.1} [GriefPrevention] (griefprevention-1.11.2-4.1.1.487.jar)
  216. UCHIJAAAA huskyui{0.2.1} [HuskyUI] (HuskyUI-v0.2.1.jar)
  217. UCHIJAAAA huskycrates{1.7.2} [HuskyCrates] (HuskyCrates-v1.7.2.jar)
  218. UCHIJAAAA luckperms{3.4.20} [LuckPerms] (LuckPerms-Sponge-3.4.20.jar)
  219. UCHIJAAAA nucleus{1.1.4-LTS-S5.1} [Nucleus] (Nucleus-1.1.4-LTS-S5.1-MC1.10.2-plugin.jar)
  220. UCHIJAAAA nuvotifier{2.3.5} [NuVotifier] (nuvotifier-universal-2.3.5.jar)
  221. UCHIJAAAA seriousvote{4.4} [SeriousVote] (seriousvote-4.4.jar)
  222. UCHIJAAAA unidict{1.11.2-1.1b} [UniDict] (UniDict-1.11.2-1.1b.jar)
  223. UCHIJAAAA yabba{1.11.2-0.5.1} [YABBA] (YABBA-1.11.2-0.5.1.jar)
  224. Loaded coremods (and transformers):
  225. Default Options (DefaultOptions_1.11.2-8.2.2.jar)
  226. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  227. ForgelinPlugin (Forgelin-1.5.1.jar)
  228.  
  229. LibLoader (# LibLoader.jar)
  230.  
  231. LoadingPlugin (RandomThings-MC1.11.2-4.0.jar)
  232. lumien.randomthings.asm.ClassTransformer
  233. MicdoodlePlugin (MicdoodleCore-1.11.2-4.0.0.118.jar)
  234. micdoodle8.mods.miccore.MicdoodleTransformer
  235. RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  236. reborncore.mixin.transformer.MixinTransformer
  237. CoreModLoader (applied-llamagistics-1.11.2-rv5-beta-10.jar)
  238. appeng.coremod.transformer.ASMIntegration
  239. AstralCore (astralsorcery-1.4.5.jar)
  240.  
  241. IC2core (industrialcraft-2-2.7.81-ex111.jar)
  242.  
  243. MalisisCorePlugin (malisiscore-1.11.2-5.2.5.jar)
  244. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  245. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  246. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  247. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  248. net.malisis.core.util.clientnotif.ClientNotifTransformer
  249. CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  250. codechicken.lib.asm.ClassHierarchyManager
  251. codechicken.lib.asm.CCL_ASMTransformer
  252. TransformerLoader (OpenComputers-MC1.11.2-1.7.0.51.jar)
  253. li.cil.oc.common.asm.ClassTransformer
  254. SpongeCoremod (spongeforge-1.11.2-2476-6.1.0-BETA-2715.jar)
  255. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  256. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.8.16-universal.jar)
  257. cofh.asm.CoFHClassTransformer
  258. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  259. CXLibraryCore (cxlibrary-1.11.2-1.4.1.jar)
  260. cubex2.cxlibrary.CoreModTransformer
  261. CoreMod (TickProfiler-1.11.2-jenkins.38.jar)
  262.  
  263. CTMCorePlugin (CTM-MC1.11.2-0.2.3.14.jar)
  264. team.chisel.ctm.client.asm.CTMTransformer
  265. BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
  266. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  267. AE2 Version: beta rv5-beta-10 for Forge 13.20.1.2388
  268. Pulsar/natura loaded Pulses:
  269. - NaturaCommons (Enabled/Forced)
  270. - NaturaOverworld (Enabled/Not Forced)
  271. - NaturaNether (Enabled/Not Forced)
  272. - NaturaDecorative (Enabled/Not Forced)
  273. - NaturaTools (Enabled/Not Forced)
  274. - NaturaEntities (Enabled/Not Forced)
  275. - NaturaOredict (Enabled/Forced)
  276. - NaturaWorld (Enabled/Not Forced)
  277.  
  278. Pulsar/tconstruct loaded Pulses:
  279. - TinkerCommons (Enabled/Forced)
  280. - TinkerWorld (Enabled/Not Forced)
  281. - TinkerTools (Enabled/Not Forced)
  282. - TinkerHarvestTools (Enabled/Forced)
  283. - TinkerMeleeWeapons (Enabled/Forced)
  284. - TinkerRangedWeapons (Enabled/Forced)
  285. - TinkerModifiers (Enabled/Forced)
  286. - TinkerSmeltery (Enabled/Not Forced)
  287. - TinkerGadgets (Enabled/Not Forced)
  288. - TinkerOredict (Enabled/Forced)
  289. - TinkerIntegration (Enabled/Forced)
  290. - TinkerFluids (Enabled/Forced)
  291. - TinkerMaterials (Enabled/Forced)
  292. - TinkerModelRegister (Enabled/Forced)
  293. - chiselIntegration (Enabled/Not Forced)
  294. - chiselsandbitsIntegration (Enabled/Not Forced)
  295. - theoneprobeIntegration (Enabled/Not Forced)
  296.  
  297. codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.:
  298. List of loaded APIs:
  299. * actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
  300. * appliedenergistics2|API (rv5) from applied-llamagistics-1.11.2-rv5-beta-10.jar
  301. * Baubles|API (1.4.0.2) from Baubles-1.11-1.4.6.jar
  302. * bloodmagic|API (1.11-2.1.11-80) from BloodMagic-1.11-2.1.11-80.jar
  303. * BotaniaAPI (86) from Botania r1.9-345.jar
  304. * chesttransporter|api (1) from ChestTransporter-1.11.2-2.7.13.jar
  305. * Chisel-API (0.0.1) from Chisel-MC1.11.2-0.0.14.25.jar
  306. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.14.25.jar
  307. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.14.jar
  308. * CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.5.jar
  309. * cofhapi (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  310. * cofhapi|block (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  311. * cofhapi|core (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  312. * CoFHAPI|energy (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.5.jar
  313. * cofhapi|energy (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  314. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.5.206.jar
  315. * cofhapi|item (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  316. * cofhapi|tileentity (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  317. * cofhapi|util (1.8.0) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  318. * cofhlib (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  319. * cofhlib|audio (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  320. * cofhlib|gui (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  321. * cofhlib|gui|container (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  322. * cofhlib|gui|element (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  323. * cofhlib|gui|element|listbox (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  324. * cofhlib|gui|slot (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  325. * cofhlib|inventory (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  326. * cofhlib|util (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  327. * cofhlib|util|helpers (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  328. * cofhlib|world (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  329. * cofhlib|world|feature (1.8.6) from CoFHCore-1.11.2-4.2.8.16-universal.jar
  330. * compactstorage (2.2) from CompactStorage-2.2.jar
  331. * compatlayer (0.2.9) from compatlayer-1.11.2-0.2.9.jar
  332. * CSLib|API (0.3.0) from Decocraft-2.5.2_1.11.2.jar
  333. * ctm-api (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
  334. * ctm-api-events (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
  335. * ctm-api-models (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
  336. * ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
  337. * ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.2.3.14.jar
  338. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
  339. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.11.2-2.2.4.264-universal.jar
  340. * ElecCoreAPI (1.0) from ElecCore-1.11-1.7.431.jar
  341. * ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.431.jar
  342. * environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
  343. * ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.202.jar
  344. * ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.202.jar
  345. * ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.202.jar
  346. * ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.202.jar
  347. * ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.202.jar
  348. * ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.202.jar
  349. * ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.202.jar
  350. * ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.202.jar
  351. * ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.202.jar
  352. * ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.202.jar
  353. * ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.202.jar
  354. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.202.jar
  355. * ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.202.jar
  356. * ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.202.jar
  357. * ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.202.jar
  358. * ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.202.jar
  359. * ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.202.jar
  360. * funkylocomotion_api (2.0) from funky-locomotion-1.11.2-alpha-0.0.1.jar
  361. * Galacticraft API (1.0) from GalacticraftCore-1.11.2-4.0.0.118.jar
  362. * gendustryAPI (2.3.0) from gendustry-1.6.5.9-mc1.11.2.jar
  363. * Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.4-56.jar
  364. * jeresources|API (0.6.6.12) from JustEnoughResources-1.11.2-0.6.6.12.jar
  365. * journeymap|client-api (1.4) from journeymap-1.11.2-5.5.1.jar
  366. * journeymap|client-api-display (1.4) from journeymap-1.11.2-5.5.1.jar
  367. * journeymap|client-api-event (1.4) from journeymap-1.11.2-5.5.1.jar
  368. * journeymap|client-api-model (1.4) from journeymap-1.11.2-5.5.1.jar
  369. * journeymap|client-api-util (1.4) from journeymap-1.11.2-5.5.1.jar
  370. * JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.0.294.jar
  371. * mcjtylib_ng (2.4.5) from mcjtylib-1.1x-2.4.5.jar
  372. * MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  373. * MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  374. * MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  375. * MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  376. * MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  377. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  378. * MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.5.206.jar
  379. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.11.2.jar
  380. * Open Glider|API (0.1) from OpenGlider-1.11.2-1.0.0.jar
  381. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  382. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  383. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  384. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  385. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  386. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  387. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  388. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  389. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  390. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  391. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.51.jar
  392. * PsiAPI (4) from Psi-r1.1-47.jar
  393. * reborncoreAPI (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  394. * reborncoreAPI|Fuel (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  395. * reborncoreAPI|Power (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  396. * reborncoreAPI|Recipe (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  397. * reborncoreAPI|Tile (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  398. * stevescartsAPI (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  399. * stevescartsAPI|FARMS (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  400. * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  401. * StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  402. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  403. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  404. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  405. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  406. * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  407. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  408. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.19.jar
  409. * valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
  410. RebornCore:
  411. Plugin Engine: 1
  412. RebornCore Version: 2.16.1.115
  413. Mixin Status: 1
  414. Runtime Debofucsation 1
  415. AE2 Integration: IC2:ON, BUILDCRAFT:OFF, COFH_HAMMER:ON, RF:ON, RFItem:ON, Waila:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, MEKANISM:ON, CHISEL:ON
  416. Profiler Position: N/A (disabled)
  417. Player Count: 2 / 20; [GCEntityPlayerMP['Gemini_MMXVII'/2090, l='world', x=775.29, y=58.00, z=-327.06], GCEntityPlayerMP['TibbersTeaParty'/5383, l='world', x=-10084.39, y=66.74, z=-10036.22]]
  418. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  419. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement