Skip to content

Instantly share code, notes, and snippets.

@Jizanthapus
Created January 29, 2018 21:47
Show Gist options
  • Save Jizanthapus/56efb4c97b91bc4a697a87529b467772 to your computer and use it in GitHub Desktop.
Save Jizanthapus/56efb4c97b91bc4a697a87529b467772 to your computer and use it in GitHub Desktop.
Journey Map Crash
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-54.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
Wizardry Plugin (wizardry-0.7.2.jar)
BedPatch (bedpatch-1.0-1.12.2.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.5.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.1-1.12.2-anarchy.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 1/29/18 4:18 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from JourneyMap (journeymap)
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.GameType.func_77142_a(Ljava/lang/String;)Lnet/minecraft/world/GameType;
at journeymap.common.properties.config.GsonHelper$PolicyTableSerializer.deserialize(GsonHelper.java:542)
at journeymap.common.properties.config.GsonHelper$PolicyTableSerializer.deserialize(GsonHelper.java:458)
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:129)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:220)
at com.google.gson.Gson.fromJson(Gson.java:887)
at com.google.gson.Gson.fromJson(Gson.java:852)
at com.google.gson.Gson.fromJson(Gson.java:801)
at com.google.gson.Gson.fromJson(Gson.java:773)
at journeymap.common.properties.PropertiesBase.fromJsonString(PropertiesBase.java:123)
at journeymap.common.properties.PropertiesBase.load(PropertiesBase.java:199)
at journeymap.common.properties.PropertiesBase.load(PropertiesBase.java:172)
at journeymap.server.properties.PropertiesManager.<init>(PropertiesManager.java:53)
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:160)
at journeymap.server.properties.PropertiesManager.getInstance(PropertiesManager.java:39)
at journeymap.server.JourneymapServer.initialize(JourneymapServer.java:112)
at journeymap.server.JourneymapServer.initialize(JourneymapServer.java:97)
at journeymap.common.Journeymap.initialize(Journeymap.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.4.0-112-generic
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 275459304 bytes (262 MB) / 1056309248 bytes (1007 MB) up to 3740663808 bytes (3567 MB)
JVM Flags: 7 total; -Xmx3584M -Xms1024M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2604 130 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:------------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHI | minecraft | 1.12.2 | minecraft.jar | None |
| UCHI | mcp | 9.42 | minecraft.jar | None |
| UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2604-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | forge | 14.23.1.2604 | forge-1.12.2-14.23.1.2604-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | advancedrocketrycore | 1 | minecraft.jar | None |
| UCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHI | opencomputers|core | 1.7.1.43 | minecraft.jar | None |
| UCHI | actuallyadditions | 1.12.2-r128 | ActuallyAdditions-1.12.2-r128.jar | None |
| UCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHI | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UCHI | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHI | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
| UCHI | libvulpes | 0.2.8.-27 | LibVulpes-1.12.2-0.2.8-27-universal.jar | None |
| UCHI | advancedrocketry | 1.2.6.-54 | AdvancedRocketry-1.12.2-1.2.6-54.jar | None |
| UCHI | appliedenergistics2 | rv5-stable-6 | appliedenergistics2-rv5-stable-6.jar | None |
| UCHI | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHI | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UCHI | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
| UCHI | chisel | MC1.12-0.1.1.26 | Chisel-MC1.12-0.1.1.26.jar | None |
| UCHI | crafttweaker | 4.1.0 | CraftTweaker2-1.12-4.1.0.jar | None |
| UCHI | mtlib | @VERSION@ | MTLib-3.0.1.jar | None |
| UCHI | modtweaker | 4.0.6 | modtweaker-4.0.6.jar | None |
| UCHI | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
| UCHI | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHI | tconstruct | 1.12.2-2.9.0.55 | TConstruct-1.12.2-2.9.0.55.jar | None |
| UCHI | extrautils2 | 1.0 | extrautils2-1.12-1.7.3.jar | None |
| UCHI | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
| UCHI | applecore | 3.1.0 | AppleCore-mc1.12.2-3.1.0.jar | None |
| UCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHI | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
| UCHI | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
| UCHI | base | 3.5.1 | base-1.12.2-3.5.1.jar | None |
| UCHI | bedpatch | 1.0 | bedpatch-1.0-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
| UCHI | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHI | ic2 | 2.8.48-ex112 | industrialcraft-2-2.8.48-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHI | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
| UCHI | forestry | 5.7.0.238 | forestry_1.12.2-5.7.0.238.jar | None |
| UCHI | binniecore | unspecified | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | binniedesign | 1.0 | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | genetics | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | botany | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | extrabees | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | extratrees | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
| UCHI | biomesoplenty | 7.0.1.2313 | BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar | None |
| UCHI | bookshelf | 2.3.523 | Bookshelf-1.12.2-2.3.523.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | botania | r1.10-353 | Botania+r1.10-353.jar | None |
| UCHI | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | brandonscore | 2.3.7 | BrandonsCore-1.12-2.3.7.140-universal.jar | None |
| UCHI | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| UCHI | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| UCHI | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHI | cyclopscore | 0.11.1 | CyclopsCore-1.12.2-0.11.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHI | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHI | coroutil | 1.12.1-1.1.24 | coroutil-1.12.1-1.1.24.jar | None |
| UCHI | configmod | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHI | craftingtweaks | 8.1.6 | CraftingTweaks_1.12.1-8.1.6.jar | None |
| UCHI | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.0.jar | None |
| UCHI | cucumber | 1.0.4 | cucumber-1.12-1.0.4.jar | None |
| UCHI | cyclicmagic | 1.11.0 | Cyclic-1.12.2-1.11.0.jar | None |
| UCHI | dimdoors | 3.0.6-b | Dimdoors-3.0.6-b.180.jar | None |
| UCHI | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
| UCHI | draconicevolution | 2.3.8 | Draconic-Evolution-1.12-2.3.8.279-universal.jar | None |
| UCHI | elevatorid | 1.4.0 | ElevatorMod-1.12.2-1.4.0.jar | None |
| UCHI | embers | 0.230 | embers-0.230.jar | None |
| UCHI | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | valkyrielib | 1.12.2-2.0.6b | valkyrielib-1.12.2-2.0.7a.jar | None |
| UCHI | environmentaltech | 1.12.2-2.0.7b | environmentaltech-1.12.2-2.0.7b.jar | None |
| UCHI | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
| UCHI | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHI | foamfix | 0.9.1-1.12.2 | foamfix-0.9.1-1.12.2-anarchy.jar | None |
| UCHI | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHI | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
| UCHI | ftbl | 4.2.5 | FTBLib-4.2.5.jar | None |
| UCHI | ftbu | 4.2.4 | FTBUtilities-4.2.4.jar | None |
| UCHI | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UCHI | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
| UCHI | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
| UCHI | theoneprobe | 1.4.19 | theoneprobe-1.12-1.4.19.jar | None |
| UCHI | immersiveengineering | 0.12-76 | ImmersiveEngineering-0.12-76.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHI | mekanism | 1.12.2-9.4.3.330 | Mekanism-1.12.2-9.4.3.330.jar | None |
| UCHI | teslacorelib | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
| UCHI | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.7.0-114.jar | None |
| UCHI | mysticalagriculture | 1.6.7 | mysticalagriculture-1.12-1.6.7.jar | None |
| UCHI | mysticalagradditions | 1.2.7 | mysticalagradditions-1.12-1.2.7.jar | None |
| UCHI | rftools | 7.26 | rftools-1.12-7.26.jar | None |
| UCHI | integrationforegoing | 1.12-1.4 | IntegrationForegoing-1.12-1.4.jar | f8b632eee30601ba63fe0984fae017fc7800f2fe |
| UCHI | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHI | jaopcaadditions | 1.12.2-2.2.0.6 | JAOPCAAdditions-1.12.2-2.2.0.6.jar | None |
| UCHI | jaopca | 1.12.2-2.2.6.67 | JAOPCA-1.12.2-2.2.6.67.jar | None |
| UCHI | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.67.jar | None |
| UCHI | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UCHE | journeymap | 1.12.2-5.6.0b2 | journeymap-1.12.2-5.6.0b2.jar | None |
| UCHI | wizardry | 0.7.2 | wizardry-0.7.2.jar | None |
| UCHI | librarianlib | 5.4 | librarianlib-1.12.2-4.5.1.jar | None |
| UCHI | mekanismgenerators | 9.4.3 | MekanismGenerators-1.12.2-9.4.3.330.jar | None |
| UCHI | mekanismtools | 9.4.3 | MekanismTools-1.12.2-9.4.3.330.jar | None |
| UCHI | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
| UCHI | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| UCHI | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCHI | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
| UCHI | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHI | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
| UCHI | nuclearcraft | 2.9c | NuclearCraft-2.9c--1.12.2.jar | None |
| UCHI | opencomputers | 1.7.1.43 | OpenComputers-MC1.12.1-1.7.1.43.jar | None |
| UCHI | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
| UCHI | omlib | 3.0.0-133 | omlib-1.12.2-3.0.0-133.jar | None |
| UCHI | openmodularturrets | 3.0.0-230 | openmodularturrets-1.12.2-3.0.0-230.jar | None |
| UCHI | p455w0rdslib | 2.0.25 | p455w0rdslib-1.12-2.0.25.jar | None |
| UCHI | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
| UCHI | reborncore | 3.6.5.197 | RebornCore-1.12.2-3.6.5.197-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHI | quantumstorage | 4.4.6 | QuantumStorage-1.12-4.4.6.jar | None |
| UCHI | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| UCHI | rftoolscontrol | 1.8.0 | rftoolsctrl-1.12-1.8.0.jar | None |
| UCHI | rftoolsdim | 5.51 | rftoolsdim-1.12-5.51.jar | None |
| UCHI | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
| UCHI | simplesponge | 3.5 | SimpleSponge-1.12-3.5.jar | None |
| UCHI | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
| UCHI | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
| UCHI | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
| UCHI | topaddons | 1.12.2-1.3.0 | topaddons-1.12.2-1.3.0.jar | None |
| UCHI | traverse | 1.3.1 | Traverse-1.12.1-1.3.1.jar | None |
| UCHI | twilightforest | 3.5.263 | twilightforest-1.12.2-3.5.263-universal.jar | None |
| UCHI | wanionlib | 1.12.2-1.4 | WanionLib-1.12.2-1.4.jar | None |
| UCHI | weather2 | 1.12.1-2.5.7 | weather2-1.12.1-2.5.7.jar | None |
| UCHI | yabba | 1.0.11 | YABBA-1.0.11.jar | None |
| UCHI | librarianliblate | 5.4 | librarianlib-1.12.2-4.5.1.jar | None |
| UCHI | teslacorelib_registries | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
| UCHI | unidict | 1.12.2-2.3.2 | UniDict-1.12.2-2.3.2.jar | None |
| UCHI | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-54.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
Wizardry Plugin (wizardry-0.7.2.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
BedPatch (bedpatch-1.0-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.5.1.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
li.cil.oc.common.asm.ClassTransformer
AE2 Version: stable rv5-stable-6 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r128.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.0.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-6.jar
* Base|API (1.0.0) from base-1.12.2-3.5.1.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* BotaniaAPI (89) from Botania+r1.10-353.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
* cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.1.24.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.1-8.1.6.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.8.279-universal.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.238.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.238.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-76.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-76.jar
* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.7.0-114.jar
* jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
* journeymap|client-api (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* journeymap|client-api-display (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* journeymap|client-api-event (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* journeymap|client-api-model (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* journeymap|client-api-util (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* journeymap|server-api (2.0-SNAPSHOT) from journeymap-1.12.2-5.6.0b2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.147.jar
* mcjtylib_ng (2.6.3) from mcjtylib-1.12-2.6.3.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
* pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.25.jar
* reborncoreAPI (3.6.5.197) from RebornCore-1.12.2-3.6.5.197-universal.jar
* reborncoreAPI|Power (3.6.5.197) from RebornCore-1.12.2-3.6.5.197-universal.jar
* reborncoreAPI|Recipe (3.6.5.197) from RebornCore-1.12.2-3.6.5.197-universal.jar
* reborncoreAPI|Tile (3.6.5.197) from RebornCore-1.12.2-3.6.5.197-universal.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.7a.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.6.5.197
Runtime Debofucsation 1
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment