Advertisement
FoxFire_PB

Fluiduct/sponge fluid crash

Aug 28th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.5.1.jar)
  5. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  6. TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
  7. AppleCore (AppleCore-mc1.11.2-2.2.2.jar)
  8. CTMCorePlugin (CTM-MC1.11.2-0.2.2.12.jar)
  9. LoadingPlugin (Quark-r1.2-93b.jar)
  10. RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  11. AstralCore (astralsorcery-1.4.5.jar)
  12. IC2core (industrialcraft-2-2.7.81-ex111.jar)
  13. llibrary (llibrary-1.7.7-1.11.2.jar)
  14. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.6.jar)
  15. CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  16. BlurPlugin (Blur-1.0.4-14.jar)
  17. SpongeCoremod (spongeforge-1.11.2-2393-6.1.0-BETA-2570.jar)
  18. Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  19. literalascension (literalascension-1.11.2-1.0.2.2.jar)
  20. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.7.15-universal.jar)
  21. CorePlugin (FluxedRedstone-2.6.1.59.jar)
  22. BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
  23. Plugin (NotEnoughIDs-1.5.4.1.jar)
  24. Contact their authors BEFORE contacting forge
  25.  
  26. // Would you like a cupcake?
  27.  
  28. Time: 8/28/17 9:38 PM
  29. Description: Exception in server tick loop
  30.  
  31. java.lang.IncompatibleClassChangeError: vtable stub
  32. at org.spongepowered.mod.tracker.FluidTracker.fill(FluidTracker.java:54)
  33. at cofh.thermaldynamics.duct.fluid.GridFluid.redirectFluidTankGrid$fill(GridFluid.java)
  34. at cofh.thermaldynamics.duct.fluid.GridFluid.addBlock(GridFluid.java:55)
  35. at cofh.thermaldynamics.duct.fluid.GridFluid.addBlock(GridFluid.java:25)
  36. at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:47)
  37. at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23)
  38. at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:244)
  39. at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:341)
  40. at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84)
  41. at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
  42. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1119_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  44. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:632)
  45. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:588)
  46. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273)
  47. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:729)
  48. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  49. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  51. at java.lang.Thread.run(Thread.java:745)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Server thread
  59. Stacktrace:
  60. at org.spongepowered.mod.tracker.FluidTracker.fill(FluidTracker.java:54)
  61. at cofh.thermaldynamics.duct.fluid.GridFluid.redirectFluidTankGrid$fill(GridFluid.java)
  62. at cofh.thermaldynamics.duct.fluid.GridFluid.addBlock(GridFluid.java:55)
  63. at cofh.thermaldynamics.duct.fluid.GridFluid.addBlock(GridFluid.java:25)
  64. at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:47)
  65. at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23)
  66. at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:244)
  67. at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:341)
  68. at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84)
  69. at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1119_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
  71. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:632)
  73. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:588)
  74. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273)
  75.  
  76. -- Sponge CauseTracker --
  77. Details:
  78. Cause Stack: /*******************************************************************************************************/
  79. /* - Phase: org.spongepowered.common.event.tracking.phase.plugin.PostWorldTickListenerState@15e9af42 */
  80. /* Context: */
  81. /* - Name: Source */
  82. /* Object: ASM: cofh.thermaldynamics.util.TickHandler@64ac35f7 */
  83. /* tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V */
  84. /* - Name: CapturedWorldTickEvent */
  85. /* Object: net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@74ea172b */
  86. /* - Name: CapturedBlocks */
  87. /* Object: CapturedBlocksSupplier{Captured=2} */
  88. /* - Name: CapturedEntities */
  89. /* Object: CapturedEntitiesSupplier{Captured=0} */
  90. /* - Name: CapturedPlayer */
  91. /* Object: CapturePlayer{player=null} */
  92. /*******************************************************************************************************/
  93.  
  94. Stacktrace:
  95. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zhl000(MinecraftServer.java:3977)
  96. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:840)
  97. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:358)
  98. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:514)
  99. at java.lang.Thread.run(Thread.java:745)
  100.  
  101. -- System Details --
  102. Details:
  103. Minecraft Version: 1.11.2
  104. Operating System: Linux (amd64) version 3.10.0-514.2.2.el7.x86_64
  105. Java Version: 1.8.0_102, Oracle Corporation
  106. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  107. Memory: 694581872 bytes (662 MB) / 2069577728 bytes (1973 MB) up to 10156507136 bytes (9686 MB)
  108. JVM Flags: 10 total; -Xms32M -Xmx10019M -XX:OnOutOfMemoryError=curl https://api.creeper.host/callbacks/minecraft/outofmemory.php?instance=mc-596d170e5689c -k -XX:OnError=curl http://api.creeper.host/callbacks/minecraft/crash.php?instance=mc-596d170e5689c -k -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=8 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
  109. IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 21
  110. FML: MCP 9.38 Powered by Forge 13.20.1.2454 198 mods loaded, 198 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  113. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  114. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2454-universal.jar)
  115. UCHIJAAAA forge{13.20.1.2454} [Minecraft Forge] (forge-1.11.2-13.20.1.2454-universal.jar)
  116. UCHIJAAAA opencomputers|core{1.7.0.40} [OpenComputers (Core)] (minecraft.jar)
  117. UCHIJAAAA spongeapi{6.1.0-SNAPSHOT-c4a7afd} [SpongeAPI] (spongeforge-1.11.2-2393-6.1.0-BETA-2570.jar)
  118. UCHIJAAAA sponge{1.11.2-2393-6.1.0-BETA-2570} [SpongeForge] (spongeforge-1.11.2-2393-6.1.0-BETA-2570.jar)
  119. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  120. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  121. UCHIJAAAA nucleus-mixin{0.25.2-5.1} [Nucleus Mixins] (NucleusMixins-0.25.2-5.1.jar)
  122. UCHIJAAAA achunkloader{1.11-1.2.0} [A Chunk Loader] (achunkloader-1.11.2-1.2.0.jar)
  123. UCHIJAAAA actuallyadditions{1.11.2-r110} [Actually Additions] (ActuallyAdditions-1.11.2-r110.jar)
  124. UCHIJAAAA akashictome{1.1-7} [Akashic Tome] (AkashicTome-1.1-7.jar)
  125. UCHIJAAAA alltheblocks{1.11.2-1.1.0} [All the Blocks] (alltheblocks-1.11.2-1.1.0.jar)
  126. UCHIJAAAA craftstudioapi{0.3.0-beta} [CraftStudio API] (CraftStudioAPI-universal-0.3.0.86-mc1.11.2-beta.jar)
  127. UCHIJAAAA quark{r1.2-93} [Quark] (Quark-r1.2-93b.jar)
  128. UCHIJAAAA cofhcore{4.2.7} [CoFH Core] (CoFHCore-1.11.2-4.2.7.15-universal.jar)
  129. UCHIJAAAA animania{1.2.2} [Animania] (animania-1.11.2-1.2.2.jar)
  130. UCHIJAAAA applecore{2.2.2} [AppleCore] (AppleCore-mc1.11.2-2.2.2.jar)
  131. UCHIJAAAA jei{4.5.0.294} [Just Enough Items] (jei_1.11.2-4.5.0.294.jar)
  132. UCHIJAAAA appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.11-1.0.7.jar)
  133. UCHIJAAAA baubles{1.4.6} [Baubles] (Baubles-1.11-1.4.6.jar)
  134. UCHIJAAAA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar)
  135. UCHIJAAAA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
  136. UCHIJAAAA chisel{MC1.11.2-0.0.13.23} [Chisel] (Chisel-MC1.11.2-0.0.13.23.jar)
  137. UCHIJAAAA tconstruct{1.11.2-2.7.1.34} [Tinkers' Construct] (TConstruct-1.11.2-2.7.1.34.jar)
  138. UCHIJAAAA thedragonlib{1.11.2-3.2.2} [TheDragonLib] (thedragonlib-1.11.2-3.2.2.jar)
  139. UCHIJAAAA armorplus{1.11.2-10.7.2.3} [ArmorPlus] (armorplus-1.11.2-10.7.2.3.jar)
  140. UCHIJAAAA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar)
  141. UCHIJAAAA atg{2} [Alternate Terrain Generation] (atg-1.11.2-2.1.7.jar)
  142. UCHIJAAAA morphtool{1.1-13} [Morph-o-Tool] (Morph-o-Tool-1.1-13.jar)
  143. UCHIJAAAA psi{r1.1-47} [Psi] (Psi-r1.1-47.jar)
  144. UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
  145. UCHIJAAAA bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar)
  146. UCHIJAAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.11.2-1.1.7.jar)
  147. UCHIJAAAA betterachievements{0.4.3.12} [Better Achievements] (BetterAchievements-1.11.2-0.4.3.12.jar)
  148. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
  149. UCHIJAAAA bibliocraft{2.3.3} [BiblioCraft] (BiblioCraft[v2.3.3][MC1.11.2].jar)
  150. UCHIJAAAA biomesoplenty{6.2.0.2254} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.2.0.2254-universal.jar)
  151. UCHIJAAAA blocklings{4.1.11} [WillR27's Blocklings] (Blocklings 4.1.11 - 1.11.2.jar)
  152. UCHIJAAAA cyclicmagic{1.5.11} [Cyclic] (Cyclic-1.11.2-1.5.11.jar)
  153. UCHIJAAAA mobtotems{1.11.2-0.3.0} [Mob Totems] (mobtotems-1.11.2-0.3.0.jar)
  154. UCHIJAAAA theoneprobe{1.4.14} [The One Probe] (theoneprobe-1.1x-1.4.14.jar)
  155. UCHIJAAAA modularrouters{1.11.2-2.2.1} [Modular Routers] (modular-routers-1.11.2-2.2.1.jar)
  156. UCHIJAAAA guideapi{1.11.2-2.1.4-56} [Guide-API] (Guide-API-1.11.2-2.1.4-56.jar)
  157. UCHIJAAAA bloodmagic{1.11-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.11-80.jar)
  158. UCHIJAAAA bookshelf{2.0.388} [Bookshelf] (Bookshelf-1.11.2-2.0.0.388.jar)
  159. UCHIJAAAA botania{r1.9-345} [Botania] (Botania r1.9-345.jar)
  160. UCHIJAAAA chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
  161. UCHIJAAAA codechickenlib{3.0.0.298} [CodeChicken Lib] (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  162. UCHIJAAAA chickenchunks{2.3.1.68} [ChickenChunks] (ChickenChunks-1.11.2-2.3.1.68-universal.jar)
  163. UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
  164. UCHIJAAAA cyclopscore{0.10.8} [Cyclops Core] (CyclopsCore-1.11.2-0.10.8.jar)
  165. UCHIJAAAA colossalchests{1.6.2} [Colossal Chests] (ColossalChests-1.11.2-1.6.2.jar)
  166. UCHIJAAAA ic2{2.7.81-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.81-ex111.jar)
  167. UCHIJAAAA compactsolars{1.11.2-5.0.12.333} [Compact Solar Arrays] (CompactSolars-1.11.2-5.0.12.333-universal.jar)
  168. UCHIJAAAA computercraft{1.11.2-1.82} [Computality] (computality-1.11.2-1.82.jar)
  169. UCHIJAAAA cookingforblockheads{5.3.27} [Cooking for Blockheads] (CookingForBlockheads_1.11.2-5.3.27.jar)
  170. UCHIJAAAA cosmeticarmorreworked{1.11.2-v1a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.11.2-v1a.jar)
  171. UCHIJAAAA craftingtweaks{7.1.9} [Crafting Tweaks] (CraftingTweaks_1.11.2-7.1.9.jar)
  172. UCHIJAAAA crafttweakerjei{1.0.2} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.26.jar)
  173. UCHIJAAAA crafttweaker{3.0.26} [Crafttweaker] (CraftTweaker-1.11.2-3.0.26.jar)
  174. UCHIJAAAA cyberware{alpha-0.2.10} [Cyberware] (cyberware-1.11.2-alpha-0.2.10.jar)
  175. UCHIJAAAA darkutils{1.2.0.147} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.147.jar)
  176. UCHIJAAAA forestry{5.3.4.165} [Forestry] (forestry_1.11.2-5.3.4.165.jar)
  177. UCHIJAAAA eleccore{1.7.431} [ElecCore] (ElecCore-1.11-1.7.431.jar)
  178. UCHIJAAAA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
  179. UCHIJAAAA elevatorid{1.3.2} [Elevator Mod] (ElevatorMod-1.11.2-1.3.2.jar)
  180. UCHIJAAAA embers{0.220} [Embers] (embers-0.220.jar)
  181. UCHIJAAAA enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.1.116-universal.jar)
  182. UCHIJAAAA shetiphiancore{3.4.5} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.6.jar)
  183. UCHIJAAAA endertanks{1.5.5} [EnderTanks] (endertanks-1.11.0-1.5.5.jar)
  184. UCHIJAAAA enderthing{0.7.3} [Enderthing] (enderthing-1.11.0-0.7.3.jar)
  185. UCHIJAAAA enderzoo{1.11.2-1.3.0.47} [Ender Zoo] (EnderZoo-1.11.2-1.3.0.47.jar)
  186. UCHIJAAAA valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
  187. UCHIJAAAA environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
  188. UCHIJAAAA etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar)
  189. UCHIJAAAA mcmultipart{2.0.2} [MCMultiPart] (MCMultiPart-2.0.2.jar)
  190. UCHIJAAAA mekanism{9.3.4} [Mekanism] (Mekanism-1.11.2-9.3.4-fix.jar)
  191. UCHIJAAAA thermalfoundation{2.2.5} [Thermal Foundation] (ThermalFoundation-1.11.2-2.2.5.16-universal.jar)
  192. UCHIJAAAA thermalexpansion{5.2.6} [Thermal Expansion] (ThermalExpansion-1.11.2-5.2.6.22-universal.jar)
  193. UCHIJAAAA exchangers{1.11.2-1.5} [Exchangers] (Exchangers-1.11.2-1.5.jar)
  194. UCHIJAAAA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
  195. UCHIJAAAA extrarails{1.2.1} [Extra Rails] (ExtraRails-1.11-1.2.1.jar)
  196. UCHIJAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.5.2.jar)
  197. UCHIJAAAA zerocore{1.11.2-0.1.0.6} [Zero CORE] (zerocore-1.11.2-0.1.0.6.jar)
  198. UCHIJAAAA bigreactors{1.11.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.30.jar)
  199. UCHIJAAAA fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.11.x.jar)
  200. UCHIJAAAA fastleafdecay{v15} [Fast Leaf Decay] (FastLeafDecay-v15.jar)
  201. UCHIJAAAA flatcoloredblocks{mc1.11-5.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.2.jar)
  202. UCHIJAAAA reborncore{2.16.1.115} [Reborn Core] (RebornCore-1.11.2-2.16.1.115-universal.jar)
  203. UCHIJAAAA reborncore-mcmultipart{2.16.1.115} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.16.1.115-universal.jar)
  204. UCHIJAAAA fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.6.1.59.jar)
  205. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.3-anarchy.jar)
  206. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  207. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  208. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar)
  209. UCHIJAAAA gendustry{1.6.5.9} [GenDustry] (gendustry-1.6.5.9-mc1.11.2.jar)
  210. UCHIJAAAA pressure{1.3.1.7} [Pressure Pipes] (pressure-1.3.1.7-mc1.11.2.jar)
  211. UCHIJAAAA advgenerators{0.9.20.6} [Advanced Generators] (generators-0.9.20.6-mc1.11.2.jar)
  212. UCHIJAAAA immersiveengineering{0.11-63} [Immersive Engineering] (ImmersiveEngineering-0.11-63.jar)
  213. UCHIJAAAA immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.11.2-1.1.3.jar)
  214. UCHIJAAAA industrialwires{1.5-19} [Industrial Wires] (IndustrialWires-1.5-19.jar)
  215. UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
  216. UCHIJAAAA intwheel{1.2.6} [Interaction Wheel] (intwheel-1.1x-1.2.6.jar)
  217. UCHIJAAAA inventorytweaks{1.62+release.90.40cf8fc} [Inventory Tweaks] (InventoryTweaks-1.62.jar)
  218. UCHIJAAAA ironchest{1.11.2-7.0.25.815} [Iron Chest] (ironchest-1.11.2-7.0.25.815.jar)
  219. UCHIJAAAA jehc{1.3.0} [Just Enough HarvestCraft] (jehc-1.11.2-1.3.0.jar)
  220. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
  221. UCHIJAAAA journeymap{1.11.2-5.4.7} [JourneyMap] (journeymap-1.11.2-5.4.7.jar)
  222. UCHIJAAAA je_calculation{1.11.2-2.6.4} [Just Enough Calculation] (JustEnoughCalculation-1.11.2-2.6.4.jar)
  223. UCHIJAAAA k4lib{1.11.2-2.1.76} [K4Lib] (k4lib-1.11.2-2.1.76-universal.jar)
  224. UCHIJAAAA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.11.2.jar)
  225. UCHIJAAAA literalascension{1.11.2-1.0.2.2} [Literal Ascension] (literalascension-1.11.2-1.0.2.2.jar)
  226. UCHIJAAAA lttweaker{1.0.12} [Loot Table Tweaker] (LootTableTweaker-1.11.2-1.0.12.jar)
  227. UCHIJAAAA magicbees{1.0} [MagicBees] (MagicBees-Beta-3.0.4.jar)
  228. UCHIJAAAA mekanismtools{9.3.4} [MekanismTools] (MekanismTools-1.11.2-9.3.4-fix.jar)
  229. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
  230. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar)
  231. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-2.0.3.jar)
  232. UCHIJAAAA modtweaker{3.0.2} [Mod Tweaker] (modtweaker-3.0.2.jar)
  233. UCHIJAAAA techreborn{2.3.3.181} [Tech Reborn] (TechReborn-1.11.2-2.3.3.181-universal.jar)
  234. UCHIJAAAA morebees{1.11.2-1.4.1} [More Bees] (morebees-1.11.2-1.4.1.jar)
  235. UCHIJAAAA morpheus{1.11.2-3.2.14} [Morpheus] (Morpheus-1.11.2-3.2.14.jar)
  236. UCHIJAAAA mysteriousmiscellany{1.11.2-1.1.7} [Mysterious Miscellany] (MysteriousMiscellany-1.11.2-1.1.7.jar)
  237. UCHIJAAAA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.8.jar)
  238. UCHIJAAAA mysticalagradditions{1.1.2} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.1.2.jar)
  239. UCHIJAAAA natura{1.11.2-4.2.0.28} [Natura] (natura-1.11.2-4.2.0.28.jar)
  240. UCHIJAAAA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar)
  241. UCHIJAAAA nmsot{1.2.0-mc1.11.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.11.2.jar)
  242. UCHIJAAAA neid{1.5.4.1} [NotEnoughIDs] (NotEnoughIDs-1.5.4.1.jar)
  243. UCHIJAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  244. UCHIJAAAA opencomputers{1.7.0.40} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.40.jar)
  245. UCHIJAAAA oreexcavation{1.3.103} [OreExcavation] (OreExcavation-1.3.103.jar)
  246. UCHIJAAAA oeintegration{2.0} [OreExcavation Integration] (OreExcavationIntegration-1.11.2_2.0.jar)
  247. UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
  248. UCHIJAAAA pamscookables{1.0} [Pam's Cookables] (pamscookables-1.11.2_1.0.jar)
  249. UCHIJAAAA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
  250. UCHIJAAAA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
  251. UCHIJAAAA redstonearsenal{2.2.6} [Redstone Arsenal] (RedstoneArsenal-1.11.2-2.2.6.10-universal.jar)
  252. UCHIJAAAA refinedstorage{1.4.20} [Refined Storage] (refinedstorage-1.4.20.jar)
  253. UCHIJAAAA xreliquary{1.11.2-1.3.4.678} [Reliquary] (Reliquary-1.11.2-1.3.4.678.jar)
  254. UCHIJAAAA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar)
  255. UCHIJAAAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  256. UCHIJAAAA rftoolsdim{5.04} [RFTools Dimensions] (rftoolsdim-1.1x-5.04.jar)
  257. UCHIJAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
  258. UCHIJAAAA roots{0.025} [Roots 2] (roots-2-0.025.jar)
  259. UCHIJAAAA sip{1.11.2-3.0.29} [ServerInfoProvider] (ServerInfoProvider-1.11.2-3.0.29-universal.jar)
  260. UCHIJAAAA simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar)
  261. UCHIJAAAA simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.1.1d.jar)
  262. UCHIJAAAA soulshardstow{1.11-2.6.6-47} [Soul Shards - The Old Ways] (SoulShards-TOW-1.11-2.6.6-47.jar)
  263. UCHIJAAAA spartanshields{1.3} [Spartan Shields] (SpartanShields-1.11.2-1.3a.jar)
  264. UCHIJAAAA spiceoflife{1.3.9} [The Spice of Life] (SpiceOfLife-mc1.11.2-1.3.9.jar)
  265. UCHIJAAAA stevescarts{2.3.0.22} [Steve's Carts 2] (StevesCarts-1.11.2-2.3.0.22.jar)
  266. UCHIJAAAA stg{1.11.2-1.1.1} [SwingThroughGrass] (stg-1.11.2-1.1.1.jar)
  267. UCHIJAAAA storagedrawers{1.11.2-4.2.10} [Storage Drawers] (StorageDrawers-1.11.2-4.2.10.jar)
  268. UCHIJAAAA storagedrawersextra{@VERSION@} [Storage Drawers Extras] (StorageDrawersExtras-1.11.2-2.0.0.jar)
  269. UCHIJAAAA terraqueous{1.3.14} [Terraqueous] (terraqueous-1.11.0-1.3.14.jar)
  270. UCHIJAAAA beneath{1.2.0} [The Beneath] (The Beneath-1.11.2-1.2.0.jar)
  271. UCHIJAAAA thermaldynamics{2.2.6} [Thermal Dynamics] (ThermalDynamics-1.11.2-2.2.6.13-universal.jar)
  272. UCHIJAAAA tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar)
  273. UCHIJAAAA tombmanygraves{1.11.2-3.0.10} [Tomb Many Graves] (TombManyGraves-1.11.2-3.0.10.jar)
  274. UCHIJAAAA topaddons{1.11.2-0.15.0} [TOP Addons] (topaddons-1.11.2-0.15.0.jar)
  275. UCHIJAAAA translocator{2.3.0.63} [Translocator] (Translocators-1.11.2-2.3.0.63-universal.jar)
  276. UCHIJAAAA wanionlib{1.11.2-1.1} [WanionLib] (WanionLib-1.11.2-1.1.jar)
  277. UCHIJAAAA xnet{1.4.0} [XNet] (xnet-1.4.0.jar)
  278. UCHIJAAAA activetime{s6.0-v1.2.0} [ActiveTime] (ActiveTime-s6.0-v1.2.0.jar)
  279. UCHIJAAAA adminshop{1.8.2} [AdminShop] (AdminShop-1.10.2-1.8.2-universal.jar)
  280. UCHIJAAAA catclearlag{0.7.1} [CatClearLag] (CatClearLag-0.7.1.jar)
  281. UCHIJAAAA discordbridge{2.3.0} [Discord Bridge] (DiscordBridge-2.4.0-all.jar)
  282. UCHIJAAAA economylite{2.12.0} [EconomyLite] (EconomyLite-5.0.0-2.12.0.jar)
  283. UCHIJAAAA nuvotifier{2.3.4} [NuVotifier] (nuvotifier-universal-2.3.4.jar)
  284. UCHIJAAAA enjin-minecraft-plugin{3.2.2-sponge} [Enjin Minecraft Plugin] (EMPSponge.jar)
  285. UCHIJAAAA nucleus{1.1.1-S6.0} [Nucleus] (Nucleus-1.1.1-LTS-MC1.11.2-S6.0-plugin.jar)
  286. UCHIJAAAA placeholderapi{4.1} [PlaceholderAPI] (PlaceholderAPI-4.1.jar)
  287. UCHIJAAAA nucleus-gluon{1.0.3} [Nucleus Gluon] (Gluon-1.0.3.jar)
  288. UCHIJAAAA griefprevention{4.2.0} [GriefPrevention] (griefprevention-1.12.1-4.2.0.381.jar)
  289. UCHIJAAAA holograms{2.2} [Holograms] (holograms-2.2.jar)
  290. UCHIJAAAA huskyui{0.2.1} [HuskyUI] (HuskyUI-v0.2.1.jar)
  291. UCHIJAAAA huskycrates{1.7.2} [HuskyCrates] (HuskyCrates-v1.7.2.jar)
  292. UCHIJAAAA jobslite{1.7.0} [JobsLite] (JobsLite-1.7.0.jar)
  293. UCHIJAAAA loggerplugin{0.1} [LoggerPlugin] (Logger-1.0-universal.jar)
  294. UCHIJAAAA luckperms{3.3.19} [LuckPerms] (LuckPerms-Sponge-3.3.19.jar)
  295. UCHIJAAAA mmcrules{1.1} [MMCRules] (MMCRules-1.1-API-5.0.0.jar)
  296. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-45-gfbbeb2b-all.jar)
  297. UCHIJAAAA pjc{0.1.0} [Project Core] (project core-5.2.0-0.1.0.jar)
  298. UCHIJAAAA pjp{0.13.7} [Project Portals] (project.portals-5.2.0-0.13.7.jar)
  299. UCHIJAAAA pvptoggle{1.2.0} [PvpToggle] (PvPToggle-1.2.0.jar)
  300. UCHIJAAAA seriousvote{4.1} [SeriousVote] (seriousvote-4.1.jar)
  301. UCHIJAAAA statusprotocol{0.3} [StatusProtocol] (statusprotocol-0.3.jar)
  302. UCHIJAAAA serverlistplus{3.4.7} [ServerListPlus] (ServerListPlus-3.4.7-Universal.jar)
  303. UCHIJAAAA spongychest{0.4.8} [SpongyChest] (SpongyChest-1.10.2-0.4.8-universal.jar)
  304. UCHIJAAAA stackban{0.3.0} [Stack Ban] (stackban-6.1.0-0.3.0.jar)
  305. UCHIJAAAA tmotd{1.0} [TitleMOTD] (TitleMOTD.-.1.0.jar)
  306. UCHIJAAAA virtualtool{2.9} [VirtualTool] (VirtualTool-1.10.2-2.9.jar)
  307. UCHIJAAAA worldedit{6.1.8-SNAPSHOT} [WorldEdit] (worldedit-sponge-6.1.8-SNAPSHOT-dist.jar)
  308. UCHIJAAAA denseores{1.0} [denseores] (denseores-1.11-1.0.2.jar)
  309. UCHIJAAAA unidict{1.11.2-1.1b} [UniDict] (UniDict-1.11.2-1.1b.jar)
  310. Loaded coremods (and transformers):
  311. ForgelinPlugin (Forgelin-1.5.1.jar)
  312.  
  313. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  314. pl.asie.foamfix.coremod.FoamFixTransformer
  315. TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar)
  316. li.cil.oc.common.asm.ClassTransformer
  317. AppleCore (AppleCore-mc1.11.2-2.2.2.jar)
  318. squeek.applecore.asm.TransformerModuleHandler
  319. CTMCorePlugin (CTM-MC1.11.2-0.2.2.12.jar)
  320. team.chisel.ctm.client.asm.CTMTransformer
  321. LoadingPlugin (Quark-r1.2-93b.jar)
  322. vazkii.quark.base.asm.ClassTransformer
  323. RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar)
  324. reborncore.mixin.transformer.MixinTransformer
  325. AstralCore (astralsorcery-1.4.5.jar)
  326.  
  327. IC2core (industrialcraft-2-2.7.81-ex111.jar)
  328.  
  329. llibrary (llibrary-1.7.7-1.11.2.jar)
  330. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  331. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  332. ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.6.jar)
  333. shetiphian.core.asm.ClassTransformer
  334. CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.298-universal.jar)
  335. codechicken.lib.asm.ClassHierarchyManager
  336. codechicken.lib.asm.CCL_ASMTransformer
  337. BlurPlugin (Blur-1.0.4-14.jar)
  338. com.tterrag.blur.BlurTransformer
  339. SpongeCoremod (spongeforge-1.11.2-2393-6.1.0-BETA-2570.jar)
  340. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  341. Inventory Tweaks Coremod (InventoryTweaks-1.62.jar)
  342. invtweaks.forge.asm.ContainerTransformer
  343. literalascension (literalascension-1.11.2-1.0.2.2.jar)
  344. com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
  345. CoFH Loading Plugin (CoFHCore-1.11.2-4.2.7.15-universal.jar)
  346. cofh.asm.CoFHClassTransformer
  347. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  348. CorePlugin (FluxedRedstone-2.6.1.59.jar)
  349.  
  350. BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.388.jar)
  351. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  352. Plugin (NotEnoughIDs-1.5.4.1.jar)
  353. ru.fewizz.neid.asm.Transformer
  354. Pulsar/tconstruct loaded Pulses:
  355. - TinkerCommons (Enabled/Forced)
  356. - TinkerWorld (Enabled/Not Forced)
  357. - TinkerTools (Enabled/Not Forced)
  358. - TinkerHarvestTools (Enabled/Forced)
  359. - TinkerMeleeWeapons (Enabled/Forced)
  360. - TinkerRangedWeapons (Enabled/Forced)
  361. - TinkerModifiers (Enabled/Forced)
  362. - TinkerSmeltery (Enabled/Not Forced)
  363. - TinkerGadgets (Enabled/Not Forced)
  364. - TinkerOredict (Enabled/Forced)
  365. - TinkerIntegration (Enabled/Forced)
  366. - TinkerFluids (Enabled/Forced)
  367. - TinkerMaterials (Enabled/Forced)
  368. - TinkerModelRegister (Enabled/Forced)
  369. - chiselIntegration (Enabled/Not Forced)
  370. - chiselsandbitsIntegration (Enabled/Not Forced)
  371. - craftingtweaksIntegration (Enabled/Not Forced)
  372. - theoneprobeIntegration (Enabled/Not Forced)
  373.  
  374. Pulsar/natura loaded Pulses:
  375. - NaturaCommons (Enabled/Forced)
  376. - NaturaOverworld (Enabled/Not Forced)
  377. - NaturaNether (Enabled/Not Forced)
  378. - NaturaDecorative (Enabled/Not Forced)
  379. - NaturaTools (Enabled/Not Forced)
  380. - NaturaEntities (Enabled/Not Forced)
  381. - NaturaOredict (Enabled/Forced)
  382. - NaturaWorld (Enabled/Not Forced)
  383. - craftingtweaksIntegration (Enabled/Not Forced)
  384.  
  385. List of loaded APIs:
  386. * actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r110.jar
  387. * AppleCoreAPI (2.3.0) from AppleCore-mc1.11.2-2.2.2.jar
  388. * ArmorPlusApi (2.0) from armorplus-1.11.2-10.7.2.3.jar
  389. * Baubles|API (1.4.0.1) from mobtotems-1.11.2-0.3.0.jar
  390. * BetterAchievements|API (0.4.3.12) from BetterAchievements-1.11.2-0.4.3.12.jar
  391. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.11-1.0.7.jar
  392. * bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.30.jar
  393. * bloodmagic|API (1.11-2.1.11-80) from BloodMagic-1.11-2.1.11-80.jar
  394. * BotaniaAPI (79) from AkashicTome-1.1-7.jar
  395. * Chisel-API (0.0.1) from Chisel-MC1.11.2-0.0.13.23.jar
  396. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.13.23.jar
  397. * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.10.jar
  398. * CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.4.3.jar
  399. * cofhapi (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
  400. * cofhapi|block (1.8.0) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  401. * cofhapi|core (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
  402. * CoFHAPI|energy (1.8.9R1.2.0B1) from modular-routers-1.11.2-2.2.1.jar
  403. * cofhapi|energy (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
  404. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.11.2-9.3.4-fix.jar
  405. * cofhapi|item (1.8.0) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  406. * cofhapi|tileentity (1.6.0) from zerocore-1.11.2-0.1.0.6.jar
  407. * cofhapi|util (1.8.0) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  408. * cofhlib (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  409. * cofhlib|audio (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  410. * cofhlib|gui (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  411. * cofhlib|gui|container (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  412. * cofhlib|gui|element (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  413. * cofhlib|gui|element|listbox (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  414. * cofhlib|gui|slot (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  415. * cofhlib|inventory (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  416. * cofhlib|util (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  417. * cofhlib|util|helpers (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  418. * cofhlib|world (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  419. * cofhlib|world|feature (1.8.5) from CoFHCore-1.11.2-4.2.7.15-universal.jar
  420. * compatlayer (0.2.9) from compatlayer-1.11.2-0.2.9.jar
  421. * ComputerCraft|API (1.11.2-1.82) from computality-1.11.2-1.82.jar
  422. * ComputerCraft|API|FileSystem (1.11.2-1.82) from computality-1.11.2-1.82.jar
  423. * ComputerCraft|API|Lua (1.11.2-1.82) from computality-1.11.2-1.82.jar
  424. * ComputerCraft|API|Media (1.11.2-1.82) from computality-1.11.2-1.82.jar
  425. * ComputerCraft|API|Peripheral (1.11.2-1.82) from computality-1.11.2-1.82.jar
  426. * ComputerCraft|API|Permissions (1.11.2-1.82) from computality-1.11.2-1.82.jar
  427. * ComputerCraft|API|Redstone (1.11.2-1.82) from computality-1.11.2-1.82.jar
  428. * ComputerCraft|API|Turtle (1.11.2-1.82) from computality-1.11.2-1.82.jar
  429. * CraftingTweaks|API (4.1) from CraftingTweaks_1.11.2-7.1.9.jar
  430. * ctm-api (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar
  431. * ctm-api-events (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar
  432. * ctm-api-models (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar
  433. * ctm-api-textures (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar
  434. * ctm-api-utils (0.1.0) from CTM-MC1.11.2-0.2.2.12.jar
  435. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
  436. * ElecCoreAPI (1.0) from ElecCore-1.11-1.7.431.jar
  437. * ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.431.jar
  438. * environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
  439. * ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.165.jar
  440. * ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.165.jar
  441. * ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.165.jar
  442. * ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.165.jar
  443. * ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.165.jar
  444. * ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.165.jar
  445. * ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.165.jar
  446. * ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.165.jar
  447. * ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.165.jar
  448. * ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.165.jar
  449. * ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.165.jar
  450. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.165.jar
  451. * ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.165.jar
  452. * ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.165.jar
  453. * ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.165.jar
  454. * ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.165.jar
  455. * ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.165.jar
  456. * funkylocomotion_api (2.0) from funky-locomotion-1.11.2-alpha-0.0.1.jar
  457. * gendustryAPI (2.3.0) from gendustry-1.6.5.9-mc1.11.2.jar
  458. * Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.4-56.jar
  459. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.11-63.jar
  460. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.11-63.jar
  461. * intwheel_api (1.2.4) from intwheel-1.1x-1.2.6.jar
  462. * jeresources|API (0.6.6.12) from JustEnoughResources-1.11.2-0.6.6.12.jar
  463. * journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar
  464. * journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar
  465. * journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar
  466. * journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar
  467. * journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.7.jar
  468. * JustEnoughItemsAPI (4.13.0) from jei_1.11.2-4.5.0.294.jar
  469. * mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
  470. * MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  471. * MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  472. * MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  473. * MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  474. * MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  475. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  476. * MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.4-fix.jar
  477. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  478. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  479. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  480. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  481. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  482. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  483. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  484. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  485. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  486. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  487. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.40.jar
  488. * pressureAPI (1.3.1.7) from pressure-1.3.1.7-mc1.11.2.jar
  489. * PsiAPI (4) from Psi-r1.1-47.jar
  490. * reborncoreAPI (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  491. * reborncoreAPI|Fuel (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  492. * reborncoreAPI|Power (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  493. * reborncoreAPI|Recipe (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  494. * reborncoreAPI|Tile (2.16.1.115) from RebornCore-1.11.2-2.16.1.115-universal.jar
  495. * simplyconveyorsapi (1.0) from SimplyConveyors-3.1.1d.jar
  496. * stevescartsAPI (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  497. * stevescartsAPI|FARMS (2.3.0.22) from StevesCarts-1.11.2-2.3.0.22.jar
  498. * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  499. * StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  500. * StorageDrawersAPI|event (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
  501. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  502. * StorageDrawersAPI|registry (1.10.2-1.3.0) from refinedstorage-1.4.20.jar
  503. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  504. * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  505. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.10.jar
  506. * techrebornAPI (2.3.3.181) from TechReborn-1.11.2-2.3.3.181-universal.jar
  507. * TerraqueousAPI (1.0) from terraqueous-1.11.0-1.3.14.jar
  508. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.11.0-1.3.14.jar
  509. * TerraqueousAPI|Machines (1.0) from terraqueous-1.11.0-1.3.14.jar
  510. * TerraqueousAPI|Plant (1.0) from terraqueous-1.11.0-1.3.14.jar
  511. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.14.jar
  512. * valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
  513. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  514. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  515. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  516. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.6.jar
  517. codechickenlib Invalid Fingerprint Reports: - No invalid fingerprints.:
  518. chickenchunks Invalid Fingerprint Reports: - No invalid fingerprints.:
  519. enderstorage Invalid Fingerprint Reports: - No invalid fingerprints.:
  520. RebornCore:
  521. Plugin Engine: 1
  522. RebornCore Version: 2.16.1.115
  523. Mixin Status: 1
  524. Runtime Debofucsation 1
  525. translocator Invalid Fingerprint Reports: - No invalid fingerprints.:
  526. Profiler Position: N/A (disabled)
  527. Player Count: 4 / 20; [EntityPlayerMP['Domagoj1'/67586, l='world', x=6585.46, y=193.00, z=-5631.89], EntityPlayerMP['JessicaSeraphi'/79242, l='world', x=3886.85, y=74.35, z=-4492.63], EntityPlayerMP['FrozenFire1893'/10446, l='world', x=-9315.91, y=103.00, z=5953.81], EntityPlayerMP['fluffypandaninja'/99341, l='world', x=8206.76, y=66.00, z=2061.93]]
  528. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  529. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement