Skip to content

Instantly share code, notes, and snippets.

@Sakata-MC
Last active December 1, 2019 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sakata-MC/2cbc12e8398a9c437e23be104a4061f0 to your computer and use it in GitHub Desktop.
Save Sakata-MC/2cbc12e8398a9c437e23be104a4061f0 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
LibLoader (# LibLoader.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.2.389.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.6.0-188-universal.jar)
Wizardry Plugin (wizardry-0.10.8.jar)
CoreMod (TickProfiler-1.12-0.0.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar)
Quark Plugin (Quark-r1.6-177.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
AstralCore (astralsorcery-1.12.2-1.10.20.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.3-core.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
Contact their authors BEFORE contacting forge
// Shall we play a game?
Time: 11/30/19 7:31 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: Lnet/minecraft/client/Minecraft;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredField(Class.java:2068)
at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:131)
at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:80)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:626)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 11 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@476fe690 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 13 more
Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
... 15 more
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: Windows Server 2012 R2 (amd64) version 6.3
Java Version: 1.8.0_232, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode),
Memory: 4614401752 bytes (4400 MB) / 5359927296 bytes (5111 MB) up to 10468982784 bytes (9984 MB)
JVM Flags: 15 total; -Xmx10G -Xms5G -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 319 mods loaded, 319 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 |
|:----- |:--------------------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | sampler | 1.84 | sampler-1.84.jar | None |
| LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
| LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
| LC | advancedrocketrycore | 1 | minecraft.jar | None |
| LC | openmodscore | 0.12.2 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
| LC | randompatches | 1.12.2-1.19.1.1 | randompatches-1.12.2-1.19.1.1.jar | None |
| LC | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
| LC | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LC | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
| LC | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None |
| LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
| LC | ic2 | 2.8.187-ex112 | industrialcraft-2-2.8.187-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LC | libvulpes | 0.4.2.-68 | LibVulpes-1.12.2-0.4.2-68-universal.jar | None |
| LC | advancedrocketry | 1.6.0.-188 | AdvancedRocketry-1.12.2-1.6.0-188-universal.jar | None |
| LC | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LC | roots | 1.12.2-3.0.21 | Roots-1.12.2-3.0.21.jar | None |
| LC | mysticalworld | 1.12.2-1.5.0 | mysticalworld-1.12.2-1.5.0.jar | None |
| LC | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
| LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
| LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
| LC | jei | 4.15.0.292 | jei_1.12.2-4.15.0.292.jar | None |
| LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
| LC | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | draconicevolution | 2.3.24 | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None |
| LC | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | enderio | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LC | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
| LC | enderiointegrationtic | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | quark | r1.6-177 | Quark-r1.6-177.jar | None |
| LC | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
| LC | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
| LC | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
| LC | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
| LC | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
| LC | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LC | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LC | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
| LC | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
| LC | conarm | 1.2.5.3 | conarm-1.12.2-1.2.5.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC | armoryexpansion | 1.4.1 | armoryexpansion-1.4.1.jar | None |
| LC | armoryexpansion-custommaterials | 1.4.1 | armoryexpansion-1.4.1.jar | None |
| LC | armoryexpansion-iceandfire | 1.4.1 | armoryexpansion-1.4.1.jar | None |
| LC | armoryexpansion-matteroverdrive | 1.4.1 | armoryexpansion-1.4.1.jar | None |
| LC | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | astralsorcery | 1.10.20 | astralsorcery-1.12.2-1.10.20.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC | atmtweaks | 1.2 | atmtweaks-1.2.jar | None |
| LC | attributefix | 1.0.10 | AttributeFix-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LC | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LC | bhc | 2.0.3 | baubley-heart-canisters-1.12.2-2.0.3.jar | None |
| LC | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LC | betterthanmending | 1.1.2 | BetterThanMending-1.1.2.jar | None |
| LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LC | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
| LC | reborncore | 3.16.4.478 | RebornCore-1.12.2-3.16.4.478-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | techreborn | 2.24.3.1043 | TechReborn-1.12.2-2.24.3.1043-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | forestry | 5.8.2.409 | forestry_1.12.2-5.8.2.409.jar | None |
| LC | binniecore | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | binniedesign | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | genetics | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | botany | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | extrabees | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | extratrees | 2.5.1.198 | binnie-mods-1.12.2-2.5.1.198.jar | None |
| LC | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
| LC | birdsfoods | 3.1 - [1.12] | birdsfoods-1.12 - 3.1.jar | None |
| LC | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
| LC | blooddebug | 0.0.1.-9 | BloodDebug-1.12.2-0.0.1-9.jar | None |
| LC | cyclicmagic | 1.19.18 | Cyclic-1.12.2-1.19.18.jar | None |
| LC | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
| LC | inventorygenerators | 1.2.2 | inventorygenerators-1.2.2.jar | None |
| LC | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
| LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LC | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
| LC | bloodylib | 1.12.2 | bloodylib-1.0.1-beta.jar | None |
| LC | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
| LC | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | botania | r1.10-362 | Botania r1.10-362.jar | None |
| LC | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
| LC | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| LC | cctweaked | 1.85.2 | cc-tweaked-1.12.2-1.85.2.jar | None |
| LC | computercraft | 1.85.2 | cc-tweaked-1.12.2-1.85.2.jar | None |
| LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LC | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LC | cyclopscore | 1.6.0 | CyclopsCore-1.12.2-1.6.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | commoncapabilities | 2.4.5 | CommonCapabilities-1.12.2-2.4.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
| LC | asielib | 1.0.0 | Computronics-1.12.2-1.6.6.jar | None |
| LC | flamingo | 1.12-1.11 | Flamingo-1.12-v1.11.jar | None |
| LC | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LC | computronics | 1.6.6 | Computronics-1.12.2-1.6.6.jar | None |
| LC | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
| LC | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LC | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
| LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| LC | culinaryconstruct | 1.3.3.1 | culinaryconstruct-1.3.3.1.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC | modcurrency | 1.12-1.3.11 | Currency-1.12.0-1.3.11.jar | None |
| LC | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
| LC | rftools | 7.72 | rftools-1.12-7.72.jar | None |
| LC | deepresonance | 1.8.0 | deepresonance-1.12-1.8.0.jar | None |
| LC | diethopper | 1.1 | diethopper-1.1.jar | None |
| LC | ebwizardry | 4.2.5 | ElectroblobsWizardry-4.2.5-MC1.12.2.jar | None |
| LC | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
| LC | enderiobase | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderioconduits | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderioconduitsappliedenergistics | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderioconduitsopencomputers | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderioconduitsrefinedstorage | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderiointegrationforestry | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderiointegrationticlate | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
| LC | enderiomachines | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderiopowertools | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
| LC | enderioendergy | 5.1.52 | EnderIO-endergy-1.12.2-5.1.52.jar | None |
| LC | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | environmentalcreepers | 1.5.0 | environmentalcreepers-1.12.2-1.5.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LC | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
| LC | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
| LC | extracells | 2.6.3 | ExtraCells-1.12.2-2.6.4.jar | None |
| LC | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LC | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LC | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
| LC | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
| LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LC | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| LC | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
| LC | floralchemy | 1.12.2-1.1.0 | Floralchemy-1.12.2-1.1.0.jar | None |
| LC | fluxnetworks | 4.0.13 | fluxnetworks-1.12.2-4.0.13-30.jar | None |
| LC | foamfix | 0.10.9-1.12.2 | foamfix-0.10.9-1.12.2.jar | None |
| LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LC | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| LC | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
| LC | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
| LC | ftbutilities | 5.4.0.123 | FTBUtilities-5.4.0.123.jar | None |
| LC | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
| LC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| LC | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
| LC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LC | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
| LC | hooked | %VERSION% | hooked-1.0.3.jar | None |
| LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | ieclochecompat | 2.1.7-dev.454 | ieclochecompat-2.1.7-dev.454.jar | None |
| LC | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LC | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LC | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
| LC | mekanism | 1.12.2-9.8.2.389 | Mekanism-1.12.2-9.8.2.389.jar | None |
| LC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
| LC | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
| LC | integrateddynamics | 1.1.1 | IntegratedDynamics-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integratedcrafting | 1.0.8 | IntegratedCrafting-1.12.2-1.0.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.1.jar | None |
| LC | integratedterminals | 1.0.13 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integratedterminalscompat | 1.0.0 | IntegratedTerminals-1.12.2-1.0.13.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integratedtunnels | 1.6.10 | IntegratedTunnels-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LC | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.10.jar | None |
| LC | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
| LC | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
| LC | nuclearcraft | 2.18k | NuclearCraft-2.18k-1.12.2.jar | None |
| LC | rustic | 1.1.1 | rustic-1.1.1.jar | None |
| LC | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| LC | jaopcaagriculture | 1.12.2-1.2.1.16 | JAOPCAAgriculture-1.12.2-1.2.1.16.jar | None |
| LC | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
| LC | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
| LC | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
| LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| LC | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
| LC | justenoughdimensions | 1.6.0-dev.20191019.172643 | justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
| LC | justenoughreactors | 1.1.3.61 | JustEnoughReactors-1.12.2-1.1.3.61.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LC | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
| LC | laggoggles | FAT-1.12.2-4.9 | LagGoggles-FAT-1.12.2-4.9.jar | None |
| LC | libraryex | 1.0.12 | LibraryEx-1.12.2-1.0.12.jar | None |
| LC | lostcities | 2.0.21 | lostcities-1.12-2.0.21.jar | None |
| LC | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
| LC | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| LC | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LC | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| LC | matc | 1.0.1-hotfix | matc-1.0.1-hotfix.jar | None |
| LC | mekanismgenerators | 1.12.2-9.8.2.389 | MekanismGenerators-1.12.2-9.8.2.389.jar | None |
| LC | mekanismtools | 1.12.2-9.8.2.389 | MekanismTools-1.12.2-9.8.2.389.jar | None |
| LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
| LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
| LC | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
| LC | naturescompass | 1.6.0 | NaturesCompass-1.12.2-1.6.0.jar | None |
| LC | netherex | 2.0.15 | NetherEx-1.12.2-2.0.15.jar | None |
| LC | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LC | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
| LC | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
| LC | nutrition | 4.4.0 | Nutrition-1.12.2-4.4.0.jar | None |
| LC | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
| LC | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
| LC | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | overloaded | 0.0.58 | Overloaded-1.12.2-0.0.58.jar | 644f38521a349310a5dae0239577dc7beebefaec |
| LC | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
| LC | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
| LC | parry | 1.0 | parry-1.0-hotfix.jar | None |
| LC | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LC | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
| LC | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
| LC | psi | r1.1-77 | Psi-r1.1-77.jar | None |
| LC | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
| LC | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
| LC | pneumaticcraft | 1.12.2-0.11.7-375 | pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar | None |
| LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | portality | 1.0-SNAPSHOT | portality-1.12.2-1.2.3-15.jar | None |
| LC | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| LC | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None |
| LC | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
| LC | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
| LC | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
| LC | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
| LC | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
| LC | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
| LC | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
| LC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LC | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
| LC | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
| LC | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
| LC | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
| LC | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
| LC | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
| LC | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
| LC | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| LC | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| LC | soulshardsrespawn | 1.12.2-1.1.1-13 | SoulShardsRespawn-1.12.2-1.1.1-13.jar | None |
| LC | stevescarts | 2.4.32.137 | StevesCarts-1.12.2-2.4.32.137.jar | None |
| LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LC | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
| LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
| LC | superiorshields | 1.12.2-1.0.2 | SuperiorShields-1.12.2-1.0.2.jar | None |
| LC | tatw | 1.0.1.2.b27 | Tatw-1.12.2-1.0.1.2.b27.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LC | thaumcomp | 0.5.1 | ThaumicComputers-MC1.12.2-0.5.1.jar | None |
| LC | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| LC | thaumicperiphery | 0.3.1 | thaumicperiphery-0.3.1.jar | None |
| LC | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | thermallogistics | 0.2-29 | thermallogistics-0.2-29.jar | None |
| LC | tickprofiler | 1.12-0.0.7 | TickProfiler-1.12-0.0.7.jar | None |
| LC | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| LC | tinkersoc | 0.6 | tinkersoc-0.6.jar | None |
| LC | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LC | tombstone | 3.6.2 | tombstone-3.6.2-1.12.2.jar | None |
| LC | topaddons | 1.12.2-1.12.0 | topaddons-1.12.2-1.12.0.jar | None |
| LC | transport | @1.12.2-1.0.0@ | Transport-1.12.2-1.0.0.jar | None |
| LC | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
| LC | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| LC | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LC | waim | 1.0.0 | WAIM-1.0.0.jar | None |
| LC | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
| LC | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| LC | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
| LC | wetstone | 1.0 | wetstone-1.0.jar | None |
| LC | wirelesscharger | 1.12.2-1.0.6 | WirelessCharger-1.12.2-1.0.6.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LC | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | wft | 1.0.4 | WirelessFluidTerminal-1.12.2-1.0.4.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | wit | 1.0.2 | WirelessInterfaceTerminal-1.12.2-1.0.2.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | wpt | 1.0.3 | WirelessPatternTerminal-1.12.2-1.0.3.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LC | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
| LC | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
| LC | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
| LC | worldprimer | 0.6.0-dev.20190814.220944 | worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | worldutils | 0.4.2 | worldutils-1.12.2-0.4.2.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LC | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None |
| LC | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
| LC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
| LC | ynot | 0.2.4 | YNot-0.2.4.jar | None |
| LC | rf-capability-adapter | 1.1.0 | capabilityadapter-1.1.0.jar | None |
| LC | gbook | 2.9.2 | Guidebook-1.12.2-2.9.2.jar | None |
| LC | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
| LC | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LC | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | thebetweenlands | 3.5.3 | TheBetweenlands-3.5.3-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| LC | armoryexpansion-conarm | 1.4.1 | armoryexpansion-1.4.1.jar | None |
| LC | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| LC | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
| LC | mysticallib | 1.12.2-1.4.0 | mysticallib-1.12.2-1.4.0.jar | None |
| LC | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| LC | unidict | 1.12.2-2.9.3 | UniDict-1.12.2-2.9.3.jar | None |
| LC | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
LibLoader (# LibLoader.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
MekanismCoremod (Mekanism-1.12.2-9.8.2.389.jar)
mekanism.coremod.KeybindingMigrationHelper
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.6.0-188-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
Wizardry Plugin (wizardry-0.10.8.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
CoreMod (TickProfiler-1.12-0.0.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
com.therandomlabs.randompatches.core.RPTransformer
SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
pl.asie.splashanimation.core.SplashProgressTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
invtweaks.forge.asm.ContainerTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
com.chocohead.biab.BornInABarn
AstralCore (astralsorcery-1.12.2-1.10.20.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.3-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
lumien.randomthings.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
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)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
- quarkIntegration (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)
Modpack Information: Modpack: [All The Mods 3 - Remix] Version: [1.5.1] by author [ATMTeam] !!There was a problem reading the manifest!!
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
[19:30:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:30:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:30:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:30:06] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[19:30:06] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[19:30:06] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_232, running on Windows Server 2012 R2:amd64:6.3, installed at C:\Program Files\AdoptOpenJDK\jre-8.0.232.09-hotspot
[19:30:06] [main/DEBUG] [FML]: Java classpath at launch is:
[19:30:06] [main/DEBUG] [FML]: C:\servers\Minecraft\ATM3R\forge-1.12.2-14.23.5.2847-universal.jar
[19:30:06] [main/DEBUG] [FML]: Java library path at launch is:
[19:30:06] [main/DEBUG] [FML]: C:\Program Files\AdoptOpenJDK\jre-8.0.232.09-hotspot\bin
[19:30:06] [main/DEBUG] [FML]: C:\Windows\Sun\Java\bin
[19:30:06] [main/DEBUG] [FML]: C:\Windows\system32
[19:30:06] [main/DEBUG] [FML]: C:\Windows
[19:30:06] [main/DEBUG] [FML]: C:\Program Files\AdoptOpenJDK\jre-8.0.232.09-hotspot\bin
[19:30:06] [main/DEBUG] [FML]: C:\Windows\system32
[19:30:06] [main/DEBUG] [FML]: C:\Windows
[19:30:06] [main/DEBUG] [FML]: C:\Windows\System32\Wbem
[19:30:06] [main/DEBUG] [FML]: C:\Windows\System32\WindowsPowerShell\v1.0\
[19:30:06] [main/DEBUG] [FML]: c:\SteamCMD\
[19:30:06] [main/DEBUG] [FML]: C:\Program Files\PuTTY\
[19:30:06] [main/DEBUG] [FML]: .
[19:30:06] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\servers\Minecraft\ATM3R\libraries
[19:30:06] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods
[19:30:06] [main/DEBUG] [FML]: Examining file: # LibLoader.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: ActuallyAdditions-1.12.2-r151.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: ActuallyBaubles-1.12-1.1.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: actuallycomputers-2.1.0.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AdvancedRocketry-1.12.2-1.6.0-188-universal.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: ae2stuff-0.7.0.4-mc1.12.2.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AE2WTLib-1.12.2-1.0.34.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AgriCraft-2.12.0-1.12.0-a6.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AIImprovements-1.12.1-0.0.1b1.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AkashicTome-1.2-12.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AppleCore-mc1.12.2-3.2.0.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: AppleSkin-mc1.12-1.0.9.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: appliedenergistics2-rv6-stable-7.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: armoryexpansion-1.4.1.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: Aroma1997Core-1.12.2-2.0.0.2.b165.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar
[19:30:06] [main/DEBUG] [FML]: Examining file: astralsorcery-1.12.2-1.10.20.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: atmtweaks-1.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: AttributeFix-1.12.2-1.0.10.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: AutoRegLib-1.3-32.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: backpack-3.0.2-1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: base-1.12.2-3.13.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Baubles-1.12-1.5.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: baubley-heart-canisters-1.12.2-2.0.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: bdlib-1.14.3.12-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BetterFps-1.4.8.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BetterThanMending-1.1.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BiblioCraft[v2.4.5][MC1.12.2].jar
[19:30:07] [main/DEBUG] [FML]: Examining file: binnie-mods-1.12.2-2.5.1.198.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: birdsfoods-1.12 - 3.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: blockcraftery-1.12.2-1.3.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BloodDebug-1.12.2-0.0.1-9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BloodMagic-1.12.2-2.4.3-105.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: bloodylib-1.0.1-beta.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: bonsaitrees-1.1.3-b156.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Bookshelf-1.12.2-2.3.585.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Born In A Barn V1.8-1.12-1.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Botania r1.10-362.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BrandonsCore-1.12.2-2.4.17.208-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: BuildingGadgets-2.7.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: capabilityadapter-1.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for com.yrf.mcmods:capabilityadapter:1.1.0 in memory to C:\servers\Minecraft\ATM3R\.\mods\capabilityadapter-1.1.0.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: careerbees-0.4.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: cc-tweaked-1.12.2-1.85.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Chameleon-1.12-4.1.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ChatFlow-1.4-7.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ChickenChunks-1.12.2-2.4.2.74-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Chisel-MC1.12.2-1.0.1.44.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: chiselsandbits-14.33.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: classicbar-0.5.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Clumps-3.1.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CodeChickenLib-1.12.2-3.2.3.358-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CoFHCore-1.12.2-4.6.3.27-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CoFHWorld-1.12.2-1.3.1.7-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CommonCapabilities-1.12.2-2.4.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: compactmachines3-1.12.2-3.0.18-b278.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Computronics-1.12.2-1.6.6.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: conarm-1.12.2-1.2.5.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ContentTweaker-1.12.2-4.9.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CookingForBlockheads_1.12.2-6.4.71.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CosmeticArmorReworked-1.12.2-v4a.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CraftingTweaks_1.12.2-8.1.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CraftTweaker2-1.12-4.1.19.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Cucumber-1.12.2-1.1.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: culinaryconstruct-1.3.3.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Currency-1.12.0-1.3.11.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Cyclic-1.12.2-1.19.18.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: CyclopsCore-1.12.2-1.6.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: DarkUtils-1.12.2-1.8.230.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: deepresonance-1.12-1.8.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: diethopper-1.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ElecCore-1.12.2-1.9.452.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ElectroblobsWizardry-4.2.5-MC1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: EmbersRekindled-1.13-hotfix2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: EnderCore-1.12.2-0.5.73.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/EnderCore-1.12.2-0.5.73-core.jar(com.enderio.core:EnderCore:1.12.2-0.5.73:core) from C:\servers\Minecraft\ATM3R\mods\memory_repo\com\enderio\core\EnderCore\1.12.2-0.5.73\EnderCore-1.12.2-0.5.73-core.jar extracted to .\mods\EnderCore-1.12.2-0.5.73.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: EnderCore-1.12.2-0.5.73-core.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: EnderIO-1.12.2-5.1.52.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/AutoSave-1.12.2-1.0.11.jar(info.loenwind.autosave:AutoSave:1.12.2-1.0.11) from C:\servers\Minecraft\ATM3R\mods\memory_repo\info\loenwind\autosave\AutoSave\1.12.2-1.0.11\AutoSave-1.12.2-1.0.11.jar extracted to .\mods\EnderIO-1.12.2-5.1.52.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: AutoSave-1.12.2-1.0.11.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/AutoConfig-1.12.2-1.0.2.jar(info.loenwind.autoconfig:AutoConfig:1.12.2-1.0.2) from C:\servers\Minecraft\ATM3R\mods\memory_repo\info\loenwind\autoconfig\AutoConfig\1.12.2-1.0.2\AutoConfig-1.12.2-1.0.2.jar extracted to .\mods\EnderIO-1.12.2-5.1.52.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: AutoConfig-1.12.2-1.0.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: EnderIO-endergy-1.12.2-5.1.52.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: EnderStorage-1.12.2-2.4.6.137-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: environmentalcreepers-1.12.2-1.5.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: environmentaltech-1.12.2-2.0.20.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: etlunar-1.12.2-2.0.20.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ExtraCells-1.12.2-2.6.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ExtraRails-1.12-1.3.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: extrautils2-1.12-1.9.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ExtremeReactors-1.12.2-0.4.5.67.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: FastFurnace-1.12.2-1.3.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: FastWorkbench-1.12.2-1.7.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: fencejumper-1.12-1.0.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Flamingo-1.12-v1.11.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: flatcoloredblocks-mc1.12-6.8.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Floralchemy-1.12.2-1.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: fluxnetworks-1.12.2-4.0.13-30.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: foamfix-0.10.9-1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: forestry_1.12.2-5.8.2.409.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Forgelin-1.8.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ForgeMultipart-1.12.2-2.6.2.83-universal.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainDep extracted to C:\servers\Minecraft\ATM3R\mods\1.12.2\ChickenASM-1.12-1.0.2.7.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: FTBBackups-1.1.0.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: FTBLib-5.4.4.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: FTBUtilities-5.4.0.123.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: funky-locomotion-1.12.2-1.1.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: gendustry-1.6.5.8-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: generators-0.9.20.12-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Guide-API-1.12-2.1.8-63.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Guidebook-1.12.2-2.9.2.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/gigaherz.commons-1.12.1-0.6.4.jar(gigaherz.commons:gigaherz.commons-1.12.1:0.6.4) from C:\servers\Minecraft\ATM3R\mods\memory_repo\gigaherz\commons\gigaherz.commons-1.12.1\0.6.4\gigaherz.commons-1.12.1-0.6.4.jar extracted to .\mods\Guidebook-1.12.2-2.9.2.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: gigaherz.commons-1.12.1-0.6.4.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for gigaherz.guidebook:Guidebook-1.12.2:2.9.2 in memory to C:\servers\Minecraft\ATM3R\.\mods\Guidebook-1.12.2-2.9.2.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: hooked-1.0.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: iChunUtil-1.12.2-7.2.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ieclochecompat-2.1.7-dev.454.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-0.12-92.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/ImmersiveEngineering-0.12-92-core.jar(blusunrize:ImmersiveEngineering-core:0.12-92) from C:\servers\Minecraft\ATM3R\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-92\ImmersiveEngineering-core-0.12-92.jar extracted to .\mods\ImmersiveEngineering-0.12-92.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: ImmersiveEngineering-core-0.12-92.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for blusunrize:ImmersiveEngineering:0.12-92 in memory to C:\servers\Minecraft\ATM3R\.\mods\ImmersiveEngineering-0.12-92.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: immersivepetroleum-1.12.2-1.1.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: immersivetech-1.12-1.3.10.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: incontrol-1.12-3.9.16.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/mcjtytools-1.12-0.0.21.jar(com.github.mcjty:mcjtytools:0.0.21) from C:\servers\Minecraft\ATM3R\mods\memory_repo\com\github\mcjty\mcjtytools\0.0.21\mcjtytools-0.0.21.jar extracted to .\mods\incontrol-1.12-3.9.16.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: mcjtytools-0.0.21.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: industrialcraft-2-2.8.187-ex112.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: industrialforegoing-1.12.2-1.12.13-237.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IndustrialWires-1.7-36.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for build:IndustrialWires:1.7-36 in memory to C:\servers\Minecraft\ATM3R\.\mods\IndustrialWires-1.7-36.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: infinitylib-1.12.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: InitialInventory-3.0.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IntegratedCrafting-1.12.2-1.0.8.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IntegratedDynamics-1.12.2-1.1.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IntegratedTerminals-1.12.2-1.0.13.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IntegratedTunnels-1.12.2-1.6.10.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: IntegrationForegoing-1.12.2-1.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: inventorygenerators-1.2.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: InventoryTweaks-1.64+dev.146.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ironchest-1.12.2-7.0.72.847.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: JAOPCA-1.12.2-2.2.8.103.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: JAOPCAAdditions-1.12.2-2.2.1.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: JAOPCAAgriculture-1.12.2-1.2.1.16.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: jeibees-0.9.0.5-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.292.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: journeymap-1.12.2-5.5.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: JustEnoughEnergistics-1.12.2-1.0.8.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: JustEnoughReactors-1.12.2-1.1.3.61.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: kjlib-1.0.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: KleeSlabs_1.12.2-5.4.12.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: LagGoggles-FAT-1.12.2-4.9.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: librarianlib-1.12.2-4.19.2-release.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: LibraryEx-1.12.2-1.0.12.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/night-config-core-3.6.0.jar(com.electronwill.night-config:core:3.6.0) from C:\servers\Minecraft\ATM3R\mods\memory_repo\com\electronwill\night-config\core\3.6.0\core-3.6.0.jar extracted to .\mods\LibraryEx-1.12.2-1.0.12.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: core-3.6.0.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/night-config-json-3.6.0.jar(com.electronwill.night-config:json:3.6.0) from C:\servers\Minecraft\ATM3R\mods\memory_repo\com\electronwill\night-config\json\3.6.0\json-3.6.0.jar extracted to .\mods\LibraryEx-1.12.2-1.0.12.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: json-3.6.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: LibVulpes-1.12.2-0.4.2-68-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: lostcities-1.12-2.0.21.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: lostsouls-1.12-1.1.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: LunatriusCore-1.12.2-1.2.0.42-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MagicBees-1.12.2-3.1.10.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: malisiscore-1.12.2-6.5.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: malisisdoors-1.12.2-7.3.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Mantle-1.12-1.3.3.55.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: matc-1.0.1-hotfix.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: mcjtylib-1.12-3.5.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Mekanism-1.12.2-9.8.2.389.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MekanismGenerators-1.12.2-9.8.2.389.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MekanismTools-1.12.2-9.8.2.389.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: mobtotems-1.12.1-0.3.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: modtweaker-4.0.17.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Morph-o-Tool-1.2-21.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Morpheus-1.12.2-3.5.106.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: mpbasic-1.12.2-1.4.11.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MPUtils-1.12.2-1.5.7.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MrTJPCore-1.12.2-2.1.4.43-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MTLib-3.0.6.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MysticalAgradditions-1.12.2-1.3.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: MysticalAgriculture-1.12.2-1.7.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: mysticallib-1.12.2-1.4.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: mysticalworld-1.12.2-1.5.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: natura-1.12.2-4.3.2.69.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: NaturesCompass-1.12.2-1.6.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: NetherEx-1.12.2-2.0.15.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: NotEnoughIDs-1.5.4.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: notenoughwands-1.12-1.8.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: NuclearCraft-2.18k-1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Nutrition-1.12.2-4.4.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: oeintegration-2.3.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: OpenBlocks-1.12.2-1.8.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: OpenComputers-MC1.12.2-1.7.5.192.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: OpenModsLib-1.12.2-0.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: OreExcavation-1.4.143.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Overloaded-1.12.2-0.0.58.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: p455w0rdslib-1.12.2-2.3.161.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: packcrashinfo-1.0.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: packmode-1.12.2-1.2.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: parry-1.0-hotfix.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Patchouli-1.0-20.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for me.jellysquid.mods:phosphor:1.12.2-0.2.6+build50 in memory to C:\servers\Minecraft\ATM3R\.\mods\phosphor-1.12.2-0.2.6+build50-universal.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: Placebo-1.12.2-1.6.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Plants-1.12.2-2.10.7.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: plustic-7.1.6.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: PortalGun-1.12.2-7.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: portality-1.12.2-1.2.3-15.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: pressure-1.3.1.9-mc1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-Base.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-compat.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-integration.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-lighting.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-mechanical.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ProjectRed-1.12.2-4.9.4.120-world.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Psi-r1.1-77.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Quark-r1.6-177.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: QuickLeafDecay-MC1.12.1-1.2.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: randompatches-1.12.2-1.19.1.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RandomThings-MC1.12.2-4.2.7.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: randomtweaks-1.12.2-2.7.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rangedpumps-0.5.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RebornCore-1.12.2-3.16.4.478-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RebornStorage-1.12.2-3.3.4.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RedstoneArsenal-1.12.2-2.6.3.18-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RedstoneFlux-1.12-2.1.0.6-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: refinedstorage-1.6.15.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: refinedstorageaddons-0.4.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Reliquary-1.12.2-1.3.4.796.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rftools-1.12-7.72.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rftoolsctrl-1.12-2.0.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rftoolsdim-1.12-5.71.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rftoolspower-1.12-1.2.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rftpwr_oc-0.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: RoguelikeDungeons-1.12.2-1.8.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Roots-1.12.2-3.0.21.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: rustic-1.1.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: sampler-1.84.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Schematica-1.12.2-1.8.0.169-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ShadowMC-1.12-3.8.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: SimplyJetpacks2-1.12.2-2.2.14.67.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: SoulShardsRespawn-1.12.2-1.1.1-13.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: SplashAnimation-0.2.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: StevesCarts-1.12.2-2.4.32.137.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: stg-1.12.2-1.2.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: StorageDrawers-1.12.2-5.4.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: StorageDrawersExtras-1.12-3.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: SuperiorShields-1.12.2-1.0.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Tatw-1.12.2-1.0.1.2.b27.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: TConstruct-1.12.2-2.13.0.171.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: TechReborn-1.12.2-2.24.3.1043-universal.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/TechReborn-ModCompatibility-1.12.2-1.3.2.64-universal.jar(TechReborn:TechReborn-ModCompatibility-1.12.2:1.3.2.64) from C:\servers\Minecraft\ATM3R\mods\memory_repo\TechReborn\TechReborn-ModCompatibility-1.12.2\1.3.2.64\TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar extracted to .\mods\TechReborn-1.12.2-2.24.3.1043-universal.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: tesla-core-lib-1.12.2-1.0.15.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Thaumcraft-1.12.2-6.1.BETA26.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThaumicComputers-MC1.12.2-0.5.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThaumicInventoryScanning_1.12.2-2.0.10.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: thaumicperiphery-0.3.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: TheBetweenlands-3.5.3-universal.jar
[19:30:07] [main/DEBUG] [FML]: Found existing ContainedDep TheBetweenlands-3.5.3-core.jar(angrypixel:TheBetweenlands:3.5.3:core) from C:\servers\Minecraft\ATM3R\mods\memory_repo\angrypixel\TheBetweenlands\3.5.3\TheBetweenlands-3.5.3-core.jar extracted to .\mods\TheBetweenlands-3.5.3-universal.jar, skipping extraction
[19:30:07] [main/DEBUG] [FML]: Examining file: TheBetweenlands-3.5.3-core.jar
[19:30:07] [main/DEBUG] [FML]: Making maven link for angrypixel:TheBetweenlands:3.5.3:universal in memory to C:\servers\Minecraft\ATM3R\.\mods\TheBetweenlands-3.5.3-universal.jar.
[19:30:07] [main/DEBUG] [FML]: Examining file: theoneprobe-1.12-1.4.28.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThermalCultivation-1.12.2-0.3.3.12-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThermalDynamics-1.12.2-2.5.5.21-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThermalExpansion-1.12.2-5.5.4.43-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThermalFoundation-1.12.2-2.6.3.27-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: ThermalInnovation-1.12.2-0.3.3.12-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: thermallogistics-0.2-29.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: TickProfiler-1.12-0.0.7.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: tinkersjei-1.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: tinkersoc-0.6.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: TinkerToolLeveling-1.12.2-1.1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: tombstone-3.6.2-1.12.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: topaddons-1.12.2-1.12.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Transport-1.12.2-1.0.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Traverse-1.12.2-1.6.0-69.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: twilightforest-1.12.2-3.10.1013-universal.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: UniDict-1.12.2-2.9.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: unloader-1.2.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: valkyrielib-1.12.2-2.0.20.1.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WAIM-1.0.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WanionLib-1.12.2-2.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WaterStrainer-1.12-3.2.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Waystones_1.12.2-4.0.72.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: wetstone-1.0.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WirelessCharger-1.12.2-1.0.6.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WirelessCraftingTerminal-1.12.2-3.12.97.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WirelessFluidTerminal-1.12.2-1.0.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WirelessInterfaceTerminal-1.12.2-1.0.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WirelessPatternTerminal-1.12.2-1.0.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: wizardry-0.10.8.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: woot-1.12.2-1.4.11.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: worldutils-1.12.2-0.4.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: WrapUp-1.12-1.1.3.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: XL-Food-Mod-1.12.2-1.9.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: xnet-1.12-1.8.2.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: Xtones-1.12-1.0.8-11.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: YNot-0.2.4.jar
[19:30:07] [main/DEBUG] [FML]: Examining file: zerocore-1.12.2-0.1.2.8.jar
[19:30:07] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods\1.12.2
[19:30:07] [main/DEBUG] [FML]: Examining file: ChickenASM-1.12-1.0.2.7.jar
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\capabilityadapter-1.1.0.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\com\enderio\core\EnderCore\1.12.2-0.5.73\EnderCore-1.12.2-0.5.73-core.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\info\loenwind\autosave\AutoSave\1.12.2-1.0.11\AutoSave-1.12.2-1.0.11.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\info\loenwind\autoconfig\AutoConfig\1.12.2-1.0.2\AutoConfig-1.12.2-1.0.2.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\gigaherz\commons\gigaherz.commons-1.12.1\0.6.4\gigaherz.commons-1.12.1-0.6.4.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\Guidebook-1.12.2-2.9.2.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-92\ImmersiveEngineering-core-0.12-92.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\ImmersiveEngineering-0.12-92.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\com\github\mcjty\mcjtytools\0.0.21\mcjtytools-0.0.21.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\IndustrialWires-1.7-36.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\com\electronwill\night-config\core\3.6.0\core-3.6.0.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\com\electronwill\night-config\json\3.6.0\json-3.6.0.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\phosphor-1.12.2-0.2.6+build50-universal.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\TechReborn\TechReborn-ModCompatibility-1.12.2\1.3.2.64\TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\memory_repo\angrypixel\TheBetweenlands\3.5.3\TheBetweenlands-3.5.3-core.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: File already proccessed C:\servers\Minecraft\ATM3R\.\mods\TheBetweenlands-3.5.3-universal.jar, Skipping
[19:30:07] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[19:30:07] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[19:30:07] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[19:30:07] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[19:30:07] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[19:30:07] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[19:30:07] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[19:30:07] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[19:30:07] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[19:30:07] [main/DEBUG] [FML]: Discovering coremods
[19:30:07] [main/INFO] [FML]: Searching C:\servers\Minecraft\ATM3R\.\mods for mods
[19:30:07] [main/DEBUG] [FML]: Adding # LibLoader.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r151.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding actuallycomputers-2.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AdvancedRocketry-1.12.2-1.6.0-188-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ae2stuff-0.7.0.4-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AE2WTLib-1.12.2-1.0.34.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AgriCraft-2.12.0-1.12.0-a6.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AIImprovements-1.12.1-0.0.1b1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AkashicTome-1.2-12.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding armoryexpansion-1.4.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Aroma1997Core-1.12.2-2.0.0.2.b165.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.20.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding atmtweaks-1.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AttributeFix-1.12.2-1.0.10.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding AutoRegLib-1.3-32.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding backpack-3.0.2-1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding baubley-heart-canisters-1.12.2-2.0.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding bdlib-1.14.3.12-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BetterFps-1.4.8.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BetterThanMending-1.1.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BiblioCraft[v2.4.5][MC1.12.2].jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding binnie-mods-1.12.2-2.5.1.198.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding birdsfoods-1.12 - 3.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding blockcraftery-1.12.2-1.3.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BloodDebug-1.12.2-0.0.1-9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.3-105.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding bloodylib-1.0.1-beta.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding bonsaitrees-1.1.3-b156.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.585.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Born In A Barn V1.8-1.12-1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Botania r1.10-362.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BrandonsCore-1.12.2-2.4.17.208-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding BuildingGadgets-2.7.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding capabilityadapter-1.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding careerbees-0.4.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding cc-tweaked-1.12.2-1.85.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Chameleon-1.12-4.1.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ChatFlow-1.4-7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ChickenChunks-1.12.2-2.4.2.74-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Chisel-MC1.12.2-1.0.1.44.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding chiselsandbits-14.33.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding classicbar-0.5.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CoFHCore-1.12.2-4.6.3.27-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CoFHWorld-1.12.2-1.3.1.7-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Computronics-1.12.2-1.6.6.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding conarm-1.12.2-1.2.5.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.4.71.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CosmeticArmorReworked-1.12.2-v4a.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CraftingTweaks_1.12.2-8.1.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.19.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding culinaryconstruct-1.3.3.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Currency-1.12.0-1.3.11.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Cyclic-1.12.2-1.19.18.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.6.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding DarkUtils-1.12.2-1.8.230.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding deepresonance-1.12-1.8.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding diethopper-1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Draconic-Evolution-1.12.2-2.3.24.349-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ElecCore-1.12.2-1.9.452.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ElectroblobsWizardry-4.2.5-MC1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding EmbersRekindled-1.13-hotfix2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding EnderCore-1.12.2-0.5.73.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding EnderIO-1.12.2-5.1.52.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding EnderIO-endergy-1.12.2-5.1.52.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding environmentalcreepers-1.12.2-1.5.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding environmentaltech-1.12.2-2.0.20.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding etlunar-1.12.2-2.0.20.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ExtraCells-1.12.2-2.6.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ExtraRails-1.12-1.3.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding extrautils2-1.12-1.9.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ExtremeReactors-1.12.2-0.4.5.67.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding FastFurnace-1.12.2-1.3.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding fencejumper-1.12-1.0.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Flamingo-1.12-v1.11.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding flatcoloredblocks-mc1.12-6.8.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Floralchemy-1.12.2-1.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding fluxnetworks-1.12.2-4.0.13-30.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding foamfix-0.10.9-1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding forestry_1.12.2-5.8.2.409.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Forgelin-1.8.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.2.83-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding FTBBackups-1.1.0.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding FTBLib-5.4.4.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding FTBUtilities-5.4.0.123.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding funky-locomotion-1.12.2-1.1.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding gendustry-1.6.5.8-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding generators-0.9.20.12-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Guidebook-1.12.2-2.9.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding hooked-1.0.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ieclochecompat-2.1.7-dev.454.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ImmersiveEngineering-0.12-92.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding immersivepetroleum-1.12.2-1.1.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding immersivetech-1.12-1.3.10.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding incontrol-1.12-3.9.16.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding industrialcraft-2-2.8.187-ex112.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IndustrialWires-1.7-36.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding infinitylib-1.12.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding InitialInventory-3.0.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IntegratedCrafting-1.12.2-1.0.8.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IntegratedTerminals-1.12.2-1.0.13.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IntegratedTunnels-1.12.2-1.6.10.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding IntegrationForegoing-1.12.2-1.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding inventorygenerators-1.2.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.146.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding JAOPCA-1.12.2-2.2.8.103.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding JAOPCAAdditions-1.12.2-2.2.1.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding JAOPCAAgriculture-1.12.2-1.2.1.16.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding jeibees-0.9.0.5-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.292.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding journeymap-1.12.2-5.5.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding JustEnoughEnergistics-1.12.2-1.0.8.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding JustEnoughReactors-1.12.2-1.1.3.61.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding kjlib-1.0.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding KleeSlabs_1.12.2-5.4.12.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding LagGoggles-FAT-1.12.2-4.9.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding librarianlib-1.12.2-4.19.2-release.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding LibraryEx-1.12.2-1.0.12.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding LibVulpes-1.12.2-0.4.2-68-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding lostcities-1.12-2.0.21.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding lostsouls-1.12-1.1.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding LunatriusCore-1.12.2-1.2.0.42-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MagicBees-1.12.2-3.1.10.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding malisiscore-1.12.2-6.5.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding malisisdoors-1.12.2-7.3.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding matc-1.0.1-hotfix.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.2.389.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MekanismGenerators-1.12.2-9.8.2.389.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MekanismTools-1.12.2-9.8.2.389.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding mobtotems-1.12.1-0.3.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Morph-o-Tool-1.2-21.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Morpheus-1.12.2-3.5.106.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding mpbasic-1.12.2-1.4.11.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MPUtils-1.12.2-1.5.7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MrTJPCore-1.12.2-2.1.4.43-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MysticalAgradditions-1.12.2-1.3.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding MysticalAgriculture-1.12.2-1.7.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding mysticallib-1.12.2-1.4.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding mysticalworld-1.12.2-1.5.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding natura-1.12.2-4.3.2.69.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.6.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding NetherEx-1.12.2-2.0.15.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding NotEnoughIDs-1.5.4.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding notenoughwands-1.12-1.8.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding NuclearCraft-2.18k-1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Nutrition-1.12.2-4.4.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding oeintegration-2.3.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding OpenBlocks-1.12.2-1.8.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding OpenComputers-MC1.12.2-1.7.5.192.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding OpenModsLib-1.12.2-0.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding OreExcavation-1.4.143.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Overloaded-1.12.2-0.0.58.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding p455w0rdslib-1.12.2-2.3.161.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding packcrashinfo-1.0.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding packmode-1.12.2-1.2.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding parry-1.0-hotfix.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Patchouli-1.0-20.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding phosphor-1.12.2-0.2.6+build50-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Plants-1.12.2-2.10.7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding plustic-7.1.6.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding PortalGun-1.12.2-7.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding portality-1.12.2-1.2.3-15.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding pressure-1.3.1.9-mc1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectIntelligence-1.12.2-1.0.9.28-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-Base.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-compat.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-integration.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-lighting.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-mechanical.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-world.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Psi-r1.1-77.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Quark-r1.6-177.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding QuickLeafDecay-MC1.12.1-1.2.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding randompatches-1.12.2-1.19.1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RandomThings-MC1.12.2-4.2.7.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding randomtweaks-1.12.2-2.7.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rangedpumps-0.5.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RebornCore-1.12.2-3.16.4.478-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RebornStorage-1.12.2-3.3.4.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RedstoneArsenal-1.12.2-2.6.3.18-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.0.6-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding refinedstorage-1.6.15.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding refinedstorageaddons-0.4.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Reliquary-1.12.2-1.3.4.796.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rftools-1.12-7.72.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rftoolsctrl-1.12-2.0.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rftoolsdim-1.12-5.71.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rftoolspower-1.12-1.2.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rftpwr_oc-0.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding RoguelikeDungeons-1.12.2-1.8.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Roots-1.12.2-3.0.21.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding rustic-1.1.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding sampler-1.84.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Schematica-1.12.2-1.8.0.169-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ShadowMC-1.12-3.8.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding SimplyJetpacks2-1.12.2-2.2.14.67.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding SoulShardsRespawn-1.12.2-1.1.1-13.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding SplashAnimation-0.2.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding StevesCarts-1.12.2-2.4.32.137.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding StorageDrawers-1.12.2-5.4.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding StorageDrawersExtras-1.12-3.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding SuperiorShields-1.12.2-1.0.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Tatw-1.12.2-1.0.1.2.b27.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding TConstruct-1.12.2-2.13.0.171.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding TechReborn-1.12.2-2.24.3.1043-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.15.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Thaumcraft-1.12.2-6.1.BETA26.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThaumicComputers-MC1.12.2-0.5.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThaumicInventoryScanning_1.12.2-2.0.10.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding thaumicperiphery-0.3.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding TheBetweenlands-3.5.3-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding theoneprobe-1.12-1.4.28.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThermalCultivation-1.12.2-0.3.3.12-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThermalDynamics-1.12.2-2.5.5.21-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThermalExpansion-1.12.2-5.5.4.43-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThermalFoundation-1.12.2-2.6.3.27-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding ThermalInnovation-1.12.2-0.3.3.12-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding thermallogistics-0.2-29.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding TickProfiler-1.12-0.0.7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding tinkersjei-1.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding tinkersoc-0.6.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding TinkerToolLeveling-1.12.2-1.1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding tombstone-3.6.2-1.12.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding topaddons-1.12.2-1.12.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Transport-1.12.2-1.0.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding twilightforest-1.12.2-3.10.1013-universal.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding UniDict-1.12.2-2.9.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding unloader-1.2.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding valkyrielib-1.12.2-2.0.20.1.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WAIM-1.0.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WanionLib-1.12.2-2.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Waystones_1.12.2-4.0.72.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding wetstone-1.0.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WirelessCharger-1.12.2-1.0.6.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WirelessCraftingTerminal-1.12.2-3.12.97.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WirelessFluidTerminal-1.12.2-1.0.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WirelessInterfaceTerminal-1.12.2-1.0.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WirelessPatternTerminal-1.12.2-1.0.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding wizardry-0.10.8.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding woot-1.12.2-1.4.11.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding worldutils-1.12.2-0.4.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding WrapUp-1.12-1.1.3.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding XL-Food-Mod-1.12.2-1.9.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding xnet-1.12-1.8.2.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding Xtones-1.12-1.0.8-11.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding YNot-0.2.4.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Adding zerocore-1.12.2-0.1.2.8.jar to the mod list
[19:30:07] [main/INFO] [FML]: Searching C:\servers\Minecraft\ATM3R\.\mods\1.12.2 for mods
[19:30:07] [main/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list
[19:30:07] [main/DEBUG] [FML]: Examining for coremod candidacy # LibLoader.jar
[19:30:07] [main/TRACE] [FML]: Adding # LibLoader.jar to the list of known coremods, it will not be examined again
[19:30:07] [main/DEBUG] [FML]: Instantiating coremod class LibLoader
[19:30:08] [main/TRACE] [FML]: coremod named LibLoader is loading
[19:30:08] [main/WARN] [FML]: The coremod org.minimallycorrect.libloader.LibLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:08] [main/WARN] [FML]: The coremod LibLoader (org.minimallycorrect.libloader.LibLoader) is not signed!
[19:30:09] [main/INFO] [LibLoader]: Found libs:
[com.eclipsesource.minimal-json.minimal-json-0.9.4
org.javassist.javassist-3.22.0-CR1
org.minimallycorrect.modpatcher.ModPatcher-1.12-SNAPSHOT
org.minimallycorrect.mixin.Mixin-1.0-SNAPSHOT
com.github.javaparser.javaparser-core-3.2.4
org.json.json-20090211
me.nallar.whocalled.WhoCalled-1.1
me.nallar.JavaPatcher-1.8
org.minimallycorrect.javatransformer.JavaTransformer-1.8.3]
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod LibLoader
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ActuallyAdditions-1.12.2-r151.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ActuallyAdditions-1.12.2-r151.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ActuallyBaubles-1.12-1.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ActuallyBaubles-1.12-1.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy actuallycomputers-2.1.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in actuallycomputers-2.1.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AdvancedRocketry-1.12.2-1.6.0-188-universal.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AdvancedRocketry-1.12.2-1.6.0-188-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class AdvancedRocketryPlugin
[19:30:09] [main/DEBUG] [FML]: The coremod zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:09] [main/WARN] [FML]: The coremod AdvancedRocketryPlugin (zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin) is not signed!
[19:30:09] [main/DEBUG] [FML]: Added access transformer class to enqueued access transformers
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod AdvancedRocketryPlugin
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ae2stuff-0.7.0.4-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ae2stuff-0.7.0.4-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AE2WTLib-1.12.2-1.0.34.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AE2WTLib-1.12.2-1.0.34.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AgriCraft-2.12.0-1.12.0-a6.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AgriCraft-2.12.0-1.12.0-a6.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AIImprovements-1.12.1-0.0.1b1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AIImprovements-1.12.1-0.0.1b1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AkashicTome-1.2-12.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AkashicTome-1.2-12.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AppleCore-mc1.12.2-3.2.0.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.2.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class AppleCore
[19:30:09] [main/DEBUG] [FML]: The coremod squeek.applecore.AppleCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:09] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod AppleCore
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AppleSkin-mc1.12-1.0.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AppleSkin-mc1.12-1.0.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy appliedenergistics2-rv6-stable-7.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in appliedenergistics2-rv6-stable-7.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy armoryexpansion-1.4.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in armoryexpansion-1.4.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Aroma1997Core-1.12.2-2.0.0.2.b165.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.b165.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class CoreMod
[19:30:09] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/DEBUG] [FML]: Found signing certificates for coremod CoreMod (aroma1997.core.coremod.CoreMod)
[19:30:09] [main/DEBUG] [FML]: Found certificate dfbfe4c473253d8c5652417689848f650b2cbe32
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod CoreMod
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy astralsorcery-1.12.2-1.10.20.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.20.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class AstralCore
[19:30:09] [main/TRACE] [FML]: coremod named AstralCore is loading
[19:30:09] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/DEBUG] [FML]: Found signing certificates for coremod AstralCore (hellfirepvp.astralsorcery.core.AstralCore)
[19:30:09] [main/DEBUG] [FML]: Found certificate a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0
[19:30:09] [main/INFO] [Astral Core]: [AstralCore] Initialized.
[19:30:09] [main/DEBUG] [FML]: Added access transformer class hellfirepvp.astralsorcery.core.AstralTransformer to enqueued access transformers
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod AstralCore
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy atmtweaks-1.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in atmtweaks-1.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AttributeFix-1.12.2-1.0.10.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AttributeFix-1.12.2-1.0.10.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy AutoRegLib-1.3-32.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in AutoRegLib-1.3-32.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy backpack-3.0.2-1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in backpack-3.0.2-1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy base-1.12.2-3.13.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in base-1.12.2-3.13.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Baubles-1.12-1.5.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Baubles-1.12-1.5.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy baubley-heart-canisters-1.12.2-2.0.3.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in baubley-heart-canisters-1.12.2-2.0.3.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy bdlib-1.14.3.12-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in bdlib-1.14.3.12-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BetterFps-1.4.8.jar
[19:30:09] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BetterThanMending-1.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BetterThanMending-1.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BiblioCraft[v2.4.5][MC1.12.2].jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BiblioCraft[v2.4.5][MC1.12.2].jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy binnie-mods-1.12.2-2.5.1.198.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in binnie-mods-1.12.2-2.5.1.198.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy birdsfoods-1.12 - 3.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in birdsfoods-1.12 - 3.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy blockcraftery-1.12.2-1.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in blockcraftery-1.12.2-1.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BloodDebug-1.12.2-0.0.1-9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BloodDebug-1.12.2-0.0.1-9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BloodMagic-1.12.2-2.4.3-105.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BloodMagic-1.12.2-2.4.3-105.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy bloodylib-1.0.1-beta.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in bloodylib-1.0.1-beta.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy bonsaitrees-1.1.3-b156.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in bonsaitrees-1.1.3-b156.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Bookshelf-1.12.2-2.3.585.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Bookshelf-1.12.2-2.3.585.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Born In A Barn V1.8-1.12-1.1.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Born In A Barn V1.8-1.12-1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class BornInABarn
[19:30:09] [main/TRACE] [FML]: coremod named Born in a Barn is loading
[19:30:09] [main/WARN] [FML]: The coremod com.chocohead.biab.BornInABarn does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/WARN] [FML]: The coremod Born in a Barn (com.chocohead.biab.BornInABarn) is not signed!
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod Born in a Barn
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Botania r1.10-362.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Botania r1.10-362.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BrandonsCore-1.12.2-2.4.17.208-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BrandonsCore-1.12.2-2.4.17.208-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy BuildingGadgets-2.7.4.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in BuildingGadgets-2.7.4.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy careerbees-0.4.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in careerbees-0.4.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy cc-tweaked-1.12.2-1.85.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in cc-tweaked-1.12.2-1.85.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Chameleon-1.12-4.1.3.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Chameleon-1.12-4.1.3.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ChatFlow-1.4-7.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ChatFlow-1.4-7.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ChickenASM-1.12-1.0.2.7.jar
[19:30:09] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ChickenChunks-1.12.2-2.4.2.74-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ChickenChunks-1.12.2-2.4.2.74-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Chisel-MC1.12.2-1.0.1.44.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Chisel-MC1.12.2-1.0.1.44.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy chiselsandbits-14.33.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in chiselsandbits-14.33.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy classicbar-0.5.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in classicbar-0.5.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Clumps-3.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Clumps-3.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CodeChickenLib-1.12.2-3.2.3.358-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CodeChickenLib-1.12.2-3.2.3.358-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CoFHCore-1.12.2-4.6.3.27-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CoFHCore-1.12.2-4.6.3.27-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CoFHWorld-1.12.2-1.3.1.7-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CoFHWorld-1.12.2-1.3.1.7-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CommonCapabilities-1.12.2-2.4.5.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CommonCapabilities-1.12.2-2.4.5.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy compactmachines3-1.12.2-3.0.18-b278.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in compactmachines3-1.12.2-3.0.18-b278.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Computronics-1.12.2-1.6.6.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Computronics-1.12.2-1.6.6.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy conarm-1.12.2-1.2.5.3.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in conarm-1.12.2-1.2.5.3.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ContentTweaker-1.12.2-4.9.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ContentTweaker-1.12.2-4.9.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CookingForBlockheads_1.12.2-6.4.71.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CookingForBlockheads_1.12.2-6.4.71.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CosmeticArmorReworked-1.12.2-v4a.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CosmeticArmorReworked-1.12.2-v4a.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CraftingTweaks_1.12.2-8.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CraftingTweaks_1.12.2-8.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CraftTweaker2-1.12-4.1.19.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CraftTweaker2-1.12-4.1.19.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Cucumber-1.12.2-1.1.3.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Cucumber-1.12.2-1.1.3.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy culinaryconstruct-1.3.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in culinaryconstruct-1.3.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Currency-1.12.0-1.3.11.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Currency-1.12.0-1.3.11.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Cyclic-1.12.2-1.19.18.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Cyclic-1.12.2-1.19.18.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy CyclopsCore-1.12.2-1.6.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in CyclopsCore-1.12.2-1.6.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy DarkUtils-1.12.2-1.8.230.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in DarkUtils-1.12.2-1.8.230.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy deepresonance-1.12-1.8.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in deepresonance-1.12-1.8.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy diethopper-1.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in diethopper-1.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ElecCore-1.12.2-1.9.452.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ElecCore-1.12.2-1.9.452.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ElectroblobsWizardry-4.2.5-MC1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ElectroblobsWizardry-4.2.5-MC1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy EmbersRekindled-1.13-hotfix2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in EmbersRekindled-1.13-hotfix2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy EnderCore-1.12.2-0.5.73.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in EnderCore-1.12.2-0.5.73.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-1.12.2-5.1.52.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in EnderIO-1.12.2-5.1.52.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-endergy-1.12.2-5.1.52.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in EnderIO-endergy-1.12.2-5.1.52.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy EnderStorage-1.12.2-2.4.6.137-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in EnderStorage-1.12.2-2.4.6.137-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy environmentalcreepers-1.12.2-1.5.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in environmentalcreepers-1.12.2-1.5.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy environmentaltech-1.12.2-2.0.20.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in environmentaltech-1.12.2-2.0.20.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy etlunar-1.12.2-2.0.20.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in etlunar-1.12.2-2.0.20.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ExtraCells-1.12.2-2.6.4.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ExtraCells-1.12.2-2.6.4.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ExtraRails-1.12-1.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ExtraRails-1.12-1.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy extrautils2-1.12-1.9.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in extrautils2-1.12-1.9.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ExtremeReactors-1.12.2-0.4.5.67.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ExtremeReactors-1.12.2-0.4.5.67.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy FastFurnace-1.12.2-1.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in FastFurnace-1.12.2-1.3.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy FastWorkbench-1.12.2-1.7.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in FastWorkbench-1.12.2-1.7.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy fencejumper-1.12-1.0.5.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in fencejumper-1.12-1.0.5.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Flamingo-1.12-v1.11.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Flamingo-1.12-v1.11.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy flatcoloredblocks-mc1.12-6.8.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in flatcoloredblocks-mc1.12-6.8.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Floralchemy-1.12.2-1.1.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Floralchemy-1.12.2-1.1.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy fluxnetworks-1.12.2-4.0.13-30.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in fluxnetworks-1.12.2-4.0.13-30.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy foamfix-0.10.9-1.12.2.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.9-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class FoamFixCore
[19:30:09] [main/TRACE] [FML]: coremod named Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) is loading
[19:30:09] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/DEBUG] [FML]: Found signing certificates for coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (pl.asie.foamfix.coremod.FoamFixCore)
[19:30:09] [main/DEBUG] [FML]: Found certificate 3481f72e377b0a1989bd38e3f07cf4cf0b626475
[19:30:09] [main/DEBUG] [FML]: Added access transformer class pl.asie.foamfix.coremod.FoamFixAT to enqueued access transformers
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.)
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy forestry_1.12.2-5.8.2.409.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in forestry_1.12.2-5.8.2.409.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Forgelin-1.8.4.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class ForgelinPlugin
[19:30:09] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod ForgelinPlugin
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ForgeMultipart-1.12.2-2.6.2.83-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ForgeMultipart-1.12.2-2.6.2.83-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy FTBBackups-1.1.0.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in FTBBackups-1.1.0.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy FTBLib-5.4.4.5.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in FTBLib-5.4.4.5.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy FTBUtilities-5.4.0.123.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in FTBUtilities-5.4.0.123.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy funky-locomotion-1.12.2-1.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in funky-locomotion-1.12.2-1.1.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy gendustry-1.6.5.8-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in gendustry-1.6.5.8-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy generators-0.9.20.12-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in generators-0.9.20.12-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Guide-API-1.12-2.1.8-63.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Guide-API-1.12-2.1.8-63.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy hooked-1.0.3.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in hooked-1.0.3.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy iChunUtil-1.12.2-7.2.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in iChunUtil-1.12.2-7.2.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ieclochecompat-2.1.7-dev.454.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ieclochecompat-2.1.7-dev.454.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy immersivepetroleum-1.12.2-1.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in immersivepetroleum-1.12.2-1.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy immersivetech-1.12-1.3.10.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in immersivetech-1.12-1.3.10.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy incontrol-1.12-3.9.16.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in incontrol-1.12-3.9.16.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy industrialcraft-2-2.8.187-ex112.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in industrialcraft-2-2.8.187-ex112.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy industrialforegoing-1.12.2-1.12.13-237.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in industrialforegoing-1.12.2-1.12.13-237.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy infinitylib-1.12.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in infinitylib-1.12.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy InitialInventory-3.0.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in InitialInventory-3.0.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedCrafting-1.12.2-1.0.8.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in IntegratedCrafting-1.12.2-1.0.8.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedDynamics-1.12.2-1.1.1.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in IntegratedDynamics-1.12.2-1.1.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedTerminals-1.12.2-1.0.13.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in IntegratedTerminals-1.12.2-1.0.13.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedTunnels-1.12.2-1.6.10.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in IntegratedTunnels-1.12.2-1.6.10.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy IntegrationForegoing-1.12.2-1.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in IntegrationForegoing-1.12.2-1.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy inventorygenerators-1.2.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in inventorygenerators-1.2.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy InventoryTweaks-1.64+dev.146.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.146.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class FMLPlugin
[19:30:09] [main/TRACE] [FML]: coremod named Inventory Tweaks Coremod is loading
[19:30:09] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/DEBUG] [FML]: Found signing certificates for coremod Inventory Tweaks Coremod (invtweaks.forge.asm.FMLPlugin)
[19:30:09] [main/DEBUG] [FML]: Found certificate 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe
[19:30:09] [main/DEBUG] [FML]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod Inventory Tweaks Coremod
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy ironchest-1.12.2-7.0.72.847.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in ironchest-1.12.2-7.0.72.847.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy JAOPCA-1.12.2-2.2.8.103.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in JAOPCA-1.12.2-2.2.8.103.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy JAOPCAAdditions-1.12.2-2.2.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in JAOPCAAdditions-1.12.2-2.2.1.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy JAOPCAAgriculture-1.12.2-1.2.1.16.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in JAOPCAAgriculture-1.12.2-1.2.1.16.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.292.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.292.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy jeibees-0.9.0.5-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in jeibees-0.9.0.5-mc1.12.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy journeymap-1.12.2-5.5.5.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in journeymap-1.12.2-5.5.5.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughEnergistics-1.12.2-1.0.8.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in JustEnoughEnergistics-1.12.2-1.0.8.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughReactors-1.12.2-1.1.3.61.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in JustEnoughReactors-1.12.2-1.1.3.61.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy kjlib-1.0.4.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in kjlib-1.0.4.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy KleeSlabs_1.12.2-5.4.12.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in KleeSlabs_1.12.2-5.4.12.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy LagGoggles-FAT-1.12.2-4.9.jar
[19:30:09] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from LagGoggles-FAT-1.12.2-4.9.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy librarianlib-1.12.2-4.19.2-release.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in librarianlib-1.12.2-4.19.2-release.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class LibLibCorePlugin
[19:30:09] [main/TRACE] [FML]: coremod named LibrarianLib Plugin is loading
[19:30:09] [main/WARN] [FML]: The coremod com.teamwizardry.librarianlib.asm.LibLibCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/WARN] [FML]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed!
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod LibrarianLib Plugin
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy LibraryEx-1.12.2-1.0.12.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in LibraryEx-1.12.2-1.0.12.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy LibVulpes-1.12.2-0.4.2-68-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in LibVulpes-1.12.2-0.4.2-68-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy lostcities-1.12-2.0.21.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in lostcities-1.12-2.0.21.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy lostsouls-1.12-1.1.4.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in lostsouls-1.12-1.1.4.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy LunatriusCore-1.12.2-1.2.0.42-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in LunatriusCore-1.12.2-1.2.0.42-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MagicBees-1.12.2-3.1.10.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MagicBees-1.12.2-3.1.10.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy malisiscore-1.12.2-6.5.1.jar
[19:30:09] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy malisisdoors-1.12.2-7.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in malisisdoors-1.12.2-7.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Mantle-1.12-1.3.3.55.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Mantle-1.12-1.3.3.55.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy matc-1.0.1-hotfix.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in matc-1.0.1-hotfix.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtylib-1.12-3.5.4.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in mcjtylib-1.12-3.5.4.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Mekanism-1.12.2-9.8.2.389.jar
[19:30:09] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.2.389.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:09] [main/DEBUG] [FML]: Instantiating coremod class MekanismCoremod
[19:30:09] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:09] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed!
[19:30:09] [main/DEBUG] [FML]: Enqueued coremod MekanismCoremod
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MekanismGenerators-1.12.2-9.8.2.389.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MekanismGenerators-1.12.2-9.8.2.389.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MekanismTools-1.12.2-9.8.2.389.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MekanismTools-1.12.2-9.8.2.389.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy mobtotems-1.12.1-0.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in mobtotems-1.12.1-0.3.0.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy modtweaker-4.0.17.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in modtweaker-4.0.17.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Morph-o-Tool-1.2-21.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Morph-o-Tool-1.2-21.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy Morpheus-1.12.2-3.5.106.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in Morpheus-1.12.2-3.5.106.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy mpbasic-1.12.2-1.4.11.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in mpbasic-1.12.2-1.4.11.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MPUtils-1.12.2-1.5.7.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MPUtils-1.12.2-1.5.7.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MrTJPCore-1.12.2-2.1.4.43-universal.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MrTJPCore-1.12.2-2.1.4.43-universal.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MTLib-3.0.6.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MTLib-3.0.6.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MysticalAgradditions-1.12.2-1.3.2.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MysticalAgradditions-1.12.2-1.3.2.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy MysticalAgriculture-1.12.2-1.7.5.jar
[19:30:09] [main/DEBUG] [FML]: Not found coremod data in MysticalAgriculture-1.12.2-1.7.5.jar
[19:30:09] [main/DEBUG] [FML]: Examining for coremod candidacy mysticallib-1.12.2-1.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in mysticallib-1.12.2-1.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy mysticalworld-1.12.2-1.5.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in mysticalworld-1.12.2-1.5.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy natura-1.12.2-4.3.2.69.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in natura-1.12.2-4.3.2.69.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy NaturesCompass-1.12.2-1.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in NaturesCompass-1.12.2-1.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy NetherEx-1.12.2-2.0.15.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in NetherEx-1.12.2-2.0.15.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy NotEnoughIDs-1.5.4.4.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in NotEnoughIDs-1.5.4.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class Plugin
[19:30:10] [main/WARN] [FML]: The coremod ru.fewizz.neid.asm.Plugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/WARN] [FML]: The coremod Plugin (ru.fewizz.neid.asm.Plugin) is not signed!
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod Plugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy notenoughwands-1.12-1.8.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in notenoughwands-1.12-1.8.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy NuclearCraft-2.18k-1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in NuclearCraft-2.18k-1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Nutrition-1.12.2-4.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Nutrition-1.12.2-4.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy oeintegration-2.3.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in oeintegration-2.3.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy OpenBlocks-1.12.2-1.8.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in OpenBlocks-1.12.2-1.8.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy OpenComputers-MC1.12.2-1.7.5.192.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.12.2-1.7.5.192.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class TransformerLoader
[19:30:10] [main/WARN] [FML]: The coremod li.cil.oc.common.launch.TransformerLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/WARN] [FML]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed!
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod TransformerLoader
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy OpenModsLib-1.12.2-0.12.2.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class OpenModsCorePlugin
[19:30:10] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod OpenModsCorePlugin (openmods.core.OpenModsCorePlugin)
[19:30:10] [main/DEBUG] [FML]: Found certificate d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5
[19:30:10] [main/DEBUG] [OpenMods]: openmods.core.OpenModsCorePlugin.<init>(OpenModsCorePlugin.java:18): <OpenModsLib 0.12.2>\o
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod OpenModsCorePlugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy OreExcavation-1.4.143.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in OreExcavation-1.4.143.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Overloaded-1.12.2-0.0.58.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Overloaded-1.12.2-0.0.58.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy p455w0rdslib-1.12.2-2.3.161.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in p455w0rdslib-1.12.2-2.3.161.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy packcrashinfo-1.0.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in packcrashinfo-1.0.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy packmode-1.12.2-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in packmode-1.12.2-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy parry-1.0-hotfix.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in parry-1.0-hotfix.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Patchouli-1.0-20.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Patchouli-1.0-20.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Placebo-1.12.2-1.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Placebo-1.12.2-1.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Plants-1.12.2-2.10.7.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Plants-1.12.2-2.10.7.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy plustic-7.1.6.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in plustic-7.1.6.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy PortalGun-1.12.2-7.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in PortalGun-1.12.2-7.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy portality-1.12.2-1.2.3-15.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in portality-1.12.2-1.2.3-15.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy pressure-1.3.1.9-mc1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in pressure-1.3.1.9-mc1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-Base.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-Base.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-compat.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-compat.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-integration.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-integration.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-lighting.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-lighting.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-mechanical.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-mechanical.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectRed-1.12.2-4.9.4.120-world.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ProjectRed-1.12.2-4.9.4.120-world.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Psi-r1.1-77.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Psi-r1.1-77.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Quark-r1.6-177.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-177.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin
[19:30:10] [main/TRACE] [FML]: coremod named Quark Plugin is loading
[19:30:10] [main/DEBUG] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:10] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod Quark Plugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy QuickLeafDecay-MC1.12.1-1.2.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in QuickLeafDecay-MC1.12.1-1.2.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy randompatches-1.12.2-1.19.1.1.jar
[19:30:10] [main/TRACE] [FML]: Adding randompatches-1.12.2-1.19.1.1.jar to the list of known coremods, it will not be examined again
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class RPCore
[19:30:10] [main/TRACE] [FML]: coremod named RandomPatches is loading
[19:30:10] [main/WARN] [FML]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod RandomPatches (com.therandomlabs.randompatches.core.RPCore)
[19:30:10] [main/DEBUG] [FML]: Found certificate 20d08fb3fe9c268a63a75d337fb507464c8aaccd
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod RandomPatches
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RandomThings-MC1.12.2-4.2.7.3.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.2.7.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin
[19:30:10] [main/WARN] [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.randomthings.asm.LoadingPlugin)
[19:30:10] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy randomtweaks-1.12.2-2.7.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in randomtweaks-1.12.2-2.7.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rangedpumps-0.5.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rangedpumps-0.5.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RebornCore-1.12.2-3.16.4.478-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in RebornCore-1.12.2-3.16.4.478-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RebornStorage-1.12.2-3.3.4.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in RebornStorage-1.12.2-3.3.4.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RedstoneArsenal-1.12.2-2.6.3.18-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in RedstoneArsenal-1.12.2-2.6.3.18-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RedstoneFlux-1.12-2.1.0.6-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in RedstoneFlux-1.12-2.1.0.6-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy refinedstorage-1.6.15.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in refinedstorage-1.6.15.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy refinedstorageaddons-0.4.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in refinedstorageaddons-0.4.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Reliquary-1.12.2-1.3.4.796.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Reliquary-1.12.2-1.3.4.796.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftools-1.12-7.72.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rftools-1.12-7.72.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftoolsctrl-1.12-2.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rftoolsctrl-1.12-2.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftoolsdim-1.12-5.71.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rftoolsdim-1.12-5.71.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftoolspower-1.12-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rftoolspower-1.12-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rftpwr_oc-0.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rftpwr_oc-0.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy RoguelikeDungeons-1.12.2-1.8.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in RoguelikeDungeons-1.12.2-1.8.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Roots-1.12.2-3.0.21.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Roots-1.12.2-3.0.21.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy rustic-1.1.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in rustic-1.1.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy sampler-1.84.jar
[19:30:10] [main/INFO] [FML]: Loading tweaker sampler.core.lw.Tweaker from sampler-1.84.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Schematica-1.12.2-1.8.0.169-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Schematica-1.12.2-1.8.0.169-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ShadowMC-1.12-3.8.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ShadowMC-1.12-3.8.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy SimplyJetpacks2-1.12.2-2.2.14.67.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in SimplyJetpacks2-1.12.2-2.2.14.67.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy SoulShardsRespawn-1.12.2-1.1.1-13.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in SoulShardsRespawn-1.12.2-1.1.1-13.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy SplashAnimation-0.2.1.jar
[19:30:10] [main/TRACE] [FML]: Adding SplashAnimation-0.2.1.jar to the list of known coremods, it will not be examined again
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class SplashAnimationCoremod
[19:30:10] [main/WARN] [FML]: The coremod pl.asie.splashanimation.core.SplashAnimationCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod SplashAnimationCoremod (pl.asie.splashanimation.core.SplashAnimationCoremod)
[19:30:10] [main/DEBUG] [FML]: Found certificate 3481f72e377b0a1989bd38e3f07cf4cf0b626475
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod SplashAnimationCoremod
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy StevesCarts-1.12.2-2.4.32.137.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in StevesCarts-1.12.2-2.4.32.137.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy stg-1.12.2-1.2.3.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in stg-1.12.2-1.2.3.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy StorageDrawers-1.12.2-5.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in StorageDrawers-1.12.2-5.4.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy StorageDrawersExtras-1.12-3.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in StorageDrawersExtras-1.12-3.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy SuperiorShields-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in SuperiorShields-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Tatw-1.12.2-1.0.1.2.b27.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Tatw-1.12.2-1.0.1.2.b27.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TConstruct-1.12.2-2.13.0.171.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in TConstruct-1.12.2-2.13.0.171.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TechReborn-1.12.2-2.24.3.1043-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in TechReborn-1.12.2-2.24.3.1043-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy tesla-core-lib-1.12.2-1.0.15.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in tesla-core-lib-1.12.2-1.0.15.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Thaumcraft-1.12.2-6.1.BETA26.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Thaumcraft-1.12.2-6.1.BETA26.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThaumicComputers-MC1.12.2-0.5.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThaumicComputers-MC1.12.2-0.5.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThaumicInventoryScanning_1.12.2-2.0.10.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThaumicInventoryScanning_1.12.2-2.0.10.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy thaumicperiphery-0.3.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in thaumicperiphery-0.3.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy theoneprobe-1.12-1.4.28.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in theoneprobe-1.12-1.4.28.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalCultivation-1.12.2-0.3.3.12-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThermalCultivation-1.12.2-0.3.3.12-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalDynamics-1.12.2-2.5.5.21-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThermalDynamics-1.12.2-2.5.5.21-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalExpansion-1.12.2-5.5.4.43-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThermalExpansion-1.12.2-5.5.4.43-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalFoundation-1.12.2-2.6.3.27-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThermalFoundation-1.12.2-2.6.3.27-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalInnovation-1.12.2-0.3.3.12-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ThermalInnovation-1.12.2-0.3.3.12-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy thermallogistics-0.2-29.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in thermallogistics-0.2-29.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TickProfiler-1.12-0.0.7.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in TickProfiler-1.12-0.0.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class CoreMod
[19:30:10] [main/WARN] [FML]: The coremod org.minimallycorrect.tickprofiler.minecraft.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/WARN] [FML]: The coremod CoreMod (org.minimallycorrect.tickprofiler.minecraft.CoreMod) is not signed!
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod CoreMod
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy tinkersjei-1.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in tinkersjei-1.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy tinkersoc-0.6.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in tinkersoc-0.6.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TinkerToolLeveling-1.12.2-1.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in TinkerToolLeveling-1.12.2-1.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy tombstone-3.6.2-1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in tombstone-3.6.2-1.12.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy topaddons-1.12.2-1.12.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in topaddons-1.12.2-1.12.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Transport-1.12.2-1.0.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Transport-1.12.2-1.0.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Traverse-1.12.2-1.6.0-69.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Traverse-1.12.2-1.6.0-69.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy twilightforest-1.12.2-3.10.1013-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in twilightforest-1.12.2-3.10.1013-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy UniDict-1.12.2-2.9.3.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in UniDict-1.12.2-2.9.3.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy unloader-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in unloader-1.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy valkyrielib-1.12.2-2.0.20.1.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in valkyrielib-1.12.2-2.0.20.1.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WAIM-1.0.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WAIM-1.0.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WanionLib-1.12.2-2.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WanionLib-1.12.2-2.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WaterStrainer-1.12-3.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WaterStrainer-1.12-3.2.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Waystones_1.12.2-4.0.72.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Waystones_1.12.2-4.0.72.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy wetstone-1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in wetstone-1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessCharger-1.12.2-1.0.6.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WirelessCharger-1.12.2-1.0.6.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessCraftingTerminal-1.12.2-3.12.97.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WirelessCraftingTerminal-1.12.2-3.12.97.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessFluidTerminal-1.12.2-1.0.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WirelessFluidTerminal-1.12.2-1.0.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessInterfaceTerminal-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WirelessInterfaceTerminal-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessPatternTerminal-1.12.2-1.0.3.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WirelessPatternTerminal-1.12.2-1.0.3.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy wizardry-0.10.8.jar
[19:30:10] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in wizardry-0.10.8.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class WizardryCorePlugin
[19:30:10] [main/TRACE] [FML]: coremod named Wizardry Plugin is loading
[19:30:10] [main/WARN] [FML]: The coremod com.teamwizardry.wizardry.asm.WizardryCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/WARN] [FML]: The coremod Wizardry Plugin (com.teamwizardry.wizardry.asm.WizardryCorePlugin) is not signed!
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod Wizardry Plugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy woot-1.12.2-1.4.11.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in woot-1.12.2-1.4.11.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy worldutils-1.12.2-0.4.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in worldutils-1.12.2-0.4.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy WrapUp-1.12-1.1.3.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in WrapUp-1.12-1.1.3.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy XL-Food-Mod-1.12.2-1.9.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in XL-Food-Mod-1.12.2-1.9.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy xnet-1.12-1.8.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in xnet-1.12-1.8.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Xtones-1.12-1.0.8-11.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Xtones-1.12-1.0.8-11.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy YNot-0.2.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in YNot-0.2.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy zerocore-1.12.2-0.1.2.8.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in zerocore-1.12.2-0.1.2.8.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy capabilityadapter-1.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in capabilityadapter-1.1.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy EnderCore-1.12.2-0.5.73-core.jar
[19:30:10] [main/TRACE] [FML]: Adding EnderCore-1.12.2-0.5.73-core.jar to the list of known coremods, it will not be examined again
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class EnderCorePlugin
[19:30:10] [main/DEBUG] [FML]: The coremod com.enderio.core.common.transform.EnderCorePlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod EnderCorePlugin (com.enderio.core.common.transform.EnderCorePlugin)
[19:30:10] [main/DEBUG] [FML]: Found certificate 697ee206753ef8357e150b14b9ebb1ff5639de3c
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod EnderCorePlugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy AutoSave-1.12.2-1.0.11.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in AutoSave-1.12.2-1.0.11.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy AutoConfig-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in AutoConfig-1.12.2-1.0.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy gigaherz.commons-1.12.1-0.6.4.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in gigaherz.commons-1.12.1-0.6.4.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy Guidebook-1.12.2-2.9.2.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in Guidebook-1.12.2-2.9.2.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-core-0.12-92.jar
[19:30:10] [main/TRACE] [FML]: Adding ImmersiveEngineering-core-0.12-92.jar to the list of known coremods, it will not be examined again
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class IELoadingPlugin
[19:30:10] [main/WARN] [FML]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod IELoadingPlugin (blusunrize.immersiveengineering.common.asm.IELoadingPlugin)
[19:30:10] [main/DEBUG] [FML]: Found certificate 4cb49fcde3b43048c9889e0a3d083225da926334
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod IELoadingPlugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy ImmersiveEngineering-0.12-92.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in ImmersiveEngineering-0.12-92.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtytools-0.0.21.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in mcjtytools-0.0.21.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy IndustrialWires-1.7-36.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in IndustrialWires-1.7-36.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy core-3.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in core-3.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy json-3.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in json-3.6.0.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:10] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TheBetweenlands-3.5.3-core.jar
[19:30:10] [main/TRACE] [FML]: Adding TheBetweenlands-3.5.3-core.jar to the list of known coremods, it will not be examined again
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class TheBetweenlandsLoadingPlugin
[19:30:10] [main/DEBUG] [FML]: The coremod thebetweenlands.core.TheBetweenlandsLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:10] [main/DEBUG] [FML]: Found signing certificates for coremod TheBetweenlandsLoadingPlugin (thebetweenlands.core.TheBetweenlandsLoadingPlugin)
[19:30:10] [main/DEBUG] [FML]: Found certificate 38067d6878811efb38b6a045521cfd80b9b60b38
[19:30:10] [main/DEBUG] [FML]: Enqueued coremod TheBetweenlandsLoadingPlugin
[19:30:10] [main/DEBUG] [FML]: Examining for coremod candidacy TheBetweenlands-3.5.3-universal.jar
[19:30:10] [main/DEBUG] [FML]: Not found coremod data in TheBetweenlands-3.5.3-universal.jar
[19:30:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:30:10] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[19:30:10] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker
[19:30:10] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:30:10] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader@33909752
[19:30:10] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar Service=LaunchWrapper Env=SERVER
[19:30:10] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #1
[19:30:10] [main/DEBUG] [mixin]: Initialising Mixin Platform Manager
[19:30:10] [main/DEBUG] [mixin]: Mixin platform: primary container is file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar
[19:30:10] [main/DEBUG] [mixin]: Adding mixin platform agents for container file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar
[19:30:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFML for file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar
[19:30:10] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for LagGoggles-FAT-1.12.2-4.9.jar, attempting force-load
[19:30:10] [main/DEBUG] [mixin]: Adding LagGoggles-FAT-1.12.2-4.9.jar to reparseable coremod collection
[19:30:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/forge-1.12.2-14.23.5.2847-universal.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/%23%20LibLoader.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/com/eclipsesource/minimal-json/minimal-json-0.9.4/minimal-json-0.9.4.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/com/github/javaparser/javaparser-core-3.2.4/javaparser-core-3.2.4.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/me/nallar/JavaPatcher-1.8/JavaPatcher-1.8.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/me/nallar/whocalled/WhoCalled-1.1/WhoCalled-1.1.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/javassist/javassist-3.22.0-CR1-1a955bad6b275515/javassist-3.22.0-CR1.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/json/json-20090211/json-20090211.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/javatransformer/JavaTransformer-1.8.3/JavaTransformer-1.8.3.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/mixin/Mixin-1.0-SNAPSHOT-6458ad41b311f546/Mixin-1.0-SNAPSHOT.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/modpatcher/ModPatcher-1.12-SNAPSHOT-ca147c01b3ebba6e/ModPatcher-1.12-SNAPSHOT.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/AdvancedRocketry-1.12.2-1.6.0-188-universal.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/AppleCore-mc1.12.2-3.2.0.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Aroma1997Core-1.12.2-2.0.0.2.b165.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/astralsorcery-1.12.2-1.10.20.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/BetterFps-1.4.8.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Born%20In%20A%20Barn%20V1.8-1.12-1.1.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/foamfix-0.10.9-1.12.2.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Forgelin-1.8.4.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/InventoryTweaks-1.64+dev.146.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/librarianlib-1.12.2-4.19.2-release.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar for mixin tweaker
[19:30:10] [main/DEBUG] [mixin]: file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar contains a mixin tweaker, adding agents
[19:30:10] [main/DEBUG] [mixin]: Adding mixin platform agents for container file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar
[19:30:10] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFML for file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar
[19:30:10] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for malisiscore-1.12.2-6.5.1.jar, attempting force-load
[19:30:10] [main/DEBUG] [mixin]: Adding malisiscore-1.12.2-6.5.1.jar to reparseable coremod collection
[19:30:10] [main/DEBUG] [mixin]: malisiscore-1.12.2-6.5.1.jar has core plugin net.malisis.core.asm.MalisisCorePlugin. Injecting it into FML for co-initialisation:
[19:30:10] [main/DEBUG] [FML]: Instantiating coremod class MalisisCorePlugin
[19:30:10] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:30:10] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed!
[19:30:10] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[19:30:11] [main/DEBUG] [FML]: Enqueued coremod MalisisCorePlugin
[19:30:11] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Mekanism-1.12.2-9.8.2.389.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/NotEnoughIDs-1.5.4.4.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/OpenComputers-MC1.12.2-1.7.5.192.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/OpenModsLib-1.12.2-0.12.2.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Quark-r1.6-177.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/randompatches-1.12.2-1.19.1.1.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/RandomThings-MC1.12.2-4.2.7.3.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/sampler-1.84.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/SplashAnimation-0.2.1.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/TickProfiler-1.12-0.0.7.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/wizardry-0.10.8.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/com/enderio/core/EnderCore/1.12.2-0.5.73/EnderCore-1.12.2-0.5.73-core.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-92/ImmersiveEngineering-core-0.12-92.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar for mixin tweaker
[19:30:11] [main/DEBUG] [mixin]: file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar contains a mixin tweaker, adding agents
[19:30:11] [main/DEBUG] [mixin]: Adding mixin platform agents for container file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:11] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFML for file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:11] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for phosphor-1.12.2-0.2.6+build50-universal.jar, attempting force-load
[19:30:11] [main/DEBUG] [mixin]: Adding phosphor-1.12.2-0.2.6+build50-universal.jar to reparseable coremod collection
[19:30:11] [main/DEBUG] [mixin]: phosphor-1.12.2-0.2.6+build50-universal.jar has core plugin me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin. Injecting it into FML for co-initialisation:
[19:30:11] [main/DEBUG] [FML]: Instantiating coremod class PhosphorFMLLoadingPlugin
[19:30:11] [main/DEBUG] [FML]: The coremod me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
[19:30:11] [main/DEBUG] [FML]: Found signing certificates for coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin)
[19:30:11] [main/DEBUG] [FML]: Found certificate f0387d288626cc2d937daa504e74af570c52a2f1
[19:30:11] [main/DEBUG] [FML]: Enqueued coremod PhosphorFMLLoadingPlugin
[19:30:11] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:11] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/angrypixel/TheBetweenlands/3.5.3/TheBetweenlands-3.5.3-core.jar for mixin tweaker
[19:30:11] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[19:30:11] [main/INFO] [LaunchWrapper]: Loading tweak class name sampler.core.lw.Tweaker
[19:30:11] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[PREINIT]
[19:30:11] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[19:30:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:30:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:30:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:30:11] [main/INFO] [LaunchWrapper]: Calling tweak class sampler.core.lw.Tweaker
[19:30:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:11] [main/DEBUG] [FML]: Injecting coremod CoreMod \{org.minimallycorrect.tickprofiler.minecraft.CoreMod\} class transformers
[19:30:11] [main/DEBUG] [FML]: Injection complete
[19:30:11] [main/DEBUG] [FML]: Running coremod plugin for CoreMod \{org.minimallycorrect.tickprofiler.minecraft.CoreMod\}
[19:30:11] [main/DEBUG] [FML]: Running coremod plugin CoreMod
[19:30:11] [main/INFO] [TickProfiler]: TickProfiler v1.12-0.0.7 coremod injectData called, loading patches
[19:30:11] [main/INFO] [ModPatcher]: ModPatcher running under classloader net.minecraft.launchwrapper.LaunchClassLoader
[19:30:12] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.world.World, patches=[Patcher.PatchDescriptor(methods=func_72939_s()V, patch=clone), Patcher.PatchDescriptor(methods=func_72939_s()V, patch=insertCodeBefore), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall), Patcher.PatchDescriptor(methods=updateEntities_withProfiling(), patch=replaceMethodCall)])
[19:30:12] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.network.play.server.SPacketCustomPayload, patches=[Patcher.PatchDescriptor(methods=, patch=addMethod)])
[19:30:12] [main/INFO] [JavaPatcher]: Added patch minecraft: Patcher.ClassPatchDescriptor(name=net.minecraft.network.NettyPacketEncoder, patches=[Patcher.PatchDescriptor(methods=encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/Packet;Lio/netty/buffer/ByteBuf;)V, patch=replaceMethodCall)])
[19:30:12] [main/DEBUG] [FML]: Coremod plugin class CoreMod run successfully
[19:30:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:12] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[19:30:12] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:12] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:12] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:12] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:12] [main/DEBUG] [FML]: Injection complete
[19:30:12] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[19:30:12] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[19:30:13] [main/DEBUG] [FML]: Read 1145 binary patches
[19:30:13] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[19:30:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod LibLoader \{org.minimallycorrect.libloader.LibLoader\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for LibLoader \{org.minimallycorrect.libloader.LibLoader\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin LibLoader
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class LibLoader run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod AdvancedRocketryPlugin \{zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin\} class transformers
[19:30:14] [main/TRACE] [FML]: Registering transformer zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for AdvancedRocketryPlugin \{zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin AdvancedRocketryPlugin
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class AdvancedRocketryPlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod CoreMod \{aroma1997.core.coremod.CoreMod\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for CoreMod \{aroma1997.core.coremod.CoreMod\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin CoreMod
[19:30:14] [main/INFO] [Aroma1997Core]: Finished data injection.
[19:30:14] [main/INFO] [Aroma1997Core]: Finished data injection.
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class CoreMod run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin ForgelinPlugin
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class ForgelinPlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\} class transformers
[19:30:14] [main/TRACE] [FML]: Registering transformer thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin TheBetweenlandsLoadingPlugin
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class TheBetweenlandsLoadingPlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker
[19:30:14] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Registering mixin config: mixins.laggoggles.json
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar]
[19:30:14] [main/DEBUG] [mixin]: Registering mixin config: mixins.malisiscore.core.json
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Creating FML remapper adapter: org.spongepowered.asm.bridge.RemapperAdapterFML
[19:30:14] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT]
[19:30:14] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@30b131b2
[19:30:14] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/forge-1.12.2-14.23.5.2847-universal.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/%23%20LibLoader.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/com/eclipsesource/minimal-json/minimal-json-0.9.4/minimal-json-0.9.4.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/com/github/javaparser/javaparser-core-3.2.4/javaparser-core-3.2.4.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/me/nallar/JavaPatcher-1.8/JavaPatcher-1.8.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/me/nallar/whocalled/WhoCalled-1.1/WhoCalled-1.1.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/javassist/javassist-3.22.0-CR1-1a955bad6b275515/javassist-3.22.0-CR1.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/json/json-20090211/json-20090211.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/javatransformer/JavaTransformer-1.8.3/JavaTransformer-1.8.3.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/mixin/Mixin-1.0-SNAPSHOT-6458ad41b311f546/Mixin-1.0-SNAPSHOT.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/libraries/org/minimallycorrect/modpatcher/ModPatcher-1.12-SNAPSHOT-ca147c01b3ebba6e/ModPatcher-1.12-SNAPSHOT.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/AdvancedRocketry-1.12.2-1.6.0-188-universal.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/AppleCore-mc1.12.2-3.2.0.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Aroma1997Core-1.12.2-2.0.0.2.b165.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/astralsorcery-1.12.2-1.10.20.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/BetterFps-1.4.8.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Born%20In%20A%20Barn%20V1.8-1.12-1.1.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/foamfix-0.10.9-1.12.2.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Forgelin-1.8.4.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/InventoryTweaks-1.64+dev.146.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/librarianlib-1.12.2-4.19.2-release.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Mekanism-1.12.2-9.8.2.389.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/NotEnoughIDs-1.5.4.4.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/OpenComputers-MC1.12.2-1.7.5.192.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/OpenModsLib-1.12.2-0.12.2.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/Quark-r1.6-177.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/randompatches-1.12.2-1.19.1.1.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/RandomThings-MC1.12.2-4.2.7.3.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/sampler-1.84.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/SplashAnimation-0.2.1.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/TickProfiler-1.12-0.0.7.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/wizardry-0.10.8.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/com/enderio/core/EnderCore/1.12.2-0.5.73/EnderCore-1.12.2-0.5.73-core.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/blusunrize/ImmersiveEngineering-core/0.12-92/ImmersiveEngineering-core-0.12-92.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning file:/C:/servers/Minecraft/ATM3R/./mods/memory_repo/angrypixel/TheBetweenlands/3.5.3/TheBetweenlands-3.5.3-core.jar for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: Scanning asmgen:/ for mixin tweaker
[19:30:14] [main/DEBUG] [mixin]: inject() running with 3 agents
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/LagGoggles-FAT-1.12.2-4.9.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar]
[19:30:14] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance MalisisCorePlugin {[]} for file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar
[19:30:14] [main/DEBUG] [FML]: Injecting coremod MalisisCorePlugin \{net.malisis.core.asm.MalisisCorePlugin\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for MalisisCorePlugin \{net.malisis.core.asm.MalisisCorePlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin MalisisCorePlugin
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class MalisisCorePlugin run successfully
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/malisiscore-1.12.2-6.5.1.jar]
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFML:file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar]
[19:30:14] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance PhosphorFMLLoadingPlugin {[]} for file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:14] [main/DEBUG] [FML]: Injecting coremod PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\} class transformers
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin PhosphorFMLLoadingPlugin
[19:30:14] [main/DEBUG] [Phosphor Forge Core]: Success! Phosphor has been called into from Forge... initializing Mixin environment and configurations
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class PhosphorFMLLoadingPlugin run successfully
[19:30:14] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/servers/Minecraft/ATM3R/./mods/phosphor-1.12.2-0.2.6+build50-universal.jar]
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:14] [main/DEBUG] [FML]: Injecting coremod OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\} class transformers
[19:30:14] [main/TRACE] [FML]: Registering transformer openmods.core.OpenModsClassTransformer
[19:30:14] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT]
[19:30:14] [main/DEBUG] [FML]: Injection complete
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin for OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\}
[19:30:14] [main/DEBUG] [FML]: Running coremod plugin OpenModsCorePlugin
[19:30:14] [main/DEBUG] [OpenMods]: openmods.config.simple.ConfigProcessor.process(ConfigProcessor.java:82): Parsing config file '.\config\OpenModsLibCore.json'
[19:30:14] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of pre_world_render_hook updated from DISABLED to ENABLED
[19:30:14] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from DISABLED to ENABLED
[19:30:14] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of player_render_hook updated from DISABLED to ENABLED
[19:30:14] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from DISABLED to ENABLED
[19:30:14] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from DISABLED to ENABLED
[19:30:14] [main/DEBUG] [FML]: Coremod plugin class OpenModsCorePlugin run successfully
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[19:30:14] [main/DEBUG] [BetterFps]: Loading Mappings...
[19:30:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:30:14] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[19:30:14] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class
java.lang.ClassNotFoundException:
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:46) [forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2847-universal.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
... 12 more
[19:30:14] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches...
[19:30:15] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches!
[19:30:15] [main/DEBUG] [FML]: Loaded 17 rules from AccessTransformer config file foamfix_runtime_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer config file invtweaks_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\CraftTweaker2-1.12-4.1.19.jar!META-INF/crafttweaker_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 21 rules from AccessTransformer mod jar file .\mods\twilightforest-1.12.2-3.10.1013-universal.jar!META-INF/tf_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CyclopsCore-1.12.2-1.6.0.jar!META-INF/cyclopscore_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\incontrol-1.12-3.9.16.jar!META-INF/incontrol_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 45 rules from AccessTransformer mod jar file .\mods\CoFHCore-1.12.2-4.6.3.27-universal.jar!META-INF/cofh_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\rftoolsdim-1.12-5.71.jar!META-INF/rftoolsdim_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\Placebo-1.12.2-1.6.0.jar!META-INF/placebo_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Mantle-1.12-1.3.3.55.jar!META-INF/mantle_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\OpenComputers-MC1.12.2-1.7.5.192.jar!META-INF/oc_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 97 rules from AccessTransformer mod jar file .\mods\extrautils2-1.12-1.9.9.jar!META-INF/extrautils2_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\Waystones_1.12.2-4.0.72.jar!META-INF/waystones_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\ElecCore-1.12.2-1.9.452.jar!META-INF/eleccore_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\woot-1.12.2-1.4.11.jar!META-INF/woot_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\tombstone-3.6.2-1.12.2.jar!META-INF/tombstone_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\deepresonance-1.12-1.8.0.jar!META-INF/deepresonance_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 50 rules from AccessTransformer mod jar file .\mods\Bookshelf-1.12.2-2.3.585.jar!META-INF/bookshelf_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 24 rules from AccessTransformer mod jar file .\mods\p455w0rdslib-1.12.2-2.3.161.jar!META-INF/p455w0rdslib_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\EmbersRekindled-1.13-hotfix2.jar!META-INF/embers_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\Plants-1.12.2-2.10.7.jar!META-INF/plants_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\OpenBlocks-1.12.2-1.8.1.jar!META-INF/openblocks_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\parry-1.0-hotfix.jar!META-INF/parry_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\thermallogistics-0.2-29.jar!META-INF/logistics_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 53 rules from AccessTransformer mod jar file .\mods\BrandonsCore-1.12.2-2.4.17.208-universal.jar!META-INF/BrandonsCore_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 46 rules from AccessTransformer mod jar file .\mods\CodeChickenLib-1.12.2-3.2.3.358-universal.jar!META-INF/ccl_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\phosphor-1.12.2-0.2.6+build50-universal.jar!META-INF/phosphor_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 35 rules from AccessTransformer mod jar file .\mods\TheBetweenlands-3.5.3-universal.jar!META-INF/thebetweenlands_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Chisel-MC1.12.2-1.0.1.44.jar!META-INF/chisel_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 24 rules from AccessTransformer mod jar file .\mods\Thaumcraft-1.12.2-6.1.BETA26.jar!META-INF/tc_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 29 rules from AccessTransformer mod jar file .\mods\ImmersiveEngineering-0.12-92.jar!META-INF/ImmersiveEngineering_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 23 rules from AccessTransformer mod jar file .\mods\astralsorcery-1.12.2-1.10.20.jar!META-INF/astralsorcery_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 36 rules from AccessTransformer mod jar file .\mods\Draconic-Evolution-1.12.2-2.3.24.349-universal.jar!META-INF/DraconicEvolution_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\ForgeMultipart-1.12.2-2.6.2.83-universal.jar!META-INF/fmp_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\MagicBees-1.12.2-3.1.10.jar!META-INF/magicbees_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\rftools-1.12-7.72.jar!META-INF/rftools_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\WirelessCraftingTerminal-1.12.2-3.12.97.jar!META-INF/wct_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\RebornCore-1.12.2-3.16.4.478-universal.jar!META-INF/reborncore_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\IndustrialWires-1.7-36.jar!META-INF/industrialwires_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\AIImprovements-1.12.1-0.0.1b1.jar!META-INF/AI_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 14 rules from AccessTransformer mod jar file .\mods\malisiscore-1.12.2-6.5.1.jar!META-INF/malisiscore_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\plustic-7.1.6.1.jar!META-INF/plustic_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\ProjectRed-1.12.2-4.9.4.120-mechanical.jar!META-INF/projectred-relocation_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\NotEnoughIDs-1.5.4.4.jar!META-INF/neid_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\AttributeFix-1.12.2-1.0.10.jar!META-INF/attributefix_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\lostcities-1.12-2.0.21.jar!META-INF/lostcities_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\ChickenChunks-1.12.2-2.4.2.74-universal.jar!META-INF/chickenchunks_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\chiselsandbits-14.33.jar!META-INF/chiselsandbits_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\appliedenergistics2-rv6-stable-7.jar!META-INF/appeng_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CookingForBlockheads_1.12.2-6.4.71.jar!META-INF/cookingforblockheads_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\AE2WTLib-1.12.2-1.0.34.jar!META-INF/ae2wtlib_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\mcjtylib-1.12-3.5.4.jar!META-INF/mcjtylib_ng_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 11 rules from AccessTransformer mod jar file .\mods\Schematica-1.12.2-1.8.0.169-universal.jar!META-INF/schematica_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\FastFurnace-1.12.2-1.3.1.jar!META-INF/fastfurnace_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 119 rules from AccessTransformer mod jar file .\mods\iChunUtil-1.12.2-7.2.2.jar!META-INF/iChunUtil_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\ProjectIntelligence-1.12.2-1.0.9.28-universal.jar!META-INF/ProjectIntelligence_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 11 rules from AccessTransformer mod jar file .\mods\Roots-1.12.2-3.0.21.jar!META-INF/roots_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\CraftingTweaks_1.12.2-8.1.9.jar!META-INF/craftingtweaks_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 18 rules from AccessTransformer mod jar file .\mods\pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar!META-INF/pneumaticcraft_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\WirelessPatternTerminal-1.12.2-1.0.3.jar!META-INF/wpt_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\WirelessFluidTerminal-1.12.2-1.0.4.jar!META-INF/wft_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\TechReborn-1.12.2-2.24.3.1043-universal.jar!META-INF/techreborn_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\jei_1.12.2-4.15.0.292.jar!META-INF/jei_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\NetherEx-1.12.2-2.0.15.jar!META-INF/netherex_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\forestry_1.12.2-5.8.2.409.jar!META-INF/forestry_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\journeymap-1.12.2-5.5.5.jar!META-INF/journeymap_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\CosmeticArmorReworked-1.12.2-v4a.jar!META-INF/cosmeticarmorreworked_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\portality-1.12.2-1.2.3-15.jar!META-INF/Portality_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 18 rules from AccessTransformer mod jar file .\mods\FTBLib-5.4.4.5.jar!META-INF/ftblib_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 14 rules from AccessTransformer mod jar file .\mods\Mekanism-1.12.2-9.8.2.389.jar!META-INF/mekanism_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\ThaumicInventoryScanning_1.12.2-2.0.10.jar!META-INF/tcinventoryscan_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 39 rules from AccessTransformer mod jar file .\mods\TConstruct-1.12.2-2.13.0.171.jar!META-INF/tconstruct_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\WirelessInterfaceTerminal-1.12.2-1.0.2.jar!META-INF/wit_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar!META-INF/biomesoplenty_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\EnderStorage-1.12.2-2.4.6.137-universal.jar!META-INF/es_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\randompatches-1.12.2-1.19.1.1.jar!META-INF/randompatches_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\RandomThings-MC1.12.2-4.2.7.3.jar!META-INF/randomthings_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\cc-tweaked-1.12.2-1.85.2.jar!META-INF/computercraft_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 34 rules from AccessTransformer mod jar file .\mods\randomtweaks-1.12.2-2.7.1.0.jar!META-INF/randomtweaks_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 35 rules from AccessTransformer mod jar file .\mods\Botania r1.10-362.jar!META-INF/botania_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\FastWorkbench-1.12.2-1.7.2.jar!META-INF/fastbench_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar!META-INF/worldedit_at.cfg
[19:30:15] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\theoneprobe-1.12-1.4.28.jar!META-INF/top_at.cfg
[19:30:15] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #2
[19:30:15] [main/DEBUG] [FML]: Validating minecraft
[19:30:15] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[INIT]
[19:30:15] [main/DEBUG] [FML]: Minecraft validated, launching...
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Born in a Barn \{com.chocohead.biab.BornInABarn\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer com.chocohead.biab.BornInABarn
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Born in a Barn \{com.chocohead.biab.BornInABarn\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Born in a Barn
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class BornInABarn run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) \{pl.asie.foamfix.coremod.FoamFixCore\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.)
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class FoamFixCore run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer invtweaks.forge.asm.ContainerTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Inventory Tweaks Coremod
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class FMLPlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod LibrarianLib Plugin \{com.teamwizardry.librarianlib.asm.LibLibCorePlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for LibrarianLib Plugin \{com.teamwizardry.librarianlib.asm.LibLibCorePlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin LibrarianLib Plugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class LibLibCorePlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Plugin \{ru.fewizz.neid.asm.Plugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer ru.fewizz.neid.asm.Transformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Plugin \{ru.fewizz.neid.asm.Plugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Plugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class Plugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin TransformerLoader
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class TransformerLoader run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer vazkii.quark.base.asm.ClassTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Quark Plugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.randomthings.asm.LoadingPlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer lumien.randomthings.asm.ClassTransformer
[19:30:15] [main/DEBUG] [RandomThingsCore]: Starting Class Transformation
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.randomthings.asm.LoadingPlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod SplashAnimationCoremod \{pl.asie.splashanimation.core.SplashAnimationCoremod\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for SplashAnimationCoremod \{pl.asie.splashanimation.core.SplashAnimationCoremod\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin SplashAnimationCoremod
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class SplashAnimationCoremod run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod Wizardry Plugin \{com.teamwizardry.wizardry.asm.WizardryCorePlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for Wizardry Plugin \{com.teamwizardry.wizardry.asm.WizardryCorePlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin Wizardry Plugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class WizardryCorePlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for IELoadingPlugin \{blusunrize.immersiveengineering.common.asm.IELoadingPlugin\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin IELoadingPlugin
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class IELoadingPlugin run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\} class transformers
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin AstralCore
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class AstralCore run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod AppleCore \{squeek.applecore.AppleCore\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer squeek.applecore.asm.TransformerModuleHandler
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for AppleCore \{squeek.applecore.AppleCore\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin AppleCore
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class AppleCore run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod MekanismCoremod \{mekanism.coremod.MekanismCoremod\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer mekanism.coremod.KeybindingMigrationHelper
[19:30:15] [main/DEBUG] [FML]: Injection complete
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin for MekanismCoremod \{mekanism.coremod.MekanismCoremod\}
[19:30:15] [main/DEBUG] [FML]: Running coremod plugin MekanismCoremod
[19:30:15] [main/DEBUG] [FML]: Coremod plugin class MekanismCoremod run successfully
[19:30:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:15] [main/DEBUG] [FML]: Injecting coremod RandomPatches \{com.therandomlabs.randompatches.core.RPCore\} class transformers
[19:30:15] [main/TRACE] [FML]: Registering transformer com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [FML]: Injection complete
[19:30:16] [main/DEBUG] [FML]: Running coremod plugin for RandomPatches \{com.therandomlabs.randompatches.core.RPCore\}
[19:30:16] [main/DEBUG] [FML]: Running coremod plugin RandomPatches
[19:30:16] [main/DEBUG] [FML]: Coremod plugin class RPCore run successfully
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:30:16] [main/DEBUG] [FML]: Injecting coremod EnderCorePlugin \{com.enderio.core.common.transform.EnderCorePlugin\} class transformers
[19:30:16] [main/TRACE] [FML]: Registering transformer com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/TRACE] [FML]: Registering transformer com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [FML]: Injection complete
[19:30:16] [main/DEBUG] [FML]: Running coremod plugin for EnderCorePlugin \{com.enderio.core.common.transform.EnderCorePlugin\}
[19:30:16] [main/DEBUG] [FML]: Running coremod plugin EnderCorePlugin
[19:30:16] [main/DEBUG] [FML]: Coremod plugin class EnderCorePlugin run successfully
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name sampler.core.lw.Tweaker$TATweaker1
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class sampler.core.lw.Tweaker$TATweaker1
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name sampler.core.lw.Tweaker$TATweaker2
[19:30:16] [main/INFO] [LaunchWrapper]: Loading tweak class name org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker2
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class sampler.core.lw.Tweaker$TATweaker2
[19:30:16] [main/INFO] [LaunchWrapper]: Calling tweak class org.minimallycorrect.modpatcher.api.tweaker.ModPatcherTweaker2
[19:30:16] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #3
[19:30:16] [main/INFO] [ModPatcher]: Transformers: [net.minecraftforge.fml.common.asm.transformers.PatchingTransformer@7fedb795, org.spongepowered.asm.mixin.transformer.Proxy@10850d17, TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.SideTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer, FMLCorePlugin), TransformerWrapper(net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer, FMLCorePlugin), TransformerWrapper(zmaster587.advancedRocketry.asm.ClassTransformer, AdvancedRocketryPlugin), TransformerWrapper(thebetweenlands.core.TheBetweenlandsClassTransformer, TheBetweenlandsLoadingPlugin), codechicken.asm.internal.SnifferTransformer@51e754e1, TransformerWrapper(openmods.core.OpenModsClassTransformer, OpenModsCorePlugin), guichaguri.betterfps.transformers.PatcherTransformer@26865482, guichaguri.betterfps.transformers.MathTransformer@34451ed8, net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer@c1050f2, net.minecraftforge.fml.common.asm.transformers.AccessTransformer@67bb4dcd, hellfirepvp.astralsorcery.core.AstralTransformer@738d37fc, pl.asie.foamfix.coremod.FoamFixAT@6fa2448b, invtweaks.forge.asm.ITAccessTransformer@61bb1e4d, net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer@5c53f292, net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer@46fb0c33, net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer@3b009e7b, net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer@270a620, net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer@41f4039e, org.spongepowered.asm.mixin.transformer.Proxy@5ff00507, TransformerWrapper(com.chocohead.biab.BornInABarn, Born in a Barn), TransformerWrapper(pl.asie.foamfix.coremod.FoamFixTransformer, Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.)), TransformerWrapper(invtweaks.forge.asm.ContainerTransformer, Inventory Tweaks Coremod), TransformerWrapper(com.teamwizardry.librarianlib.asm.LibLibTransformer, LibrarianLib Plugin), TransformerWrapper(ru.fewizz.neid.asm.Transformer, Plugin), TransformerWrapper(li.cil.oc.common.asm.ClassTransformer, TransformerLoader), TransformerWrapper(vazkii.quark.base.asm.ClassTransformer, Quark Plugin), TransformerWrapper(lumien.randomthings.asm.ClassTransformer, LoadingPlugin), TransformerWrapper(pl.asie.splashanimation.core.SplashProgressTransformer, SplashAnimationCoremod), TransformerWrapper(com.teamwizardry.wizardry.asm.WizardryTransformer, Wizardry Plugin), TransformerWrapper(blusunrize.immersiveengineering.common.asm.IEClassTransformer, IELoadingPlugin), TransformerWrapper(squeek.applecore.asm.TransformerModuleHandler, AppleCore), TransformerWrapper(mekanism.coremod.KeybindingMigrationHelper, MekanismCoremod), TransformerWrapper(com.therandomlabs.randompatches.core.RPTransformer, RandomPatches), TransformerWrapper(com.enderio.core.common.transform.EnderCoreTransformer, EnderCorePlugin), TransformerWrapper(com.enderio.core.common.transform.SimpleMixinPatcher, EnderCorePlugin), net.minecraftforge.fml.common.asm.transformers.TerminalTransformer@603cabc4, org.spongepowered.asm.mixin.transformer.Proxy@67fa5045, sampler.core.Transformer@6f347d7, org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer@5974b233]
[19:30:16] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[DEFAULT]
[19:30:16] [main/DEBUG] [mixin]: Selecting config mixins.malisiscore.core.json
[19:30:16] [main/DEBUG] [mixin]: Selecting config mixins.laggoggles.json
[19:30:16] [main/INFO] [LagGoggles-Boot]: I am located here: file:\C:\servers\Minecraft\ATM3R\.\mods\LagGoggles-FAT-1.12.2-4.9.jar!\cf\terminator\laggoggles\Main.class
[19:30:16] [main/INFO] [LagGoggles-Boot]: I am designed for Forge version: 14.23.5.2838
[19:30:16] [main/INFO] [LagGoggles-Boot]: Loading server classes
[19:30:16] [main/INFO] [LagGoggles-Boot]: SpongeForge is not present!
[19:30:16] [main/INFO] [LagGoggles-Boot]: We're running in a production environment.
[19:30:16] [main/DEBUG] [mixin]: Selecting config mixins.phosphor.json
[19:30:16] [main/DEBUG] [Phosphor Plugin]: Loading configuration
[19:30:16] [main/DEBUG] [mixin]: Preparing mixins.malisiscore.core.json (10)
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:16] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Transformer delegation list created with 37 entries
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
[19:30:16] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[19:30:16] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:135]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[19:30:16] [main/INFO] [LibrarianLib ASM]: Transforming World
[19:30:16] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
[19:30:16] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:16] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:16] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
[19:30:16] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:16] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:16] [main/DEBUG] [RandomThingsCore]: Found World Class: net/minecraft/world/World
[19:30:16] [main/DEBUG] [RandomThingsCore]: - Found getRedstonePower (1/5)
[19:30:16] [main/DEBUG] [RandomThingsCore]: - Found getStrongPower (2/5)
[19:30:16] [main/DEBUG] [RandomThingsCore]: - Found isRainingAt (3/5)
[19:30:16] [main/DEBUG] [RandomThingsCore]: - Found canSnowAt (4/5)
[19:30:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/World to metadata cache
[19:30:16] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:16] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Transformer delegation list created with 36 entries
[19:30:16] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[19:30:16] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[19:30:16] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.world.WorldServer
[19:30:16] [main/DEBUG] [randompatches]: Patching method: <init> (<init>)
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldServer to metadata cache
[19:30:16] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[19:30:16] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[19:30:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache
[19:30:16] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:16] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Transformer delegation list created with 35 entries
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemBlock to metadata cache
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
[19:30:16] [main/INFO] [LibrarianLib ASM]: Transforming NetHandlerPlayServer
[19:30:16] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[19:30:16] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:16] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:16] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.network.NetHandlerPlayServer
[19:30:16] [main/DEBUG] [randompatches]: Patching method: func_73660_a (update)
[19:30:16] [main/DEBUG] [randompatches]: Patching method: func_147347_a (processPlayer)
[19:30:16] [main/DEBUG] [randompatches]: Patching method: func_184338_a (processVehicleMove)
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER
[19:30:16] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER
[19:30:16] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
[19:30:16] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Located patch target node ARETURN
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.com.therandomlabs.randompatches.core.RPTransformer' was detected and will no longer process meta class data
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache
[19:30:16] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:16] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Transformer delegation list created with 34 entries
[19:30:16] [main/DEBUG] [mixin]: Preparing mixins.laggoggles.json (8)
[19:30:16] [main/INFO] [LagGoggles-Boot]: Enabling: cf.terminator.laggoggles.mixin.MixinWorld
[19:30:16] [main/INFO] [LagGoggles-Boot]: Enabling: cf.terminator.laggoggles.mixin.MixinEntity
[19:30:16] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
[19:30:16] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
[19:30:16] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:16] [main/INFO] [Quark ASM]: Patch result: true
[19:30:16] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_70091_d', 'move' with '(Lnet/minecraft/entity/MoverType;DDD)V'
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[19:30:16] [main/INFO] [LagGoggles-Boot]: Skipping: cf.terminator.laggoggles.mixin.MixinWorldServerSponge
[19:30:16] [main/INFO] [LagGoggles-Boot]: Enabling: cf.terminator.laggoggles.mixin.MixinWorldServerForge
[19:30:16] [main/INFO] [LagGoggles-Boot]: Enabling: cf.terminator.laggoggles.mixin.MixinEventBus
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus to metadata cache
[19:30:16] [main/INFO] [LagGoggles-Boot]: Enabling: cf.terminator.laggoggles.mixin.MixinASMEventHandler
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ASMEventHandler to metadata cache
[19:30:16] [main/INFO] [LagGoggles-Boot]: Skipping: cf.terminator.laggoggles.mixin.MixinTileEntityRendererDispatcher
[19:30:16] [main/INFO] [LagGoggles-Boot]: Skipping: cf.terminator.laggoggles.mixin.MixinRenderManager
[19:30:16] [main/DEBUG] [mixin]: Preparing mixins.phosphor.json (9)
[19:30:16] [main/DEBUG] [Phosphor Plugin]: Disabled patch 'me.jellysquid.mods.phosphor.mixins.lighting.client.MixinMinecraft' because it targets an client-side class unavailable in the current environment
[19:30:16] [main/INFO] [neid]: Patching class: "net.minecraft.world.chunk.storage.AnvilChunkLoader" with Transformer Group: "TransformerGroupAnvilChunkLoader"
[19:30:16] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.ru.fewizz.neid.asm.Transformer' was detected and will no longer process meta class data
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/AnvilChunkLoader to metadata cache
[19:30:16] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:16] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:16] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:16] [main/DEBUG] [mixin]: Excluding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:16] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:16] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:16] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:16] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:16] [main/DEBUG] [mixin]: Transformer delegation list created with 33 entries
[19:30:16] [main/DEBUG] [Phosphor Plugin]: Disabled patch 'me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk$Sponge' because we are in a standard Vanilla/Forge environment
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/gen/ChunkProviderServer to metadata cache
[19:30:16] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.world.chunk.storage.ExtendedBlockStorage], Method [func_76663_a]
[19:30:16] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.world.chunk.storage.ExtendedBlockStorage Finished.
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/ExtendedBlockStorage to metadata cache
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/server/SPacketChunkData to metadata cache
[19:30:16] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/At$Shift to metadata cache
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk$EnumCreateEntityType to metadata cache
[19:30:16] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing$Plane to metadata cache
[19:30:16] [main/DEBUG] [mixin]: Prepared 18 mixins in 0.703 sec (39.1ms avg) (0ms load, 549ms transform, 0ms plugin)
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches!
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON
[19:30:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[19:30:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:135]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[19:30:17] [main/INFO] [LibrarianLib ASM]: Transforming World
[19:30:17] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
[19:30:17] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:17] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:17] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
[19:30:17] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:17] [main/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:17] [main/DEBUG] [RandomThingsCore]: Found World Class: net/minecraft/world/World
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found getRedstonePower (1/5)
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found getStrongPower (2/5)
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found isRainingAt (3/5)
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found canSnowAt (4/5)
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinClientNotif$MixinWorld from mixins.malisiscore.core.json into net.minecraft.world.World
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/clientnotif/ClientNotificationManager to metadata cache
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinChunkCollision$MixinWorld from mixins.malisiscore.core.json into net.minecraft.world.World
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/Point to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for org/apache/commons/lang3/tuple/Pair to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/io/Serializable to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/Comparable to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/Map$Entry to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/malisis/core/util/chunkcollision/ChunkCollision to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache
[19:30:17] [main/DEBUG] [mixin]: Mixing common.MixinWorld from mixins.phosphor.json into net.minecraft.world.World
[19:30:17] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/ILightingEngineProvider to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/lighting/LightingEngine to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/ILightingEngine to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/Boolean to metadata cache
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinWorld from mixins.laggoggles.json into net.minecraft.world.World
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/System to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/Long to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/Number to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for cf/terminator/laggoggles/profiler/ProfileManager to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/concurrent/atomic/AtomicBoolean to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldProvider to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for cf/terminator/laggoggles/profiler/TimingManager to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache
[19:30:17] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[19:30:17] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/Block to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache
[19:30:17] [main/DEBUG] [mixin]: Rebuilding transformer delegation list:
[19:30:17] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.thebetweenlands.core.TheBetweenlandsClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: guichaguri.betterfps.transformers.PatcherTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: guichaguri.betterfps.transformers.MathTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: pl.asie.foamfix.coremod.FoamFixAT
[19:30:17] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn
[19:30:17] [main/DEBUG] [mixin]: Excluding: $wrapper.pl.asie.foamfix.coremod.FoamFixTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: $wrapper.ru.fewizz.neid.asm.Transformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.pl.asie.splashanimation.core.SplashProgressTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.blusunrize.immersiveengineering.common.asm.IEClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper
[19:30:17] [main/DEBUG] [mixin]: Excluding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer
[19:30:17] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher
[19:30:17] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy
[19:30:17] [main/DEBUG] [mixin]: Adding: sampler.core.Transformer
[19:30:17] [main/DEBUG] [mixin]: Excluding: org.minimallycorrect.modpatcher.api.ModPatcherTransformer$ClassTransformer
[19:30:17] [main/DEBUG] [mixin]: Transformer delegation list created with 32 entries
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/Vec3d to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/RayTraceResult to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/EnumSkyBlock to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/Iterator to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/Collection to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/List to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/lang/String to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/Map to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/IdentityHashMap to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/Set to metadata cache
[19:30:17] [main/INFO] [LagGoggles-Boot]: Applied mixin: cf.terminator.laggoggles.mixin.MixinWorld
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with clone(deobf:net.minecraft.world.World/updateEntities,to:updateEntities_withProfiling) {func_72939_s()V}
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with insertCodeBefore(deobf:net.minecraft.world.World/updateEntities) {func_72939_s()V}
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with replaceMethodCall(deobf:net.minecraft.world.World/updateEntities_withProfiling,method:func_73660_a) {updateEntities_withProfiling()}
[19:30:17] [main/TRACE] [JavaPatcher]: Replaced call to net.minecraft.util.ITickable/func_73660_a in net.minecraft.world.World.updateEntities_withProfiling()
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with replaceMethodCall(deobf:net.minecraft.world.World/updateEntities_withProfiling,methodPrefix:redirect$onUpdateTileEntities$) {updateEntities_withProfiling()}
[19:30:17] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$onUpdateTileEntities$, index: -1
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with replaceMethodCall(deobf:net.minecraft.world.World/updateEntities_withProfiling,methodPrefix:redirect$tileEntityUpdate$) {updateEntities_withProfiling()}
[19:30:17] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$tileEntityUpdate$, index: -1
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with replaceMethodCall(deobf:net.minecraft.world.World/updateEntities_withProfiling,method:func_72870_g) {updateEntities_withProfiling()}
[19:30:17] [main/TRACE] [JavaPatcher]: Replaced call to net.minecraft.world.World/func_72870_g in net.minecraft.world.World.updateEntities_withProfiling()
[19:30:17] [main/TRACE] [JavaPatcher]: Patching net.minecraft.world.World with replaceMethodCall(deobf:net.minecraft.world.World/updateEntities_withProfiling,methodPrefix:redirect$updateEntity$) {updateEntities_withProfiling()}
[19:30:17] [main/WARN] [JavaPatcher]: Didn't find any method calls to replace in net.minecraft.world.World.updateEntities_withProfiling(). Class: null, method: redirect$updateEntity$, index: -1
[19:30:17] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[19:30:17] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer
[19:30:17] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
[19:30:17] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:17] [main/INFO] [Quark ASM]: Patch result: true
[19:30:17] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
[19:30:17] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:17] [main/INFO] [Quark ASM]: Patch result: true
[19:30:17] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.world.WorldServer
[19:30:17] [main/DEBUG] [randompatches]: Patching method: <init> (<init>)
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinClientNotif$MixinWorldServer from mixins.malisiscore.core.json into net.minecraft.world.WorldServer
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinWorldServerForge from mixins.laggoggles.json into net.minecraft.world.WorldServer
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilityProvider to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/IBlockAccess to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/NextTickListEntry to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/Vec3i to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/storage/ISaveHandler to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/storage/WorldInfo to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/profiler/Profiler to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/IThreadListener to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldType to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/effect/EntityLightningBolt to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/effect/EntityWeatherEffect to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/EntitySkeletonHorse to metadata cache
[19:30:17] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$4$1.createVisitor(OpenModsClassTransformer.java:136): Trying to patch AbstractHorse (class: aao)
[19:30:17] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from ENABLED to ACTIVATED
[19:30:17] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from ACTIVATED to FINISHED
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/AbstractHorse to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/EntityAnimal to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityAgeable to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityCreature to metadata cache
[19:30:17] [main/INFO] [OpenComputers]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash.
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityLiving to metadata cache
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
[19:30:17] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_191986_a', 'travel' with '(FFF)V'
[19:30:17] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache
[19:30:17] [main/INFO] [LagGoggles-Boot]: Applied mixin: cf.terminator.laggoggles.mixin.MixinWorldServerForge
[19:30:17] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_70071_h_', 'onUpdate' with '()V'
[19:30:17] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches!
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE
[19:30:17] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
[19:30:17] [main/DEBUG] [RandomThingsCore]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found updatePotionEffects (1/2)
[19:30:17] [main/DEBUG] [RandomThingsCore]: - Found travel (2/2)
[19:30:17] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_191986_a', 'travel' with '(FFF)V'
[19:30:17] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity
[19:30:17] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
[19:30:17] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:17] [main/INFO] [Quark ASM]: Patch result: true
[19:30:17] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:17] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
[19:30:17] [main/INFO] [Quark ASM]: Patch result: true
[19:30:17] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
[19:30:17] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:17] [main/INFO] [Quark ASM]: Patch result: true
[19:30:17] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_70091_d', 'move' with '(Lnet/minecraft/entity/MoverType;DDD)V'
[19:30:17] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.Entity
[19:30:17] [main/DEBUG] [randompatches]: Patching method: func_189511_e (writeToNBT)
[19:30:17] [main/DEBUG] [randompatches]: Patching method: func_70020_e (readFromNBT)
[19:30:17] [main/DEBUG] [mixin]: Mixing MixinEntity from mixins.laggoggles.json into net.minecraft.entity.Entity
[19:30:17] [main/INFO] [LagGoggles-Boot]: Applied mixin: cf.terminator.laggoggles.mixin.MixinEntity
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/ArrayList to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractList to metadata cache
[19:30:17] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractCollection to metadata cache
[19:30:17] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:30:18] [main/INFO] [neid]: Patching class: "net.minecraftforge.registries.GameData" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[19:30:18] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[19:30:18] [main/INFO] [neid]: Patching class: "net.minecraft.block.Block" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[19:30:18] [main/DEBUG] [RandomThingsCore]: Found Block Class: net/minecraft/block/Block
[19:30:18] [main/DEBUG] [RandomThingsCore]: - Found getLightValue (1/2)
[19:30:18] [main/DEBUG] [RandomThingsCore]: - Found addCollisionBoxesToList (2/2)
[19:30:18] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[19:30:18] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[19:30:18] [main/DEBUG] [RandomThingsCore]: Found WorldGenAbstractTree Class: net/minecraft/world/gen/feature/WorldGenAbstractTree
[19:30:18] [main/DEBUG] [RandomThingsCore]: - Patching setDirtAt
[19:30:18] [main/DEBUG] [RandomThingsCore]: - Patched setDirtAt
[19:30:18] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/DEBUG] [RandomThingsCore]: Found BlockFalling Class: net/minecraft/block/BlockFalling
[19:30:18] [main/DEBUG] [RandomThingsCore]: - Found canFallThrough
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
[19:30:18] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
[19:30:18] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[19:30:18] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:18] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
[19:30:18] [main/INFO] [Quark ASM]: Patch result: true
[19:30:18] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.tileentity.TileEntityPiston
[19:30:18] [main/DEBUG] [randompatches]: Patching method: func_73660_a (update)
[19:30:19] [main/INFO] [OpenComputers]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash.
[19:30:19] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[19:30:19] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[19:30:19] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[19:30:19] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[19:30:19] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[19:30:19] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentDamage
[19:30:19] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
[19:30:19] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:19] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[19:30:19] [main/INFO] [Quark ASM]: Located patch target node IRETURN
[19:30:19] [main/INFO] [Quark ASM]: Patch result: true
[19:30:19] [main/DEBUG] [mixin]: Mixing MixinChunkCollision$MixinItemBlock from mixins.malisiscore.core.json into net.minecraft.item.ItemBlock
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/Item to metadata cache
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/IForgeRegistryEntry$Impl to metadata cache
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumActionResult to metadata cache
[19:30:19] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_70071_h_', 'onUpdate' with '()V'
[19:30:19] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumHand to metadata cache
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache
[19:30:19] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches!
[19:30:19] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER
[19:30:19] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER
[19:30:19] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack
[19:30:19] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
[19:30:19] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:19] [main/INFO] [Quark ASM]: Located patch target node ARETURN
[19:30:19] [main/INFO] [Quark ASM]: Patch result: true
[19:30:19] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemStack to metadata cache
[19:30:19] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.item.ItemBucket
[19:30:19] [main/DEBUG] [randompatches]: Patching method: func_180616_a (tryPlaceContainedLiquid)
[19:30:19] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart
[19:30:19] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
[19:30:19] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:19] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
[19:30:19] [main/INFO] [Quark ASM]: Patch result: true
[19:30:19] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityMinecart
[19:30:19] [main/DEBUG] [randompatches]: Patching method: func_180460_a (moveAlongTrack)
[19:30:19] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat
[19:30:19] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
[19:30:19] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:19] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
[19:30:19] [main/INFO] [Quark ASM]: Patch result: true
[19:30:19] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityBoat
[19:30:19] [main/DEBUG] [randompatches]: Patching method: func_70071_h_ (onUpdate)
[19:30:19] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner
[19:30:19] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
[19:30:19] [main/INFO] [Quark ASM]: Failed to locate the method!
[19:30:20] [main/DEBUG] [mixin]: Mixing MixinEventBus from mixins.laggoggles.json into net.minecraftforge.fml.common.eventhandler.EventBus
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventExceptionHandler to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/Event to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ListenerList to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventListener to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for cf/terminator/laggoggles/util/ASMEventHandler to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/StringBuilder to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/AbstractStringBuilder to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/Appendable to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/CharSequence to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModContainer to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/io/File to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for com/google/common/base/Throwables to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/Throwable to metadata cache
[19:30:20] [main/INFO] [LagGoggles-Boot]: Applied mixin: cf.terminator.laggoggles.mixin.MixinEventBus
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/NoSuchMethodException to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Method to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/ReflectiveOperationException to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/Exception to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Executable to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/AccessibleObject to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/util/HashSet to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractSet to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/MinecraftDummyContainer to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/DummyModContainer to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus$1 to metadata cache
[19:30:20] [main/TRACE] [mixin]: Added class metadata for java/lang/reflect/Constructor to metadata cache
[19:30:20] [main/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches!
[19:30:20] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE
[19:30:20] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget
[19:30:20] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
[19:30:20] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:20] [main/INFO] [Quark ASM]: Patch result: true
[19:30:20] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$4$1.createVisitor(OpenModsClassTransformer.java:136): Trying to patch AbstractHorse (class: aao)
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from FINISHED to ACTIVATED
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from ACTIVATED to FINISHED
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:98]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:111]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:158]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
[19:30:20] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
[19:30:20] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
[19:30:20] [main/DEBUG] [RandomThingsCore]: Found EntitySlime Class: net/minecraft/entity/monster/EntitySlime
[19:30:20] [main/DEBUG] [RandomThingsCore]: - Found getCanSpawnHere
[19:30:20] [main/DEBUG] [RandomThingsCore]: - Found Insertion Point
[19:30:20] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$5$1.createVisitor(OpenModsClassTransformer.java:154): Trying to patch EntityHorse (class: aaq)
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from ENABLED to ACTIVATED
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from ACTIVATED to FINISHED
[19:30:20] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$6$1.createVisitor(OpenModsClassTransformer.java:172): Trying to patch EntityLlama (class: aas)
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from ENABLED to ACTIVATED
[19:30:20] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from ACTIVATED to FINISHED
[19:30:20] [main/INFO] [neid]: Patching class: "net.minecraft.stats.StatList" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[19:30:20] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.EntityDataManagerPatch:apply:69]: Replaced Maps.newHashMap() in net/minecraft/network/datasync/EntityDataManager <init>
[19:30:20] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern
[19:30:20] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z)
[19:30:20] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:20] [main/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I
[19:30:20] [main/INFO] [Quark ASM]: Patch result: true
[19:30:20] [main/DEBUG] [FML]: Creating vanilla freeze snapshot
[19:30:20] [main/DEBUG] [FML]: Vanilla freeze snapshot created
[19:30:21] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[19:30:21] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant
[19:30:21] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
[19:30:21] [main/INFO] [Quark ASM]: Located Method, patching...
[19:30:21] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[19:30:21] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[19:30:21] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[19:30:21] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
[19:30:21] [main/INFO] [Quark ASM]: Patch result: true
[19:30:21] [main/INFO] [neid]: Patching class: "net.minecraft.world.chunk.storage.AnvilChunkLoader" with Transformer Group: "TransformerGroupAnvilChunkLoader"
[19:30:21] [main/DEBUG] [mixin]: Mixing common.MixinAnvilChunkLoader from mixins.phosphor.json into net.minecraft.world.chunk.storage.AnvilChunkLoader
[19:30:21] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/lighting/LightingHooks to metadata cache
[19:30:21] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache
[19:30:21] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/IChunkLightingData to metadata cache
[19:30:21] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache
[19:30:21] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[19:30:21] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[19:30:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[19:30:21] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[19:30:21] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[19:30:21] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[19:30:21] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[19:30:21] [Server thread/DEBUG] [FML]: File C:\servers\Minecraft\ATM3R\config\injectedDependencies.json not found. No dependencies injected
[19:30:21] [Server thread/DEBUG] [FML]: Building injected Mod Containers [sampler.FmlMod, net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, zmaster587.advancedRocketry.asm.ModContainer, openmods.core.OpenModsCore, pl.asie.foamfix.coremod.FoamFixCoreContainer, li.cil.oc.common.launch.CoreModContainer, com.therandomlabs.randompatches.core.RPCoreContainer]
[19:30:21] [Server thread/WARN] [FML]: Enabling removal of erroring Entities - USE AT YOUR OWN RISK
[19:30:21] [Server thread/WARN] [FML]: Enabling removal of erroring Tile Entities - USE AT YOUR OWN RISK
[19:30:21] [Server thread/INFO] [STDOUT]: [zmaster587.advancedRocketry.asm.ModContainer:<init>:23]: ********* CoreDummyContainer. OK
[19:30:21] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\forge-1.12.2-14.23.5.2847-universal.jar, examining for mod candidates
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\# LibLoader.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\com\eclipsesource\minimal-json\minimal-json-0.9.4\minimal-json-0.9.4.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\com\github\javaparser\javaparser-core-3.2.4\javaparser-core-3.2.4.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\me\nallar\JavaPatcher-1.8\JavaPatcher-1.8.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\me\nallar\whocalled\WhoCalled-1.1\WhoCalled-1.1.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\org\javassist\javassist-3.22.0-CR1-1a955bad6b275515\javassist-3.22.0-CR1.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\org\json\json-20090211\json-20090211.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\org\minimallycorrect\javatransformer\JavaTransformer-1.8.3\JavaTransformer-1.8.3.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\org\minimallycorrect\mixin\Mixin-1.0-SNAPSHOT-6458ad41b311f546\Mixin-1.0-SNAPSHOT.jar, examining for mod candidates
[19:30:21] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\servers\Minecraft\ATM3R\libraries\org\minimallycorrect\modpatcher\ModPatcher-1.12-SNAPSHOT-ca147c01b3ebba6e\ModPatcher-1.12-SNAPSHOT.jar, examining for mod candidates
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\AdvancedRocketry-1.12.2-1.6.0-188-universal.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\AppleCore-mc1.12.2-3.2.0.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\Aroma1997Core-1.12.2-2.0.0.2.b165.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\astralsorcery-1.12.2-1.10.20.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\BetterFps-1.4.8.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\Born In A Barn V1.8-1.12-1.1.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\1.12.2\ChickenASM-1.12-1.0.2.7.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\foamfix-0.10.9-1.12.2.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\Forgelin-1.8.4.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\InventoryTweaks-1.64+dev.146.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\LagGoggles-FAT-1.12.2-4.9.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\librarianlib-1.12.2-4.19.2-release.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\malisiscore-1.12.2-6.5.1.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\Mekanism-1.12.2-9.8.2.389.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\NotEnoughIDs-1.5.4.4.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\OpenComputers-MC1.12.2-1.7.5.192.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\OpenModsLib-1.12.2-0.12.2.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\Quark-r1.6-177.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\randompatches-1.12.2-1.19.1.1.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\RandomThings-MC1.12.2-4.2.7.3.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\sampler-1.84.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\SplashAnimation-0.2.1.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\TickProfiler-1.12-0.0.7.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\wizardry-0.10.8.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\memory_repo\com\enderio\core\EnderCore\1.12.2-0.5.73\EnderCore-1.12.2-0.5.73-core.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\memory_repo\blusunrize\ImmersiveEngineering-core\0.12-92\ImmersiveEngineering-core-0.12-92.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping known library file C:\servers\Minecraft\ATM3R\.\mods\memory_repo\angrypixel\TheBetweenlands\3.5.3\TheBetweenlands-3.5.3-core.jar
[19:30:21] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[19:30:21] [Server thread/INFO] [FML]: Searching C:\servers\Minecraft\ATM3R\.\mods for mods
[19:30:21] [Server thread/DEBUG] [FML]: Adding # LibLoader.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r151.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding actuallycomputers-2.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AdvancedRocketry-1.12.2-1.6.0-188-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ae2stuff-0.7.0.4-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AE2WTLib-1.12.2-1.0.34.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AgriCraft-2.12.0-1.12.0-a6.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AIImprovements-1.12.1-0.0.1b1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AkashicTome-1.2-12.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding armoryexpansion-1.4.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Aroma1997Core-1.12.2-2.0.0.2.b165.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.20.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding atmtweaks-1.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AttributeFix-1.12.2-1.0.10.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding AutoRegLib-1.3-32.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding backpack-3.0.2-1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding baubley-heart-canisters-1.12.2-2.0.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding bdlib-1.14.3.12-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BetterFps-1.4.8.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BetterThanMending-1.1.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BiblioCraft[v2.4.5][MC1.12.2].jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding binnie-mods-1.12.2-2.5.1.198.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding birdsfoods-1.12 - 3.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding blockcraftery-1.12.2-1.3.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BloodDebug-1.12.2-0.0.1-9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.3-105.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding bloodylib-1.0.1-beta.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding bonsaitrees-1.1.3-b156.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.585.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Born In A Barn V1.8-1.12-1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Botania r1.10-362.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BrandonsCore-1.12.2-2.4.17.208-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding BuildingGadgets-2.7.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding capabilityadapter-1.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding careerbees-0.4.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding cc-tweaked-1.12.2-1.85.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Chameleon-1.12-4.1.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ChatFlow-1.4-7.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ChickenChunks-1.12.2-2.4.2.74-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Chisel-MC1.12.2-1.0.1.44.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding chiselsandbits-14.33.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding classicbar-0.5.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CoFHCore-1.12.2-4.6.3.27-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CoFHWorld-1.12.2-1.3.1.7-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Computronics-1.12.2-1.6.6.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding conarm-1.12.2-1.2.5.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.4.71.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CosmeticArmorReworked-1.12.2-v4a.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CraftingTweaks_1.12.2-8.1.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.19.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding culinaryconstruct-1.3.3.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Currency-1.12.0-1.3.11.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Cyclic-1.12.2-1.19.18.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.6.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding DarkUtils-1.12.2-1.8.230.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding deepresonance-1.12-1.8.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding diethopper-1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Draconic-Evolution-1.12.2-2.3.24.349-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ElecCore-1.12.2-1.9.452.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ElectroblobsWizardry-4.2.5-MC1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding EmbersRekindled-1.13-hotfix2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding EnderCore-1.12.2-0.5.73.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding EnderIO-1.12.2-5.1.52.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding EnderIO-endergy-1.12.2-5.1.52.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding environmentalcreepers-1.12.2-1.5.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding environmentaltech-1.12.2-2.0.20.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding etlunar-1.12.2-2.0.20.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ExtraCells-1.12.2-2.6.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ExtraRails-1.12-1.3.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding extrautils2-1.12-1.9.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ExtremeReactors-1.12.2-0.4.5.67.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding FastFurnace-1.12.2-1.3.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding fencejumper-1.12-1.0.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Flamingo-1.12-v1.11.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding flatcoloredblocks-mc1.12-6.8.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Floralchemy-1.12.2-1.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding fluxnetworks-1.12.2-4.0.13-30.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding foamfix-0.10.9-1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding forestry_1.12.2-5.8.2.409.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Forgelin-1.8.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.2.83-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding FTBBackups-1.1.0.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding FTBLib-5.4.4.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding FTBUtilities-5.4.0.123.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding funky-locomotion-1.12.2-1.1.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding gendustry-1.6.5.8-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding generators-0.9.20.12-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Guidebook-1.12.2-2.9.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding hooked-1.0.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ieclochecompat-2.1.7-dev.454.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ImmersiveEngineering-0.12-92.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding immersivepetroleum-1.12.2-1.1.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding immersivetech-1.12-1.3.10.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding incontrol-1.12-3.9.16.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding industrialcraft-2-2.8.187-ex112.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IndustrialWires-1.7-36.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding infinitylib-1.12.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding InitialInventory-3.0.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IntegratedCrafting-1.12.2-1.0.8.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IntegratedTerminals-1.12.2-1.0.13.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IntegratedTunnels-1.12.2-1.6.10.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding IntegrationForegoing-1.12.2-1.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding inventorygenerators-1.2.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.146.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding JAOPCA-1.12.2-2.2.8.103.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding JAOPCAAdditions-1.12.2-2.2.1.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding JAOPCAAgriculture-1.12.2-1.2.1.16.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding jeibees-0.9.0.5-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.292.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding journeymap-1.12.2-5.5.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding JustEnoughEnergistics-1.12.2-1.0.8.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding JustEnoughReactors-1.12.2-1.1.3.61.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding kjlib-1.0.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding KleeSlabs_1.12.2-5.4.12.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding LagGoggles-FAT-1.12.2-4.9.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding librarianlib-1.12.2-4.19.2-release.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding LibraryEx-1.12.2-1.0.12.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding LibVulpes-1.12.2-0.4.2-68-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding lostcities-1.12-2.0.21.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding lostsouls-1.12-1.1.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding LunatriusCore-1.12.2-1.2.0.42-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MagicBees-1.12.2-3.1.10.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding malisiscore-1.12.2-6.5.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding malisisdoors-1.12.2-7.3.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding matc-1.0.1-hotfix.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.2.389.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MekanismGenerators-1.12.2-9.8.2.389.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MekanismTools-1.12.2-9.8.2.389.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding mobtotems-1.12.1-0.3.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Morph-o-Tool-1.2-21.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Morpheus-1.12.2-3.5.106.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding mpbasic-1.12.2-1.4.11.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MPUtils-1.12.2-1.5.7.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MrTJPCore-1.12.2-2.1.4.43-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MysticalAgradditions-1.12.2-1.3.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding MysticalAgriculture-1.12.2-1.7.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding mysticallib-1.12.2-1.4.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding mysticalworld-1.12.2-1.5.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding natura-1.12.2-4.3.2.69.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.6.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding NetherEx-1.12.2-2.0.15.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding NotEnoughIDs-1.5.4.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding notenoughwands-1.12-1.8.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding NuclearCraft-2.18k-1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Nutrition-1.12.2-4.4.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding oeintegration-2.3.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding OpenBlocks-1.12.2-1.8.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding OpenComputers-MC1.12.2-1.7.5.192.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding OpenModsLib-1.12.2-0.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding OreExcavation-1.4.143.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Overloaded-1.12.2-0.0.58.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding p455w0rdslib-1.12.2-2.3.161.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding packcrashinfo-1.0.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding packmode-1.12.2-1.2.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding parry-1.0-hotfix.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Patchouli-1.0-20.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding phosphor-1.12.2-0.2.6+build50-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Plants-1.12.2-2.10.7.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding plustic-7.1.6.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding PortalGun-1.12.2-7.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding portality-1.12.2-1.2.3-15.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding pressure-1.3.1.9-mc1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectIntelligence-1.12.2-1.0.9.28-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-Base.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-compat.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-integration.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-lighting.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-mechanical.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ProjectRed-1.12.2-4.9.4.120-world.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Psi-r1.1-77.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Quark-r1.6-177.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding QuickLeafDecay-MC1.12.1-1.2.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding randompatches-1.12.2-1.19.1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RandomThings-MC1.12.2-4.2.7.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding randomtweaks-1.12.2-2.7.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rangedpumps-0.5.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RebornCore-1.12.2-3.16.4.478-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RebornStorage-1.12.2-3.3.4.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RedstoneArsenal-1.12.2-2.6.3.18-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.0.6-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding refinedstorage-1.6.15.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding refinedstorageaddons-0.4.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Reliquary-1.12.2-1.3.4.796.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rftools-1.12-7.72.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rftoolsctrl-1.12-2.0.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rftoolsdim-1.12-5.71.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rftoolspower-1.12-1.2.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rftpwr_oc-0.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding RoguelikeDungeons-1.12.2-1.8.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Roots-1.12.2-3.0.21.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding rustic-1.1.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding sampler-1.84.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Schematica-1.12.2-1.8.0.169-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ShadowMC-1.12-3.8.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding SimplyJetpacks2-1.12.2-2.2.14.67.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding SoulShardsRespawn-1.12.2-1.1.1-13.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding SplashAnimation-0.2.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding StevesCarts-1.12.2-2.4.32.137.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding StorageDrawers-1.12.2-5.4.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding StorageDrawersExtras-1.12-3.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding SuperiorShields-1.12.2-1.0.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Tatw-1.12.2-1.0.1.2.b27.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding TConstruct-1.12.2-2.13.0.171.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding TechReborn-1.12.2-2.24.3.1043-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.15.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Thaumcraft-1.12.2-6.1.BETA26.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThaumicComputers-MC1.12.2-0.5.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThaumicInventoryScanning_1.12.2-2.0.10.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding thaumicperiphery-0.3.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding TheBetweenlands-3.5.3-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding theoneprobe-1.12-1.4.28.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThermalCultivation-1.12.2-0.3.3.12-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThermalDynamics-1.12.2-2.5.5.21-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThermalExpansion-1.12.2-5.5.4.43-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThermalFoundation-1.12.2-2.6.3.27-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding ThermalInnovation-1.12.2-0.3.3.12-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding thermallogistics-0.2-29.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding TickProfiler-1.12-0.0.7.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding tinkersjei-1.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding tinkersoc-0.6.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding TinkerToolLeveling-1.12.2-1.1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding tombstone-3.6.2-1.12.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding topaddons-1.12.2-1.12.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Transport-1.12.2-1.0.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding twilightforest-1.12.2-3.10.1013-universal.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding UniDict-1.12.2-2.9.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding unloader-1.2.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding valkyrielib-1.12.2-2.0.20.1.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WAIM-1.0.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WanionLib-1.12.2-2.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Waystones_1.12.2-4.0.72.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding wetstone-1.0.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WirelessCharger-1.12.2-1.0.6.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WirelessCraftingTerminal-1.12.2-3.12.97.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WirelessFluidTerminal-1.12.2-1.0.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WirelessInterfaceTerminal-1.12.2-1.0.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WirelessPatternTerminal-1.12.2-1.0.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding wizardry-0.10.8.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding woot-1.12.2-1.4.11.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding worldutils-1.12.2-0.4.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding WrapUp-1.12-1.1.3.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding XL-Food-Mod-1.12.2-1.9.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding xnet-1.12-1.8.2.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding Xtones-1.12-1.0.8-11.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding YNot-0.2.4.jar to the mod list
[19:30:21] [Server thread/DEBUG] [FML]: Adding zerocore-1.12.2-0.1.2.8.jar to the mod list
[19:30:21] [Server thread/INFO] [FML]: Searching C:\servers\Minecraft\ATM3R\.\mods\1.12.2 for mods
[19:30:21] [Server thread/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker # LibLoader.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyAdditions-1.12.2-r151.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyBaubles-1.12-1.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file actuallycomputers-2.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AdvancedRocketry-1.12.2-1.6.0-188-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ae2stuff-0.7.0.4-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AE2WTLib-1.12.2-1.0.34.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AgriCraft-2.12.0-1.12.0-a6.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AIImprovements-1.12.1-0.0.1b1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AkashicTome-1.2-12.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleCore-mc1.12.2-3.2.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleSkin-mc1.12-1.0.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file appliedenergistics2-rv6-stable-7.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file armoryexpansion-1.4.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Aroma1997Core-1.12.2-2.0.0.2.b165.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file astralsorcery-1.12.2-1.10.20.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file atmtweaks-1.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AttributeFix-1.12.2-1.0.10.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoRegLib-1.3-32.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file backpack-3.0.2-1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file base-1.12.2-3.13.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Baubles-1.12-1.5.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file baubley-heart-canisters-1.12.2-2.0.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bdlib-1.14.3.12-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BetterFps-1.4.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterThanMending-1.1.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BiblioCraft[v2.4.5][MC1.12.2].jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file binnie-mods-1.12.2-2.5.1.198.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file birdsfoods-1.12 - 3.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file blockcraftery-1.12.2-1.3.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BloodDebug-1.12.2-0.0.1-9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BloodMagic-1.12.2-2.4.3-105.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bloodylib-1.0.1-beta.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file bonsaitrees-1.1.3-b156.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Bookshelf-1.12.2-2.3.585.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Born In A Barn V1.8-1.12-1.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Botania r1.10-362.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BrandonsCore-1.12.2-2.4.17.208-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BuildingGadgets-2.7.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file careerbees-0.4.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file cc-tweaked-1.12.2-1.85.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chameleon-1.12-4.1.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ChatFlow-1.4-7.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ChickenASM-1.12-1.0.2.7.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ChickenChunks-1.12.2-2.4.2.74-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chisel-MC1.12.2-1.0.1.44.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file chiselsandbits-14.33.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file classicbar-0.5.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Clumps-3.1.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CodeChickenLib-1.12.2-3.2.3.358-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHCore-1.12.2-4.6.3.27-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHWorld-1.12.2-1.3.1.7-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CommonCapabilities-1.12.2-2.4.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file compactmachines3-1.12.2-3.0.18-b278.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Computronics-1.12.2-1.6.6.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file conarm-1.12.2-1.2.5.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ContentTweaker-1.12.2-4.9.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CookingForBlockheads_1.12.2-6.4.71.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CosmeticArmorReworked-1.12.2-v4a.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CraftingTweaks_1.12.2-8.1.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CraftTweaker2-1.12-4.1.19.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cucumber-1.12.2-1.1.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file culinaryconstruct-1.3.3.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Currency-1.12.0-1.3.11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cyclic-1.12.2-1.19.18.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CyclopsCore-1.12.2-1.6.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DarkUtils-1.12.2-1.8.230.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file deepresonance-1.12-1.8.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file diethopper-1.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ElecCore-1.12.2-1.9.452.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ElectroblobsWizardry-4.2.5-MC1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EmbersRekindled-1.13-hotfix2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderCore-1.12.2-0.5.73.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderIO-1.12.2-5.1.52.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderIO-endergy-1.12.2-5.1.52.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderStorage-1.12.2-2.4.6.137-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file environmentalcreepers-1.12.2-1.5.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file environmentaltech-1.12.2-2.0.20.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file etlunar-1.12.2-2.0.20.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtraCells-1.12.2-2.6.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtraRails-1.12-1.3.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file extrautils2-1.12-1.9.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ExtremeReactors-1.12.2-0.4.5.67.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastFurnace-1.12.2-1.3.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastWorkbench-1.12.2-1.7.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file fencejumper-1.12-1.0.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Flamingo-1.12-v1.11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file flatcoloredblocks-mc1.12-6.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Floralchemy-1.12.2-1.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file fluxnetworks-1.12.2-4.0.13-30.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file foamfix-0.10.9-1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file forestry_1.12.2-5.8.2.409.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Forgelin-1.8.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ForgeMultipart-1.12.2-2.6.2.83-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBBackups-1.1.0.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBLib-5.4.4.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBUtilities-5.4.0.123.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file funky-locomotion-1.12.2-1.1.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file gendustry-1.6.5.8-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file generators-0.9.20.12-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Guide-API-1.12-2.1.8-63.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file hooked-1.0.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file iChunUtil-1.12.2-7.2.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ieclochecompat-2.1.7-dev.454.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file immersivepetroleum-1.12.2-1.1.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file immersivetech-1.12-1.3.10.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file incontrol-1.12-3.9.16.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file industrialcraft-2-2.8.187-ex112.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file industrialforegoing-1.12.2-1.12.13-237.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file infinitylib-1.12.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InitialInventory-3.0.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedCrafting-1.12.2-1.0.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedDynamics-1.12.2-1.1.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedTerminals-1.12.2-1.0.13.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedTunnels-1.12.2-1.6.10.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegrationForegoing-1.12.2-1.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file inventorygenerators-1.2.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InventoryTweaks-1.64+dev.146.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ironchest-1.12.2-7.0.72.847.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JAOPCA-1.12.2-2.2.8.103.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JAOPCAAdditions-1.12.2-2.2.1.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JAOPCAAgriculture-1.12.2-1.2.1.16.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.292.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jeibees-0.9.0.5-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file journeymap-1.12.2-5.5.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughEnergistics-1.12.2-1.0.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughReactors-1.12.2-1.1.3.61.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file kjlib-1.0.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file KleeSlabs_1.12.2-5.4.12.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LagGoggles-FAT-1.12.2-4.9.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file librarianlib-1.12.2-4.19.2-release.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LibraryEx-1.12.2-1.0.12.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LibVulpes-1.12.2-0.4.2-68-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file lostcities-1.12-2.0.21.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file lostsouls-1.12-1.1.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LunatriusCore-1.12.2-1.2.0.42-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MagicBees-1.12.2-3.1.10.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file malisiscore-1.12.2-6.5.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file malisisdoors-1.12.2-7.3.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mantle-1.12-1.3.3.55.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file matc-1.0.1-hotfix.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtylib-1.12-3.5.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mekanism-1.12.2-9.8.2.389.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MekanismGenerators-1.12.2-9.8.2.389.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MekanismTools-1.12.2-9.8.2.389.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mobtotems-1.12.1-0.3.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modtweaker-4.0.17.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Morph-o-Tool-1.2-21.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Morpheus-1.12.2-3.5.106.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mpbasic-1.12.2-1.4.11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MPUtils-1.12.2-1.5.7.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MrTJPCore-1.12.2-2.1.4.43-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MTLib-3.0.6.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MysticalAgradditions-1.12.2-1.3.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MysticalAgriculture-1.12.2-1.7.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mysticallib-1.12.2-1.4.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mysticalworld-1.12.2-1.5.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file natura-1.12.2-4.3.2.69.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NaturesCompass-1.12.2-1.6.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NetherEx-1.12.2-2.0.15.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NotEnoughIDs-1.5.4.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file notenoughwands-1.12-1.8.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NuclearCraft-2.18k-1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Nutrition-1.12.2-4.4.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file oeintegration-2.3.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenBlocks-1.12.2-1.8.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenComputers-MC1.12.2-1.7.5.192.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenModsLib-1.12.2-0.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OreExcavation-1.4.143.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Overloaded-1.12.2-0.0.58.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file p455w0rdslib-1.12.2-2.3.161.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file packcrashinfo-1.0.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file packmode-1.12.2-1.2.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file parry-1.0-hotfix.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Patchouli-1.0-20.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Placebo-1.12.2-1.6.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Plants-1.12.2-2.10.7.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file plustic-7.1.6.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PortalGun-1.12.2-7.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file portality-1.12.2-1.2.3-15.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file pressure-1.3.1.9-mc1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-Base.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-compat.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-integration.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-lighting.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-mechanical.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectRed-1.12.2-4.9.4.120-world.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Psi-r1.1-77.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Quark-r1.6-177.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file QuickLeafDecay-MC1.12.1-1.2.4.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker randompatches-1.12.2-1.19.1.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RandomThings-MC1.12.2-4.2.7.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file randomtweaks-1.12.2-2.7.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rangedpumps-0.5.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RebornCore-1.12.2-3.16.4.478-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RebornStorage-1.12.2-3.3.4.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneArsenal-1.12.2-2.6.3.18-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneFlux-1.12-2.1.0.6-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file refinedstorage-1.6.15.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file refinedstorageaddons-0.4.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Reliquary-1.12.2-1.3.4.796.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftools-1.12-7.72.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftoolsctrl-1.12-2.0.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftoolsdim-1.12-5.71.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftoolspower-1.12-1.2.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftpwr_oc-0.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RoguelikeDungeons-1.12.2-1.8.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Roots-1.12.2-3.0.21.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rustic-1.1.1.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker sampler-1.84.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Schematica-1.12.2-1.8.0.169-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ShadowMC-1.12-3.8.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SimplyJetpacks2-1.12.2-2.2.14.67.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SoulShardsRespawn-1.12.2-1.1.1-13.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker SplashAnimation-0.2.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StevesCarts-1.12.2-2.4.32.137.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file stg-1.12.2-1.2.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StorageDrawers-1.12.2-5.4.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StorageDrawersExtras-1.12-3.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SuperiorShields-1.12.2-1.0.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Tatw-1.12.2-1.0.1.2.b27.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TConstruct-1.12.2-2.13.0.171.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TechReborn-1.12.2-2.24.3.1043-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tesla-core-lib-1.12.2-1.0.15.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Thaumcraft-1.12.2-6.1.BETA26.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThaumicComputers-MC1.12.2-0.5.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThaumicInventoryScanning_1.12.2-2.0.10.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file thaumicperiphery-0.3.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file theoneprobe-1.12-1.4.28.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalCultivation-1.12.2-0.3.3.12-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalDynamics-1.12.2-2.5.5.21-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalExpansion-1.12.2-5.5.4.43-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalFoundation-1.12.2-2.6.3.27-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalInnovation-1.12.2-0.3.3.12-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file thermallogistics-0.2-29.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TickProfiler-1.12-0.0.7.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tinkersjei-1.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tinkersoc-0.6.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkerToolLeveling-1.12.2-1.1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tombstone-3.6.2-1.12.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file topaddons-1.12.2-1.12.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Transport-1.12.2-1.0.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Traverse-1.12.2-1.6.0-69.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file twilightforest-1.12.2-3.10.1013-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file UniDict-1.12.2-2.9.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file unloader-1.2.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file valkyrielib-1.12.2-2.0.20.1.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WAIM-1.0.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WanionLib-1.12.2-2.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterStrainer-1.12-3.2.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Waystones_1.12.2-4.0.72.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file wetstone-1.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessCharger-1.12.2-1.0.6.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessCraftingTerminal-1.12.2-3.12.97.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessFluidTerminal-1.12.2-1.0.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessInterfaceTerminal-1.12.2-1.0.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessPatternTerminal-1.12.2-1.0.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file wizardry-0.10.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file woot-1.12.2-1.4.11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file worldutils-1.12.2-0.4.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WrapUp-1.12-1.1.3.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file XL-Food-Mod-1.12.2-1.9.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file xnet-1.12-1.8.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Xtones-1.12-1.0.8-11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file YNot-0.2.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file zerocore-1.12.2-0.1.2.8.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file capabilityadapter-1.1.0.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker EnderCore-1.12.2-0.5.73-core.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoSave-1.12.2-1.0.11.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoConfig-1.12.2-1.0.2.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file gigaherz.commons-1.12.1-0.6.4.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Guidebook-1.12.2-2.9.2.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ImmersiveEngineering-core-0.12-92.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ImmersiveEngineering-0.12-92.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtytools-0.0.21.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IndustrialWires-1.7-36.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file core-3.6.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file json-3.6.0.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar
[19:30:21] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker TheBetweenlands-3.5.3-core.jar
[19:30:21] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TheBetweenlands-3.5.3-universal.jar
[19:30:21] [Server thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2847-universal.jar for potential mods
[19:30:21] [Server thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2847-universal.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file minimal-json-0.9.4.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container minimal-json-0.9.4.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file javaparser-core-3.2.4.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container javaparser-core-3.2.4.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file JavaPatcher-1.8.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container JavaPatcher-1.8.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file WhoCalled-1.1.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container WhoCalled-1.1.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file javassist-3.22.0-CR1.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container javassist-3.22.0-CR1.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file json-20090211.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container json-20090211.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file JavaTransformer-1.8.3.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container JavaTransformer-1.8.3.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file Mixin-1.0-SNAPSHOT.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container Mixin-1.0-SNAPSHOT.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Examining file ModPatcher-1.12-SNAPSHOT.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file ModPatcher-1.12-SNAPSHOT.jar
[19:30:22] [Server thread/DEBUG] [FML]: Examining file ActuallyAdditions-1.12.2-r151.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyAdditions-1.12.2-r151.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ellpeck.actuallyadditions.mod.ActuallyAdditions) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for actuallyadditions: Requirements: [forge@[14.23.5.2836,)] After:[fastbench@[1.3.2,)] Before:[craftingtweaks]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file ActuallyBaubles-1.12-1.1.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyBaubles-1.12-1.1.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.jacky1356400.actuallybaubles.ActuallyBaubles) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for actuallybaubles: Requirements: [actuallyadditions, baubles] After:[actuallyadditions, baubles] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file actuallycomputers-2.1.0.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file actuallycomputers-2.1.0.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.canitzp.actuallycomputers.ActuallyComputers) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for actuallycomputers: Requirements: [actuallyadditions, opencomputers@[1.7,)] After:[opencomputers@[1.7,), actuallyadditions] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AdvancedRocketry-1.12.2-1.6.0-188-universal.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AdvancedRocketry-1.12.2-1.6.0-188-universal.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zmaster587.advancedRocketry.AdvancedRocketry) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for advancedrocketry: Requirements: [libvulpes@[0.4.2,)] After:[libvulpes@[0.4.2,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file ae2stuff-0.7.0.4-mc1.12.2.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file ae2stuff-0.7.0.4-mc1.12.2.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.ae2stuff.AE2Stuff) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for ae2stuff: Requirements: [appliedenergistics2, bdlib@[1.14.3.9,)] After:[appliedenergistics2, bdlib@[1.14.3.9,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AE2WTLib-1.12.2-1.0.34.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AE2WTLib-1.12.2-1.0.34.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.ae2wtlib.AE2WTLib) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for ae2wtlib: Requirements: [appliedenergistics2@[rv6-stable-7,), p455w0rdslib@[2.3.160,)] After:[appliedenergistics2@[rv6-stable-7,), baubles, p455w0rdslib@[2.3.160,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AgriCraft-2.12.0-1.12.0-a6.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AgriCraft-2.12.0-1.12.0-a6.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.infinityraider.agricraft.AgriCraft) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for agricraft: Requirements: [forge@[14.23.4.2705,), infinitylib@[1.12.2-1.12.0,)] After:[forge@[14.23.4.2705,), infinitylib@[1.12.2-1.12.0,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AIImprovements-1.12.1-0.0.1b1.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AIImprovements-1.12.1-0.0.1b1.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.builtbroken.ai.improvements.AIImprovements) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for aiimprovements: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AkashicTome-1.2-12.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AkashicTome-1.2-12.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.akashictome.AkashicTome) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for akashictome: Requirements: [autoreglib] After:[] Before:[autoreglib]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AppleCore-mc1.12.2-3.2.0.jar for potential mods
[19:30:22] [Server thread/DEBUG] [FML]: The mod container AppleCore-mc1.12.2-3.2.0.jar appears to be missing an mcmod.info file
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.applecore.AppleCore) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for applecore: Requirements: [forge@[14.23,)] After:[forge@[14.23,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AppleSkin-mc1.12-1.0.9.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AppleSkin-mc1.12-1.0.9.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.appleskin.AppleSkin) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for appleskin: Requirements: [forge@[14.21.0,)] After:[jei@[4.6.0,), forge@[14.21.0,), applecore@[2.2.0,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file appliedenergistics2-rv6-stable-7.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file appliedenergistics2-rv6-stable-7.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (appeng.core.AppEng) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for appliedenergistics2: Requirements: [forge@[14.23.5.2768,15.0.0.0)] After:[forge@[14.23.5.2768,15.0.0.0), ctm@[MC1.12.2-0.3.1.16,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file armoryexpansion-1.4.1.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file armoryexpansion-1.4.1.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.softc.armoryexpansion.ArmoryExpansion) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for armoryexpansion: Requirements: [conarm, tconstruct] After:[tconstruct, conarm] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.softc.armoryexpansion.common.integration.modsupport.ConArmIntegration) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for armoryexpansion-conarm: Requirements: [armoryexpansion] After:[armoryexpansion, *] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.softc.armoryexpansion.common.integration.modsupport.CustomMaterialsIntegration) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for armoryexpansion-custommaterials: Requirements: [armoryexpansion] After:[armoryexpansion] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.softc.armoryexpansion.common.integration.modsupport.IceAndFireIntegration) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for armoryexpansion-iceandfire: Requirements: [armoryexpansion] After:[armoryexpansion, iceandfire] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.softc.armoryexpansion.common.integration.modsupport.MatterOverdriveIntegration) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for armoryexpansion-matteroverdrive: Requirements: [armoryexpansion] After:[armoryexpansion, matteroverdrive] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file Aroma1997Core-1.12.2-2.0.0.2.b165.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file Aroma1997Core-1.12.2-2.0.0.2.b165.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.core.Aroma1997Core) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for aroma1997core: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Aroma1997Core-1.12.2-2.0.0.2.b165.jar to locate a version number for mod aroma1997core
[19:30:22] [Server thread/WARN] [FML]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b165
[19:30:22] [Server thread/DEBUG] [FML]: Examining file Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.world.DimensionalWorld) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for aroma1997sdimension: Requirements: [aroma1997core] After:[aroma1997core] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar to locate a version number for mod aroma1997sdimension
[19:30:22] [Server thread/WARN] [FML]: Mod aroma1997sdimension is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b89
[19:30:22] [Server thread/DEBUG] [FML]: Examining file astralsorcery-1.12.2-1.10.20.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file astralsorcery-1.12.2-1.10.20.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hellfirepvp.astralsorcery.AstralSorcery) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for astralsorcery: Requirements: [forge@[14.23.5.2781,), baubles] After:[forge@[14.23.5.2781,), baubles, crafttweaker] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file atmtweaks-1.2.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file atmtweaks-1.2.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.atmtweaks.ATMTweaks) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for atmtweaks: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AttributeFix-1.12.2-1.0.10.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AttributeFix-1.12.2-1.0.10.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.attributefix.AttributeFix) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for attributefix: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file AutoRegLib-1.3-32.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file AutoRegLib-1.3-32.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.arl.AutoRegLib) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for autoreglib: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file backpack-3.0.2-1.12.2.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file backpack-3.0.2-1.12.2.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.eydamos.backpack.Backpack) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for backpack: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file base-1.12.2-3.13.0.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file base-1.12.2-3.13.0.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.base.Base) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for base: Requirements: [] After:[crafttweaker, jei] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file Baubles-1.12-1.5.2.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file Baubles-1.12-1.5.2.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for baubles: Requirements: [forge@[14.21.0.2348,)] After:[forge@[14.21.0.2348,)] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file baubley-heart-canisters-1.12.2-2.0.3.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file baubley-heart-canisters-1.12.2-2.0.3.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sora.bhc.BaubleyHeartCanisters) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for bhc: Requirements: [baubles, mantle] After:[baubles, mantle, tconstruct] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file bdlib-1.14.3.12-mc1.12.2.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file bdlib-1.14.3.12-mc1.12.2.jar
[19:30:22] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.lib.BdLib) - loading
[19:30:22] [Server thread/TRACE] [FML]: Parsed dependency info for bdlib: Requirements: [] After:[] Before:[]
[19:30:22] [Server thread/DEBUG] [FML]: Examining file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar for potential mods
[19:30:22] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.bbw.BetterBuildersWandsMod) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for betterbuilderswands: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar to locate a version number for mod betterbuilderswands
[19:30:23] [Server thread/DEBUG] [FML]: Found version null for mod betterbuilderswands in version.properties, using
[19:30:23] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BetterThanMending-1.1.2.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterThanMending-1.1.2.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.legobmw99.BetterThanMending.BetterThanMending) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for betterthanmending: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BiblioCraft[v2.4.5][MC1.12.2].jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BiblioCraft[v2.4.5][MC1.12.2].jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jds.bibliocraft.BiblioCraft) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for bibliocraft: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file binnie-mods-1.12.2-2.5.1.198.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file binnie-mods-1.12.2-2.5.1.198.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.core.BinnieCore) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for binniecore: Requirements: [forge@[14.23.5.2816,), forestry@[5.8.2.367,)] After:[forge@[14.23.5.2816,), forestry@[5.8.2.367,), jei@[4.7.8,)] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.botany.Botany) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for botany: Requirements: [binniecore] After:[binniecore, genetics, binniedesign] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.design.Design) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for binniedesign: Requirements: [binniecore] After:[binniecore] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.extrabees.ExtraBees) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for extrabees: Requirements: [binniecore] After:[binniecore] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.extratrees.ExtraTrees) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for extratrees: Requirements: [binniecore] After:[binniecore, binniedesign] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (binnie.genetics.Genetics) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for genetics: Requirements: [binniecore] After:[binniecore] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (biomesoplenty.core.BiomesOPlenty) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for biomesoplenty: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file birdsfoods-1.12 - 3.1.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file birdsfoods-1.12 - 3.1.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nospace.birdsfoods.BirdsFoods) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for birdsfoods: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file blockcraftery-1.12.2-1.3.1.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file blockcraftery-1.12.2-1.3.1.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (epicsquid.blockcraftery.Blockcraftery) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for blockcraftery: Requirements: [mysticallib] After:[] Before:[mysticallib]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BloodDebug-1.12.2-0.0.1-9.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BloodDebug-1.12.2-0.0.1-9.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.blooddebug.BloodDebug) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for blooddebug: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BloodMagic-1.12.2-2.4.3-105.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BloodMagic-1.12.2-2.4.3-105.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for bloodmagic: Requirements: [guideapi] After:[guideapi] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file bloodylib-1.0.1-beta.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file bloodylib-1.0.1-beta.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.bloodyLib.BloodyLib) - loading
[19:30:23] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for atm.bloodworkxgaming.bloodyLib.BloodyLib (modid: bloodylib)
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for bloodylib: Requirements: [forgelin] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file bonsaitrees-1.1.3-b156.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file bonsaitrees-1.1.3-b156.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dave.bonsaitrees.BonsaiTrees) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for bonsaitrees: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file Bookshelf-1.12.2-2.3.585.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file Bookshelf-1.12.2-2.3.585.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.bookshelf.Bookshelf) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for bookshelf: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file Born In A Barn V1.8-1.12-1.1.jar for potential mods
[19:30:23] [Server thread/DEBUG] [FML]: The mod container Born In A Barn V1.8-1.12-1.1.jar appears to be missing an mcmod.info file
[19:30:23] [Server thread/DEBUG] [FML]: Examining file Botania r1.10-362.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file Botania r1.10-362.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.botania.common.Botania) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for botania: Requirements: [baubles@[1.5.2,)] After:[baubles@[1.5.2,), thaumcraft@[6.1.BETA21,), jei@[1.12.2-4.13.1.220,)] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BrandonsCore-1.12.2-2.4.17.208-universal.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BrandonsCore-1.12.2-2.4.17.208-universal.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.brandonscore.BrandonsCore) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for brandonscore: Requirements: [redstoneflux, codechickenlib@[3.2.0,)] After:[codechickenlib@[3.2.0,), redstoneflux] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file BuildingGadgets-2.7.4.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file BuildingGadgets-2.7.4.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.direwolf20.buildinggadgets.common.BuildingGadgets) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for buildinggadgets: Requirements: [forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,)] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Examining file careerbees-0.4.0.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file careerbees-0.4.0.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.careerbees.BeeMod) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for careerbees: Requirements: [forestry] After:[forestry] Before:[]
[19:30:23] [Server thread/INFO] [FML]: Mod careerbees is missing the required element 'name'. Substituting careerbees
[19:30:23] [Server thread/DEBUG] [FML]: Examining file cc-tweaked-1.12.2-1.85.2.jar for potential mods
[19:30:23] [Server thread/TRACE] [FML]: Located mcmod.info file in file cc-tweaked-1.12.2-1.85.2.jar
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dan200.computercraft.CCTweaked) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for cctweaked: Requirements: [] After:[] Before:[]
[19:30:23] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dan200.computercraft.ComputerCraft) - loading
[19:30:23] [Server thread/TRACE] [FML]: Parsed dependency info for computercraft: Requirements: [forge@[14.23.4.2746,)] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Chameleon-1.12-4.1.3.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chameleon-1.12-4.1.3.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading
[19:30:24] [Server thread/TRACE] [FML]: Using mcmod dependency info for chameleon: [forge] [] []
[19:30:24] [Server thread/DEBUG] [FML]: Examining file ChatFlow-1.4-7.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file ChatFlow-1.4-7.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.chatflow.ChatFlow) - loading
[19:30:24] [Server thread/INFO] [FML]: Disabling mod chatflow it is client side only.
[19:30:24] [Server thread/DEBUG] [FML]: Skipping mod vazkii.chatflow.ChatFlow, container opted to not load.
[19:30:24] [Server thread/DEBUG] [FML]: Examining file ChickenChunks-1.12.2-2.4.2.74-universal.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file ChickenChunks-1.12.2-2.4.2.74-universal.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.chunkloader.ChickenChunks) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for chickenchunks: Requirements: [codechickenlib@[3.2.3,)] After:[codechickenlib@[3.2.3,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ChickenChunks-1.12.2-2.4.2.74-universal.jar to locate a version number for mod chickenchunks
[19:30:24] [Server thread/WARN] [FML]: Mod chickenchunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.2.74
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Chisel-MC1.12.2-1.0.1.44.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chisel-MC1.12.2-1.0.1.44.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.Chisel) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for chisel: Requirements: [forge@[14.23.5.2806,)] After:[forge@[14.23.5.2806,), jei@[4.12.0,5)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file chiselsandbits-14.33.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file chiselsandbits-14.33.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.chiselsandbits.core.ChiselsAndBits) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for chiselsandbits: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file classicbar-0.5.0.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file classicbar-0.5.0.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tfar.classicbar.ClassicBar) - loading
[19:30:24] [Server thread/INFO] [FML]: Disabling mod classicbar it is client side only.
[19:30:24] [Server thread/DEBUG] [FML]: Skipping mod tfar.classicbar.ClassicBar, container opted to not load.
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Clumps-3.1.2.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Clumps-3.1.2.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.clumps.Clumps) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for clumps: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CodeChickenLib-1.12.2-3.2.3.358-universal.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CodeChickenLib-1.12.2-3.2.3.358-universal.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.lib.CodeChickenLib) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for codechickenlib: Requirements: [forge@[14.23.4.2718,)] After:[forge@[14.23.4.2718,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CodeChickenLib-1.12.2-3.2.3.358-universal.jar to locate a version number for mod codechickenlib
[19:30:24] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CoFHCore-1.12.2-4.6.3.27-universal.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHCore-1.12.2-4.6.3.27-universal.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.CoFHCore) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for cofhcore: Requirements: [redstoneflux@[2.1.0,2.2.0), forge@[14.23.4.2705,15.0.0.0)] After:[forge@[14.23.4.2705,15.0.0.0), redstoneflux@[2.1.0,2.2.0)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CoFHWorld-1.12.2-1.3.1.7-universal.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHWorld-1.12.2-1.3.1.7-universal.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.cofhworld.CoFHWorld) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for cofhworld: Requirements: [forge@[14.23.3.2655,15.0.0.0)] After:[forge@[14.23.3.2655,15.0.0.0)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CommonCapabilities-1.12.2-2.4.5.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CommonCapabilities-1.12.2-2.4.5.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.commoncapabilities.CommonCapabilities) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for commoncapabilities: Requirements: [cyclopscore@[1.6.0,), forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.6.0,), ic2] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file compactmachines3-1.12.2-3.0.18-b278.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file compactmachines3-1.12.2-3.0.18-b278.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dave.compactmachines3.CompactMachines3) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for compactmachines3: Requirements: [] After:[refinedstorage, yunomakegoodmap] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Computronics-1.12.2-1.6.6.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Computronics-1.12.2-1.6.6.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.computronics.Computronics) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for computronics: Requirements: [forge@[14.23.5.2768,), asielib] After:[asielib, forge@[14.23.5.2768,), computercraft, opencomputers@[1.7,), tis3d@[1.2.0,), buildcraft|core@[7.2.0,), railcraft@[12.0,), gregtech, enderio@[5.0.39,), forestry@[5.7.0,), waila@[1.5.10,), mekanismapi|energy@[8.0.0,), flamingo@[1.7.10-1.3,), armourersworkshop@[1.7.10-0.33,), theoneprobe@[1.0.5,)] Before:[openperipheralcore@[1.1,), openperipheralapi@[3.2,)]
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.lib.AsieLibMod) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for asielib: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file conarm-1.12.2-1.2.5.3.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file conarm-1.12.2-1.2.5.3.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (c4.conarm.ConstructsArmory) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for conarm: Requirements: [tconstruct@[1.12.2-2.13.0.171,), forge@[14.23.4.2745,), mantle@[1.12-1.3.1,)] After:[forge@[14.23.4.2745,), mantle@[1.12-1.3.1,), tconstruct@[1.12.2-2.13.0.171,), contenttweaker@(1.12.2-4.7.0,), crafttweaker@[1.12-4.1.9,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file ContentTweaker-1.12.2-4.9.1.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file ContentTweaker-1.12.2-4.9.1.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.contenttweaker.ContentTweaker) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for contenttweaker: Requirements: [crafttweaker, base@[3.11.0,)] After:[base@[3.11.0,), crafttweaker, chickens, tconstruct] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CookingForBlockheads_1.12.2-6.4.71.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CookingForBlockheads_1.12.2-6.4.71.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.cookingforblockheads.CookingForBlockheads) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for cookingforblockheads: Requirements: [] After:[mousetweaks[2.8,), crafttweaker] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CookingForBlockheads_1.12.2-6.4.71.jar to locate a version number for mod cookingforblockheads
[19:30:24] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.71
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CosmeticArmorReworked-1.12.2-v4a.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CosmeticArmorReworked-1.12.2-v4a.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lain.mods.cos.CosmeticArmorReworked) - loading
[19:30:24] [Server thread/TRACE] [FML]: Using mcmod dependency info for cosmeticarmorreworked: [forge] [] []
[19:30:24] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CosmeticArmorReworked-1.12.2-v4a.jar to locate a version number for mod cosmeticarmorreworked
[19:30:24] [Server thread/WARN] [FML]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v4a
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CraftingTweaks_1.12.2-8.1.9.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CraftingTweaks_1.12.2-8.1.9.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.craftingtweaks.CraftingTweaks) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for craftingtweaks: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CraftingTweaks_1.12.2-8.1.9.jar to locate a version number for mod craftingtweaks
[19:30:24] [Server thread/WARN] [FML]: Mod craftingtweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 8.1.9
[19:30:24] [Server thread/DEBUG] [FML]: Examining file CraftTweaker2-1.12-4.1.19.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file CraftTweaker2-1.12-4.1.19.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ctgui.MTRecipe) - loading
[19:30:24] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
[19:30:24] [Server thread/DEBUG] [FML]: Skipping mod com.blamejared.ctgui.MTRecipe, container opted to not load.
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mc1120.CraftTweaker) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweaker: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mods.jei.JEIMod) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweakerjei: Requirements: [] After:[jei@[4.12.0,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Cucumber-1.12.2-1.1.3.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cucumber-1.12.2-1.1.3.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.cucumber.Cucumber) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for cucumber: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file culinaryconstruct-1.3.3.1.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file culinaryconstruct-1.3.3.1.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (c4.culinaryconstruct.CulinaryConstruct) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for culinaryconstruct: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Currency-1.12.0-1.3.11.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Currency-1.12.0-1.3.11.jar
[19:30:24] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gunn.modcurrency.mod.ModCurrency) - loading
[19:30:24] [Server thread/TRACE] [FML]: Parsed dependency info for modcurrency: Requirements: [] After:[] Before:[]
[19:30:24] [Server thread/DEBUG] [FML]: Examining file Cyclic-1.12.2-1.19.18.jar for potential mods
[19:30:24] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cyclic-1.12.2-1.19.18.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.cyclicmagic.ModCyclic) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for cyclicmagic: Requirements: [forge@[14.23.4.2705,)] After:[jei, baubles,crafttweaker, fastbench@[1.5.3,)] Before:[guideapi]
[19:30:25] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Cyclic-1.12.2-1.19.18.jar to locate a version number for mod cyclicmagic
[19:30:25] [Server thread/WARN] [FML]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.19.18
[19:30:25] [Server thread/DEBUG] [FML]: Examining file CyclopsCore-1.12.2-1.6.0.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file CyclopsCore-1.12.2-1.6.0.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for cyclopscore: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file DarkUtils-1.12.2-1.8.230.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file DarkUtils-1.12.2-1.8.230.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.darkutils.DarkUtils) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for darkutils: Requirements: [bookshelf@[2.3.573,)] After:[bookshelf@[2.3.573,), waila, jei, baubles] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file deepresonance-1.12-1.8.0.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file deepresonance-1.12-1.8.0.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.deepresonance.DeepResonance) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for deepresonance: Requirements: [eleccore@[1.9.452,), mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), eleccore@[1.9.452,), forge@[13.19.0.2176,), opencomputers@[1.6.0,), rftools@[7.70,)] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file diethopper-1.1.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file diethopper-1.1.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.diethopper.DietHopperMod) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for diethopper: Requirements: [] After:[] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file Draconic-Evolution-1.12.2-2.3.24.349-universal.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.draconicevolution.DraconicEvolution) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for draconicevolution: Requirements: [brandonscore@[2.4.12,)] After:[thermalfoundation, brandonscore@[2.4.12,)] Before:[thermalexpansion]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file ElecCore-1.12.2-1.9.452.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file ElecCore-1.12.2-1.9.452.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (elec332.core.loader.ElecCoreLoader) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for eleccoreloader: Requirements: [] After:[*] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (elec332.core.ElecCore) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for eleccore: Requirements: [forge@[13.19.1.2195,)] After:[forge@[13.19.1.2195,), forestry] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file ElectroblobsWizardry-4.2.5-MC1.12.2.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file ElectroblobsWizardry-4.2.5-MC1.12.2.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (electroblob.wizardry.Wizardry) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for ebwizardry: Requirements: [forge@[14.23.5.2814,)] After:[forge@[14.23.5.2814,)] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file EmbersRekindled-1.13-hotfix2.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file EmbersRekindled-1.13-hotfix2.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (teamroots.embers.Embers) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for embers: Requirements: [] After:[mysticalmechanics] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from EmbersRekindled-1.13-hotfix2.jar to locate a version number for mod embers
[19:30:25] [Server thread/WARN] [FML]: Mod embers is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.13-hotfix2
[19:30:25] [Server thread/DEBUG] [FML]: Examining file EnderCore-1.12.2-0.5.73.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderCore-1.12.2-0.5.73.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.enderio.core.EnderCore) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for endercore: Requirements: [] After:[] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Examining file EnderIO-1.12.2-5.1.52.jar for potential mods
[19:30:25] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-1.12.2-5.1.52.jar
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.base.EnderIO) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for enderio: Requirements: [endercore@[1.12.2-0.5.71,), forge@[14.23.5.2847,)] After:[baubles@[1.5.2,), buildcraft@[7.99.14,), endercore@[1.12.2-0.5.71,), forge@[14.23.5.2847,), jei@[4.14.1.234,), thaumcraft@[6.1.BETA13,)] Before:[]
[19:30:25] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.base.EnderIODummy) - loading
[19:30:25] [Server thread/TRACE] [FML]: Parsed dependency info for enderiobase: Requirements: [] After:[enderio] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduitsappliedenergistics: Requirements: [endercore@[1.12.2-0.5.71,), enderioconduits@[5.1.52,), enderio@[5.1.52,), forge@[14.23.5.2847,)] After:[appliedenergistics@[rv5-stable-11,), endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), enderioconduits@[5.1.52,), forge@[14.23.5.2847,), jei@[4.14.1.234,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduit.oc.EnderIOConduitsOpenComputers) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduitsopencomputers: Requirements: [enderioconduits@[5.1.52,), enderio@[5.1.52,), endercore@[1.12.2-0.5.71,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), enderioconduits@[5.1.52,), forge@[14.23.5.2847,), jei@[4.14.1.234,), opencomputers@[MC1.12.2-1.7.2.71,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduit.refinedstorage.EnderIOConduitsRefinedStorage) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduitsrefinedstorage: Requirements: [endercore@[1.12.2-0.5.71,), enderioconduits@[5.1.52,), enderio@[5.1.52,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), enderioconduits@[5.1.52,), forge@[14.23.5.2847,), jei@[4.14.1.234,), refinedstorage@[1.6.2,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduits.EnderIOConduits) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduits: Requirements: [enderio@[5.1.52,), endercore@[1.12.2-0.5.71,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), forge@[14.23.5.2847,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.integration.forestry.EnderIOIntegrationForestry) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderiointegrationforestry: Requirements: [enderio@[5.1.52,), forge@[14.23.5.2847,)] After:[enderio@[5.1.52,), forestry@[5.8.0.242,), forge@[14.23.5.2847,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.integration.tic.EnderIOIntegrationTic) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderiointegrationtic: Requirements: [forge@[14.23.5.2847,), enderio@[5.1.52,)] After:[enderio@[5.1.52,), forge@[14.23.5.2847,)] Before:[enderiobase, tconstruct@[1.12.2-2.10.0.81,)]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.integration.tic.EnderIOIntegrationTicLate) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderiointegrationticlate: Requirements: [] After:[tconstruct, enderiointegrationtic, enderio] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.machines.EnderIOMachines) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderiomachines: Requirements: [enderio@[5.1.52,), endercore@[1.12.2-0.5.71,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), forge@[14.23.5.2847,), ftblib@[5.0.0,), jei@[4.14.1.234,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.powertools.EnderIOPowerTools) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderiopowertools: Requirements: [] After:[enderioconduits] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file EnderIO-endergy-1.12.2-5.1.52.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-endergy-1.12.2-5.1.52.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.endergy.EnderIOEndergy) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderioendergy: Requirements: [enderio@[5.1.52,), forge@[14.23.5.2847,), endercore@[1.12.2-0.5.71,), enderioconduits@[5.1.52,)] After:[endercore@[1.12.2-0.5.71,), enderio@[5.1.52,), enderioconduits@[5.1.52,), forge@[14.23.5.2847,), jei@[4.14.1.234,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file EnderStorage-1.12.2-2.4.6.137-universal.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderStorage-1.12.2-2.4.6.137-universal.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.enderstorage.EnderStorage) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for enderstorage: Requirements: [forge@[14.23.4,), codechickenlib@[3.2.3,)] After:[forge@[14.23.4,), codechickenlib@[3.2.3,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from EnderStorage-1.12.2-2.4.6.137-universal.jar to locate a version number for mod enderstorage
[19:30:26] [Server thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137
[19:30:26] [Server thread/DEBUG] [FML]: Examining file environmentalcreepers-1.12.2-1.5.0.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file environmentalcreepers-1.12.2-1.5.0.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.environmentalcreepers.EnvironmentalCreepers) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for environmentalcreepers: Requirements: [] After:[] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file environmentaltech-1.12.2-2.0.20.1.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file environmentaltech-1.12.2-2.0.20.1.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.et.ETMod) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for environmentaltech: Requirements: [valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] After:[valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file etlunar-1.12.2-2.0.20.1.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file etlunar-1.12.2-2.0.20.1.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.et.lunar.ETLunar) - loading
[19:30:26] [Server thread/TRACE] [FML]: Using mcmod dependency info for etlunar: [environmentaltech] [] []
[19:30:26] [Server thread/DEBUG] [FML]: Examining file ExtraCells-1.12.2-2.6.4.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtraCells-1.12.2-2.6.4.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (extracells.ExtraCells) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for extracells: Requirements: [appliedenergistics2] After:[waila, appliedenergistics2] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file ExtraRails-1.12-1.3.0.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtraRails-1.12-1.3.0.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.extrarails.ExtraRails) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for extrarails: Requirements: [shadowmc@[3.4.2,)] After:[shadowmc@[3.4.2,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file extrautils2-1.12-1.9.9.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file extrautils2-1.12-1.9.9.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.extrautils2.ExtraUtils2) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for extrautils2: Requirements: [] After:[tconstruct] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file ExtremeReactors-1.12.2-0.4.5.67.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file ExtremeReactors-1.12.2-0.4.5.67.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (erogenousbeef.bigreactors.common.BigReactors) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for bigreactors: Requirements: [zerocore@[1.12.2-0.1.2.8,1.12.2-2.0.0.0), forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), zerocore@[1.12.2-0.1.2.8,1.12.2-2.0.0.0), computercraft, opencomputers@[1.7.3.146,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file FastFurnace-1.12.2-1.3.1.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastFurnace-1.12.2-1.3.1.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.fastfurnace.FastFurnace) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for fastfurnace: Requirements: [] After:[] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file FastWorkbench-1.12.2-1.7.2.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastWorkbench-1.12.2-1.7.2.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.fastbench.FastBench) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for fastbench: Requirements: [] After:[] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file fencejumper-1.12-1.0.5.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file fencejumper-1.12-1.0.5.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.fencejumper.FenceJumper) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for fencejumper: Requirements: [] After:[] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file Flamingo-1.12-v1.11.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file Flamingo-1.12-v1.11.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.reddit.user.koppeh.flamingo.Flamingo) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for flamingo: Requirements: [forge@[14.21.1.2395,)] After:[forge@[14.21.1.2395,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file flatcoloredblocks-mc1.12-6.8.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file flatcoloredblocks-mc1.12-6.8.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mod.flatcoloredblocks.FlatColoredBlocks) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for flatcoloredblocks: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file Floralchemy-1.12.2-1.1.0.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file Floralchemy-1.12.2-1.1.0.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.minerarcana.floralchemy.Floralchemy) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for floralchemy: Requirements: [base@[3.13.0,)] After:[base@[3.13.0,), thaumcraft, botania] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file fluxnetworks-1.12.2-4.0.13-30.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file fluxnetworks-1.12.2-4.0.13-30.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fluxnetworks.FluxNetworks) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for fluxnetworks: Requirements: [forge@[14.23.4.2814,)] After:[forge@[14.23.4.2814,)] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file foamfix-0.10.9-1.12.2.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file foamfix-0.10.9-1.12.2.jar
[19:30:26] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.foamfix.FoamFix) - loading
[19:30:26] [Server thread/TRACE] [FML]: Parsed dependency info for foamfix: Requirements: [forge@[14.23.3.2673,)] After:[] Before:[]
[19:30:26] [Server thread/DEBUG] [FML]: Examining file forestry_1.12.2-5.8.2.409.jar for potential mods
[19:30:26] [Server thread/TRACE] [FML]: Located mcmod.info file in file forestry_1.12.2-5.8.2.409.jar
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (forestry.Forestry) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for forestry: Requirements: [forge@[14.23.5.2847,)] After:[forge@[14.23.5.2847,), jei@[4.12.0.0,), ic2, natura, toughasnails, techreborn, buildcraftenergy] Before:[binniecore@[2.5.1.184,)]
[19:30:27] [Server thread/DEBUG] [FML]: Examining file Forgelin-1.8.4.jar for potential mods
[19:30:27] [Server thread/TRACE] [FML]: Located mcmod.info file in file Forgelin-1.8.4.jar
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.forgelin.Forgelin) - loading
[19:30:27] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.shadowfacts.forgelin.Forgelin (modid: forgelin)
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for forgelin: Requirements: [] After:[] Before:[]
[19:30:27] [Server thread/DEBUG] [FML]: Examining file ForgeMultipart-1.12.2-2.6.2.83-universal.jar for potential mods
[19:30:27] [Server thread/TRACE] [FML]: Located mcmod.info file in file ForgeMultipart-1.12.2-2.6.2.83-universal.jar
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.microblock.handler.MicroblockMod) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for microblockcbe: Requirements: [forgemultipartcbe] After:[forgemultipartcbe] Before:[]
[19:30:27] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.2.83-universal.jar to locate a version number for mod microblockcbe
[19:30:27] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.handler.MultipartMod) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for forgemultipartcbe: Requirements: [forge@[14.23.5.2768,), codechickenlib@[3.2.3,)] After:[codechickenlib@[3.2.3,), forge@[14.23.5.2768,)] Before:[]
[19:30:27] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.2.83-universal.jar to locate a version number for mod forgemultipartcbe
[19:30:27] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.minecraft.MinecraftMultipartMod) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for minecraftmultipartcbe: Requirements: [] After:[] Before:[]
[19:30:27] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ForgeMultipart-1.12.2-2.6.2.83-universal.jar to locate a version number for mod minecraftmultipartcbe
[19:30:27] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[19:30:27] [Server thread/DEBUG] [FML]: Examining file FTBBackups-1.1.0.1.jar for potential mods
[19:30:27] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBBackups-1.1.0.1.jar
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.mods.ftbbackups.FTBBackups) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for ftbbackups: Requirements: [] After:[] Before:[]
[19:30:27] [Server thread/DEBUG] [FML]: Examining file FTBLib-5.4.4.5.jar for potential mods
[19:30:27] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBLib-5.4.4.5.jar
[19:30:27] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.ftblib.FTBLib) - loading
[19:30:27] [Server thread/TRACE] [FML]: Parsed dependency info for ftblib: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), jei@[4.6.0,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file FTBUtilities-5.4.0.123.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBUtilities-5.4.0.123.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.ftbutilities.FTBUtilities) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for ftbutilities: Requirements: [ftblib@[5.4.4.5,)] After:[ftblib@[5.4.4.5,), aurora] Before:[kubejs]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file funky-locomotion-1.12.2-1.1.2.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file funky-locomotion-1.12.2-1.1.2.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.funkylocomotion.FunkyLocomotion) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for funkylocomotion: Requirements: [] After:[] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file gendustry-1.6.5.8-mc1.12.2.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file gendustry-1.6.5.8-mc1.12.2.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.gendustry.Gendustry) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for gendustry: Requirements: [bdlib@[1.14.3.9,), forestry] After:[forestry, ic2, redstoneflux, tesla, bdlib@[1.14.3.9,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file generators-0.9.20.12-mc1.12.2.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file generators-0.9.20.12-mc1.12.2.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.generators.Generators) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for advgenerators: Requirements: [bdlib] After:[pressure, tconstruct, ic2, redstoneflux, tesla, thermalfoundation, eng_toolbox, minechem, bdlib] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file Guide-API-1.12-2.1.8-63.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file Guide-API-1.12-2.1.8-63.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (amerifrance.guideapi.GuideMod) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for guideapi: Requirements: [] After:[] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file hooked-1.0.3.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file hooked-1.0.3.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thecodewarrior.hooked.HookedMod) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for hooked: Requirements: [librarianlib, baubles] After:[librarianlib, baubles] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file iChunUtil-1.12.2-7.2.2.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file iChunUtil-1.12.2-7.2.2.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.ichunutil.common.iChunUtil) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for ichunutil: Requirements: [forge@[14.23.5.2781,99999.24.0.0)] After:[forge@[14.23.5.2781,99999.24.0.0)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file ieclochecompat-2.1.7-dev.454.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file ieclochecompat-2.1.7-dev.454.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nicjames2378.IEClocheCompat.Main) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for ieclochecompat: Requirements: [immersiveengineering] After:[agricraft] Before:[immersiveengineering]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file immersivepetroleum-1.12.2-1.1.9.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file immersivepetroleum-1.12.2-1.1.9.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (flaxbeard.immersivepetroleum.ImmersivePetroleum) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for immersivepetroleum: Requirements: [immersiveengineering@[0.12-80,)] After:[immersiveengineering@[0.12-80,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file immersivetech-1.12-1.3.10.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file immersivetech-1.12-1.3.10.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ferro2000.immersivetech.ImmersiveTech) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for immersivetech: Requirements: [immersiveengineering, forge@[14.23.3.2655,)] After:[immersiveengineering, forge@[14.23.3.2655,), jei@[4.7,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file incontrol-1.12-3.9.16.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file incontrol-1.12-3.9.16.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.incontrol.InControl) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for incontrol: Requirements: [] After:[forge@[13.19.0.2176,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file industrialcraft-2-2.8.187-ex112.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file industrialcraft-2-2.8.187-ex112.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ic2.core.IC2) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for ic2: Requirements: [forge@[13.20.0.2206,)] After:[forge@[13.20.0.2206,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file industrialforegoing-1.12.2-1.12.13-237.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file industrialforegoing-1.12.2-1.12.13-237.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.industrial.IndustrialForegoing) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for industrialforegoing: Requirements: [teslacorelib@[1.0.15,), forge@[14.23.5.2806,)] After:[forge@[14.23.5.2806,), teslacorelib@[1.0.15,)] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file infinitylib-1.12.0.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file infinitylib-1.12.0.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.infinityraider.infinitylib.InfinityLib) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for infinitylib: Requirements: [] After:[] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file InitialInventory-3.0.0.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file InitialInventory-3.0.0.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.initialinventory.InitialInventory) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for initialinventory: Requirements: [crafttweaker, mtlib] After:[crafttweaker, mtlib, enchiridion] Before:[]
[19:30:28] [Server thread/DEBUG] [FML]: Examining file IntegratedCrafting-1.12.2-1.0.8.jar for potential mods
[19:30:28] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedCrafting-1.12.2-1.0.8.jar
[19:30:28] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedcrafting.IntegratedCrafting) - loading
[19:30:28] [Server thread/TRACE] [FML]: Parsed dependency info for integratedcrafting: Requirements: [forge@[14.23.5.2768,), integrateddynamics@[1.0.9,), cyclopscore@[1.4.0,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.4.0,), integrateddynamics@[1.0.9,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file IntegratedDynamics-1.12.2-1.1.1.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedDynamics-1.12.2-1.1.1.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamics.IntegratedDynamics) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamics: Requirements: [forge@[14.23.5.2768,), cyclopscore@[1.6.0,), commoncapabilities@[2.4.4,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.6.0,), commoncapabilities@[2.4.4,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamicscompat: Requirements: [forge@[14.23.5.2768,), integrateddynamics, cyclopscore@[1.0.6,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,), integrateddynamics] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file IntegratedTerminals-1.12.2-1.0.13.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedTerminals-1.12.2-1.0.13.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedterminals.IntegratedTerminals) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integratedterminals: Requirements: [forge@[14.23.5.2768,), integrateddynamics@[1.0.9,), cyclopscore@[1.6.0,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.6.0,), integrateddynamics@[1.0.9,), integratedcrafting@[1.0.8,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedterminalscompat.IntegratedTerminalsCompat) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integratedterminalscompat: Requirements: [forge@[14.23.5.2768,), cyclopscore@[1.0.6,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file IntegratedTunnels-1.12.2-1.6.10.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedTunnels-1.12.2-1.6.10.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedtunnels.IntegratedTunnels) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integratedtunnels: Requirements: [integrateddynamics@[1.0.9,), forge@[14.23.5.2768,), cyclopscore@[1.4.0,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.4.0,), integrateddynamics@[1.0.9,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedtunnelscompat.IntegratedTunnelsCompat) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integratedtunnelscompat: Requirements: [cyclopscore@[1.0.6,), forge@[14.23.5.2768,), integratedtunnels] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,), integratedtunnels] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file IntegrationForegoing-1.12.2-1.9.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegrationForegoing-1.12.2-1.9.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jackyy.integrationforegoing.IntegrationForegoing) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for integrationforegoing: Requirements: [industrialforegoing@[1.12.0,)] After:[industrialforegoing@[1.12.0,), thermalfoundation, immersiveengineering, tconstruct, mysticalagriculture, mysticalagradditions, oreberries, appliedenergistics2, rftools, evilcraft, actuallyadditions, forestry, extrautils2, oreshrubs, harvestcraft, exnihilocreatio, simplecorn, natura, rustic, matteroverdrive, agricraft, silentgems, enderio, immersivepetroleum, biomesoplenty, astralsorcery, botania, nuclearcraft] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file inventorygenerators-1.2.2.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file inventorygenerators-1.2.2.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kjmaster.inventorygenerators.InventoryGenerators) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for inventorygenerators: Requirements: [kjlib] After:[tconstruct, actuallyadditions, kjlib] Before:[guideapi]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file InventoryTweaks-1.64+dev.146.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file InventoryTweaks-1.64+dev.146.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for inventorytweaks: Requirements: [forge@[14.21.0,)] After:[forge@[14.21.0,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from InventoryTweaks-1.64+dev.146.jar to locate a version number for mod inventorytweaks
[19:30:29] [Server thread/DEBUG] [FML]: Found version 1.64+dev.146.2180b27 for mod inventorytweaks in version.properties, using
[19:30:29] [Server thread/DEBUG] [FML]: Examining file ironchest-1.12.2-7.0.72.847.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file ironchest-1.12.2-7.0.72.847.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for ironchest: Requirements: [forge@[14.21.0.2359,)] After:[forge@[14.21.0.2359,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ironchest-1.12.2-7.0.72.847.jar to locate a version number for mod ironchest
[19:30:29] [Server thread/DEBUG] [FML]: Found version null for mod ironchest in version.properties, using
[19:30:29] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
[19:30:29] [Server thread/DEBUG] [FML]: Examining file JAOPCA-1.12.2-2.2.8.103.jar for potential mods
[19:30:29] [Server thread/DEBUG] [FML]: The mod container JAOPCA-1.12.2-2.2.8.103.jar appears to be missing an mcmod.info file
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thelm.jaopca.JAOPCA) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jaopca: Requirements: [wrapup] After:[] Before:[wrapup]
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thelm.oredictinit.OreDictInit) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for oredictinit: Requirements: [wrapup] After:[] Before:[wrapup]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file JAOPCAAdditions-1.12.2-2.2.1.9.jar for potential mods
[19:30:29] [Server thread/DEBUG] [FML]: The mod container JAOPCAAdditions-1.12.2-2.2.1.9.jar appears to be missing an mcmod.info file
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thelm.jaopca.additions.JAOPCAAdditions) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jaopcaadditions: Requirements: [jaopca@[1.12-2.2.6.81,)] After:[jaopca@[1.12-2.2.6.81,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file JAOPCAAgriculture-1.12.2-1.2.1.16.jar for potential mods
[19:30:29] [Server thread/DEBUG] [FML]: The mod container JAOPCAAgriculture-1.12.2-1.2.1.16.jar appears to be missing an mcmod.info file
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thelm.jaopca.agriculture.JAOPCAAgriculture) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jaopcaagriculture: Requirements: [jaopca@[1.12.2-2.2.8.89,)] After:[mysticalagriculture, mysticalagradditions, agricraft] Before:[jaopca@[1.12.2-2.2.8.89,)]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.292.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.292.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file jeibees-0.9.0.5-mc1.12.2.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file jeibees-0.9.0.5-mc1.12.2.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.jeibees.JEIBees) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jeibees: Requirements: [forestry, jei] After:[forestry, jei] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file journeymap-1.12.2-5.5.5.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file journeymap-1.12.2-5.5.5.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (journeymap.common.Journeymap) - loading
[19:30:29] [Server thread/TRACE] [FML]: Using mcmod dependency info for journeymap: [] [Forge@[14.23.5.2768,)] []
[19:30:29] [Server thread/DEBUG] [FML]: Examining file justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.justenoughdimensions.JustEnoughDimensions) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for justenoughdimensions: Requirements: [] After:[] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file JustEnoughEnergistics-1.12.2-1.0.8.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughEnergistics-1.12.2-1.0.8.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.jee.JustEnoughEnergistics) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for jee: Requirements: [appliedenergistics2@[rv6-stable-6,), jei@[4.14.3.242,)] After:[appliedenergistics2@[rv6-stable-6,), jei@[4.14.3.242,)] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file JustEnoughReactors-1.12.2-1.1.3.61.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughReactors-1.12.2-1.1.3.61.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dev.aura.justenoughreactors.JustEnoughReactors) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for justenoughreactors: Requirements: [bigreactors, jei] After:[jei, bigreactors] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file kjlib-1.0.4.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file kjlib-1.0.4.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kjmaster.kjlib.KJLib) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for kjlib: Requirements: [] After:[] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file KleeSlabs_1.12.2-5.4.12.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file KleeSlabs_1.12.2-5.4.12.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.kleeslabs.KleeSlabs) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for kleeslabs: Requirements: [] After:[] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from KleeSlabs_1.12.2-5.4.12.jar to locate a version number for mod kleeslabs
[19:30:29] [Server thread/WARN] [FML]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.4.12
[19:30:29] [Server thread/DEBUG] [FML]: Examining file LagGoggles-FAT-1.12.2-4.9.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file LagGoggles-FAT-1.12.2-4.9.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cf.terminator.laggoggles.Main) - loading
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for laggoggles: Requirements: [] After:[] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Examining file librarianlib-1.12.2-4.19.2-release.jar for potential mods
[19:30:29] [Server thread/TRACE] [FML]: Located mcmod.info file in file librarianlib-1.12.2-4.19.2-release.jar
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.librarianlib.core.LateLoader) - loading
[19:30:29] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for com.teamwizardry.librarianlib.core.LateLoader (modid: librarianliblate)
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for librarianliblate: Requirements: [] After:[*] Before:[]
[19:30:29] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.librarianlib.core.LibrarianLib) - loading
[19:30:29] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for com.teamwizardry.librarianlib.core.LibrarianLib (modid: librarianlib)
[19:30:29] [Server thread/TRACE] [FML]: Parsed dependency info for librarianlib: Requirements: [forgelin@[1.8.0,), forge@[13.19.1.2195,)] After:[forgelin@[1.8.0,), forge@[13.19.1.2195,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file LibraryEx-1.12.2-1.0.12.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file LibraryEx-1.12.2-1.0.12.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (logictechcorp.libraryex.LibraryEx) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for libraryex: Requirements: [forge@[1.12.2-14.23.4.2768,)] After:[forge@[1.12.2-14.23.4.2768,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file LibVulpes-1.12.2-0.4.2-68-universal.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file LibVulpes-1.12.2-0.4.2-68-universal.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zmaster587.libVulpes.LibVulpes) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for libvulpes: Requirements: [] After:[ic2, cofhcore, buildcraft|core] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file lostcities-1.12-2.0.21.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file lostcities-1.12-2.0.21.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.lostcities.LostCities) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for lostcities: Requirements: [] After:[forge@[13.19.0.2176,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file lostsouls-1.12-1.1.4.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file lostsouls-1.12-1.1.4.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.lostsouls.LostSouls) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for lostsouls: Requirements: [lostcities@[2.0.3,)] After:[lostcities@[2.0.3,), forge@[13.19.0.2176,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file LunatriusCore-1.12.2-1.2.0.42-universal.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file LunatriusCore-1.12.2-1.2.0.42-universal.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[19:30:30] [Server thread/TRACE] [FML]: Using mcmod dependency info for lunatriuscore: [forge@[14.23.0.2491,)] [forge@[14.23.0.2491,)] []
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MagicBees-1.12.2-3.1.10.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MagicBees-1.12.2-3.1.10.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (magicbees.MagicBees) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for magicbees: Requirements: [forestry@[5.6.0,)] After:[forestry@[5.6.0,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from MagicBees-1.12.2-3.1.10.jar to locate a version number for mod magicbees
[19:30:30] [Server thread/WARN] [FML]: Mod magicbees is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[19:30:30] [Server thread/DEBUG] [FML]: Examining file malisiscore-1.12.2-6.5.1.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file malisiscore-1.12.2-6.5.1.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.core.MalisisCore) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for malisiscore: Requirements: [] After:[] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file malisisdoors-1.12.2-7.3.0.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file malisisdoors-1.12.2-7.3.0.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.doors.MalisisDoors) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for malisisdoors: Requirements: [malisiscore] After:[malisiscore] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file Mantle-1.12-1.3.3.55.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mantle-1.12-1.3.3.55.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mantle: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file matc-1.0.1-hotfix.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file matc-1.0.1-hotfix.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ilovepie220.mysticalagricultureTC.Main) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for matc: Requirements: [mysticalagriculture] After:[mysticalagriculture] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file mcjtylib-1.12-3.5.4.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file mcjtylib-1.12-3.5.4.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.lib.McJtyLib) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mcjtylib_ng: Requirements: [] After:[forge@[14.23.5.2800,), enderio@[5.0.21,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file Mekanism-1.12.2-9.8.2.389.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mekanism-1.12.2-9.8.2.389.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mekanism.common.Mekanism) - loading
[19:30:30] [Server thread/TRACE] [FML]: Using mcmod dependency info for mekanism: [forge@[14.23.5.2768,)] [forge, redstoneflux, mcmultipart, jei, buildcraftcore, ic2, computercraft, galaticraft api, metallurgy, crafttweaker, cofhcore, cyclicmagic] []
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MekanismGenerators-1.12.2-9.8.2.389.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MekanismGenerators-1.12.2-9.8.2.389.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mekanism.generators.common.MekanismGenerators) - loading
[19:30:30] [Server thread/TRACE] [FML]: Using mcmod dependency info for mekanismgenerators: [mekanism@[1.12.2-9.8.2.389,1.12.2-9.8.2.389]] [mekanism@[1.12.2-9.8.2.389,1.12.2-9.8.2.389]] []
[19:30:30] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from MekanismGenerators-1.12.2-9.8.2.389.jar to locate a version number for mod mekanismgenerators
[19:30:30] [Server thread/WARN] [FML]: Mod mekanismgenerators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.2.389
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MekanismTools-1.12.2-9.8.2.389.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MekanismTools-1.12.2-9.8.2.389.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mekanism.tools.common.MekanismTools) - loading
[19:30:30] [Server thread/TRACE] [FML]: Using mcmod dependency info for mekanismtools: [mekanism@[1.12.2-9.8.2.389,1.12.2-9.8.2.389]] [mekanism@[1.12.2-9.8.2.389,1.12.2-9.8.2.389]] []
[19:30:30] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from MekanismTools-1.12.2-9.8.2.389.jar to locate a version number for mod mekanismtools
[19:30:30] [Server thread/WARN] [FML]: Mod mekanismtools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.2.389
[19:30:30] [Server thread/DEBUG] [FML]: Examining file mobtotems-1.12.1-0.3.0.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file mobtotems-1.12.1-0.3.0.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.corwinjv.mobtotems.MobTotems) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mobtotems: Requirements: [] After:[] Before:[guideapi]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file modtweaker-4.0.17.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file modtweaker-4.0.17.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ModTweaker) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for modtweaker: Requirements: [mtlib, crafttweaker] After:[crafttweaker, mtlib] Before:[jei]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file Morph-o-Tool-1.2-21.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file Morph-o-Tool-1.2-21.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.morphtool.MorphTool) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for morphtool: Requirements: [autoreglib] After:[] Before:[autoreglib]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file Morpheus-1.12.2-3.5.106.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file Morpheus-1.12.2-3.5.106.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.quetzi.morpheus.Morpheus) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for morpheus: Requirements: [forge@[14.23.5.2808,)] After:[forge@[14.23.5.2808,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file mpbasic-1.12.2-1.4.11.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file mpbasic-1.12.2-1.4.11.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.mpbasic.core.MPBasic) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mpbasic: Requirements: [mputils@[1.5.6,1.6.0]] After:[mputils@[1.5.6,1.6.0]] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MPUtils-1.12.2-1.5.7.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MPUtils-1.12.2-1.5.7.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.mputils.core.MPUtils) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mputils: Requirements: [] After:[] Before:[mpbasic@[1.4.7,)]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MrTJPCore-1.12.2-2.1.4.43-universal.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MrTJPCore-1.12.2-2.1.4.43-universal.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.core.handler.MrTJPCoreMod) - loading
[19:30:30] [Server thread/TRACE] [FML]: Using mcmod dependency info for mrtjpcore: [forge@[14.23.5.2768,), codechickenlib@[3.2.2,)] [] []
[19:30:30] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from MrTJPCore-1.12.2-2.1.4.43-universal.jar to locate a version number for mod mrtjpcore
[19:30:30] [Server thread/WARN] [FML]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.4.43
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MTLib-3.0.6.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MTLib-3.0.6.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.mtlib.MTLib) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mtlib: Requirements: [] After:[] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MysticalAgradditions-1.12.2-1.3.2.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MysticalAgradditions-1.12.2-1.3.2.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.mysticalagradditions.MysticalAgradditions) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mysticalagradditions: Requirements: [mysticalagriculture@[1.7.5,), cucumber@[1.1.2,)] After:[mysticalagriculture@[1.7.5,), cucumber@[1.1.2,), mantle, tconstruct] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file MysticalAgriculture-1.12.2-1.7.5.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file MysticalAgriculture-1.12.2-1.7.5.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.mysticalagriculture.MysticalAgriculture) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mysticalagriculture: Requirements: [cucumber@[1.1.2,)] After:[cucumber@[1.1.2,)] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file mysticallib-1.12.2-1.4.0.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file mysticallib-1.12.2-1.4.0.jar
[19:30:30] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (epicsquid.mysticallib.MysticalLib) - loading
[19:30:30] [Server thread/TRACE] [FML]: Parsed dependency info for mysticallib: Requirements: [] After:[*] Before:[]
[19:30:30] [Server thread/DEBUG] [FML]: Examining file mysticalworld-1.12.2-1.5.0.jar for potential mods
[19:30:30] [Server thread/TRACE] [FML]: Located mcmod.info file in file mysticalworld-1.12.2-1.5.0.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (epicsquid.mysticalworld.MysticalWorld) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for mysticalworld: Requirements: [baubles, mysticallib@[1.4,), patchouli] After:[] Before:[mysticallib@[1.4,), harvest, chisel, endercore]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file natura-1.12.2-4.3.2.69.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file natura-1.12.2-4.3.2.69.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.progwml6.natura.Natura) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for natura: Requirements: [mantle@[1.12-1.3.0,), forge@[14.23.3.2673,)] After:[forge@[14.23.3.2673,), mantle@[1.12-1.3.0,)] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file NaturesCompass-1.12.2-1.6.0.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file NaturesCompass-1.12.2-1.6.0.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chaosthedude.naturescompass.NaturesCompass) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for naturescompass: Requirements: [] After:[] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file NetherEx-1.12.2-2.0.15.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file NetherEx-1.12.2-2.0.15.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (logictechcorp.netherex.NetherEx) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for netherex: Requirements: [libraryex@[1.0.11,)] After:[libraryex@[1.0.11,)] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mmyzd.nmsot.NoMobSpawningOnTrees) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for nmsot: Requirements: [] After:[] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar to locate a version number for mod nmsot
[19:30:31] [Server thread/WARN] [FML]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.2-mc1.12.2
[19:30:31] [Server thread/DEBUG] [FML]: Examining file NotEnoughIDs-1.5.4.4.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file NotEnoughIDs-1.5.4.4.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ru.fewizz.neid.Neid) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for neid: Requirements: [] After:[] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file notenoughwands-1.12-1.8.1.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file notenoughwands-1.12-1.8.1.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (romelo333.notenoughwands.NotEnoughWands) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for notenoughwands: Requirements: [mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), forge@[13.19.0.2176,), redstoneflux@[2.0.0,)] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file NuclearCraft-2.18k-1.12.2.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file NuclearCraft-2.18k-1.12.2.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (nc.NuclearCraft) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for nuclearcraft: Requirements: [] After:[tconstruct, conarm, openterraingenerator, alchemistry] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file Nutrition-1.12.2-4.4.0.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file Nutrition-1.12.2-4.4.0.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ca.wescook.nutrition.Nutrition) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for nutrition: Requirements: [] After:[] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file oeintegration-2.3.4.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file oeintegration-2.3.4.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.oeintegration.OreExcavationIntegration) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for oeintegration: Requirements: [oreexcavation] After:[oreexcavation] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file OpenBlocks-1.12.2-1.8.1.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenBlocks-1.12.2-1.8.1.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (openblocks.OpenBlocks) - loading
[19:30:31] [Server thread/TRACE] [FML]: Parsed dependency info for openblocks: Requirements: [openmods@[0.12.2,0.13), forge@[14.23.4.2705,)] After:[openmods@[0.12.2,0.13)] Before:[]
[19:30:31] [Server thread/DEBUG] [FML]: Examining file OpenComputers-MC1.12.2-1.7.5.192.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenComputers-MC1.12.2-1.7.5.192.jar
[19:30:31] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading
[19:30:31] [Server thread/TRACE] [FML]: Using mcmod dependency info for opencomputers: [] [JEI@[4.2.7.240,)] []
[19:30:31] [Server thread/DEBUG] [FML]: Examining file OpenModsLib-1.12.2-0.12.2.jar for potential mods
[19:30:31] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenModsLib-1.12.2-0.12.2.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (openmods.OpenMods) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for openmods: Requirements: [openmodscore, forge@[14.23.4.2705,)] After:[openmodscore] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file OreExcavation-1.4.143.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file OreExcavation-1.4.143.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (oreexcavation.core.OreExcavation) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for oreexcavation: [] [gamestages] []
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Overloaded-1.12.2-0.0.58.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Overloaded-1.12.2-0.0.58.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cjm721.overloaded.Overloaded) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for overloaded: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file p455w0rdslib-1.12.2-2.3.161.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file p455w0rdslib-1.12.2-2.3.161.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rdslib.P455w0rdsLib) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for p455w0rdslib: Requirements: [] After:[redstoneflux, mantle, tconstruct, enderio, projecte, tesla, thaumcraft, albedo] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file packcrashinfo-1.0.1.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file packcrashinfo-1.0.1.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atm.bloodworkxgaming.packcrashinfo.PackCrashInfo) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for packcrashinfo: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file packmode-1.12.2-1.2.0.jar for potential mods
[19:30:32] [Server thread/DEBUG] [FML]: The mod container packmode-1.12.2-1.2.0.jar appears to be missing an mcmod.info file
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.sommers.packmode.PackMode) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for packmode: Requirements: [] After:[crafttweaker, gamestages@[2.0.0,)] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file parry-1.0-hotfix.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file parry-1.0-hotfix.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.drullk.parry.ShieldParry) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for parry: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Patchouli-1.0-20.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Patchouli-1.0-20.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.patchouli.common.base.Patchouli) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for patchouli: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Patchouli-1.0-20.jar to locate a version number for mod patchouli
[19:30:32] [Server thread/WARN] [FML]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-20
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Placebo-1.12.2-1.6.0.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Placebo-1.12.2-1.6.0.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.placebo.Placebo) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for placebo: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Plants-1.12.2-2.10.7.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Plants-1.12.2-2.10.7.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.plants2.Plants2) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for plants2: Requirements: [placebo@[1.5.1,2.0.0)] After:[placebo@[1.5.1,2.0.0), botania@[r1.10-354,), forestry, inspirations] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file plustic-7.1.6.1.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file plustic-7.1.6.1.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (landmaster.plustic.PlusTiC) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for plustic: Requirements: [tconstruct@[1.12-2.7.2.15,), forge@[14.23.5.2768,), mantle] After:[mantle, tconstruct@[1.12-2.7.2.15,), forge@[14.23.5.2768,), mekanism, biomesoplenty, botania, libvulpes, redstoneflux, armorplus, enderio, projectred-core, thermalfoundation, substratum, draconicevolution, landcore, tesla, baubles, actuallyadditions, natura@[1.12.2-4.3.2.42,), psi, avaritia, landcore, landcraft, galacticraftcore, galacticraftplanets, minefactoryreloaded, botanicaladdons, survivalist, modernmetals, basemetals, projecte, gemsplus, appliedenergistics2, environmentaltech, industrialforegoing, twilightforest@[3.7,), thaumcraft, crafttweaker, modtweaker, conarm, micsiege, simplyjetpacks, astralsorcery, aoa3, erebus] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.desht.pneumaticcraft.PneumaticCraftRepressurized) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for pneumaticcraft: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), forestry, igwmod@[1.4.2-11,), thaumcraft, computercraft, appliedenergistics2@[rv6,], jei@[4.12.0,)] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file PortalGun-1.12.2-7.1.0.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file PortalGun-1.12.2-7.1.0.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.portalgun.common.PortalGun) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for portalgun: Requirements: [ichunutil@[7.2.0,8.0.0)] After:[ichunutil@[7.2.0,8.0.0)] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file portality-1.12.2-1.2.3-15.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file portality-1.12.2-1.2.3-15.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.portality.Portality) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for portality: Requirements: [] After:[] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file pressure-1.3.1.9-mc1.12.2.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file pressure-1.3.1.9-mc1.12.2.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.pressure.Pressure) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for pressure: Requirements: [bdlib] After:[bdlib] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectIntelligence-1.12.2-1.0.9.28-universal.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.projectintelligence.ProjectIntelligence) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for projectintelligence: Requirements: [brandonscore@[2.4.17,)] After:[brandonscore@[2.4.17,)] Before:[nei]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-Base.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-Base.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedCore) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-core: [forge@[14.23.5.2768,), mrtjpcore@[2.1.4,), codechickenlib@[3.2.2,), forgemultipartcbe@[2.6.1,)] [mrtjpcore@[2.1.4,), codechickenlib@[3.2.2,), forgemultipartcbe@[2.6.1,)] [projectred-transmission, projectred-integration, projectred-fabrication, projectred-illumination, projectred-expansion, projectred-transportation, projectred-exploration, projectred-compatibility]
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-Base.jar to locate a version number for mod projectred-core
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-compat.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-compat.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedCompatibility) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for projectred-compat: Requirements: [] After:[projectred-core] Before:[]
[19:30:32] [Server thread/INFO] [FML]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-compat.jar to locate a version number for mod projectred-compat
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-integration.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-integration.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedIntegration) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-integration: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] [projectred-fabrication]
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-integration.jar to locate a version number for mod projectred-integration
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedTransmission) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-transmission: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] [projectred-expansion, projectred-fabrication]
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-integration.jar to locate a version number for mod projectred-transmission
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-lighting.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-lighting.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedIllumination) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-illumination: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] []
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-lighting.jar to locate a version number for mod projectred-illumination
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-mechanical.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-mechanical.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedExpansion) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-expansion: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] []
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-mechanical.jar to locate a version number for mod projectred-expansion
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedRelocation) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-relocation: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] []
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-mechanical.jar to locate a version number for mod projectred-relocation
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedTransportation) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-transportation: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] []
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-mechanical.jar to locate a version number for mod projectred-transportation
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Examining file ProjectRed-1.12.2-4.9.4.120-world.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectRed-1.12.2-4.9.4.120-world.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrtjp.projectred.ProjectRedExploration) - loading
[19:30:32] [Server thread/TRACE] [FML]: Using mcmod dependency info for projectred-exploration: [projectred-core@[4.9.4.120,]] [projectred-core@[4.9.4.120,]] []
[19:30:32] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ProjectRed-1.12.2-4.9.4.120-world.jar to locate a version number for mod projectred-exploration
[19:30:32] [Server thread/WARN] [FML]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Psi-r1.1-77.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Psi-r1.1-77.jar
[19:30:32] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.psi.common.Psi) - loading
[19:30:32] [Server thread/TRACE] [FML]: Parsed dependency info for psi: Requirements: [autoreglib] After:[autoreglib] Before:[]
[19:30:32] [Server thread/DEBUG] [FML]: Examining file Quark-r1.6-177.jar for potential mods
[19:30:32] [Server thread/TRACE] [FML]: Located mcmod.info file in file Quark-r1.6-177.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.quark.base.Quark) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for quark: Requirements: [forge@[14.23.5.2831,), autoreglib@[1.3-32,)] After:[forge@[14.23.5.2831,), jei@[4.6.0,)] Before:[autoreglib@[1.3-32,)]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file QuickLeafDecay-MC1.12.1-1.2.4.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file QuickLeafDecay-MC1.12.1-1.2.4.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.quickleafdecay.QuickLeafDecay) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for quickleafdecay: Requirements: [] After:[] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file RandomThings-MC1.12.2-4.2.7.3.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file RandomThings-MC1.12.2-4.2.7.3.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.randomthings.RandomThings) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for randomthings: Requirements: [] After:[jei@[4.7.11.100,)] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file randomtweaks-1.12.2-2.7.1.0.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file randomtweaks-1.12.2-2.7.1.0.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.therandomlabs.randomtweaks.RandomTweaks) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for randomtweaks: Requirements: [] After:[] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file rangedpumps-0.5.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file rangedpumps-0.5.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.rangedpumps.RangedPumps) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for rangedpumps: Requirements: [] After:[] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file RebornCore-1.12.2-3.16.4.478-universal.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file RebornCore-1.12.2-3.16.4.478-universal.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (reborncore.RebornCore) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for reborncore: Requirements: [forge@[14.21.0.2359,)] After:[forge@[14.21.0.2359,)] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file RebornStorage-1.12.2-3.3.4.1.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file RebornStorage-1.12.2-3.3.4.1.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.modmuss50.rebornstorage.RebornStorage) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for rebornstorage: Requirements: [reborncore] After:[reborncore, refinedstorage] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file RedstoneArsenal-1.12.2-2.6.3.18-universal.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneArsenal-1.12.2-2.6.3.18-universal.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstonearsenal.RedstoneArsenal) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for redstonearsenal: Requirements: [cofhcore@[4.6.0,4.7.0)] After:[cofhcore@[4.6.0,4.7.0), thermalexpansion] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file RedstoneFlux-1.12-2.1.0.6-universal.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneFlux-1.12-2.1.0.6-universal.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstoneflux.RedstoneFlux) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for redstoneflux: Requirements: [] After:[] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file refinedstorage-1.6.15.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file refinedstorage-1.6.15.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.refinedstorage.RS) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for refinedstorage: Requirements: [] After:[forge@[14.23.3.2694,)] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file refinedstorageaddons-0.4.4.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file refinedstorageaddons-0.4.4.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.raoulvdberge.refinedstorageaddons.RSAddons) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for refinedstorageaddons: Requirements: [refinedstorage@[1.6.9,)] After:[refinedstorage@[1.6.9,)] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file Reliquary-1.12.2-1.3.4.796.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file Reliquary-1.12.2-1.3.4.796.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xreliquary.Reliquary) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for xreliquary: Requirements: [] After:[baubles, enderio, tconstruct] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file rftools-1.12-7.72.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftools-1.12-7.72.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for rftools: Requirements: [mcjtylib_ng@[3.5.4,)] After:[mcjtylib_ng@[3.5.4,), forge@[14.22.0.2464,)] Before:[xnet@[1.7.0,)]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file rftoolsctrl-1.12-2.0.2.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftoolsctrl-1.12-2.0.2.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolscontrol.RFToolsControl) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for rftoolscontrol: Requirements: [rftools@[7.70,), mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), rftools@[7.70,), forge@[13.19.0.2176,)] Before:[]
[19:30:33] [Server thread/DEBUG] [FML]: Examining file rftoolsdim-1.12-5.71.jar for potential mods
[19:30:33] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftoolsdim-1.12-5.71.jar
[19:30:33] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolsdim.RFToolsDim) - loading
[19:30:33] [Server thread/TRACE] [FML]: Parsed dependency info for rftoolsdim: Requirements: [rftools@[7.58,), mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), rftools@[7.58,), forge@[14.23.2.2645,)] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file rftoolspower-1.12-1.2.0.jar for potential mods
[19:30:34] [Server thread/DEBUG] [FML]: The mod container rftoolspower-1.12-1.2.0.jar appears to be missing an mcmod.info file
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftoolspower.RFToolsPower) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for rftoolspower: Requirements: [mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), forge@[14.22.0.2464,)] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file rftpwr_oc-0.2.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftpwr_oc-0.2.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rftpwroc.RFTPwrOCMod) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for rftpwroc: Requirements: [] After:[] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file RoguelikeDungeons-1.12.2-1.8.0.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file RoguelikeDungeons-1.12.2-1.8.0.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (greymerk.roguelike.Roguelike) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for roguelike: Requirements: [] After:[] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file Roots-1.12.2-3.0.21.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file Roots-1.12.2-3.0.21.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (epicsquid.roots.Roots) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for roots: Requirements: [mysticallib@[1.4,), baubles, mysticalworld@[1.5,), patchouli] After:[] Before:[mysticallib@[1.4,), mysticalworld@[1.5,), harvest, chisel, endercore]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file rustic-1.1.1.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file rustic-1.1.1.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rustic.core.Rustic) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for rustic: Requirements: [] After:[dynamictrees@[1.12.2-0.9.1e,), dynamictreesbop] Before:[dynamictreestc]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file Schematica-1.12.2-1.8.0.169-universal.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file Schematica-1.12.2-1.8.0.169-universal.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[19:30:34] [Server thread/TRACE] [FML]: Using mcmod dependency info for schematica: [forge@[14.23.0.2491,), lunatriuscore@[1.2.0.42,)] [forge@[14.23.0.2491,), lunatriuscore@[1.2.0.42,)] []
[19:30:34] [Server thread/DEBUG] [FML]: Examining file ShadowMC-1.12-3.8.0.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file ShadowMC-1.12-3.8.0.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.shadowmc.ShadowMC) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for shadowmc: Requirements: [] After:[] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file SimplyJetpacks2-1.12.2-2.2.14.67.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file SimplyJetpacks2-1.12.2-2.2.14.67.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tonius.simplyjetpacks.SimplyJetpacks) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for simplyjetpacks: Requirements: [redstoneflux@[2.0.1,)] After:[redstoneflux@[2.0.1,), thermalexpansion, redstonearsenal, thermaldynamics, enderio, redstonerepository] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file SoulShardsRespawn-1.12.2-1.1.1-13.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file SoulShardsRespawn-1.12.2-1.1.1-13.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (info.tehnut.soulshardsrespawn.SoulShards) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for soulshardsrespawn: Requirements: [] After:[] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file StevesCarts-1.12.2-2.4.32.137.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file StevesCarts-1.12.2-2.4.32.137.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vswe.stevescarts.StevesCarts) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for stevescarts: Requirements: [reborncore, forge@[14.21.0.2373,)] After:[reborncore, forge@[14.21.0.2373,)] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file stg-1.12.2-1.2.3.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file stg-1.12.2-1.2.3.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.exidex.stg.STG) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for stg: Requirements: [] After:[] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file StorageDrawers-1.12.2-5.4.0.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file StorageDrawers-1.12.2-5.4.0.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading
[19:30:34] [Server thread/TRACE] [FML]: Using mcmod dependency info for storagedrawers: [forge, chameleon] [chameleon] []
[19:30:34] [Server thread/DEBUG] [FML]: Examining file StorageDrawersExtras-1.12-3.1.0.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file StorageDrawersExtras-1.12-3.1.0.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawersextra.StorageDrawersExtra) - loading
[19:30:34] [Server thread/TRACE] [FML]: Using mcmod dependency info for storagedrawersextra: [forge, chameleon, storagedrawers] [chameleon, storagedrawers] []
[19:30:34] [Server thread/DEBUG] [FML]: Examining file SuperiorShields-1.12.2-1.0.2.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file SuperiorShields-1.12.2-1.0.2.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (epicsquid.superiorshields.SuperiorShields) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for superiorshields: Requirements: [mysticallib, baubles] After:[] Before:[mysticallib]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file Tatw-1.12.2-1.0.1.2.b27.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file Tatw-1.12.2-1.0.1.2.b27.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.tatw.Tatw) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for tatw: Requirements: [ic2, aroma1997core] After:[aroma1997core, ic2] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Tatw-1.12.2-1.0.1.2.b27.jar to locate a version number for mod tatw
[19:30:34] [Server thread/WARN] [FML]: Mod tatw is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.1.2.b27
[19:30:34] [Server thread/DEBUG] [FML]: Examining file TConstruct-1.12.2-2.13.0.171.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file TConstruct-1.12.2-2.13.0.171.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for tconstruct: Requirements: [mantle@[1.12-1.3.3.49,), forge@[14.23.1.2577,)] After:[forge@[14.23.1.2577,), mantle@[1.12-1.3.3.49,), jei@[4.8,), chisel, quark@[r1.6-177,)] Before:[taiga@(1.3.0,)]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file TechReborn-1.12.2-2.24.3.1043-universal.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file TechReborn-1.12.2-2.24.3.1043-universal.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (techreborn.Core) - loading
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for techreborn: Requirements: [techreborn_compat, reborncore@[3.16.2,), forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,), reborncore@[3.16.2,), jei@[4.12,), ic2@[2.8.178,)] Before:[techreborn_compat]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file tesla-core-lib-1.12.2-1.0.15.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file tesla-core-lib-1.12.2-1.0.15.jar
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreLib) - loading
[19:30:34] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreLib (modid: teslacorelib)
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib: Requirements: [forge@[14.23.3.2655,), forgelin@[1.6.0,)] After:[forgelin@[1.6.0,), forge@[14.23.3.2655,), tesla, redstoneflux, buildcraftlib, mekanism] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreRegistries) - loading
[19:30:34] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreRegistries (modid: teslacorelib_registries)
[19:30:34] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib_registries: Requirements: [forgelin@[1.6.0,), forge@[14.23.3.2655,)] After:[forgelin@[1.6.0,), forge@[14.23.3.2655,), *] Before:[]
[19:30:34] [Server thread/DEBUG] [FML]: Examining file Thaumcraft-1.12.2-6.1.BETA26.jar for potential mods
[19:30:34] [Server thread/TRACE] [FML]: Located mcmod.info file in file Thaumcraft-1.12.2-6.1.BETA26.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumcraft.Thaumcraft) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thaumcraft: Requirements: [forge@[14.23.5.2768,), baubles@[1.5.2,)] After:[forge@[14.23.5.2768,), baubles@[1.5.2,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThaumicComputers-MC1.12.2-0.5.1.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThaumicComputers-MC1.12.2-0.5.1.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jco2641.thaumcomp.ThaumicComputers) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thaumcomp: Requirements: [thaumcraft@[6.1.BETA17,), opencomputers@[1.7,)] After:[opencomputers@[1.7,), thaumcraft@[6.1.BETA17,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThaumicInventoryScanning_1.12.2-2.0.10.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThaumicInventoryScanning_1.12.2-2.0.10.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.tcinventoryscan.TCInventoryScanning) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tcinventoryscan: Requirements: [thaumcraft] After:[thaumcraft] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from ThaumicInventoryScanning_1.12.2-2.0.10.jar to locate a version number for mod tcinventoryscan
[19:30:35] [Server thread/WARN] [FML]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.10
[19:30:35] [Server thread/DEBUG] [FML]: Examining file thaumicperiphery-0.3.1.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file thaumicperiphery-0.3.1.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumicperiphery.ThaumicPeriphery) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thaumicperiphery: Requirements: [thaumcraft] After:[thaumcraft, botania, embers, mysticalmechanics] Before:[mystgears]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file theoneprobe-1.12-1.4.28.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file theoneprobe-1.12-1.4.28.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.theoneprobe.TheOneProbe) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for theoneprobe: Requirements: [] After:[forge@[13.19.0.2176,), tesla] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThermalCultivation-1.12.2-0.3.3.12-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalCultivation-1.12.2-0.3.3.12-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalcultivation.ThermalCultivation) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermalcultivation: Requirements: [cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0)] After:[cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0), thermalexpansion] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThermalDynamics-1.12.2-2.5.5.21-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalDynamics-1.12.2-2.5.5.21-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermaldynamics.ThermalDynamics) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermaldynamics: Requirements: [cofhcore@[4.6.0,4.7.0), codechickenlib@[3.2.2,), thermalfoundation@[2.6.0,2.7.0)] After:[cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0), codechickenlib@[3.2.2,), thermalexpansion] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThermalExpansion-1.12.2-5.5.4.43-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalExpansion-1.12.2-5.5.4.43-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalexpansion.ThermalExpansion) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermalexpansion: Requirements: [codechickenlib@[3.1.7,), cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0)] After:[cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0), codechickenlib@[3.1.7,)] Before:[enderio]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThermalFoundation-1.12.2-2.6.3.27-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalFoundation-1.12.2-2.6.3.27-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalfoundation.ThermalFoundation) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermalfoundation: Requirements: [cofhcore@[4.6.0,4.7.0), cofhworld@[1.2.0,2.0.0)] After:[cofhcore@[4.6.0,4.7.0), cofhworld@[1.2.0,2.0.0)] Before:[enderio, immersiveengineering]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file ThermalInnovation-1.12.2-0.3.3.12-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalInnovation-1.12.2-0.3.3.12-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalinnovation.ThermalInnovation) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermalinnovation: Requirements: [thermalfoundation@[2.6.0,2.7.0), cofhcore@[4.6.0,4.7.0)] After:[cofhcore@[4.6.0,4.7.0), thermalfoundation@[2.6.0,2.7.0), thermalexpansion] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file thermallogistics-0.2-29.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file thermallogistics-0.2-29.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (astavie.thermallogistics.ThermalLogistics) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for thermallogistics: Requirements: [thermaldynamics] After:[thermaldynamics] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from thermallogistics-0.2-29.jar to locate a version number for mod thermallogistics
[19:30:35] [Server thread/WARN] [FML]: Mod thermallogistics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.2-29
[19:30:35] [Server thread/DEBUG] [FML]: Examining file TickProfiler-1.12-0.0.7.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file TickProfiler-1.12-0.0.7.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.minimallycorrect.tickprofiler.minecraft.TickProfiler) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tickprofiler: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file tinkersjei-1.2.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file tinkersjei-1.2.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.possibletriangle.tinkersjei.TinkersJEI) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tinkersjei: Requirements: [tconstruct] After:[tconstruct] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file tinkersoc-0.6.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file tinkersoc-0.6.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tinkersoc.TinkersOCMod) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tinkersoc: Requirements: [tconstruct@[1.12.2-2.9.0,), opencomputers@[1.7.0,)] After:[opencomputers@[1.7.0,), tconstruct@[1.12.2-2.9.0,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file TinkerToolLeveling-1.12.2-1.1.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkerToolLeveling-1.12.2-1.1.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.toolleveling.TinkerToolLeveling) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tinkertoolleveling: Requirements: [tconstruct@[1.12-2.10,), forge@[14.21.1.2410,), mantle@[1.12-1.3.1.21,)] After:[forge@[14.21.1.2410,), mantle@[1.12-1.3.1.21,), tconstruct@[1.12-2.10,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file tombstone-3.6.2-1.12.2.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file tombstone-3.6.2-1.12.2.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ovh.corail.tombstone.ModTombstone) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for tombstone: Requirements: [] After:[] Before:[erebus]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file topaddons-1.12.2-1.12.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file topaddons-1.12.2-1.12.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.drmanganese.topaddons.TOPAddons) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for topaddons: Requirements: [theoneprobe@[1.4.8,)] After:[theoneprobe@[1.4.8,), forestry@[1.12.2-5.7.0.204,), tconstruct, bloodmagic, storagedrawers, botania, ic2, neotech, lycanytesmobs, opencomputers, stevescarts, mysticalagriculture] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file Transport-1.12.2-1.0.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file Transport-1.12.2-1.0.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xyz.brassgoggledcoders.transport.Transport) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for transport: Requirements: [base@[0.0.0,)] After:[base@[0.0.0,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file Traverse-1.12.2-1.6.0-69.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file Traverse-1.12.2-1.6.0-69.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (prospector.traverse.core.TraverseMod) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for traverse: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file twilightforest-1.12.2-3.10.1013-universal.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file twilightforest-1.12.2-3.10.1013-universal.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (twilightforest.TwilightForestMod) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for twilightforest: Requirements: [forge@[14.23.5.2813,)] After:[ctm@[MC1.12.2-0.3.2.18,), forge@[14.23.5.2813,), thaumcraft@[6.1.BETA21,)] Before:[immersiveengineering@[0.12-83,), tconstruct]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file UniDict-1.12.2-2.9.3.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file UniDict-1.12.2-2.9.3.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (wanion.unidict.UniDict) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for unidict: Requirements: [wanionlib@[1.12.2-1.5,)] After:[wanionlib@[1.12.2-1.5,), *] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file unloader-1.2.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file unloader-1.2.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.unnoen.unloader.Unloader) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for unloader: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file valkyrielib-1.12.2-2.0.20.1.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file valkyrielib-1.12.2-2.0.20.1.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.um.UniversalModifiers) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for universalmodifiers: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.valkyrieofnight.vliblegacy.ValkyrieLib) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for valkyrielib: Requirements: [forge@[1.12.2-14.23.5.2768,)] After:[forge@[1.12.2-14.23.5.2768,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WAIM-1.0.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WAIM-1.0.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.waim.WAIM) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for waim: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WanionLib-1.12.2-2.4.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WanionLib-1.12.2-2.4.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (wanion.lib.WanionLib) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wanionlib: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WaterStrainer-1.12-3.2.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterStrainer-1.12-3.2.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.waterstrainer.WaterStrainer) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for waterstrainer: Requirements: [] After:[forge@[14.21.1.2424,)] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file Waystones_1.12.2-4.0.72.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file Waystones_1.12.2-4.0.72.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.waystones.Waystones) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for waystones: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Waystones_1.12.2-4.0.72.jar to locate a version number for mod waystones
[19:30:35] [Server thread/WARN] [FML]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.72
[19:30:35] [Server thread/DEBUG] [FML]: Examining file wetstone-1.0.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file wetstone-1.0.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.legobmw99.Wetstone.Wetstone) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wetstone: Requirements: [] After:[] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WirelessCharger-1.12.2-1.0.6.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessCharger-1.12.2-1.0.6.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lain.mods.wireless.WirelessCharger) - loading
[19:30:35] [Server thread/TRACE] [FML]: Using mcmod dependency info for wirelesscharger: [forge] [] []
[19:30:35] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from WirelessCharger-1.12.2-1.0.6.jar to locate a version number for mod wirelesscharger
[19:30:35] [Server thread/WARN] [FML]: Mod wirelesscharger is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.0.6
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WirelessCraftingTerminal-1.12.2-3.12.97.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessCraftingTerminal-1.12.2-3.12.97.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.wct.WCT) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wct: Requirements: [appliedenergistics2@[rv6-stable-7,), p455w0rdslib@[2.3.160,), ae2wtlib@[1.0.34,)] After:[ae2wtlib@[1.0.34,), appliedenergistics2@[rv6-stable-7,), baubles, p455w0rdslib@[2.3.160,), mousetweaks, itemscroller] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WirelessFluidTerminal-1.12.2-1.0.4.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessFluidTerminal-1.12.2-1.0.4.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.wft.WFT) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wft: Requirements: [p455w0rdslib@[2.3.160,), ae2wtlib@[1.0.34,), appliedenergistics2@[rv6-stable-7,)] After:[ae2wtlib@[1.0.34,), appliedenergistics2@[rv6-stable-7,), baubles, p455w0rdslib@[2.3.160,), mousetweaks, itemscroller] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WirelessInterfaceTerminal-1.12.2-1.0.2.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessInterfaceTerminal-1.12.2-1.0.2.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.wit.WIT) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wit: Requirements: [p455w0rdslib@[2.3.160,), appliedenergistics2@[rv6-stable-7,), ae2wtlib@[1.0.34,)] After:[ae2wtlib@[1.0.34,), appliedenergistics2@[rv6-stable-7,), baubles, p455w0rdslib@[2.3.160,), mousetweaks, itemscroller] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file WirelessPatternTerminal-1.12.2-1.0.3.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessPatternTerminal-1.12.2-1.0.3.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.wpt.WPT) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wpt: Requirements: [appliedenergistics2@[rv6-stable-7,), ae2wtlib@[1.0.34,), p455w0rdslib@[2.3.160,)] After:[ae2wtlib@[1.0.34,), appliedenergistics2@[rv6-stable-7,), baubles, p455w0rdslib@[2.3.160,), mousetweaks, itemscroller] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file wizardry-0.10.8.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file wizardry-0.10.8.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.wizardry.Wizardry) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for wizardry: Requirements: [librarianlib] After:[librarianlib] Before:[]
[19:30:35] [Server thread/DEBUG] [FML]: Examining file woot-1.12.2-1.4.11.jar for potential mods
[19:30:35] [Server thread/TRACE] [FML]: Located mcmod.info file in file woot-1.12.2-1.4.11.jar
[19:30:35] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ipsis.Woot) - loading
[19:30:35] [Server thread/TRACE] [FML]: Parsed dependency info for woot: Requirements: [] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sk89q.worldedit.forge.ForgeWorldEdit) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for worldedit: Requirements: [] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.worldprimer.WorldPrimer) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for worldprimer: Requirements: [] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file worldutils-1.12.2-0.4.2.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file worldutils-1.12.2-0.4.2.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.worldutils.WorldUtils) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for worldutils: Requirements: [forge@[14.21.0.2373,)] After:[forge@[14.21.0.2373,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file WrapUp-1.12-1.1.3.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container WrapUp-1.12-1.1.3.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thelm.wrapup.WrapUp) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for wrapup: Requirements: [] After:[*] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file XL-Food-Mod-1.12.2-1.9.2.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file XL-Food-Mod-1.12.2-1.9.2.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mariot7.xlfoodmod.Main) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for xlfoodmod: Requirements: [] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file xnet-1.12-1.8.2.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file xnet-1.12-1.8.2.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.xnet.XNet) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for xnet: Requirements: [mcjtylib_ng@[3.5.0,)] After:[mcjtylib_ng@[3.5.0,), rftools@[7.50,), forge@[13.19.0.2176,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file Xtones-1.12-1.0.8-11.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file Xtones-1.12-1.0.8-11.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tehnut.xtones.Xtones) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for xtones: Requirements: [] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file YNot-0.2.4.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file YNot-0.2.4.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pl.asie.ynot.YNot) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for ynot: Requirements: [xnet@[1.8.0,)] After:[xnet@[1.8.0,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file zerocore-1.12.2-0.1.2.8.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file zerocore-1.12.2-0.1.2.8.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (it.zerono.mods.zerocore.internal.ZeroCore) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for zerocore: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), cofhcore, computercraft, opencomputers@[1.7.3.146,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file capabilityadapter-1.1.0.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file capabilityadapter-1.1.0.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.yrf.mcmods.capadapter.CapabilityAdapter) - loading
[19:30:36] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for me.yrf.mcmods.capadapter.CapabilityAdapter (modid: rf-capability-adapter)
[19:30:36] [Server thread/TRACE] [FML]: Using mcmod dependency info for rf-capability-adapter: [forge, appliedenergistics2, forgelin] [appliedenergistics2] []
[19:30:36] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from capabilityadapter-1.1.0.jar to locate a version number for mod rf-capability-adapter
[19:30:36] [Server thread/WARN] [FML]: Mod rf-capability-adapter is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0
[19:30:36] [Server thread/DEBUG] [FML]: Examining file AutoSave-1.12.2-1.0.11.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container AutoSave-1.12.2-1.0.11.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file AutoConfig-1.12.2-1.0.2.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container AutoConfig-1.12.2-1.0.2.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file gigaherz.commons-1.12.1-0.6.4.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container gigaherz.commons-1.12.1-0.6.4.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file Guidebook-1.12.2-2.9.2.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file Guidebook-1.12.2-2.9.2.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gigaherz.guidebook.GuidebookMod) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for gbook: Requirements: [forge@[14.23.5.2779,)] After:[forge@[14.23.5.2779,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file ImmersiveEngineering-0.12-92.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file ImmersiveEngineering-0.12-92.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (blusunrize.immersiveengineering.ImmersiveEngineering) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for immersiveengineering: Requirements: [forge@[14.23.5.2820,)] After:[forge@[14.23.5.2820,), jei@[4.8,), railcraft, tconstruct@[1.12-2.7.1,), theoneprobe@[1.4.4,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file mcjtytools-0.0.21.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container mcjtytools-0.0.21.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file IndustrialWires-1.7-36.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file IndustrialWires-1.7-36.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (malte0811.industrialwires.IndustrialWires) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for industrialwires: Requirements: [forge@[14.23.3.2694,), immersiveengineering@[0.12-86,)] After:[immersiveengineering@[0.12-86,), ic2, forge@[14.23.3.2694,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file core-3.6.0.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container core-3.6.0.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file json-3.6.0.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container json-3.6.0.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Examining file phosphor-1.12.2-0.2.6+build50-universal.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file phosphor-1.12.2-0.2.6+build50-universal.jar
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.jellysquid.mods.phosphor.mod.PhosphorMod) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for phosphor-lighting: Requirements: [] After:[neid@[1.5.4.4,), spongeforge@[1.12.2-2838-7.1.7-RC3844,)] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar for potential mods
[19:30:36] [Server thread/DEBUG] [FML]: The mod container TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar appears to be missing an mcmod.info file
[19:30:36] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (techreborn.compatmod.TechRebornModCompat) - loading
[19:30:36] [Server thread/TRACE] [FML]: Parsed dependency info for techreborn_compat: Requirements: [techreborn] After:[] Before:[]
[19:30:36] [Server thread/DEBUG] [FML]: Examining file TheBetweenlands-3.5.3-universal.jar for potential mods
[19:30:36] [Server thread/TRACE] [FML]: Located mcmod.info file in file TheBetweenlands-3.5.3-universal.jar
[19:30:37] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thebetweenlands.common.TheBetweenlands) - loading
[19:30:37] [Server thread/TRACE] [FML]: Parsed dependency info for thebetweenlands: Requirements: [forge@[14.23.4.2767,)] After:[forge@[14.23.4.2767,), tombmanygraves2api@[1.12-4.1.0,), tombmanygraves@[1.12-4.1.0,), jei@[4.12.0,)] Before:[]
[19:30:37] [Server thread/INFO] [FML]: Forge Mod Loader has identified 319 mods to load
[19:30:37] [Server thread/DEBUG] [FML]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in appliedenergistics2
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.farming (owned by ForestryAPI|core providing ForestryAPI|farming) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.turtle (owned by ComputerCraft providing ComputerCraft|API|Turtle) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.turtle (owned by ComputerCraft providing ComputerCraft|API|Turtle) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API p455w0rd.wct.api (owned by wct providing wct|api) embedded in wct
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.world (owned by ForestryAPI|core providing ForestryAPI|world) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.variable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.variable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamicscompat
[19:30:37] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API mrtjp.projectred.api (owned by projectred-core providing projectred|api) embedded in projectred-core
[19:30:37] [Server thread/DEBUG] [FML]: Found API techreborn.api.recipe (owned by techreborn providing techrebornAPI) embedded in techreborn
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.teamacronymcoders.base.api (owned by Base providing Base|API) embedded in base
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.rwtema.funkylocomotion.api (owned by funkylocomotion providing funkylocomotion_api) embedded in funkylocomotion
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api (owned by opencomputers|core providing opencomputersapi|core) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API me.desht.pneumaticcraft.api (owned by pneumaticcraft providing PneumaticCraftApi) embedded in pneumaticcraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in baubles
[19:30:37] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.display (owned by journeymap providing journeymap|client-api-display) embedded in journeymap
[19:30:37] [Server thread/DEBUG] [FML]: Found API reborncore.api (owned by reborncore providing reborncoreAPI) embedded in reborncore
[19:30:37] [Server thread/DEBUG] [FML]: Found API techreborn.api.recipe.machines (owned by techreborn providing techrebornAPI) embedded in techreborn
[19:30:37] [Server thread/DEBUG] [FML]: Found API vswe.stevescarts.api.farms (owned by stevescarts providing stevescartsAPI|FARMS) embedded in stevescarts
[19:30:37] [Server thread/DEBUG] [FML]: Found API p455w0rd.wit.api (owned by wit providing wit|api) embedded in wit
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.util (owned by mekanism providing MekanismAPI|util) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API ovh.corail.tombstone.api (owned by tombstone providing tombstone-api) embedded in tombstone
[19:30:37] [Server thread/DEBUG] [FML]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in mobtotems
[19:30:37] [Server thread/DEBUG] [FML]: Found API reborncore.api.recipe (owned by reborncore providing reborncoreAPI|Recipe) embedded in reborncore
[19:30:37] [Server thread/DEBUG] [FML]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in botania
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.fs (owned by opencomputers|core providing opencomputersapi|filesystem) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API it.zerono.mods.zerocore.api.multiblock.rectangular (owned by zerocore providing zerocore|API|multiblock|rectangular) embedded in zerocore
[19:30:37] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.model (owned by journeymap providing journeymap|client-api-model) embedded in journeymap
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.lepidopterology (owned by ForestryAPI|core providing ForestryAPI|lepidopterology) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.filesystem (owned by ComputerCraft providing ComputerCraft|API|FileSystem) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.filesystem (owned by ComputerCraft providing ComputerCraft|API|FileSystem) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.multiperipheral (owned by asielib providing computronicsAPI|multiperipheral) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.multiperipheral (owned by asielib providing computronicsAPI|multiperipheral) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API p455w0rd.wft.api (owned by wft providing wft|api) embedded in wft
[19:30:37] [Server thread/DEBUG] [FML]: Found API vazkii.psi.api (owned by psi providing PsiAPI) embedded in psi
[19:30:37] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api.energy.immersiveflux (owned by ImmersiveEngineering providing ImmersiveEngineering|ImmersiveFluxAPI) embedded in immersiveengineering
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.expression (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.network.wired (owned by ComputerCraft providing ComputerCraft|API|Network|Wired) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.network.wired (owned by ComputerCraft providing ComputerCraft|API|Network|Wired) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API reborncore.api.praescriptum (owned by reborncore providing reborncoreAPI|Praescriptum) embedded in reborncore
[19:30:37] [Server thread/DEBUG] [FML]: Found API erogenousbeef.bigreactors.api (owned by bigreactors providing bigreactors|API) embedded in bigreactors
[19:30:37] [Server thread/DEBUG] [FML]: Found API de.ellpeck.actuallyadditions.api (owned by actuallyadditions providing actuallyadditionsapi) embedded in actuallyadditions
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api (owned by asielib providing computronicsAPI) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api (owned by asielib providing computronicsAPI) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect.property (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API WayofTime.bloodmagic.api (owned by bloodmagic providing bloodmagic-api) embedded in bloodmagic
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API mcjty.theoneprobe.api (owned by theoneprobe providing theoneprobe_api) embedded in theoneprobe
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.gui.subgui (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in thaumcraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.multiblock (owned by ForestryAPI|core providing ForestryAPI|multiblock) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.lasers (owned by mekanism providing MekanismAPI|laser) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.circuits (owned by ForestryAPI|core providing ForestryAPI|circuits) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.buuz135.industrial.api (owned by industrialforegoing providing industrialforegoingapi) embedded in industrialforegoing
[19:30:37] [Server thread/DEBUG] [FML]: Found API p455w0rd.wpt.api (owned by wpt providing wpt|api) embedded in wpt
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.food (owned by ForestryAPI|core providing ForestryAPI|food) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.turtle.event (owned by ComputerCraft providing ComputerCraft|API|Turtle|Event) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.turtle.event (owned by ComputerCraft providing ComputerCraft|API|Turtle|Event) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.event (owned by opencomputers|core providing opencomputersapi|event) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API it.zerono.mods.zerocore.api.multiblock.validation (owned by zerocore providing zerocore|API|multiblock|validation) embedded in zerocore
[19:30:37] [Server thread/DEBUG] [FML]: Found API team.chisel.api (owned by chisel providing Chisel-API) embedded in chisel
[19:30:37] [Server thread/DEBUG] [FML]: Found API lain.mods.cos.api (owned by cosmeticarmorreworked providing cosmeticarmorreworked|api) embedded in cosmeticarmorreworked
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.apiculture (owned by ForestryAPI|core providing ForestryAPI|apiculture) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API amerifrance.guideapi.api (owned by guideapi providing Guide-API|API) embedded in guideapi
[19:30:37] [Server thread/DEBUG] [FML]: Found API cofh.api (owned by cofhcore providing cofhapi) embedded in cofhcore
[19:30:37] [Server thread/DEBUG] [FML]: Found API ovh.corail.tombstone.api.event (owned by tombstone providing tombstone-api-event) embedded in tombstone
[19:30:37] [Server thread/DEBUG] [FML]: Found API mcjty.deepresonance.api (owned by eee providing DR-API) embedded in deepresonance
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API openblocks.api (owned by openblocks providing openblocks|api) embedded in openblocks
[19:30:37] [Server thread/DEBUG] [FML]: Found API team.chisel.api.carving (owned by Chisel providing ChiselAPI|Carving) embedded in chisel
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.infuse (owned by mekanism providing MekanismAPI|infuse) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.machine (owned by opencomputers|core providing opencomputersapi|machine) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API vswe.stevescarts.api (owned by stevescarts providing stevescartsAPI) embedded in stevescarts
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.permissions (owned by ComputerCraft providing ComputerCraft|API|Permissions) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.permissions (owned by ComputerCraft providing ComputerCraft|API|Permissions) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.fuels (owned by ForestryAPI|core providing ForestryAPI|fuels) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.valuetype (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.event (owned by journeymap providing journeymap|client-api-event) embedded in journeymap
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api (owned by asielib providing asielibAPI) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api (owned by asielib providing asielibAPI) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.tape (owned by asielib providing computronicsAPI|tape) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.tape (owned by asielib providing computronicsAPI|tape) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.arboriculture (owned by ForestryAPI|core providing ForestryAPI|arboriculture) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.energy (owned by mekanism providing MekanismAPI|energy) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API techreborn.api.generator (owned by techreborn providing techrebornAPI) embedded in techreborn
[19:30:37] [Server thread/DEBUG] [FML]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in akashictome
[19:30:37] [Server thread/DEBUG] [FML]: Found API reborncore.api.tile (owned by reborncore providing reborncoreAPI|Tile) embedded in reborncore
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.gas (owned by mekanism providing MekanismAPI|gas) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API net.blay09.mods.craftingtweaks.api (owned by craftingtweaks providing CraftingTweaks|API) embedded in craftingtweaks
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.read (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.apiculture.hives (owned by ForestryAPI|apiculture providing ForestryAPI|hives) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network.event (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API techreborn.api.reactor (owned by techreborn providing techrebornAPI) embedded in techreborn
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.valkyrieofnight.vliblegacy.api (owned by valkyrielib providing valkyrielib.api) embedded in universalmodifiers
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.valkyrieofnight.vliblegacy.api (owned by valkyrielib providing valkyrielib.api) embedded in valkyrielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.operator (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API ovh.corail.tombstone.api.magic (owned by tombstone providing tombstone-api-magic) embedded in tombstone
[19:30:37] [Server thread/DEBUG] [FML]: Found API elec332.core.api (owned by eleccore providing ElecCoreAPI) embedded in eleccoreloader
[19:30:37] [Server thread/DEBUG] [FML]: Found API elec332.core.api (owned by eleccore providing ElecCoreAPI) embedded in eleccore
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.media (owned by ComputerCraft providing ComputerCraft|API|Media) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.media (owned by ComputerCraft providing ComputerCraft|API|Media) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API cofh.redstoneflux (owned by redstoneflux providing redstonefluxapi) embedded in redstoneflux
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.network (owned by ComputerCraft providing ComputerCraft|API|Network) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.network (owned by ComputerCraft providing ComputerCraft|API|Network) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.chat (owned by asielib providing computronicsAPI|chat) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.chat (owned by asielib providing computronicsAPI|chat) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.write (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API me.ichun.mods.ichunutil.api (owned by iChun providing iChunUtil API) embedded in ichunutil
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.internal (owned by opencomputers|core providing opencomputersapi|internal) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.core (owned by Forestry providing ForestryAPI|core) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api (owned by ComputerCraft providing ComputerCraft|API) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api (owned by ComputerCraft providing ComputerCraft|API) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API p455w0rd.ae2wtlib.api (owned by ae2wtlib providing ae2wtlib|API) embedded in ae2wtlib
[19:30:37] [Server thread/DEBUG] [FML]: Found API net.bdew.gendustry.api (owned by gendustry providing gendustryAPI) embedded in gendustry
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.item (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.peripheral (owned by ComputerCraft providing ComputerCraft|API|Peripheral) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.peripheral (owned by ComputerCraft providing ComputerCraft|API|Peripheral) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.driver (owned by opencomputers|core providing opencomputersapi|driver) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API it.zerono.mods.zerocore.api.multiblock (owned by zerocore providing zerocore|API|multiblock) embedded in zerocore
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.storage (owned by ForestryAPI|core providing ForestryAPI|storage) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API vazkii.quark.api (owned by quark providing QuarkAPI) embedded in quark
[19:30:37] [Server thread/DEBUG] [FML]: Found API squeek.applecore.api (owned by applecore providing AppleCoreAPI) embedded in applecore
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.mail (owned by ForestryAPI|core providing ForestryAPI|mail) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.genetics (owned by ForestryAPI|core providing ForestryAPI|genetics) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.component (owned by opencomputers|core providing opencomputersapi|component) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API net.bdew.pressure.api (owned by pressure providing pressureAPI) embedded in pressure
[19:30:37] [Server thread/DEBUG] [FML]: Found API blusunrize.immersiveengineering.api (owned by ImmersiveEngineering providing ImmersiveEngineering|API) embedded in immersiveengineering
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.book (owned by ForestryAPI|core providing ForestryAPI|book) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block.cable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API it.zerono.mods.zerocore.api.multiblock.tier (owned by zerocore providing zerocore|API|multiblock|tier) embedded in zerocore
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API mod.chiselsandbits.api (owned by chiselsandbits providing ChiselsAndBitsAPI) embedded in chiselsandbits
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api.tool (owned by asielib providing asielibAPI|tool) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api.tool (owned by asielib providing asielibAPI|tool) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.modules (owned by ForestryAPI|core providing ForestryAPI|modules) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API journeymap.client.api (owned by journeymap providing journeymap|client-api) embedded in journeymap
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiopowertools
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.network (owned by opencomputers|core providing opencomputersapi|network) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.infinityraider.agricraft.api.v1 (owned by AgriCraft providing AgriCraftAPI) embedded in agricraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api.transmitters (owned by mekanism providing MekanismAPI|transmitter) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.logicprogrammer (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API mekanism.api (owned by mekanism providing MekanismAPI|core) embedded in mekanism
[19:30:37] [Server thread/DEBUG] [FML]: Found API c4.culinaryconstruct.api (owned by Culinary Construct providing Culinary Construct API) embedded in culinaryconstruct
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API ovh.corail.tombstone.api.recipe (owned by tombstone providing tombstone-api-recipe) embedded in tombstone
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.recipes (owned by ForestryAPI|core providing ForestryAPI|recipes) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API journeymap.client.api.util (owned by journeymap providing journeymap|client-api-util) embedded in journeymap
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api.tile (owned by asielib providing asielibAPI|tile) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.lib.api.tile (owned by asielib providing asielibAPI|tile) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.prefab (owned by opencomputers|core providing opencomputersapi|prefab) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.manual (owned by opencomputers|core providing opencomputersapi|manual) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.github.lunatrius.schematica.api.event (owned by SchematicaAPI providing SchematicaAPI|Events) embedded in schematica
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.github.lunatrius.schematica.api (owned by Schematica providing SchematicaAPI) embedded in schematica
[19:30:37] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.driver.item (owned by opencomputers|core providing opencomputersapi|driver|item) embedded in opencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API teamroots.embers.api (owned by embers providing EmbersAPI) embedded in embers
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in storagedrawers
[19:30:37] [Server thread/DEBUG] [FML]: Found API vazkii.patchouli.api (owned by patchouli providing PatchouliAPI) embedded in patchouli
[19:30:37] [Server thread/DEBUG] [FML]: Found API reborncore.api.power (owned by reborncore providing reborncoreAPI|Power) embedded in reborncore
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.climate (owned by Forestry providing ForestryAPI|climate) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API forestry.api.gui (owned by ForestryAPI|core providing ForestryAPI|gui) embedded in forestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API ovh.corail.tombstone.api.capability (owned by tombstone providing tombstone-api-capability) embedded in tombstone
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability.work (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.redstone (owned by ComputerCraft providing ComputerCraft|API|Redstone) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.redstone (owned by ComputerCraft providing ComputerCraft|API|Redstone) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API techreborn.api (owned by techreborn providing techrebornAPI) embedded in techreborn
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.audio (owned by asielib providing computronicsAPI|audio) embedded in computronics
[19:30:37] [Server thread/DEBUG] [FML]: Found API pl.asie.computronics.api.audio (owned by asielib providing computronicsAPI|audio) embedded in asielib
[19:30:37] [Server thread/DEBUG] [FML]: Found API com.brandon3055.draconicevolution.api (owned by DraconicEvolution providing DraconicEvolution|API) embedded in draconicevolution
[19:30:37] [Server thread/DEBUG] [FML]: Found API betterwithmods.api (owned by betterwithmods providing BetterWithModsAPI) embedded in appleskin
[19:30:37] [Server thread/DEBUG] [FML]: Found API thebetweenlands.api (owned by thebetweenlands providing BetweenlandsAPI) embedded in thebetweenlands
[19:30:37] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.path (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.lua (owned by ComputerCraft providing ComputerCraft|API|Lua) embedded in cctweaked
[19:30:37] [Server thread/DEBUG] [FML]: Found API dan200.computercraft.api.lua (owned by ComputerCraft providing ComputerCraft|API|Lua) embedded in computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderio
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiobase
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderioconduitsappliedenergistics
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderioconduitsopencomputers
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderioconduitsrefinedstorage
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderioconduits
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiointegrationforestry
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiointegrationtic
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiointegrationticlate
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiomachines
[19:30:37] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiopowertools
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: [storagedrawers]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: [storagedrawers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API SchematicaAPI: owner: Schematica, dependents: [schematica]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent ForestryAPI|core from APIContainer{ForestryAPI|hives:4.1.0}
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|hives:4.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|hives: owner: ForestryAPI|apiculture, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API redstonefluxapi: owner: redstoneflux, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|storage:5.0.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|storage: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API tombstone-api-event: owner: tombstone, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API zerocore|API|multiblock|validation: owner: zerocore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API actuallyadditionsapi: owner: actuallyadditions, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|core: owner: Forestry, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|climate: owner: Forestry, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API PatchouliAPI: owner: patchouli, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API computronicsAPI|audio: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|mail:3.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|mail: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|genetics:5.7.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|genetics: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API zerocore|API|multiblock: owner: zerocore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetterWithModsAPI: owner: betterwithmods, dependents: [appleskin]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Praescriptum: owner: reborncore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ae2wtlib|API: owner: ae2wtlib, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Turtle: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Base|API: owner: Base, dependents: [base]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: [baubles, mobtotems]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API computronicsAPI|multiperipheral: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Turtle|Event: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API PneumaticCraftApi: owner: pneumaticcraft, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API theoneprobe_api: owner: theoneprobe, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Chisel-API: owner: chisel, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|filesystem: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|component: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|FileSystem: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|ImmersiveFluxAPI: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|lepidopterology:1.4.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|lepidopterology: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API computronicsAPI|chat: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|driver: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|redstone: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API CraftingTweaks|API: owner: craftingtweaks, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API AppleCoreAPI: owner: applecore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Lua: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ElecCoreAPI: owner: eleccore, dependents: [eleccoreloader]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|event: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Network|Wired: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API AgriCraftAPI: owner: AgriCraft, dependents: [agricraft]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|book:5.8.1}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|book: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API asielibAPI|tile: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: [storagedrawers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API tombstone-api-magic: owner: tombstone, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API appliedenergistics2|API: owner: appliedenergistics2, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API gendustryAPI: owner: gendustry, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|addon: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|recipes:5.4.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|recipes: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|core: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API cosmeticarmorreworked|api: owner: cosmeticarmorreworked, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: [storagedrawers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Network: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|teleport: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-display: owner: journeymap, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Tile: owner: reborncore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi: owner: cofhcore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|machine: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|prefab: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API funkylocomotion_api: owner: funkylocomotion, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API stevescartsAPI: owner: stevescarts, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API asielibAPI|tool: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-model: owner: journeymap, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-event: owner: journeymap, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|core: owner: mekanism, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API DraconicEvolution|API: owner: DraconicEvolution, dependents: [draconicevolution]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API industrialforegoingapi: owner: industrialforegoing, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|conduits: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI: owner: reborncore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|infuse: owner: mekanism, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Culinary Construct API: owner: Culinary Construct, dependents: [culinaryconstruct]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API commoncapabilities|api: owner: commoncapabilities, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Peripheral: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselAPI|Carving: owner: Chisel, dependents: [chisel]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API stevescartsAPI|FARMS: owner: stevescarts, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API wft|api: owner: wft, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Recipe: owner: reborncore, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|fuels:3.0.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|fuels: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|network: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API computronicsAPI: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|farming:5.8.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|farming: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API wpt|api: owner: wpt, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API DR-API: owner: eee, dependents: [deepresonance]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API integrateddynamics|api: owner: integrateddynamics, dependents: [integrateddynamicscompat]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API bloodmagic-api: owner: bloodmagic, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API PsiAPI: owner: psi, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API asielibAPI: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API iChunUtil API: owner: iChun, dependents: [ichunutil]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|driver|item: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Thaumcraft|API: owner: Thaumcraft, dependents: [thaumcraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API EmbersAPI: owner: embers, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|capacitor: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|upgrades: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|circuits:3.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|circuits: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|tools: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API tombstone-api: owner: tombstone, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api: owner: journeymap, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API tombstone-api-recipe: owner: tombstone, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: [storagedrawers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API journeymap|client-api-util: owner: journeymap, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|manual: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API techrebornAPI: owner: techreborn, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetweenlandsAPI: owner: thebetweenlands, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Media: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselsAndBitsAPI: owner: chiselsandbits, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ImmersiveEngineering|API: owner: ImmersiveEngineering, dependents: [immersiveengineering]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|world:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|world: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API valkyrielib.api: owner: valkyrielib, dependents: [universalmodifiers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API BotaniaAPI: owner: Botania, dependents: [botania, akashictome]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|farm: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API openblocks|api: owner: openblocks, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API tombstone-api-capability: owner: tombstone, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API wit|api: owner: wit, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API bigreactors|API: owner: bigreactors, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|food:1.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|food: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|gui:5.8.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|gui: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|multiblock:3.0.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|multiblock: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API QuarkAPI: owner: quark, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Redstone: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API zerocore|API|multiblock|rectangular: owner: zerocore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ComputerCraft|API|Permissions: owner: ComputerCraft, dependents: [cctweaked, computercraft]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API wct|api: owner: wct, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API Guide-API|API: owner: guideapi, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|gas: owner: mekanism, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API projectred|api: owner: projectred-core, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|apiculture:5.0.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|apiculture: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi: owner: enderio, dependents: [enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|util: owner: mekanism, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Schematica from APIContainer{SchematicaAPI|Events:1.1}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API SchematicaAPI|Events: owner: SchematicaAPI, dependents: [schematica]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API pressureAPI: owner: pressure, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API computronicsAPI|tape: owner: asielib, dependents: [computronics]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|internal: owner: opencomputers|core, dependents: [opencomputers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|laser: owner: mekanism, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|modules:5.7.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|modules: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|transmitter: owner: mekanism, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent Forestry from APIContainer{ForestryAPI|arboriculture:4.3.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API ForestryAPI|arboriculture: owner: ForestryAPI|core, dependents: [forestry]
[19:30:37] [Server thread/TRACE] [FML]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:2.1.0}
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: [storagedrawers]
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Power: owner: reborncore, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|energy: owner: mekanism, dependents: []
[19:30:37] [Server thread/DEBUG] [FML]: Creating API container dummy for API zerocore|API|multiblock|tier: owner: zerocore, dependents: []
[19:30:37] [Server thread/TRACE] [FML]: Received a system property request ''
[19:30:37] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods
[19:30:37] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for sampler: assets/sampler/lang/en_us.lang
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[19:30:37] [Server thread/INFO] [STDOUT]: [zmaster587.advancedRocketry.asm.ModContainer:registerBus:42]: ********* registerBus. OK
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod actuallyadditions
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod actuallybaubles
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for actuallybaubles: assets/actuallybaubles/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod actuallycomputers
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for actuallycomputers: assets/actuallycomputers/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod advancedrocketry
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod ae2stuff
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod ae2wtlib
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod agricraft
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod aiimprovements
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for aiimprovements: assets/aiimprovements/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod akashictome
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod applecore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod appleskin
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod appliedenergistics2
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod armoryexpansion
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod armoryexpansion-conarm
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for armoryexpansion-conarm: assets/armoryexpansion-conarm/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod armoryexpansion-custommaterials
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for armoryexpansion-custommaterials: assets/armoryexpansion-custommaterials/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod armoryexpansion-iceandfire
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for armoryexpansion-iceandfire: assets/armoryexpansion-iceandfire/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod armoryexpansion-matteroverdrive
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for armoryexpansion-matteroverdrive: assets/armoryexpansion-matteroverdrive/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod aroma1997core
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod aroma1997sdimension
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod astralsorcery
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod atmtweaks
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod attributefix
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for attributefix: assets/attributefix/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod autoreglib
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod backpack
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod base
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod baubles
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bhc
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bdlib
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod betterbuilderswands
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod betterthanmending
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for betterthanmending: assets/betterthanmending/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bibliocraft
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod binniecore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod botany
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod binniedesign
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod extrabees
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod extratrees
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod genetics
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod biomesoplenty
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod birdsfoods
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod blockcraftery
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod blooddebug
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for blooddebug: assets/blooddebug/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bloodmagic
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bloodylib
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for bloodylib: assets/bloodylib/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bonsaitrees
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bookshelf
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod botania
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod brandonscore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod buildinggadgets
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod careerbees
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cctweaked
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for cctweaked: assets/cctweaked/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod computercraft
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod chameleon
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod chickenchunks
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod chisel
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod chiselsandbits
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod clumps
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod codechickenlib
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cofhcore
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cofhworld
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod commoncapabilities
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod compactmachines3
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod computronics
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod asielib
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod conarm
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod contenttweaker
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for contenttweaker: assets/contenttweaker/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cookingforblockheads
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cosmeticarmorreworked
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod craftingtweaks
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod crafttweaker
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod crafttweakerjei
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cucumber
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod culinaryconstruct
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod modcurrency
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cyclicmagic
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod cyclopscore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod darkutils
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod deepresonance
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod diethopper
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for diethopper: assets/diethopper/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod draconicevolution
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod eleccoreloader
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for eleccoreloader: assets/eleccoreloader/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod eleccore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod ebwizardry
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod embers
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod endercore
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderio
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiobase
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiobase: assets/enderiobase/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderioconduitsappliedenergistics
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsappliedenergistics: assets/enderioconduitsappliedenergistics/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderioconduitsopencomputers
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsopencomputers: assets/enderioconduitsopencomputers/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderioconduitsrefinedstorage
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsrefinedstorage: assets/enderioconduitsrefinedstorage/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderioconduits
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderioconduits: assets/enderioconduits/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiointegrationforestry
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationforestry: assets/enderiointegrationforestry/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiointegrationtic
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationtic: assets/enderiointegrationtic/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiointegrationticlate
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationticlate: assets/enderiointegrationticlate/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiomachines
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiomachines: assets/enderiomachines/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderiopowertools
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderiopowertools: assets/enderiopowertools/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderioendergy
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for enderioendergy: assets/enderioendergy/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod enderstorage
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod environmentalcreepers
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for environmentalcreepers: assets/environmentalcreepers/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod environmentaltech
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod etlunar
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod extracells
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod extrarails
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod extrautils2
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod bigreactors
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod fastfurnace
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for fastfurnace: assets/fastfurnace/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod fastbench
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for fastbench: assets/fastbench/lang/en_us.lang
[19:30:37] [Server thread/DEBUG] [FML]: Enabling mod fencejumper
[19:30:37] [Server thread/WARN] [FML]: Missing English translation for fencejumper: assets/fencejumper/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod flamingo
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod flatcoloredblocks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod floralchemy
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod fluxnetworks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod foamfix
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod forestry
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod forgelin
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod microblockcbe
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod forgemultipartcbe
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod minecraftmultipartcbe
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ftbbackups
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ftblib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ftbutilities
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod funkylocomotion
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod gendustry
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod advgenerators
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod guideapi
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod hooked
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ichunutil
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ieclochecompat
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for ieclochecompat: assets/ieclochecompat/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod immersivepetroleum
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod immersivetech
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod incontrol
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for incontrol: assets/incontrol/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ic2
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for ic2: assets/ic2/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod industrialforegoing
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod infinitylib
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for infinitylib: assets/infinitylib/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod initialinventory
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for initialinventory: assets/initialinventory/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integratedcrafting
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamics
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamicscompat
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integratedterminals
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integratedterminalscompat
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integratedtunnels
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integratedtunnelscompat
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for integratedtunnelscompat: assets/integratedtunnelscompat/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod integrationforegoing
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod inventorygenerators
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod inventorytweaks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ironchest
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jaopca
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod oredictinit
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for oredictinit: assets/oredictinit/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jaopcaadditions
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for jaopcaadditions: assets/jaopcaadditions/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jaopcaagriculture
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for jaopcaagriculture: assets/jaopcaagriculture/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jei
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jeibees
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod journeymap
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod justenoughdimensions
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod jee
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod justenoughreactors
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod kjlib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod kleeslabs
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for kleeslabs: assets/kleeslabs/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod laggoggles
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for laggoggles: assets/laggoggles/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod librarianliblate
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for librarianliblate: assets/librarianliblate/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod librarianlib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod libraryex
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for libraryex: assets/libraryex/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod libvulpes
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod lostcities
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod lostsouls
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for lostsouls: assets/lostsouls/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod lunatriuscore
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for lunatriuscore: assets/lunatriuscore/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod magicbees
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod malisiscore
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod malisisdoors
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mantle
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod matc
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mcjtylib_ng
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mekanism
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mekanismgenerators
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mekanismgenerators: assets/mekanismgenerators/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mekanismtools
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mekanismtools: assets/mekanismtools/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mobtotems
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod modtweaker
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for modtweaker: assets/modtweaker/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod morphtool
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod morpheus
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for morpheus: assets/morpheus/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mpbasic
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mpbasic: assets/mpbasic/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mputils
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mrtjpcore
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mrtjpcore: assets/mrtjpcore/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mtlib
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for mtlib: assets/mtlib/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mysticalagradditions
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mysticalagriculture
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mysticallib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod mysticalworld
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod natura
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod naturescompass
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod netherex
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod nmsot
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for nmsot: assets/nmsot/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod neid
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for neid: assets/neid/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod notenoughwands
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod nuclearcraft
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod nutrition
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod oeintegration
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod openblocks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod opencomputers
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod openmods
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod oreexcavation
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod overloaded
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod p455w0rdslib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod packcrashinfo
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for packcrashinfo: assets/packcrashinfo/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod packmode
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod parry
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod patchouli
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod placebo
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for placebo: assets/placebo/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod plants2
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod plustic
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod pneumaticcraft
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod portalgun
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod portality
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod pressure
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectintelligence
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-core
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-core: assets/projectred-core/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-compat
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-compat: assets/projectred-compat/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-integration
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-integration: assets/projectred-integration/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-transmission
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-transmission: assets/projectred-transmission/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-illumination
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-illumination: assets/projectred-illumination/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-expansion
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-expansion: assets/projectred-expansion/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-relocation
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-relocation: assets/projectred-relocation/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-transportation
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-transportation: assets/projectred-transportation/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod projectred-exploration
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for projectred-exploration: assets/projectred-exploration/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod psi
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod quark
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod quickleafdecay
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for quickleafdecay: assets/quickleafdecay/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod randomthings
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod randomtweaks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rangedpumps
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod reborncore
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rebornstorage
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod redstonearsenal
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod redstoneflux
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod refinedstorage
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod refinedstorageaddons
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod xreliquary
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rftools
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rftoolscontrol
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rftoolsdim
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rftoolspower
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rftpwroc
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for rftpwroc: assets/rftpwroc/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod roguelike
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod roots
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rustic
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod schematica
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod shadowmc
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod simplyjetpacks
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod soulshardsrespawn
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod stevescarts
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod stg
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for stg: assets/stg/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod storagedrawers
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod storagedrawersextra
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod superiorshields
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tatw
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for tatw: assets/tatw/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tconstruct
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod techreborn
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib_registries
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for teslacorelib_registries: assets/teslacorelib_registries/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thaumcraft
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thaumcomp
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tcinventoryscan
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thaumicperiphery
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod theoneprobe
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermalcultivation
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermaldynamics
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermalexpansion
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermalfoundation
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermalinnovation
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thermallogistics
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tickprofiler
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for tickprofiler: assets/tickprofiler/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tinkersjei
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tinkersoc
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for tinkersoc: assets/tinkersoc/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tinkertoolleveling
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod tombstone
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod topaddons
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod transport
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod traverse
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod twilightforest
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod unidict
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for unidict: assets/unidict/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod unloader
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for unloader: assets/unloader/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod universalmodifiers
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for universalmodifiers: assets/universalmodifiers/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod valkyrielib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod waim
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wanionlib
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod waterstrainer
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod waystones
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wetstone
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wirelesscharger
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wct
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wft
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wit
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wpt
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wizardry
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod woot
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod worldedit
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod worldprimer
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod worldutils
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod wrapup
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for wrapup: assets/wrapup/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod xlfoodmod
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod xnet
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod xtones
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod ynot
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for ynot: assets/ynot/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod zerocore
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod rf-capability-adapter
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod gbook
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod immersiveengineering
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod industrialwires
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod phosphor-lighting
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for phosphor-lighting: assets/phosphor-lighting/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod techreborn_compat
[19:30:38] [Server thread/WARN] [FML]: Missing English translation for techreborn_compat: assets/techreborn_compat/lang/en_us.lang
[19:30:38] [Server thread/DEBUG] [FML]: Enabling mod thebetweenlands
[19:30:38] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied
[19:30:38] [Server thread/TRACE] [FML]: All mod requirements are satisfied
[19:30:38] [Server thread/TRACE] [FML]: Sorting mods into an ordered list
[19:30:38] [Server thread/TRACE] [FML]: Mod sorting completed successfully
[19:30:38] [Server thread/DEBUG] [FML]: Mod sorting data
[19:30:38] [Server thread/DEBUG] [FML]: fastbench(FastWorkbench:1.7.2): FastWorkbench-1.12.2-1.7.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: actuallyadditions(Actually Additions:1.12.2-r151): ActuallyAdditions-1.12.2-r151.jar (required:forge@[14.23.5.2836,);before:craftingtweaks;after:fastbench@[1.3.2,))
[19:30:38] [Server thread/DEBUG] [FML]: Baubles|API(API: Baubles|API:1.4.0.2): Baubles-1.12-1.5.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: baubles(Baubles:1.5.2): Baubles-1.12-1.5.2.jar (required-after:forge@[14.21.0.2348,);)
[19:30:38] [Server thread/DEBUG] [FML]: actuallybaubles(Actually Baubles:1.1): ActuallyBaubles-1.12-1.1.jar (required-after:actuallyadditions;required-after:baubles;)
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|filesystem(API: opencomputersapi|filesystem:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|component(API: opencomputersapi|component:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|driver(API: opencomputersapi|driver:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|event(API: opencomputersapi|event:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|core(API: opencomputersapi|core:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|machine(API: opencomputersapi|machine:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|prefab(API: opencomputersapi|prefab:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|network(API: opencomputersapi|network:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|driver|item(API: opencomputersapi|driver|item:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|manual(API: opencomputersapi|manual:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputersapi|internal(API: opencomputersapi|internal:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: opencomputers(OpenComputers:1.7.5.192): OpenComputers-MC1.12.2-1.7.5.192.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: actuallycomputers(ActuallyComputers:2.1.0): actuallycomputers-2.1.0.jar (required-after:opencomputers@[1.7,);required-after:actuallyadditions)
[19:30:38] [Server thread/DEBUG] [FML]: redstoneflux(Redstone Flux:2.1.0): RedstoneFlux-1.12-2.1.0.6-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cofhcore(CoFH Core:4.6.3): CoFHCore-1.12.2-4.6.3.27-universal.jar (required-after:forge@[14.23.4.2705,15.0.0.0);required-after:redstoneflux@[2.1.0,2.2.0);)
[19:30:38] [Server thread/DEBUG] [FML]: ic2(IndustrialCraft 2:2.8.187-ex112): industrialcraft-2-2.8.187-ex112.jar (required-after:forge@[13.20.0.2206,))
[19:30:38] [Server thread/DEBUG] [FML]: libvulpes(Vulpes library:0.4.2.-68): LibVulpes-1.12.2-0.4.2-68-universal.jar (after:ic2;after:cofhcore;after:buildcraft|core)
[19:30:38] [Server thread/DEBUG] [FML]: advancedrocketry(Advanced Rocketry:1.6.0.-188): AdvancedRocketry-1.12.2-1.6.0-188-universal.jar (required-after:libvulpes@[0.4.2,))
[19:30:38] [Server thread/DEBUG] [FML]: appliedenergistics2(Applied Energistics 2:rv6-stable-7): appliedenergistics2-rv6-stable-7.jar (required-after:forge@[14.23.5.2768,15.0.0.0);after:ctm@[MC1.12.2-0.3.1.16,);)
[19:30:38] [Server thread/DEBUG] [FML]: bdlib(BD Lib:1.14.3.12): bdlib-1.14.3.12-mc1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ae2stuff(AE2 Stuff:0.7.0.4): ae2stuff-0.7.0.4-mc1.12.2.jar (required-after:appliedenergistics2;required-after:bdlib@[1.14.3.9,))
[19:30:38] [Server thread/DEBUG] [FML]: roots(Roots:1.12.2-3.0.21): Roots-1.12.2-3.0.21.jar (required-before:mysticallib@[1.4,);required-before:mysticalworld@[1.5,);before:harvest;before:chisel;before:endercore;required:patchouli;required:baubles)
[19:30:38] [Server thread/DEBUG] [FML]: mysticalworld(Mystical World:1.12.2-1.5.0): mysticalworld-1.12.2-1.5.0.jar (required-before:mysticallib@[1.4,);before:harvest;before:chisel;before:endercore;required:patchouli;required:baubles)
[19:30:38] [Server thread/DEBUG] [FML]: endercore(EnderCore:1.12.2-0.5.73): EnderCore-1.12.2-0.5.73.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: crafttweaker(CraftTweaker2:4.1.19): CraftTweaker2-1.12-4.1.19.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: mtlib(MTLib:3.0.6): MTLib-3.0.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: modtweaker(Mod Tweaker:4.0.17): modtweaker-4.0.17.jar (required-after:crafttweaker;required-after:mtlib;before:jei)
[19:30:38] [Server thread/DEBUG] [FML]: jei(Just Enough Items:4.15.0.292): jei_1.12.2-4.15.0.292.jar (required-after:forge@[14.23.5.2816,);)
[19:30:38] [Server thread/DEBUG] [FML]: Thaumcraft|API(API: Thaumcraft|API:6.0.2): Thaumcraft-1.12.2-6.1.BETA26.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: thaumcraft(Thaumcraft:6.1.BETA26): Thaumcraft-1.12.2-6.1.BETA26.jar (required-after:forge@[14.23.5.2768,);required-after:baubles@[1.5.2,))
[19:30:38] [Server thread/DEBUG] [FML]: codechickenlib(CodeChicken Lib:3.2.3.358): CodeChickenLib-1.12.2-3.2.3.358-universal.jar (required-after:forge@[14.23.4.2718,))
[19:30:38] [Server thread/DEBUG] [FML]: brandonscore(Brandon's Core:2.4.17): BrandonsCore-1.12.2-2.4.17.208-universal.jar (required-after:codechickenlib@[3.2.0,);required-after:redstoneflux;)
[19:30:38] [Server thread/DEBUG] [FML]: cofhworld(CoFH World:1.3.1): CoFHWorld-1.12.2-1.3.1.7-universal.jar (required-after:forge@[14.23.3.2655,15.0.0.0);)
[19:30:38] [Server thread/DEBUG] [FML]: thermalfoundation(Thermal Foundation:2.6.3): ThermalFoundation-1.12.2-2.6.3.27-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:cofhworld@[1.2.0,2.0.0);before:enderio;before:immersiveengineering)
[19:30:38] [Server thread/DEBUG] [FML]: DraconicEvolution|API(API: DraconicEvolution|API:1.3): Draconic-Evolution-1.12.2-2.3.24.349-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: draconicevolution(Draconic Evolution:2.3.24): Draconic-Evolution-1.12.2-2.3.24.349-universal.jar (before:thermalexpansion;after:thermalfoundation;required-after:brandonscore@[2.4.12,);)
[19:30:38] [Server thread/DEBUG] [FML]: thermalexpansion(Thermal Expansion:5.5.4): ThermalExpansion-1.12.2-5.5.4.43-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:thermalfoundation@[2.6.0,2.7.0);required-after:codechickenlib@[3.1.7,);before:enderio)
[19:30:38] [Server thread/DEBUG] [FML]: enderio(Ender IO:5.1.52): EnderIO-1.12.2-5.1.52.jar (after:baubles@[1.5.2,);after:buildcraft@[7.99.14,);required-after:endercore@[1.12.2-0.5.71,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,);after:thaumcraft@[6.1.BETA13,))
[19:30:38] [Server thread/DEBUG] [FML]: mantle(Mantle:1.12-1.3.3.55): Mantle-1.12-1.3.3.55.jar (required-after:forge@[14.21.1.2387,))
[19:30:38] [Server thread/DEBUG] [FML]: ChiselAPI|Carving(API: ChiselAPI|Carving:0.0.1): Chisel-MC1.12.2-1.0.1.44.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: chisel(Chisel:MC1.12.2-1.0.1.44): Chisel-MC1.12.2-1.0.1.44.jar (required-after:forge@[14.23.5.2806,);required-after-client:ctm;after:jei@[4.12.0,5))
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|redstone(API: enderioapi|redstone:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|addon(API: enderioapi|addon:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|teleport(API: enderioapi|teleport:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|conduits(API: enderioapi|conduits:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|capacitor(API: enderioapi|capacitor:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|upgrades(API: enderioapi|upgrades:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|tools(API: enderioapi|tools:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi|farm(API: enderioapi|farm:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderioapi(API: enderioapi:4.0.0): EnderIO-1.12.2-5.1.52.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: enderiointegrationtic(Ender IO Integration with Tinkers' Construct:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:enderio@[5.1.52,);before:enderiobase;required-after:forge@[14.23.5.2847,);before:tconstruct@[1.12.2-2.10.0.81,))
[19:30:38] [Server thread/DEBUG] [FML]: quark(Quark:r1.6-177): Quark-r1.6-177.jar (required-after:forge@[14.23.5.2831,);required-before:autoreglib@[1.3-32,);after:jei@[4.6.0,);)
[19:30:38] [Server thread/DEBUG] [FML]: twilightforest(The Twilight Forest:3.10.1013): twilightforest-1.12.2-3.10.1013-universal.jar (after:ctm@[MC1.12.2-0.3.2.18,);before:immersiveengineering@[0.12-83,);before:tconstruct;required-after:forge@[14.23.5.2813,);after:thaumcraft@[6.1.BETA21,))
[19:30:38] [Server thread/DEBUG] [FML]: tconstruct(Tinkers' Construct:1.12.2-2.13.0.171): TConstruct-1.12.2-2.13.0.171.jar (required-after:forge@[14.23.1.2577,);required-after:mantle@[1.12-1.3.3.49,);after:jei@[4.8,);before:taiga@(1.3.0,);after:chisel;after:quark@[r1.6-177,))
[19:30:38] [Server thread/DEBUG] [FML]: p455w0rdslib(p455w0rd's Library:2.3.161): p455w0rdslib-1.12.2-2.3.161.jar (after:redstoneflux;after:mantle;after:tconstruct;after:enderio;after:projecte;after:tesla;after:thaumcraft;after:albedo)
[19:30:38] [Server thread/DEBUG] [FML]: ae2wtlib(AE2 Wireless Terminals (AE2WTLib):1.0.34): AE2WTLib-1.12.2-1.0.34.jar (required-after:appliedenergistics2@[rv6-stable-7,);after:baubles;required-after:p455w0rdslib@[2.3.160,);)
[19:30:38] [Server thread/DEBUG] [FML]: infinitylib(InfinityLib:1.12.2-1.12.0): infinitylib-1.12.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: AgriCraftAPI(API: AgriCraftAPI:1.0): AgriCraft-2.12.0-1.12.0-a6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: agricraft(AgriCraft:2.12.0-1.12.0-a6): AgriCraft-2.12.0-1.12.0-a6.jar (required-after:forge@[14.23.4.2705,);required-after:infinitylib@[1.12.2-1.12.0,);)
[19:30:38] [Server thread/DEBUG] [FML]: aiimprovements(AI Improvements:0.0.1.1): AIImprovements-1.12.1-0.0.1b1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: BotaniaAPI(API: BotaniaAPI:93): Botania r1.10-362.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: akashictome(Akashic Tome:1.2-12): AkashicTome-1.2-12.jar (required-before:autoreglib)
[19:30:38] [Server thread/DEBUG] [FML]: applecore(AppleCore:3.2.0): AppleCore-mc1.12.2-3.2.0.jar (required-after:forge@[14.23,))
[19:30:38] [Server thread/DEBUG] [FML]: BetterWithModsAPI(API: BetterWithModsAPI:Beta 0.6): AppleSkin-mc1.12-1.0.9.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: appleskin(AppleSkin:1.0.9): AppleSkin-mc1.12-1.0.9.jar (after:jei@[4.6.0,); required-after:forge@[14.21.0,); after:applecore@[2.2.0,))
[19:30:38] [Server thread/DEBUG] [FML]: Base|API(API: Base|API:1.0.0): base-1.12.2-3.13.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: base(B.A.S.E:3.13.0): base-1.12.2-3.13.0.jar (after:crafttweaker;after:jei)
[19:30:38] [Server thread/DEBUG] [FML]: contenttweaker(ContentTweaker:1.12.2-4.9.1): ContentTweaker-1.12.2-4.9.1.jar (required-after:base@[3.11.0,);required-after:crafttweaker;after:chickens;after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: conarm(Construct's Armory:1.2.5.3): conarm-1.12.2-1.2.5.3.jar (required-after:forge@[14.23.4.2745,);required-after:mantle@[1.12-1.3.1,);required-after:tconstruct@[1.12.2-2.13.0.171,);after:contenttweaker@(1.12.2-4.7.0,);after:crafttweaker@[1.12-4.1.9,))
[19:30:38] [Server thread/DEBUG] [FML]: armoryexpansion(Armory Expansion:1.4.1): armoryexpansion-1.4.1.jar (required-after:tconstruct; required-after:conarm; )
[19:30:38] [Server thread/DEBUG] [FML]: armoryexpansion-custommaterials(Armory Expansion - Custom Materials:1.4.1): armoryexpansion-1.4.1.jar (required-after:armoryexpansion; )
[19:30:38] [Server thread/DEBUG] [FML]: armoryexpansion-iceandfire(Armory Expansion - Ice and Fire:1.4.1): armoryexpansion-1.4.1.jar (required-after:armoryexpansion; after:iceandfire; )
[19:30:38] [Server thread/DEBUG] [FML]: armoryexpansion-matteroverdrive(Armory Expansion - MatterOverdrive:1.4.1): armoryexpansion-1.4.1.jar (required-after:armoryexpansion; after:matteroverdrive; )
[19:30:38] [Server thread/DEBUG] [FML]: aroma1997core(Aroma1997Core:2.0.0.2.b165): Aroma1997Core-1.12.2-2.0.0.2.b165.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: aroma1997sdimension(Aroma1997's Dimensional World:2.0.0.2.b89): Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar (required-after:aroma1997core)
[19:30:38] [Server thread/DEBUG] [FML]: astralsorcery(Astral Sorcery:1.10.20): astralsorcery-1.12.2-1.10.20.jar (required-after:forge@[14.23.5.2781,);required-after:baubles;after:crafttweaker)
[19:30:38] [Server thread/DEBUG] [FML]: atmtweaks(ATM Tweaks:1.2): atmtweaks-1.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: attributefix(Attribute Fix:1.0.10): AttributeFix-1.12.2-1.0.10.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: morphtool(Morph-o-Tool:1.2-21): Morph-o-Tool-1.2-21.jar (required-before:autoreglib)
[19:30:38] [Server thread/DEBUG] [FML]: autoreglib(AutoRegLib:1.3-32): AutoRegLib-1.3-32.jar (required-after:forge@[14.21.1.2387,))
[19:30:38] [Server thread/DEBUG] [FML]: backpack(Backpack:3.0.2): backpack-3.0.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bhc(Baubley Heart Canisters:2.0.3): baubley-heart-canisters-1.12.2-2.0.3.jar (required-after:baubles;required-after:mantle;after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: betterbuilderswands(Better Builder's Wands:0.13.2): BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: betterthanmending(Better Than Mending:1.1.2): BetterThanMending-1.1.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bibliocraft(BiblioCraft:2.4.5): BiblioCraft[v2.4.5][MC1.12.2].jar ()
[19:30:38] [Server thread/DEBUG] [FML]: natura(Natura:1.12.2-4.3.2.69): natura-1.12.2-4.3.2.69.jar (required-after:forge@[14.23.3.2673,);required-after:mantle@[1.12-1.3.0,);)
[19:30:38] [Server thread/DEBUG] [FML]: reborncore(Reborn Core:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar (required-after:forge@[14.21.0.2359,);)
[19:30:38] [Server thread/DEBUG] [FML]: techreborn(Tech Reborn:2.24.3.1043): TechReborn-1.12.2-2.24.3.1043-universal.jar (required-after:forge@[14.23.3.2694,);required-after:reborncore@[3.16.2,);after:jei@[4.12,);after:ic2@[2.8.178,);required-before:techreborn_compat)
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|core(API: ForestryAPI|core:5.7.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|apiculture(API: ForestryAPI|apiculture:5.0.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|hives(API: ForestryAPI|hives:4.1.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|storage(API: ForestryAPI|storage:5.0.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|climate(API: ForestryAPI|climate:5.0.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|mail(API: ForestryAPI|mail:3.1.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|genetics(API: ForestryAPI|genetics:5.7.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|lepidopterology(API: ForestryAPI|lepidopterology:1.4.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|book(API: ForestryAPI|book:5.8.1): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|recipes(API: ForestryAPI|recipes:5.4.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|fuels(API: ForestryAPI|fuels:3.0.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|farming(API: ForestryAPI|farming:5.8.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|circuits(API: ForestryAPI|circuits:3.1.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|world(API: ForestryAPI|world:2.1.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|food(API: ForestryAPI|food:1.1.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|gui(API: ForestryAPI|gui:5.8.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|multiblock(API: ForestryAPI|multiblock:3.0.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|modules(API: ForestryAPI|modules:5.7.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ForestryAPI|arboriculture(API: ForestryAPI|arboriculture:4.3.0): forestry_1.12.2-5.8.2.409.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: forestry(Forestry:5.8.2.409): forestry_1.12.2-5.8.2.409.jar (required-after:forge@[14.23.5.2847,);after:jei@[4.12.0.0,);after:ic2;after:natura;after:toughasnails;after:techreborn;after:buildcraftenergy;before:binniecore@[2.5.1.184,))
[19:30:38] [Server thread/DEBUG] [FML]: binniecore(Binnie Core:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:forge@[14.23.5.2816,);required-after:forestry@[5.8.2.367,);after:jei@[4.7.8,);)
[19:30:38] [Server thread/DEBUG] [FML]: binniedesign(Binnie's Design:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:binniecore;)
[19:30:38] [Server thread/DEBUG] [FML]: genetics(Binnie's Genetics:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:binniecore)
[19:30:38] [Server thread/DEBUG] [FML]: botany(Binnie's Botany:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:binniecore;after:genetics;after:binniedesign;)
[19:30:38] [Server thread/DEBUG] [FML]: extrabees(Binnie's Extra Bees:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:binniecore)
[19:30:38] [Server thread/DEBUG] [FML]: extratrees(Binnie's Extra Trees:2.5.1.198): binnie-mods-1.12.2-2.5.1.198.jar (required-after:binniecore;after:binniedesign;)
[19:30:38] [Server thread/DEBUG] [FML]: biomesoplenty(Biomes O' Plenty:7.0.1.2441): BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar (required-after:forge@[14.23.5.2768,))
[19:30:38] [Server thread/DEBUG] [FML]: birdsfoods(Bird's Foods:3.1 - [1.12]): birdsfoods-1.12 - 3.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: blockcraftery(Blockcraftery:1.12.2-1.3.1): blockcraftery-1.12.2-1.3.1.jar (required-before:mysticallib)
[19:30:38] [Server thread/DEBUG] [FML]: blooddebug(Blood Debug:0.0.1.-9): BloodDebug-1.12.2-0.0.1-9.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cyclicmagic(Cyclic:1.19.18): Cyclic-1.12.2-1.19.18.jar (required:forge@[14.23.4.2705,);before:guideapi;after:jei;after:baubles,crafttweaker;after:fastbench@[1.5.3,))
[19:30:38] [Server thread/DEBUG] [FML]: kjlib(KJ Lib:1.0.4): kjlib-1.0.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: inventorygenerators(Inventory Generators:1.2.2): inventorygenerators-1.2.2.jar (before:guideapi;after:tconstruct;after:actuallyadditions;required-after:kjlib)
[19:30:38] [Server thread/DEBUG] [FML]: mobtotems(Mob Totems:1.12.1-0.3.0): mobtotems-1.12.1-0.3.0.jar (before:guideapi)
[19:30:38] [Server thread/DEBUG] [FML]: guideapi(Guide-API:1.12-2.1.8-63): Guide-API-1.12-2.1.8-63.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bloodmagic(Blood Magic: Alchemical Wizardry:1.12.2-2.4.3-105): BloodMagic-1.12.2-2.4.3-105.jar (required-after:guideapi;)
[19:30:38] [Server thread/DEBUG] [FML]: bloodylib(BloodyLib:1.12.2): bloodylib-1.0.1-beta.jar (required:forgelin)
[19:30:38] [Server thread/DEBUG] [FML]: bonsaitrees(Bonsai Trees:1.1.3): bonsaitrees-1.1.3-b156.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bookshelf(Bookshelf:2.3.585): Bookshelf-1.12.2-2.3.585.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: botania(Botania:r1.10-362): Botania r1.10-362.jar (required-after:baubles@[1.5.2,);after:thaumcraft@[6.1.BETA21,);after:jei@[1.12.2-4.13.1.220,))
[19:30:38] [Server thread/DEBUG] [FML]: buildinggadgets(Building Gadgets:2.7.4): BuildingGadgets-2.7.4.jar (required-after:forge@[14.23.3.2694,))
[19:30:38] [Server thread/DEBUG] [FML]: careerbees(careerbees:1.0): careerbees-0.4.0.jar (required-after:forestry)
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Turtle(API: ComputerCraft|API|Turtle:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Turtle|Event(API: ComputerCraft|API|Turtle|Event:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|FileSystem(API: ComputerCraft|API|FileSystem:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Lua(API: ComputerCraft|API|Lua:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Network|Wired(API: ComputerCraft|API|Network|Wired:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Network(API: ComputerCraft|API|Network:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Peripheral(API: ComputerCraft|API|Peripheral:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API(API: ComputerCraft|API:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Media(API: ComputerCraft|API|Media:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Redstone(API: ComputerCraft|API|Redstone:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ComputerCraft|API|Permissions(API: ComputerCraft|API|Permissions:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cctweaked(CC: Tweaked:1.85.2): cc-tweaked-1.12.2-1.85.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computercraft(CC: Tweaked:1.85.2): cc-tweaked-1.12.2-1.85.2.jar (required:forge@[14.23.4.2746,))
[19:30:38] [Server thread/DEBUG] [FML]: chameleon(Chameleon:1.12-4.1.3): Chameleon-1.12-4.1.3.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: chickenchunks(ChickenChunks:2.4.2.74): ChickenChunks-1.12.2-2.4.2.74-universal.jar (required-after:codechickenlib@[3.2.3,))
[19:30:38] [Server thread/DEBUG] [FML]: chiselsandbits(Chisels & Bits:14.33): chiselsandbits-14.33.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: clumps(Clumps:3.1.2): Clumps-3.1.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cyclopscore(Cyclops Core:1.6.0): CyclopsCore-1.12.2-1.6.0.jar (required-after:forge@[14.23.5.2768,);)
[19:30:38] [Server thread/DEBUG] [FML]: commoncapabilities(CommonCapabilities:2.4.5): CommonCapabilities-1.12.2-2.4.5.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.6.0,);after:ic2;)
[19:30:38] [Server thread/DEBUG] [FML]: refinedstorage(Refined Storage:1.6.15): refinedstorage-1.6.15.jar (after:forge@[14.23.3.2694,);)
[19:30:38] [Server thread/DEBUG] [FML]: compactmachines3(Compact Machines 3:3.0.18): compactmachines3-1.12.2-3.0.18-b278.jar (after:refinedstorage;after:yunomakegoodmap)
[19:30:38] [Server thread/DEBUG] [FML]: asielib(asielib:1.0.0): Computronics-1.12.2-1.6.6.jar (required-after:forge@[14.21.1.2387,))
[19:30:38] [Server thread/DEBUG] [FML]: flamingo(Pink Flamingo:1.12-1.11): Flamingo-1.12-v1.11.jar (required-after:forge@[14.21.1.2395,))
[19:30:38] [Server thread/DEBUG] [FML]: theoneprobe(The One Probe:1.4.28): theoneprobe-1.12-1.4.28.jar (after:forge@[13.19.0.2176,);after:tesla)
[19:30:38] [Server thread/DEBUG] [FML]: computronicsAPI|audio(API: computronicsAPI|audio:1.0): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computronicsAPI|multiperipheral(API: computronicsAPI|multiperipheral:1.1): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computronicsAPI|chat(API: computronicsAPI|chat:1.3): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: asielibAPI|tile(API: asielibAPI|tile:1.0): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: asielibAPI|tool(API: asielibAPI|tool:1.1): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computronicsAPI(API: computronicsAPI:1.3): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: asielibAPI(API: asielibAPI:1.1): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computronicsAPI|tape(API: computronicsAPI|tape:1.0): Computronics-1.12.2-1.6.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: computronics(Computronics:1.6.6): Computronics-1.12.2-1.6.6.jar (required-after:asielib;required-after:forge@[14.23.5.2768,);after:computercraft;after:opencomputers@[1.7,);after:tis3d@[1.2.0,);before:openperipheralcore@[1.1,);before:openperipheralapi@[3.2,);after:buildcraft|core@[7.2.0,);after:railcraft@[12.0,);after:gregtech;after:enderio@[5.0.39,);after:forestry@[5.7.0,);after:waila@[1.5.10,);after:mekanismapi|energy@[8.0.0,);after:flamingo@[1.7.10-1.3,);after:armourersworkshop@[1.7.10-0.33,);after:theoneprobe@[1.0.5,))
[19:30:38] [Server thread/DEBUG] [FML]: cookingforblockheads(Cooking for Blockheads:6.4.71): CookingForBlockheads_1.12.2-6.4.71.jar (after:mousetweaks[2.8,);after:crafttweaker)
[19:30:38] [Server thread/DEBUG] [FML]: cosmeticarmorreworked(CosmeticArmorReworked:1.12.2-v4a): CosmeticArmorReworked-1.12.2-v4a.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: craftingtweaks(Crafting Tweaks:8.1.9): CraftingTweaks_1.12.2-8.1.9.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: crafttweakerjei(CraftTweaker JEI Support:2.0.3): CraftTweaker2-1.12-4.1.19.jar (after:jei@[4.12.0,);)
[19:30:38] [Server thread/DEBUG] [FML]: cucumber(Cucumber Library:1.1.3): Cucumber-1.12.2-1.1.3.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: Culinary Construct API(API: Culinary Construct API:1): culinaryconstruct-1.3.3.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: culinaryconstruct(Culinary Construct:1.3.3.1): culinaryconstruct-1.3.3.1.jar (required-after:forge@[14.23.5.2768,))
[19:30:38] [Server thread/DEBUG] [FML]: modcurrency(Good Ol' Currency Mod:1.12-1.3.11): Currency-1.12.0-1.3.11.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: darkutils(Dark Utilities:1.8.230): DarkUtils-1.12.2-1.8.230.jar (required-after:bookshelf@[2.3.573,);after:waila;after:jei;after:baubles;)
[19:30:38] [Server thread/DEBUG] [FML]: eleccore(ElecCore:1.9.452): ElecCore-1.12.2-1.9.452.jar (required-after:forge@[13.19.1.2195,);after:forestry)
[19:30:38] [Server thread/DEBUG] [FML]: mcjtylib_ng(McJtyLib:3.5.4): mcjtylib-1.12-3.5.4.jar (after:forge@[14.23.5.2800,);after:enderio@[5.0.21,))
[19:30:38] [Server thread/DEBUG] [FML]: rftools(RFTools:7.72): rftools-1.12-7.72.jar (required-after:mcjtylib_ng@[3.5.4,);before:xnet@[1.7.0,);after:forge@[14.22.0.2464,))
[19:30:38] [Server thread/DEBUG] [FML]: DR-API(API: DR-API:1.0.4-Beta): deepresonance-1.12-1.8.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: deepresonance(DeepResonance:1.8.0): deepresonance-1.12-1.8.0.jar (required-after:mcjtylib_ng@[3.5.0,);required-after:eleccore@[1.9.452,);after:forge@[13.19.0.2176,);after:opencomputers@[1.6.0,);after:rftools@[7.70,))
[19:30:38] [Server thread/DEBUG] [FML]: diethopper(Diet Hopper:1.1): diethopper-1.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ebwizardry(Electroblob's Wizardry:4.2.5): ElectroblobsWizardry-4.2.5-MC1.12.2.jar (required-after:forge@[14.23.5.2814,))
[19:30:38] [Server thread/DEBUG] [FML]: embers(Embers Rekindled:1.13-hotfix2): EmbersRekindled-1.13-hotfix2.jar (after:mysticalmechanics)
[19:30:38] [Server thread/DEBUG] [FML]: enderiobase(Ender IO Base:5.1.52): EnderIO-1.12.2-5.1.52.jar (after:enderio)
[19:30:38] [Server thread/DEBUG] [FML]: enderioconduits(Ender IO Conduits:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:forge@[14.23.5.2847,))
[19:30:38] [Server thread/DEBUG] [FML]: enderioconduitsappliedenergistics(Ender IO Applied Energistics Conduits:5.1.52): EnderIO-1.12.2-5.1.52.jar (after:appliedenergistics@[rv5-stable-11,);required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:enderioconduits@[5.1.52,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,))
[19:30:38] [Server thread/DEBUG] [FML]: enderioconduitsopencomputers(Ender IO Open Computers Conduits:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:enderioconduits@[5.1.52,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,);after:opencomputers@[MC1.12.2-1.7.2.71,))
[19:30:38] [Server thread/DEBUG] [FML]: enderioconduitsrefinedstorage(Ender IO Refined Storage Conduits:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:enderioconduits@[5.1.52,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,);after:refinedstorage@[1.6.2,))
[19:30:38] [Server thread/DEBUG] [FML]: enderiointegrationforestry(Ender IO Integration with Forestry:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:enderio@[5.1.52,);after:forestry@[5.8.0.242,);required-after:forge@[14.23.5.2847,))
[19:30:38] [Server thread/DEBUG] [FML]: enderiointegrationticlate(Ender IO Integration with Tinkers' Construct:5.1.52): EnderIO-1.12.2-5.1.52.jar (after:tconstruct;after:enderiointegrationtic;after:enderio)
[19:30:38] [Server thread/DEBUG] [FML]: ftblib(FTB Library:5.4.4.5): FTBLib-5.4.4.5.jar (required-after:forge@[14.23.5.2768,);after:jei@[4.6.0,);)
[19:30:38] [Server thread/DEBUG] [FML]: enderiomachines(Ender IO Machines:5.1.52): EnderIO-1.12.2-5.1.52.jar (required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:forge@[14.23.5.2847,);after:ftblib@[5.0.0,);after:jei@[4.14.1.234,))
[19:30:38] [Server thread/DEBUG] [FML]: enderiopowertools(Ender IO Powertools:5.1.52): EnderIO-1.12.2-5.1.52.jar (after:enderioconduits)
[19:30:38] [Server thread/DEBUG] [FML]: enderioendergy(Ender IO endergy:5.1.52): EnderIO-endergy-1.12.2-5.1.52.jar (required-after:endercore@[1.12.2-0.5.71,);required-after:enderio@[5.1.52,);required-after:enderioconduits@[5.1.52,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,))
[19:30:38] [Server thread/DEBUG] [FML]: enderstorage(EnderStorage:2.4.6.137): EnderStorage-1.12.2-2.4.6.137-universal.jar (required-after:forge@[14.23.4,);required-after:codechickenlib@[3.2.3,);)
[19:30:38] [Server thread/DEBUG] [FML]: environmentalcreepers(Environmental Creepers:1.5.0): environmentalcreepers-1.12.2-1.5.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: valkyrielib(Valkyrie Lib:1.12.2-2.0.20.1): valkyrielib-1.12.2-2.0.20.1.jar (required-after:forge@[1.12.2-14.23.5.2768,);)
[19:30:38] [Server thread/DEBUG] [FML]: environmentaltech(Environmental Tech:1.12.2-2.0.20.1): environmentaltech-1.12.2-2.0.20.1.jar (required-after:valkyrielib@[1.12.2-2.0.20.1,1.12.2-2.0.20.9999);)
[19:30:38] [Server thread/DEBUG] [FML]: etlunar(ET Lunar:1.12.2-2.0.20.1): etlunar-1.12.2-2.0.20.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: extracells(Extra Cells 2:2.6.3): ExtraCells-1.12.2-2.6.4.jar (after:waila;required-after:appliedenergistics2)
[19:30:38] [Server thread/DEBUG] [FML]: shadowmc(ShadowMC:3.8.0): ShadowMC-1.12-3.8.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: extrarails(Extra Rails:1.3.0): ExtraRails-1.12-1.3.0.jar (required-after:shadowmc@[3.4.2,);)
[19:30:38] [Server thread/DEBUG] [FML]: extrautils2(Extra Utilities 2:1.0): extrautils2-1.12-1.9.9.jar (after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: zerocore(Zero CORE:1.12.2-0.1.2.8): zerocore-1.12.2-0.1.2.8.jar (required-after:forge@[14.23.5.2768,);after:cofhcore;after:computercraft;after:opencomputers@[1.7.3.146,))
[19:30:38] [Server thread/DEBUG] [FML]: bigreactors(Extreme Reactors:1.12.2-0.4.5.67): ExtremeReactors-1.12.2-0.4.5.67.jar (required-after:forge@[14.23.5.2768,);required-after:zerocore@[1.12.2-0.1.2.8,1.12.2-2.0.0.0);after:computercraft;after:opencomputers@[1.7.3.146,))
[19:30:38] [Server thread/DEBUG] [FML]: fastfurnace(FastFurnace:1.3.1): FastFurnace-1.12.2-1.3.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: fencejumper(Fence Jumper:1.0.5): fencejumper-1.12-1.0.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: flatcoloredblocks(Flat Colored Blocks:mc1.12-6.8): flatcoloredblocks-mc1.12-6.8.jar (required-after:forge@[14.21.1.2387,))
[19:30:38] [Server thread/DEBUG] [FML]: floralchemy(Floralchemy:1.12.2-1.1.0): Floralchemy-1.12.2-1.1.0.jar (required-after:base@[3.13.0,);after:thaumcraft; after:botania)
[19:30:38] [Server thread/DEBUG] [FML]: fluxnetworks(Flux Networks:4.0.13): fluxnetworks-1.12.2-4.0.13-30.jar (required-after:forge@[14.23.4.2814,))
[19:30:38] [Server thread/DEBUG] [FML]: foamfix(FoamFix:0.10.9-1.12.2): foamfix-0.10.9-1.12.2.jar (required:forge@[14.23.3.2673,);)
[19:30:38] [Server thread/DEBUG] [FML]: forgelin(Shadowfacts' Forgelin:1.8.4): Forgelin-1.8.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: forgemultipartcbe(Forge Multipart CBE:2.6.2.83): ForgeMultipart-1.12.2-2.6.2.83-universal.jar (required-after:codechickenlib@[3.2.3,);required-after:forge@[14.23.5.2768,))
[19:30:38] [Server thread/DEBUG] [FML]: microblockcbe(Forge Microblocks:2.6.2.83): ForgeMultipart-1.12.2-2.6.2.83-universal.jar (required-after:forgemultipartcbe)
[19:30:38] [Server thread/DEBUG] [FML]: minecraftmultipartcbe(Minecraft Multipart Plugin:2.6.2.83): ForgeMultipart-1.12.2-2.6.2.83-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ftbbackups(FTB Backups:1.1.0.1): FTBBackups-1.1.0.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ftbutilities(FTB Utilities:5.4.0.123): FTBUtilities-5.4.0.123.jar (required-after:ftblib@[5.4.4.5,);before:kubejs;after:aurora)
[19:30:38] [Server thread/DEBUG] [FML]: funkylocomotion(Funky Locomotion:1.0): funky-locomotion-1.12.2-1.1.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: gendustry(GenDustry:1.6.5.8): gendustry-1.6.5.8-mc1.12.2.jar (required-after:forestry;after:ic2;after:redstoneflux;after:tesla;required-after:bdlib@[1.14.3.9,))
[19:30:38] [Server thread/DEBUG] [FML]: pressure(Pressure Pipes:1.3.1.9): pressure-1.3.1.9-mc1.12.2.jar (required-after:bdlib)
[19:30:38] [Server thread/DEBUG] [FML]: advgenerators(Advanced Generators:0.9.20.12): generators-0.9.20.12-mc1.12.2.jar (after:pressure;after:tconstruct;after:ic2;after:redstoneflux;after:tesla;after:thermalfoundation;after:eng_toolbox;after:minechem;required-after:bdlib)
[19:30:38] [Server thread/DEBUG] [FML]: librarianlib(LibrarianLib:4.19.2): librarianlib-1.12.2-4.19.2-release.jar (required-after:forgelin@[1.8.0,);required-after:forge@[13.19.1.2195,))
[19:30:38] [Server thread/DEBUG] [FML]: hooked(Hooked:%VERSION%): hooked-1.0.3.jar (required-after:librarianlib;required-after:baubles)
[19:30:38] [Server thread/DEBUG] [FML]: iChunUtil API(API: iChunUtil API:1.2.0): iChunUtil-1.12.2-7.2.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ichunutil(iChunUtil:7.2.2): iChunUtil-1.12.2-7.2.2.jar (required-after:forge@[14.23.5.2781,99999.24.0.0))
[19:30:38] [Server thread/DEBUG] [FML]: ieclochecompat(IE Cloche Compat:2.1.7-dev.454): ieclochecompat-2.1.7-dev.454.jar (required-before:immersiveengineering;after:agricraft)
[19:30:38] [Server thread/DEBUG] [FML]: ImmersiveEngineering|ImmersiveFluxAPI(API: ImmersiveEngineering|ImmersiveFluxAPI:1.0): ImmersiveEngineering-0.12-92.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ImmersiveEngineering|API(API: ImmersiveEngineering|API:1.0): ImmersiveEngineering-0.12-92.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: immersiveengineering(Immersive Engineering:0.12-92): ImmersiveEngineering-0.12-92.jar (required-after:forge@[14.23.5.2820,);after:jei@[4.8,);after:railcraft;after:tconstruct@[1.12-2.7.1,);after:theoneprobe@[1.4.4,))
[19:30:38] [Server thread/DEBUG] [FML]: immersivepetroleum(Immersive Petroleum:1.1.9): immersivepetroleum-1.12.2-1.1.9.jar (required-after:immersiveengineering@[0.12-80,);)
[19:30:38] [Server thread/DEBUG] [FML]: immersivetech(Immersive Tech:1.3.10): immersivetech-1.12-1.3.10.jar (required-after:immersiveengineering;required-after:forge@[14.23.3.2655,);after:jei@[4.7,))
[19:30:38] [Server thread/DEBUG] [FML]: incontrol(InControl:3.9.16): incontrol-1.12-3.9.16.jar (after:forge@[13.19.0.2176,))
[19:30:38] [Server thread/DEBUG] [FML]: mekanism(Mekanism:1.12.2-9.8.2.389): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: teslacorelib(Tesla Core Lib:1.0.15): tesla-core-lib-1.12.2-1.0.15.jar (required-after:forgelin@[1.6.0,);required-after:forge@[14.23.3.2655,);after:tesla;after:redstoneflux;after:buildcraftlib;after:mekanism)
[19:30:38] [Server thread/DEBUG] [FML]: industrialforegoing(Industrial Foregoing:1.12.2-1.12.2): industrialforegoing-1.12.2-1.12.13-237.jar (required-after:forge@[14.23.5.2806,);required-after:teslacorelib@[1.0.15,);)
[19:30:38] [Server thread/DEBUG] [FML]: initialinventory(InitialInventory:2.0.2): InitialInventory-3.0.0.jar (required-after:crafttweaker;required-after:mtlib;after:enchiridion)
[19:30:38] [Server thread/DEBUG] [FML]: integrateddynamics(Integrated Dynamics:1.1.1): IntegratedDynamics-1.12.2-1.1.1.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.6.0,);required-after:commoncapabilities@[2.4.4,);)
[19:30:38] [Server thread/DEBUG] [FML]: integratedcrafting(Integrated Crafting:1.0.8): IntegratedCrafting-1.12.2-1.0.8.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.4.0,);required-after:integrateddynamics@[1.0.9,);)
[19:30:38] [Server thread/DEBUG] [FML]: integrateddynamics|api(API: integrateddynamics|api:0.2.0): IntegratedDynamics-1.12.2-1.1.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: integrateddynamicscompat(IntegratedDynamics-Compat:1.0.0): IntegratedDynamics-1.12.2-1.1.1.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);required-after:integrateddynamics;)
[19:30:38] [Server thread/DEBUG] [FML]: integratedterminals(Integrated Terminals:1.0.13): IntegratedTerminals-1.12.2-1.0.13.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.6.0,);required-after:integrateddynamics@[1.0.9,);after:integratedcrafting@[1.0.8,);)
[19:30:38] [Server thread/DEBUG] [FML]: integratedterminalscompat(IntegratedTerminals-Compat:1.0.0): IntegratedTerminals-1.12.2-1.0.13.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);)
[19:30:38] [Server thread/DEBUG] [FML]: integratedtunnels(Integrated Tunnels:1.6.10): IntegratedTunnels-1.12.2-1.6.10.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.4.0,);required-after:integrateddynamics@[1.0.9,);)
[19:30:38] [Server thread/DEBUG] [FML]: integratedtunnelscompat(IntegratedTunnels-Compat:1.0.0): IntegratedTunnels-1.12.2-1.6.10.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);required-after:integratedtunnels;)
[19:30:38] [Server thread/DEBUG] [FML]: mysticalagriculture(Mystical Agriculture:1.7.5): MysticalAgriculture-1.12.2-1.7.5.jar (required-after:cucumber@[1.1.2,))
[19:30:38] [Server thread/DEBUG] [FML]: mysticalagradditions(Mystical Agradditions:1.3.2): MysticalAgradditions-1.12.2-1.3.2.jar (required-after:mysticalagriculture@[1.7.5,);required-after:cucumber@[1.1.2,);after:mantle;after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: nuclearcraft(NuclearCraft:2.18k): NuclearCraft-2.18k-1.12.2.jar (after:tconstruct;after:conarm;after:openterraingenerator;after:alchemistry)
[19:30:38] [Server thread/DEBUG] [FML]: rustic(Rustic:1.1.1): rustic-1.1.1.jar (after:dynamictrees@[1.12.2-0.9.1e,);after:dynamictreesbop;before:dynamictreestc)
[19:30:38] [Server thread/DEBUG] [FML]: integrationforegoing(Integration Foregoing:1.12.2-1.9): IntegrationForegoing-1.12.2-1.9.jar (required-after:industrialforegoing@[1.12.0,);after:thermalfoundation;after:immersiveengineering;after:tconstruct;after:mysticalagriculture;after:mysticalagradditions;after:oreberries;after:appliedenergistics2;after:rftools;after:evilcraft;after:actuallyadditions;after:forestry;after:extrautils2;after:oreshrubs;after:harvestcraft;after:exnihilocreatio;after:simplecorn;after:natura;after:rustic;after:matteroverdrive;after:agricraft;after:silentgems;after:enderio;after:immersivepetroleum;after:biomesoplenty;after:astralsorcery;after:botania;after:nuclearcraft;)
[19:30:38] [Server thread/DEBUG] [FML]: inventorytweaks(Inventory Tweaks:1.64+dev.146.2180b27): InventoryTweaks-1.64+dev.146.jar (required-after:forge@[14.21.0,))
[19:30:38] [Server thread/DEBUG] [FML]: ironchest(Iron Chest:1.12.2-7.0.67.844): ironchest-1.12.2-7.0.72.847.jar (required-after:forge@[14.21.0.2359,))
[19:30:38] [Server thread/DEBUG] [FML]: jaopcaagriculture(JAOPCAAgriculture:1.12.2-1.2.1.16): JAOPCAAgriculture-1.12.2-1.2.1.16.jar (required-before:jaopca@[1.12.2-2.2.8.89,);after:mysticalagriculture;after:mysticalagradditions;after:agricraft)
[19:30:38] [Server thread/DEBUG] [FML]: jaopca(JAOPCA:1.12.2-2.2.8.103): JAOPCA-1.12.2-2.2.8.103.jar (required-before:wrapup)
[19:30:38] [Server thread/DEBUG] [FML]: oredictinit(OreDictInit:1.12.2-2.2.1.71): JAOPCA-1.12.2-2.2.8.103.jar (required-before:wrapup)
[19:30:38] [Server thread/DEBUG] [FML]: jaopcaadditions(JAOPCAAdditions:1.12.2-2.2.1.9): JAOPCAAdditions-1.12.2-2.2.1.9.jar (required-after:jaopca@[1.12-2.2.6.81,))
[19:30:38] [Server thread/DEBUG] [FML]: jeibees(JEI Bees:0.9.0.5): jeibees-0.9.0.5-mc1.12.2.jar (required-after:forestry;required-after:jei)
[19:30:38] [Server thread/DEBUG] [FML]: journeymap(JourneyMap:1.12.2-5.5.5): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: justenoughdimensions(Just Enough Dimensions:1.6.0-dev.20191019.172643): justenoughdimensions-1.12.2-1.6.0-dev.20191019.172643.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: jee(Just Enough Energistics:1.0.8): JustEnoughEnergistics-1.12.2-1.0.8.jar (required-after:appliedenergistics2@[rv6-stable-6,);required-after:jei@[4.14.3.242,))
[19:30:38] [Server thread/DEBUG] [FML]: justenoughreactors(Just Enough Reactors:1.1.3.61): JustEnoughReactors-1.12.2-1.1.3.61.jar (after-required:jei;after-required:bigreactors)
[19:30:38] [Server thread/DEBUG] [FML]: kleeslabs(KleeSlabs:5.4.12): KleeSlabs_1.12.2-5.4.12.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: laggoggles(LagGoggles:FAT-1.12.2-4.9): LagGoggles-FAT-1.12.2-4.9.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: libraryex(LibraryEx:1.0.12): LibraryEx-1.12.2-1.0.12.jar (required-after:forge@[1.12.2-14.23.4.2768,);)
[19:30:38] [Server thread/DEBUG] [FML]: lostcities(The Lost Cities:2.0.21): lostcities-1.12-2.0.21.jar (after:forge@[13.19.0.2176,))
[19:30:38] [Server thread/DEBUG] [FML]: lostsouls(Lost Souls:1.1.4): lostsouls-1.12-1.1.4.jar (required-after:lostcities@[2.0.3,);after:forge@[13.19.0.2176,))
[19:30:38] [Server thread/DEBUG] [FML]: lunatriuscore(LunatriusCore:1.2.0.42): LunatriusCore-1.12.2-1.2.0.42-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: magicbees(MagicBees:1.0): MagicBees-1.12.2-3.1.10.jar (required-after:forestry@[5.6.0,))
[19:30:38] [Server thread/DEBUG] [FML]: malisiscore(MalisisCore:1.12.2-6.5.1-SNAPSHOT): malisiscore-1.12.2-6.5.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: malisisdoors(MalisisDoors:1.12.2-7.3.0): malisisdoors-1.12.2-7.3.0.jar (required-after:malisiscore)
[19:30:38] [Server thread/DEBUG] [FML]: matc(Mystical Agriculture Tiered Crystals:1.0.1-hotfix): matc-1.0.1-hotfix.jar (required-after:mysticalagriculture)
[19:30:38] [Server thread/DEBUG] [FML]: mekanismgenerators(Mekanism: Generators:1.12.2-9.8.2.389): MekanismGenerators-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: mekanismtools(Mekanism: Tools:1.12.2-9.8.2.389): MekanismTools-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: morpheus(Morpheus:1.12.2-3.5.106): Morpheus-1.12.2-3.5.106.jar (required-after:forge@[14.23.5.2808,);)
[19:30:38] [Server thread/DEBUG] [FML]: mputils(ModPack Utilities:1.5.6): MPUtils-1.12.2-1.5.7.jar (before:mpbasic@[1.4.7,))
[19:30:38] [Server thread/DEBUG] [FML]: mpbasic(ModPack Basic Tools:1.4.7): mpbasic-1.12.2-1.4.11.jar (required-after:mputils@[1.5.6,1.6.0])
[19:30:38] [Server thread/DEBUG] [FML]: mrtjpcore(MrTJPCore:2.1.4.43): MrTJPCore-1.12.2-2.1.4.43-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: naturescompass(Nature's Compass:1.6.0): NaturesCompass-1.12.2-1.6.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: netherex(NetherEx:2.0.15): NetherEx-1.12.2-2.0.15.jar (required-after:libraryex@[1.0.11,);)
[19:30:38] [Server thread/DEBUG] [FML]: nmsot(No Mob Spawning on Trees:1.2.2-mc1.12.2): NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: neid(NotEnoughIDs:1.5.4.4): NotEnoughIDs-1.5.4.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: notenoughwands(Not Enough Wands:1.8.1): notenoughwands-1.12-1.8.1.jar (required-after:mcjtylib_ng@[3.5.0,);after:forge@[13.19.0.2176,);after:redstoneflux@[2.0.0,))
[19:30:38] [Server thread/DEBUG] [FML]: nutrition(Nutrition:4.4.0): Nutrition-1.12.2-4.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: oreexcavation(OreExcavation:1.4.143): OreExcavation-1.4.143.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: oeintegration(OreExcavation Integration:2.3.4): oeintegration-2.3.4.jar (required-after:oreexcavation)
[19:30:38] [Server thread/DEBUG] [FML]: openmods(OpenModsLib:0.12.2): OpenModsLib-1.12.2-0.12.2.jar (required:forge@[14.23.4.2705,);required-after:openmodscore)
[19:30:38] [Server thread/DEBUG] [FML]: openblocks(OpenBlocks:1.8.1): OpenBlocks-1.12.2-1.8.1.jar (required:forge@[14.23.4.2705,);required-after:openmods@[0.12.2,0.13))
[19:30:38] [Server thread/DEBUG] [FML]: overloaded(Overloaded:0.0.58): Overloaded-1.12.2-0.0.58.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: packcrashinfo(PackCrashInfo:%VERSION%): packcrashinfo-1.0.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: packmode(PackMode:1.2.0): packmode-1.12.2-1.2.0.jar (after:crafttweaker;after:gamestages@[2.0.0,))
[19:30:38] [Server thread/DEBUG] [FML]: parry(Shield Parrying:1.0): parry-1.0-hotfix.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: patchouli(Patchouli:1.0-20): Patchouli-1.0-20.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: placebo(Placebo:1.6.0): Placebo-1.12.2-1.6.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: plants2(Plants:2.10.7): Plants-1.12.2-2.10.7.jar (required-after:placebo@[1.5.1,2.0.0);after:botania@[r1.10-354,);after:forestry;after:inspirations)
[19:30:38] [Server thread/DEBUG] [FML]: projectred-core(ProjectRed Core:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-Base.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: psi(Psi:r1.1-77): Psi-r1.1-77.jar (required-after:autoreglib)
[19:30:38] [Server thread/DEBUG] [FML]: redstonearsenal(Redstone Arsenal:2.6.3): RedstoneArsenal-1.12.2-2.6.3.18-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);after:thermalexpansion;)
[19:30:38] [Server thread/DEBUG] [FML]: thermaldynamics(Thermal Dynamics:2.5.5): ThermalDynamics-1.12.2-2.5.5.21-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:thermalfoundation@[2.6.0,2.7.0);required-after:codechickenlib@[3.2.2,);after:thermalexpansion)
[19:30:38] [Server thread/DEBUG] [FML]: simplyjetpacks(Simply Jetpacks 2:2.2.14.67): SimplyJetpacks2-1.12.2-2.2.14.67.jar (required-after:redstoneflux@[2.0.1,);after:thermalexpansion;after:redstonearsenal;after:thermaldynamics;after:enderio;after:redstonerepository;)
[19:30:38] [Server thread/DEBUG] [FML]: plustic(PlusTiC:7.1.6.1): plustic-7.1.6.1.jar (required-after:mantle;required-after:tconstruct@[1.12-2.7.2.15,);required-after:forge@[14.23.5.2768,);after:mekanism;after:biomesoplenty;after:botania;after:libvulpes;after:redstoneflux;after:armorplus;after:enderio;after:projectred-core;after:thermalfoundation;after:substratum;after:draconicevolution;after:landcore;after:tesla;after:baubles;after:actuallyadditions;after:natura@[1.12.2-4.3.2.42,);after:psi;after:avaritia;after:landcore;after:landcraft;after:galacticraftcore;after:galacticraftplanets;after:minefactoryreloaded;after:botanicaladdons;after:survivalist;after:modernmetals;after:basemetals;after:projecte;after:gemsplus;after:appliedenergistics2;after:environmentaltech;after:industrialforegoing;after:twilightforest@[3.7,);after:thaumcraft;after:crafttweaker;after:modtweaker;after:conarm;after:micsiege;after:simplyjetpacks;after:astralsorcery;after:aoa3;after:erebus;)
[19:30:38] [Server thread/DEBUG] [FML]: pneumaticcraft(PneumaticCraft: Repressurized:1.12.2-0.11.7-375): pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar (required-after:forge@[14.23.5.2768,);after:forestry;after:igwmod@[1.4.2-11,);after:thaumcraft;after:computercraft;after:appliedenergistics2@[rv6,];after:jei@[4.12.0,))
[19:30:38] [Server thread/DEBUG] [FML]: portalgun(PortalGun:7.1.0): PortalGun-1.12.2-7.1.0.jar (required-after:ichunutil@[7.2.0,8.0.0))
[19:30:38] [Server thread/DEBUG] [FML]: portality(Portality:1.0-SNAPSHOT): portality-1.12.2-1.2.3-15.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectintelligence(Project Intelligence:1.0.9): ProjectIntelligence-1.12.2-1.0.9.28-universal.jar (required-after:brandonscore@[2.4.17,);before:nei;)
[19:30:38] [Server thread/DEBUG] [FML]: projectred-compat(projectred-compat:1.0): ProjectRed-1.12.2-4.9.4.120-compat.jar (after:projectred-core)
[19:30:38] [Server thread/DEBUG] [FML]: projectred-integration(ProjectRed Integration:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-integration.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-transmission(ProjectRed Transmission:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-integration.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-illumination(ProjectRed Illumination:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-lighting.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-expansion(ProjectRed Expansion:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-mechanical.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-relocation(ProjectRed Relocation:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-mechanical.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-transportation(ProjectRed Transportation:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-mechanical.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred-exploration(ProjectRed Exploration:4.9.4.120): ProjectRed-1.12.2-4.9.4.120-world.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: quickleafdecay(Quick Leaf Decay:1.2.4): QuickLeafDecay-MC1.12.1-1.2.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: randomthings(Random Things:4.2.7.3): RandomThings-MC1.12.2-4.2.7.3.jar (after:jei@[4.7.11.100,);)
[19:30:38] [Server thread/DEBUG] [FML]: randomtweaks(RandomTweaks:1.12.2-2.7.1.0): randomtweaks-1.12.2-2.7.1.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: rangedpumps(Ranged Pumps:0.5): rangedpumps-0.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: rebornstorage(RebornStorage:1.0.0): RebornStorage-1.12.2-3.3.4.1.jar (required-after:reborncore;after:refinedstorage)
[19:30:38] [Server thread/DEBUG] [FML]: refinedstorageaddons(Refined Storage Addons:0.4.4): refinedstorageaddons-0.4.4.jar (required-after:refinedstorage@[1.6.9,);)
[19:30:38] [Server thread/DEBUG] [FML]: xreliquary(Reliquary:1.12.2-1.3.4.796): Reliquary-1.12.2-1.3.4.796.jar (after:baubles;after:enderio;after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: rftoolscontrol(RFTools Control:2.0.2): rftoolsctrl-1.12-2.0.2.jar (required-after:mcjtylib_ng@[3.5.0,);required-after:rftools@[7.70,);after:forge@[13.19.0.2176,))
[19:30:38] [Server thread/DEBUG] [FML]: rftoolsdim(RFTools Dimensions:5.71): rftoolsdim-1.12-5.71.jar (required-after:mcjtylib_ng@[3.5.0,);required-after:rftools@[7.58,);after:forge@[14.23.2.2645,))
[19:30:38] [Server thread/DEBUG] [FML]: rftoolspower(RFToolsPower:1.2.0): rftoolspower-1.12-1.2.0.jar (required-after:mcjtylib_ng@[3.5.0,);after:forge@[14.22.0.2464,))
[19:30:38] [Server thread/DEBUG] [FML]: rftpwroc(RFTools Power / OC Integration:0.1): rftpwr_oc-0.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: roguelike(Roguelike Dungeons:1.8.0): RoguelikeDungeons-1.12.2-1.8.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: SchematicaAPI(API: SchematicaAPI:1.1): Schematica-1.12.2-1.8.0.169-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: SchematicaAPI|Events(API: SchematicaAPI|Events:1.1): Schematica-1.12.2-1.8.0.169-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: schematica(Schematica:1.8.0.169): Schematica-1.12.2-1.8.0.169-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: soulshardsrespawn(Soul Shards Respawn:1.12.2-1.1.1-13): SoulShardsRespawn-1.12.2-1.1.1-13.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: stevescarts(Steve's Carts 2:2.4.32.137): StevesCarts-1.12.2-2.4.32.137.jar (required-after:reborncore;required-after:forge@[14.21.0.2373,);)
[19:30:38] [Server thread/DEBUG] [FML]: stg(SwingThroughGrass:1.12.2-1.2.3): stg-1.12.2-1.2.3.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI(API: StorageDrawersAPI:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI|registry(API: StorageDrawersAPI|registry:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI|storage(API: StorageDrawersAPI|storage:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI|event(API: StorageDrawersAPI|event:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI|render(API: StorageDrawersAPI|render:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: StorageDrawersAPI|storage-attribute(API: StorageDrawersAPI|storage-attribute:2.1.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: storagedrawers(Storage Drawers:1.12.2-5.4.0): StorageDrawers-1.12.2-5.4.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: storagedrawersextra(Storage Drawers Extras:@VERSION@): StorageDrawersExtras-1.12-3.1.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: superiorshields(Superior Shields:1.12.2-1.0.2): SuperiorShields-1.12.2-1.0.2.jar (required-before:mysticallib;required:baubles)
[19:30:38] [Server thread/DEBUG] [FML]: tatw(TATW:1.0.1.2.b27): Tatw-1.12.2-1.0.1.2.b27.jar (required-after:aroma1997core;required-after:ic2)
[19:30:38] [Server thread/DEBUG] [FML]: thaumcomp(Thaumic Computers:0.5.1): ThaumicComputers-MC1.12.2-0.5.1.jar (required-after:opencomputers@[1.7,);required-after:thaumcraft@[6.1.BETA17,))
[19:30:38] [Server thread/DEBUG] [FML]: tcinventoryscan(Thaumcrafft Inventory Scanning:2.0.10): ThaumicInventoryScanning_1.12.2-2.0.10.jar (required-after:thaumcraft)
[19:30:38] [Server thread/DEBUG] [FML]: thaumicperiphery(Thaumic Periphery:0.3.1): thaumicperiphery-0.3.1.jar (required-after:thaumcraft;after:botania;after:embers;after:mysticalmechanics;before:mystgears)
[19:30:38] [Server thread/DEBUG] [FML]: thermalcultivation(Thermal Cultivation:0.3.3): ThermalCultivation-1.12.2-0.3.3.12-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:thermalfoundation@[2.6.0,2.7.0);after:thermalexpansion)
[19:30:38] [Server thread/DEBUG] [FML]: thermalinnovation(Thermal Innovation:0.3.3): ThermalInnovation-1.12.2-0.3.3.12-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:thermalfoundation@[2.6.0,2.7.0);after:thermalexpansion)
[19:30:38] [Server thread/DEBUG] [FML]: thermallogistics(Thermal Logistics:0.2-29): thermallogistics-0.2-29.jar (required-after:thermaldynamics;)
[19:30:38] [Server thread/DEBUG] [FML]: tickprofiler(TickProfiler:1.12-0.0.7): TickProfiler-1.12-0.0.7.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tinkersjei(Tinker's JEI:1.2): tinkersjei-1.2.jar (required-after:tconstruct)
[19:30:38] [Server thread/DEBUG] [FML]: tinkersoc(Tinkers Construct OpenComputers Driver:0.6): tinkersoc-0.6.jar (required-after:opencomputers@[1.7.0,);required-after:tconstruct@[1.12.2-2.9.0,))
[19:30:38] [Server thread/DEBUG] [FML]: tinkertoolleveling(Tinkers Tool Leveling:1.12.2-1.1.0.DEV.b23e769): TinkerToolLeveling-1.12.2-1.1.0.jar (required-after:forge@[14.21.1.2410,);required-after:mantle@[1.12-1.3.1.21,);required-after:tconstruct@[1.12-2.10,))
[19:30:38] [Server thread/DEBUG] [FML]: tombstone(Corail Tombstone:3.6.2): tombstone-3.6.2-1.12.2.jar (before:erebus;)
[19:30:38] [Server thread/DEBUG] [FML]: topaddons(TOP Addons:1.12.2-1.12.0): topaddons-1.12.2-1.12.0.jar (required-after:theoneprobe@[1.4.8,);after:forestry@[1.12.2-5.7.0.204,);after:tconstruct;after:bloodmagic;after:storagedrawers;after:botania;after:ic2;after:neotech;after:lycanytesmobs;after:opencomputers;after:stevescarts;after:mysticalagriculture)
[19:30:38] [Server thread/DEBUG] [FML]: transport(Transport:@1.12.2-1.0.0@): Transport-1.12.2-1.0.0.jar (required-after:base@[0.0.0,))
[19:30:38] [Server thread/DEBUG] [FML]: traverse(Traverse:1.6.0): Traverse-1.12.2-1.6.0-69.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: unloader(Unloader:1.2.0): unloader-1.2.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: valkyrielib.api(API: valkyrielib.api:1.12.2-2.0.10a): valkyrielib-1.12.2-2.0.20.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: universalmodifiers(Universal Modifiers:1.12.2-1.0.16.1): valkyrielib-1.12.2-2.0.20.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: waim(WAIM:1.0.0): WAIM-1.0.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wanionlib(WanionLib:1.12.2-2.4): WanionLib-1.12.2-2.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: waterstrainer(Water Strainer:3.2.0): WaterStrainer-1.12-3.2.0.jar (after:forge@[14.21.1.2424,))
[19:30:38] [Server thread/DEBUG] [FML]: waystones(Waystones:4.0.72): Waystones_1.12.2-4.0.72.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wetstone(Wetstone:1.0): wetstone-1.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wirelesscharger(WirelessCharger:1.12.2-1.0.6): WirelessCharger-1.12.2-1.0.6.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wct(Wireless Crafting Terminal 2:3.12.97): WirelessCraftingTerminal-1.12.2-3.12.97.jar (required-after:ae2wtlib@[1.0.34,);required-after:appliedenergistics2@[rv6-stable-7,);after:baubles;required-after:p455w0rdslib@[2.3.160,);after:mousetweaks;after:itemscroller)
[19:30:38] [Server thread/DEBUG] [FML]: wft(Wireless Fluid Terminal:1.0.4): WirelessFluidTerminal-1.12.2-1.0.4.jar (required-after:ae2wtlib@[1.0.34,);required-after:appliedenergistics2@[rv6-stable-7,);after:baubles;required-after:p455w0rdslib@[2.3.160,);after:mousetweaks;after:itemscroller)
[19:30:38] [Server thread/DEBUG] [FML]: wit(Wireless Interface Terminal:1.0.2): WirelessInterfaceTerminal-1.12.2-1.0.2.jar (required-after:ae2wtlib@[1.0.34,);required-after:appliedenergistics2@[rv6-stable-7,);after:baubles;required-after:p455w0rdslib@[2.3.160,);after:mousetweaks;after:itemscroller)
[19:30:38] [Server thread/DEBUG] [FML]: wpt(Wireless Pattern Terminal:1.0.3): WirelessPatternTerminal-1.12.2-1.0.3.jar (required-after:ae2wtlib@[1.0.34,);required-after:appliedenergistics2@[rv6-stable-7,);after:baubles;required-after:p455w0rdslib@[2.3.160,);after:mousetweaks;after:itemscroller)
[19:30:38] [Server thread/DEBUG] [FML]: wizardry(Wizardry:0.10.8): wizardry-0.10.8.jar (required-after:librarianlib)
[19:30:38] [Server thread/DEBUG] [FML]: woot(Woot:1.12.2-1.4.11): woot-1.12.2-1.4.11.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: worldedit(WorldEdit:6.1.10-SNAPSHOT): worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: worldprimer(World Primer:0.6.0-dev.20190814.220944): worldprimer-1.12.2-0.6.0-dev.20190814.220944.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: worldutils(World Utils:0.4.2): worldutils-1.12.2-0.4.2.jar (required-after:forge@[14.21.0.2373,);)
[19:30:38] [Server thread/DEBUG] [FML]: xlfoodmod(XL Food Mod:1.12.2-1.9.2): XL-Food-Mod-1.12.2-1.9.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: xnet(XNet:1.8.2): xnet-1.12-1.8.2.jar (required-after:mcjtylib_ng@[3.5.0,);after:rftools@[7.50,);after:forge@[13.19.0.2176,))
[19:30:38] [Server thread/DEBUG] [FML]: xtones(Xtones:1.12-1.0.8-11): Xtones-1.12-1.0.8-11.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ynot(YNot:0.2.4): YNot-0.2.4.jar (required-after:xnet@[1.8.0,))
[19:30:38] [Server thread/DEBUG] [FML]: rf-capability-adapter(Capability Adapter:1.1.0): capabilityadapter-1.1.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: gbook(Guidebook:2.9.2): Guidebook-1.12.2-2.9.2.jar (required-after:forge@[14.23.5.2779,))
[19:30:38] [Server thread/DEBUG] [FML]: industrialwires(Industrial Wires:1.7-36): IndustrialWires-1.7-36.jar (required-after:immersiveengineering@[0.12-86,);after:ic2;required-after:forge@[14.23.3.2694,))
[19:30:38] [Server thread/DEBUG] [FML]: phosphor-lighting(Phosphor Lighting Engine:1.12.2-0.2.6): phosphor-1.12.2-0.2.6+build50-universal.jar (after:neid@[1.5.4.4,);after:spongeforge@[1.12.2-2838-7.1.7-RC3844,))
[19:30:38] [Server thread/DEBUG] [FML]: techreborn_compat(Tech Reborn Mod Compatibility:1.0.0): TechReborn-ModCompatibility-1.12.2-1.3.2.64.jar (required:techreborn)
[19:30:38] [Server thread/DEBUG] [FML]: thebetweenlands(The Betweenlands:3.5.3): TheBetweenlands-3.5.3-universal.jar (required-after:forge@[14.23.4.2767,);after:tombmanygraves2api@[1.12-4.1.0,);after:tombmanygraves@[1.12-4.1.0,);after:jei@[4.12.0,))
[19:30:38] [Server thread/DEBUG] [FML]: redstonefluxapi(API: redstonefluxapi:2.1.0): RedstoneFlux-1.12-2.1.0.6-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tombstone-api-event(API: tombstone-api-event:1.0.4): tombstone-3.6.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: zerocore|API|multiblock|validation(API: zerocore|API|multiblock|validation:1.10.2-0.0.2): zerocore-1.12.2-0.1.2.8.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: actuallyadditionsapi(API: actuallyadditionsapi:34): ActuallyAdditions-1.12.2-r151.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: PatchouliAPI(API: PatchouliAPI:6): Patchouli-1.0-20.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: zerocore|API|multiblock(API: zerocore|API|multiblock:1.10.2-0.0.2): zerocore-1.12.2-0.1.2.8.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: reborncoreAPI|Praescriptum(API: reborncoreAPI|Praescriptum:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ae2wtlib|API(API: ae2wtlib|API:1.0.34): AE2WTLib-1.12.2-1.0.34.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.292.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: PneumaticCraftApi(API: PneumaticCraftApi:1.1): pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: theoneprobe_api(API: theoneprobe_api:1.4.4): theoneprobe-1.12-1.4.28.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: Chisel-API(API: Chisel-API:0.0.1): Chisel-MC1.12.2-1.0.1.44.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: CraftingTweaks|API(API: CraftingTweaks|API:4.1): CraftingTweaks_1.12.2-8.1.9.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: AppleCoreAPI(API: AppleCoreAPI:3.2.0): AppleCore-mc1.12.2-3.2.0.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ElecCoreAPI(API: ElecCoreAPI:1.0.0): ElecCore-1.12.2-1.9.452.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tombstone-api-magic(API: tombstone-api-magic:1.0.4): tombstone-3.6.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: appliedenergistics2|API(API: appliedenergistics2|API:rv6): appliedenergistics2-rv6-stable-7.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: gendustryAPI(API: gendustryAPI:2.3.0): gendustry-1.6.5.8-mc1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cosmeticarmorreworked|api(API: cosmeticarmorreworked|api:1.0.0): CosmeticArmorReworked-1.12.2-v4a.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: journeymap|client-api-display(API: journeymap|client-api-display:1.4): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: reborncoreAPI|Tile(API: reborncoreAPI|Tile:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: cofhapi(API: cofhapi:2.5.0): CoFHCore-1.12.2-4.6.3.27-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: funkylocomotion_api(API: funkylocomotion_api:2.0): funky-locomotion-1.12.2-1.1.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: stevescartsAPI(API: stevescartsAPI:${version}): StevesCarts-1.12.2-2.4.32.137.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: journeymap|client-api-model(API: journeymap|client-api-model:1.4): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: journeymap|client-api-event(API: journeymap|client-api-event:1.4): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|core(API: MekanismAPI|core:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: industrialforegoingapi(API: industrialforegoingapi:5): industrialforegoing-1.12.2-1.12.13-237.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: reborncoreAPI(API: reborncoreAPI:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|infuse(API: MekanismAPI|infuse:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: commoncapabilities|api(API: commoncapabilities|api:0.0.1): CommonCapabilities-1.12.2-2.4.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: stevescartsAPI|FARMS(API: stevescartsAPI|FARMS:${version}): StevesCarts-1.12.2-2.4.32.137.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wft|api(API: wft|api:1.0.4): WirelessFluidTerminal-1.12.2-1.0.4.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: reborncoreAPI|Recipe(API: reborncoreAPI|Recipe:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wpt|api(API: wpt|api:1.0.3): WirelessPatternTerminal-1.12.2-1.0.3.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bloodmagic-api(API: bloodmagic-api:2.0.0): BloodMagic-1.12.2-2.4.3-105.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: PsiAPI(API: PsiAPI:15): Psi-r1.1-77.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: EmbersAPI(API: EmbersAPI:0.1): EmbersRekindled-1.13-hotfix2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tombstone-api(API: tombstone-api:1.0.4): tombstone-3.6.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: journeymap|client-api(API: journeymap|client-api:1.4): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tombstone-api-recipe(API: tombstone-api-recipe:1.0.4): tombstone-3.6.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: journeymap|client-api-util(API: journeymap|client-api-util:1.4): journeymap-1.12.2-5.5.5.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: techrebornAPI(API: techrebornAPI:2.24.3.1043): TechReborn-1.12.2-2.24.3.1043-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: BetweenlandsAPI(API: BetweenlandsAPI:1.12.6): TheBetweenlands-3.5.3-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: ChiselsAndBitsAPI(API: ChiselsAndBitsAPI:14.25.0): chiselsandbits-14.33.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: openblocks|api(API: openblocks|api:1.2): OpenBlocks-1.12.2-1.8.1.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: tombstone-api-capability(API: tombstone-api-capability:1.0.4): tombstone-3.6.2-1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wit|api(API: wit|api:1.0.2): WirelessInterfaceTerminal-1.12.2-1.0.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: bigreactors|API(API: bigreactors|API:4.0.1): ExtremeReactors-1.12.2-0.4.5.67.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: QuarkAPI(API: QuarkAPI:4): Quark-r1.6-177.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: zerocore|API|multiblock|rectangular(API: zerocore|API|multiblock|rectangular:1.10.2-0.0.2): zerocore-1.12.2-0.1.2.8.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: wct|api(API: wct|api:1.1): WirelessCraftingTerminal-1.12.2-3.12.97.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: Guide-API|API(API: Guide-API|API:2.0.0): Guide-API-1.12-2.1.8-63.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|gas(API: MekanismAPI|gas:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: projectred|api(API: projectred|api:2.1): ProjectRed-1.12.2-4.9.4.120-Base.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|util(API: MekanismAPI|util:9.0.0): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: pressureAPI(API: pressureAPI:1.3.1.9): pressure-1.3.1.9-mc1.12.2.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|laser(API: MekanismAPI|laser:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|transmitter(API: MekanismAPI|transmitter:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: reborncoreAPI|Power(API: reborncoreAPI|Power:3.16.4.478): RebornCore-1.12.2-3.16.4.478-universal.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: MekanismAPI|energy(API: MekanismAPI|energy:9.8.1): Mekanism-1.12.2-9.8.2.389.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: zerocore|API|multiblock|tier(API: zerocore|API|multiblock|tier:1.10.2-0.0.2): zerocore-1.12.2-0.1.2.8.jar ()
[19:30:38] [Server thread/DEBUG] [FML]: armoryexpansion-conarm(Armory Expansion - Construct's Armory:1.4.1): armoryexpansion-1.4.1.jar (required-after:armoryexpansion; after:*)
[19:30:38] [Server thread/DEBUG] [FML]: eleccoreloader(ElecCoreLoader:1.9.452): ElecCore-1.12.2-1.9.452.jar (after:*)
[19:30:38] [Server thread/DEBUG] [FML]: librarianliblate(LibrarianLib Stage 2:4.19.2): librarianlib-1.12.2-4.19.2-release.jar (after:*)
[19:30:38] [Server thread/DEBUG] [FML]: mysticallib(Mystical Lib:1.12.2-1.4.0): mysticallib-1.12.2-1.4.0.jar (after:*)
[19:30:38] [Server thread/DEBUG] [FML]: teslacorelib_registries(Tesla Core Lib Registries:1.0.15): tesla-core-lib-1.12.2-1.0.15.jar (required-after:forgelin@[1.6.0,);required-after:forge@[14.23.3.2655,);after:*;)
[19:30:38] [Server thread/DEBUG] [FML]: unidict(UniDict:1.12.2-2.9.3): UniDict-1.12.2-2.9.3.jar (required-after:wanionlib@[1.12.2-1.5,);after:*)
[19:30:38] [Server thread/DEBUG] [FML]: wrapup(WrapUp:1.12-1.1.3): WrapUp-1.12-1.1.3.jar (after:*)
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file Born In A Barn V1.8-1.12-1.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file ChatFlow-1.4-7.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file classicbar-0.5.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file AutoSave-1.12.2-1.0.11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file AutoConfig-1.12.2-1.0.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file gigaherz.commons-1.12.1-0.6.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file mcjtytools-0.0.21.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file core-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/INFO] [FML]: FML has found a non-mod file json-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:30:38] [Server thread/DEBUG] [FML]: Loading @Config anotation data
[19:30:38] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[19:30:38] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[19:30:38] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.002s
[19:30:38] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[19:30:38] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[19:30:38] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[19:30:38] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod sampler
[19:30:43] [Server thread/TRACE] [FML]: Mod sampler is using network checker : Invoking method a
[19:30:43] [Server thread/TRACE] [FML]: Testing mod sampler to verify it accepts its own version in a remote connection
[19:30:43] [Server thread/TRACE] [FML]: The mod sampler accepts its own version (1.84)
[19:30:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod sampler
[19:30:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Sampling Performance Profiler took 5.165s
[19:30:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[19:30:43] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[19:30:43] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[19:30:43] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[19:30:43] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, sampler, FML, forge, advancedrocketrycore, openmodscore, foamfixcore, opencomputers|core, randompatches, actuallyadditions, actuallybaubles, actuallycomputers, advancedrocketry, ae2stuff, ae2wtlib, agricraft, aiimprovements, akashictome, applecore, appleskin, appliedenergistics2, armoryexpansion, armoryexpansion-conarm, armoryexpansion-custommaterials, armoryexpansion-iceandfire, armoryexpansion-matteroverdrive, aroma1997core, aroma1997sdimension, astralsorcery, atmtweaks, attributefix, autoreglib, backpack, base, baubles, bhc, bdlib, betterbuilderswands, betterthanmending, bibliocraft, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, birdsfoods, blockcraftery, blooddebug, bloodmagic, bloodylib, bonsaitrees, bookshelf, botania, brandonscore, buildinggadgets, careerbees, cctweaked, computercraft, chameleon, chickenchunks, chisel, chiselsandbits, clumps, codechickenlib, cofhcore, cofhworld, commoncapabilities, compactmachines3, computronics, asielib, conarm, contenttweaker, cookingforblockheads, cosmeticarmorreworked, craftingtweaks, crafttweaker, crafttweakerjei, cucumber, culinaryconstruct, modcurrency, cyclicmagic, cyclopscore, darkutils, deepresonance, diethopper, draconicevolution, eleccoreloader, eleccore, ebwizardry, embers, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderioendergy, enderstorage, environmentalcreepers, environmentaltech, etlunar, extracells, extrarails, extrautils2, bigreactors, fastfurnace, fastbench, fencejumper, flamingo, flatcoloredblocks, floralchemy, fluxnetworks, foamfix, forestry, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbutilities, funkylocomotion, gendustry, advgenerators, guideapi, hooked, ichunutil, ieclochecompat, immersivepetroleum, immersivetech, incontrol, ic2, industrialforegoing, infinitylib, initialinventory, integratedcrafting, integrateddynamics, integrateddynamicscompat, integratedterminals, integratedterminalscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorygenerators, inventorytweaks, ironchest, jaopca, oredictinit, jaopcaadditions, jaopcaagriculture, jei, jeibees, journeymap, justenoughdimensions, jee, justenoughreactors, kjlib, kleeslabs, laggoggles, librarianliblate, librarianlib, libraryex, libvulpes, lostcities, lostsouls, lunatriuscore, magicbees, malisiscore, malisisdoors, mantle, matc, mcjtylib_ng, mekanism, mekanismgenerators, mekanismtools, mobtotems, modtweaker, morphtool, morpheus, mpbasic, mputils, mrtjpcore, mtlib, mysticalagradditions, mysticalagriculture, mysticallib, mysticalworld, natura, naturescompass, netherex, nmsot, neid, notenoughwands, nuclearcraft, nutrition, oeintegration, openblocks, opencomputers, openmods, oreexcavation, overloaded, p455w0rdslib, packcrashinfo, packmode, parry, patchouli, placebo, plants2, plustic, pneumaticcraft, portalgun, portality, pressure, projectintelligence, projectred-core, projectred-compat, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, psi, quark, quickleafdecay, randomthings, randomtweaks, rangedpumps, reborncore, rebornstorage, redstonearsenal, redstoneflux, refinedstorage, refinedstorageaddons, xreliquary, rftools, rftoolscontrol, rftoolsdim, rftoolspower, rftpwroc, roguelike, roots, rustic, schematica, shadowmc, simplyjetpacks, soulshardsrespawn, stevescarts, stg, storagedrawers, storagedrawersextra, superiorshields, tatw, tconstruct, techreborn, teslacorelib, teslacorelib_registries, thaumcraft, thaumcomp, tcinventoryscan, thaumicperiphery, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, thermallogistics, tickprofiler, tinkersjei, tinkersoc, tinkertoolleveling, tombstone, topaddons, transport, traverse, twilightforest, unidict, unloader, universalmodifiers, valkyrielib, waim, wanionlib, waterstrainer, waystones, wetstone, wirelesscharger, wct, wft, wit, wpt, wizardry, woot, worldedit, worldprimer, worldutils, wrapup, xlfoodmod, xnet, xtones, ynot, zerocore, rf-capability-adapter, gbook, immersiveengineering, industrialwires, phosphor-lighting, techreborn_compat, thebetweenlands] at CLIENT
[19:30:44] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, sampler, FML, forge, advancedrocketrycore, openmodscore, foamfixcore, opencomputers|core, randompatches, actuallyadditions, actuallybaubles, actuallycomputers, advancedrocketry, ae2stuff, ae2wtlib, agricraft, aiimprovements, akashictome, applecore, appleskin, appliedenergistics2, armoryexpansion, armoryexpansion-conarm, armoryexpansion-custommaterials, armoryexpansion-iceandfire, armoryexpansion-matteroverdrive, aroma1997core, aroma1997sdimension, astralsorcery, atmtweaks, attributefix, autoreglib, backpack, base, baubles, bhc, bdlib, betterbuilderswands, betterthanmending, bibliocraft, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, birdsfoods, blockcraftery, blooddebug, bloodmagic, bloodylib, bonsaitrees, bookshelf, botania, brandonscore, buildinggadgets, careerbees, cctweaked, computercraft, chameleon, chickenchunks, chisel, chiselsandbits, clumps, codechickenlib, cofhcore, cofhworld, commoncapabilities, compactmachines3, computronics, asielib, conarm, contenttweaker, cookingforblockheads, cosmeticarmorreworked, craftingtweaks, crafttweaker, crafttweakerjei, cucumber, culinaryconstruct, modcurrency, cyclicmagic, cyclopscore, darkutils, deepresonance, diethopper, draconicevolution, eleccoreloader, eleccore, ebwizardry, embers, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderioendergy, enderstorage, environmentalcreepers, environmentaltech, etlunar, extracells, extrarails, extrautils2, bigreactors, fastfurnace, fastbench, fencejumper, flamingo, flatcoloredblocks, floralchemy, fluxnetworks, foamfix, forestry, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbutilities, funkylocomotion, gendustry, advgenerators, guideapi, hooked, ichunutil, ieclochecompat, immersivepetroleum, immersivetech, incontrol, ic2, industrialforegoing, infinitylib, initialinventory, integratedcrafting, integrateddynamics, integrateddynamicscompat, integratedterminals, integratedterminalscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorygenerators, inventorytweaks, ironchest, jaopca, oredictinit, jaopcaadditions, jaopcaagriculture, jei, jeibees, journeymap, justenoughdimensions, jee, justenoughreactors, kjlib, kleeslabs, laggoggles, librarianliblate, librarianlib, libraryex, libvulpes, lostcities, lostsouls, lunatriuscore, magicbees, malisiscore, malisisdoors, mantle, matc, mcjtylib_ng, mekanism, mekanismgenerators, mekanismtools, mobtotems, modtweaker, morphtool, morpheus, mpbasic, mputils, mrtjpcore, mtlib, mysticalagradditions, mysticalagriculture, mysticallib, mysticalworld, natura, naturescompass, netherex, nmsot, neid, notenoughwands, nuclearcraft, nutrition, oeintegration, openblocks, opencomputers, openmods, oreexcavation, overloaded, p455w0rdslib, packcrashinfo, packmode, parry, patchouli, placebo, plants2, plustic, pneumaticcraft, portalgun, portality, pressure, projectintelligence, projectred-core, projectred-compat, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, psi, quark, quickleafdecay, randomthings, randomtweaks, rangedpumps, reborncore, rebornstorage, redstonearsenal, redstoneflux, refinedstorage, refinedstorageaddons, xreliquary, rftools, rftoolscontrol, rftoolsdim, rftoolspower, rftpwroc, roguelike, roots, rustic, schematica, shadowmc, simplyjetpacks, soulshardsrespawn, stevescarts, stg, storagedrawers, storagedrawersextra, superiorshields, tatw, tconstruct, techreborn, teslacorelib, teslacorelib_registries, thaumcraft, thaumcomp, tcinventoryscan, thaumicperiphery, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, thermallogistics, tickprofiler, tinkersjei, tinkersoc, tinkertoolleveling, tombstone, topaddons, transport, traverse, twilightforest, unidict, unloader, universalmodifiers, valkyrielib, waim, wanionlib, waterstrainer, waystones, wetstone, wirelesscharger, wct, wft, wit, wpt, wizardry, woot, worldedit, worldprimer, worldutils, wrapup, xlfoodmod, xnet, xtones, ynot, zerocore, rf-capability-adapter, gbook, immersiveengineering, industrialwires, phosphor-lighting, techreborn_compat, thebetweenlands] at SERVER
[19:30:44] [Server thread/INFO] [neid]: Patching class: "net.minecraft.network.PacketBuffer" with Transformer Group: "TransformerGroupPacketBuffer"
[19:30:44] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.PacketBuffer
[19:30:44] [Server thread/DEBUG] [randompatches]: Patching method: func_150793_b (readCompoundTag)
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.420s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[19:30:44] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b89c9be
[19:30:44] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$10
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$11
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$12
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$13
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$14
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$6
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$7
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$8
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/Minecraft$9
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderGlobal$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureManager$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$6
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReport$7
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/Entity$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/EntityTracker$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/entity/player/InventoryPlayer$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/network/NetHandlerPlayServer$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/network/NetworkSystem$6
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/MinecraftServer$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/MinecraftServer$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/World$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/World$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/World$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/World$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/World$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/chunk/Chunk$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$10
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$2
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$3
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$4
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$5
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$6
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$7
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$8
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$9
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/ICrashCallable
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1
[19:30:44] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1
[19:30:44] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[19:30:44] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2847)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[19:30:44] [Server thread/DEBUG] [mixin]: Mixing MixinASMEventHandler from mixins.laggoggles.json into net.minecraftforge.fml.common.eventhandler.ASMEventHandler
[19:30:44] [Server thread/INFO] [LagGoggles-Boot]: Applied mixin: cf.terminator.laggoggles.mixin.MixinASMEventHandler
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.184s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod advancedrocketrycore
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod advancedrocketrycore
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Advanced Rocketry Core took 0.000s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod openmodscore
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod openmodscore
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenModsLib Core took 0.001s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod foamfixcore
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod foamfixcore
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - FoamFixCore took 0.000s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod opencomputers|core
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod opencomputers|core
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenComputers (Core) took 0.000s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod randompatches
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod randompatches
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - RandomPatches took 0.000s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fastbench
[19:30:44] [Server thread/TRACE] [FML]: Mod fastbench is using network checker : Accepting version 1.7.2
[19:30:44] [Server thread/TRACE] [FML]: Testing mod fastbench to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod fastbench accepts its own version (1.7.2)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fastbench
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastbench
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into fastbench for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod fastbench
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - FastWorkbench took 0.043s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallyadditions
[19:30:44] [Server thread/TRACE] [FML]: Mod actuallyadditions is using network checker : Accepting version 1.12.2-r151
[19:30:44] [Server thread/TRACE] [FML]: Testing mod actuallyadditions to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod actuallyadditions accepts its own version (1.12.2-r151)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallyadditions
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallyadditions
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallyadditions for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallyadditions
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Additions took 0.020s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod baubles
[19:30:44] [Server thread/TRACE] [FML]: Mod baubles is using network checker : Accepting version 1.5.2
[19:30:44] [Server thread/TRACE] [FML]: Testing mod baubles to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod baubles accepts its own version (1.5.2)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into baubles
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for baubles
[19:30:44] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for baubles.common.items.ItemRing for mod baubles
[19:30:44] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class baubles.common.items.ItemRing
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into baubles for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod baubles
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Baubles took 0.021s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallybaubles
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `magnet_ring_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `potion_ring_advanced_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_double_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_triple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quadruple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `actuallyadditions` for name `battery_quintuple_bauble`, expected `actuallybaubles`. This could be a intended override, but in most cases indicates a broken mod.
[19:30:44] [Server thread/TRACE] [FML]: Mod actuallybaubles is using network checker : Accepting version 1.1
[19:30:44] [Server thread/TRACE] [FML]: Testing mod actuallybaubles to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod actuallybaubles accepts its own version (1.1)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallybaubles
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallybaubles
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallybaubles for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallybaubles
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Baubles took 0.124s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod opencomputers
[19:30:44] [Server thread/TRACE] [FML]: Mod opencomputers is using network checker : Accepting version 1.7.5.192
[19:30:44] [Server thread/TRACE] [FML]: Testing mod opencomputers to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod opencomputers accepts its own version (1.7.5.192)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into opencomputers
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for opencomputers
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into opencomputers for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod opencomputers
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenComputers took 0.077s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallycomputers
[19:30:44] [Server thread/TRACE] [FML]: Mod actuallycomputers is using network checker : Accepting version 2.1.0
[19:30:44] [Server thread/TRACE] [FML]: Testing mod actuallycomputers to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod actuallycomputers accepts its own version (2.1.0)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallycomputers
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallycomputers
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallycomputers for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallycomputers
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - ActuallyComputers took 0.006s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod redstoneflux
[19:30:44] [Server thread/TRACE] [FML]: Mod redstoneflux is using network checker : Accepting version 2.1.0
[19:30:44] [Server thread/TRACE] [FML]: Testing mod redstoneflux to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod redstoneflux accepts its own version (2.1.0)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into redstoneflux
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for redstoneflux
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into redstoneflux for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod redstoneflux
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - Redstone Flux took 0.005s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cofhcore
[19:30:44] [Server thread/TRACE] [FML]: Mod cofhcore is using network checker : Accepting version 4.6.3
[19:30:44] [Server thread/TRACE] [FML]: Testing mod cofhcore to verify it accepts its own version in a remote connection
[19:30:44] [Server thread/TRACE] [FML]: The mod cofhcore accepts its own version (4.6.3)
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cofhcore
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cofhcore
[19:30:44] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cofhcore for type INSTANCE
[19:30:44] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cofhcore
[19:30:44] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH Core took 0.041s
[19:30:44] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ic2
[19:30:44] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:44] [Server thread/DEBUG] [forge]: ic2/core/item/tool/HandHeldInventory$1
[19:30:45] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[19:30:45] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[19:30:45] [Server thread/DEBUG] [mixin]: Mixing common.MixinChunk from mixins.phosphor.json into net.minecraft.world.chunk.Chunk
[19:30:45] [Server thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[19:30:45] [Server thread/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/IChunkLighting to metadata cache
[19:30:45] [Server thread/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/WorldChunkSlice to metadata cache
[19:30:45] [Server thread/TRACE] [mixin]: Added class metadata for java/lang/Math to metadata cache
[19:30:45] [Server thread/DEBUG] [mixin]: Mixing common.MixinChunk$Vanilla from mixins.phosphor.json into net.minecraft.world.chunk.Chunk
[19:30:45] [Server thread/DEBUG] [mixin]: Mixing MixinChunk from mixins.malisiscore.core.json into net.minecraft.world.chunk.Chunk
[19:30:45] [Server thread/TRACE] [mixin]: Added class metadata for net/malisis/core/registry/Registries to metadata cache
[19:30:45] [Server thread/TRACE] [mixin]: Added class metadata for net/malisis/core/util/callback/CallbackResult to metadata cache
[19:30:45] [Server thread/TRACE] [FML]: Mod ic2 is using network checker : Accepting version 2.8.187-ex112
[19:30:45] [Server thread/TRACE] [FML]: Testing mod ic2 to verify it accepts its own version in a remote connection
[19:30:45] [Server thread/TRACE] [FML]: The mod ic2 accepts its own version (2.8.187-ex112)
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ic2
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ic2
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ic2 for type INSTANCE
[19:30:45] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ic2
[19:30:45] [Server thread/DEBUG] [FML]: Bar Step: Construction - IndustrialCraft 2 took 0.632s
[19:30:45] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod libvulpes
[19:30:45] [Server thread/TRACE] [FML]: Mod libvulpes is using network checker : Accepting version 0.4.2.-68
[19:30:45] [Server thread/TRACE] [FML]: Testing mod libvulpes to verify it accepts its own version in a remote connection
[19:30:45] [Server thread/TRACE] [FML]: The mod libvulpes accepts its own version (0.4.2.-68)
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into libvulpes
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for libvulpes
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into libvulpes for type INSTANCE
[19:30:45] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod libvulpes
[19:30:45] [Server thread/DEBUG] [FML]: Bar Step: Construction - Vulpes library took 0.128s
[19:30:45] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod advancedrocketry
[19:30:45] [Server thread/TRACE] [FML]: Mod advancedrocketry is using network checker : Accepting version 1.6.0.-188
[19:30:45] [Server thread/TRACE] [FML]: Testing mod advancedrocketry to verify it accepts its own version in a remote connection
[19:30:45] [Server thread/TRACE] [FML]: The mod advancedrocketry accepts its own version (1.6.0.-188)
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into advancedrocketry
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for advancedrocketry
[19:30:45] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for zmaster587.advancedRocketry.util.AudioRegistry$RegistrationHandler for mod advancedrocketry
[19:30:45] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class zmaster587.advancedRocketry.util.AudioRegistry$RegistrationHandler
[19:30:45] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into advancedrocketry for type INSTANCE
[19:30:45] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod advancedrocketry
[19:30:45] [Server thread/DEBUG] [FML]: Bar Step: Construction - Advanced Rocketry took 0.274s
[19:30:45] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appliedenergistics2
[19:30:45] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:45] [Server thread/DEBUG] [forge]: appeng/core/crash/BaseCrashEnhancement
[19:30:46] [Server thread/TRACE] [FML]: Mod appliedenergistics2 is using network checker : Accepting version rv6-stable-7
[19:30:46] [Server thread/TRACE] [FML]: Testing mod appliedenergistics2 to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod appliedenergistics2 accepts its own version (rv6-stable-7)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appliedenergistics2
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appliedenergistics2
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appliedenergistics2 for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appliedenergistics2
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - Applied Energistics 2 took 0.150s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bdlib
[19:30:46] [Server thread/TRACE] [FML]: Mod bdlib is using network checker : Accepting version 1.14.3.12
[19:30:46] [Server thread/TRACE] [FML]: Testing mod bdlib to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod bdlib accepts its own version (1.14.3.12)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bdlib
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bdlib
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bdlib for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bdlib
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - BD Lib took 0.014s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ae2stuff
[19:30:46] [Server thread/TRACE] [FML]: Mod ae2stuff is using network checker : Accepting version 0.7.0.4
[19:30:46] [Server thread/TRACE] [FML]: Testing mod ae2stuff to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod ae2stuff accepts its own version (0.7.0.4)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ae2stuff
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ae2stuff
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ae2stuff for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ae2stuff
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - AE2 Stuff took 0.011s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod roots
[19:30:46] [Server thread/TRACE] [FML]: Mod roots is using network checker : Accepting version 1.12.2-3.0.21
[19:30:46] [Server thread/TRACE] [FML]: Testing mod roots to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod roots accepts its own version (1.12.2-3.0.21)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into roots
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for roots
[19:30:46] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for epicsquid.roots.event.handlers.LootHandler since it is not for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.BookHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.BookHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.config.GeneralConfig for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.config.GeneralConfig
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.ClientTickHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.ClientTickHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.TrampleHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.TrampleHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.init.ModVillagers for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.init.ModVillagers
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.MappingsEvent for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.MappingsEvent
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.gui.Keybinds for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.gui.Keybinds
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.SoilHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.SoilHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.DeathEventHandler for mod roots
[19:30:46] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
[19:30:46] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
[19:30:46] [Server thread/INFO] [Quark ASM]: Located Method, patching...
[19:30:46] [Server thread/INFO] [Quark ASM]: Patch result: true
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.DeathEventHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.BarkHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.BarkHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.integration.botania.PetalApothecaryFiller for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.integration.botania.PetalApothecaryFiller
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.init.HerbRegistry for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.init.HerbRegistry
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.EventManager for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.EventManager
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.AdvancementHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.AdvancementHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.handler.ConfigHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.handler.ConfigHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.util.PowderInventoryUtil for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.util.PowderInventoryUtil
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.util.QuiverInventoryUtil for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.util.QuiverInventoryUtil
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.ItemEventHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.ItemEventHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.mechanics.Harvest for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.mechanics.Harvest
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.roots.event.handlers.SneakHandler for mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.roots.event.handlers.SneakHandler
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into roots for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod roots
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - Roots took 0.132s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mysticalworld
[19:30:46] [Server thread/TRACE] [FML]: Mod mysticalworld is using network checker : Accepting version 1.12.2-1.5.0
[19:30:46] [Server thread/TRACE] [FML]: Testing mod mysticalworld to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod mysticalworld accepts its own version (1.12.2-1.5.0)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.BookHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.BookHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.LootHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.LootHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.SquidHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.SquidHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.CapabilityHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.CapabilityHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.init.ModVillagers for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.init.ModVillagers
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.LeafHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.LeafHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.PoisonHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.PoisonHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.ShoulderHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.ShoulderHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.TooltipHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.TooltipHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.events.MappingHandler for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.events.MappingHandler
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for epicsquid.mysticalworld.config.ConfigManager for mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class epicsquid.mysticalworld.config.ConfigManager
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mysticalworld for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mysticalworld
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mystical World took 0.121s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod endercore
[19:30:46] [Server thread/TRACE] [FML]: Mod endercore is using network checker : Accepting version 1.12.2-0.5.73
[19:30:46] [Server thread/TRACE] [FML]: Testing mod endercore to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod endercore accepts its own version (1.12.2-0.5.73)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into endercore
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for endercore
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.enderio.core.common.enchant.EnchantAutoSmelt for mod endercore
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.enderio.core.common.enchant.EnchantAutoSmelt
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.enderio.core.common.enchant.EnchantXPBoost for mod endercore
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.enderio.core.common.enchant.EnchantXPBoost
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into endercore for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod endercore
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - EnderCore took 0.040s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod crafttweaker
[19:30:46] [Server thread/TRACE] [FML]: Mod crafttweaker is using network checker : Accepting version 4.1.19
[19:30:46] [Server thread/TRACE] [FML]: Testing mod crafttweaker to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod crafttweaker accepts its own version (4.1.19)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into crafttweaker
[19:30:46] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.blamejared.ctgui.MTRecipe.PROXY since it is not for mod crafttweaker
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for crafttweaker
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into crafttweaker for type INSTANCE
[19:30:46] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for com.blamejared.ctgui.MTRecipe.INSTANCE since it is not for mod crafttweaker
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod crafttweaker
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftTweaker2 took 0.442s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mtlib
[19:30:46] [Server thread/TRACE] [FML]: Mod mtlib is using network checker : Accepting version 3.0.6
[19:30:46] [Server thread/TRACE] [FML]: Testing mod mtlib to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod mtlib accepts its own version (3.0.6)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mtlib
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mtlib
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mtlib for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mtlib
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - MTLib took 0.003s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod modtweaker
[19:30:46] [Server thread/TRACE] [FML]: Mod modtweaker is using network checker : Accepting version 4.0.17
[19:30:46] [Server thread/TRACE] [FML]: Testing mod modtweaker to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod modtweaker accepts its own version (4.0.17)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into modtweaker
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for modtweaker
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into modtweaker for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod modtweaker
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mod Tweaker took 0.004s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jei
[19:30:46] [Server thread/TRACE] [FML]: Mod jei is using network checker : Invoking method checkModLists
[19:30:46] [Server thread/TRACE] [FML]: Testing mod jei to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod jei accepts its own version (4.15.0.292)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jei
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jei for type INSTANCE
[19:30:46] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jei
[19:30:46] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.006s
[19:30:46] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thaumcraft
[19:30:46] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:46] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$1
[19:30:46] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$2
[19:30:46] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$3
[19:30:46] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$4
[19:30:46] [Server thread/TRACE] [FML]: Mod thaumcraft is using network checker : Accepting version 6.1.BETA26
[19:30:46] [Server thread/TRACE] [FML]: Testing mod thaumcraft to verify it accepts its own version in a remote connection
[19:30:46] [Server thread/TRACE] [FML]: The mod thaumcraft accepts its own version (6.1.BETA26)
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ChunkEvents for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ChunkEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ServerEvents for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ServerEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.WorldEvents for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.WorldEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.network.EventHandlerNetwork for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.network.EventHandlerNetwork
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.PlayerEvents for mod thaumcraft
[19:30:46] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming thaumcraft.common.lib.events.PlayerEvents : thaumcraft.common.lib.events.PlayerEvents with 1 patches!
[19:30:46] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHRUNICSHIELDINGHOOK
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.PlayerEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.Registrar for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.Registrar
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.CraftingEvents for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.CraftingEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ToolEvents for mod thaumcraft
[19:30:46] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ToolEvents
[19:30:46] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.entities.construct.EntityArcaneBore for mod thaumcraft
[19:30:47] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches!
[19:30:47] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH
[19:30:47] [Server thread/INFO] [LibrarianLib ASM]: Transforming NetHandlerPlayServer
[19:30:47] [Server thread/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
[19:30:47] [Server thread/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook
[19:30:47] [Server thread/INFO] [LibrarianLib ASM]: Patch result: Success
[19:30:47] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.NetHandlerPlayServer
[19:30:47] [Server thread/DEBUG] [randompatches]: Patching method: func_73660_a (update)
[19:30:47] [Server thread/DEBUG] [randompatches]: Patching method: func_147347_a (processPlayer)
[19:30:47] [Server thread/DEBUG] [randompatches]: Patching method: func_184338_a (processVehicleMove)
[19:30:47] [Server thread/DEBUG] [mixin]: Mixing MixinChunkCollision$MixinNetHandlerPlayServer from mixins.malisiscore.core.json into net.minecraft.network.NetHandlerPlayServer
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/client/CPacketPlayerDigging to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/server/MinecraftServer to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/Packet to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/INetHandler to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/client/CPacketPlayerDigging$Action to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/block/material/Material to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/server/SPacketBlockChange to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/TextComponentTranslation to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/TextComponentBase to metadata cache
[19:30:47] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/tileentity/CommandBlockBaseLogic to metadata cache
[19:30:47] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.entities.construct.EntityArcaneBore
[19:30:47] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.EntityEvents for mod thaumcraft
[19:30:47] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.EntityEvents
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thaumcraft for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thaumcraft
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thaumcraft took 0.297s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod codechickenlib
[19:30:47] [Server thread/TRACE] [FML]: Mod codechickenlib is using network checker : Accepting version 3.2.3.358
[19:30:47] [Server thread/TRACE] [FML]: Testing mod codechickenlib to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod codechickenlib accepts its own version (3.2.3.358)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into codechickenlib
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for codechickenlib
[19:30:47] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.configuration.ConfigSyncManager for mod codechickenlib
[19:30:47] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.configuration.ConfigSyncManager
[19:30:47] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.CCLLog for mod codechickenlib
[19:30:47] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.CCLLog
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into codechickenlib for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod codechickenlib
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - CodeChicken Lib took 0.075s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod brandonscore
[19:30:47] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[19:30:47] [Server thread/INFO] [draconicevolution]: Draconic Evolution online!
[19:30:47] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[19:30:47] [Server thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it!
[19:30:47] [Server thread/TRACE] [FML]: Mod brandonscore is using network checker : Accepting version 2.4.17
[19:30:47] [Server thread/TRACE] [FML]: Testing mod brandonscore to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod brandonscore accepts its own version (2.4.17)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into brandonscore
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for brandonscore
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into brandonscore for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod brandonscore
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - Brandon's Core took 0.023s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cofhworld
[19:30:47] [Server thread/TRACE] [FML]: Mod cofhworld is using network checker : No network checking performed
[19:30:47] [Server thread/TRACE] [FML]: Testing mod cofhworld to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod cofhworld accepts its own version (1.3.1)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cofhworld
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cofhworld
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cofhworld for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cofhworld
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH World took 0.035s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thermalfoundation
[19:30:47] [Server thread/TRACE] [FML]: Mod thermalfoundation is using network checker : Accepting version 2.6.3
[19:30:47] [Server thread/TRACE] [FML]: Testing mod thermalfoundation to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod thermalfoundation accepts its own version (2.6.3)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thermalfoundation
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thermalfoundation
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thermalfoundation for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thermalfoundation
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Foundation took 0.030s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod draconicevolution
[19:30:47] [Server thread/INFO] [draconicevolution]: Hello Minecraft!!!
[19:30:47] [Server thread/TRACE] [FML]: Mod draconicevolution is using network checker : Accepting version 2.3.24
[19:30:47] [Server thread/TRACE] [FML]: Testing mod draconicevolution to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod draconicevolution accepts its own version (2.3.24)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into draconicevolution
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for draconicevolution
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into draconicevolution for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod draconicevolution
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - Draconic Evolution took 0.019s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thermalexpansion
[19:30:47] [Server thread/TRACE] [FML]: Mod thermalexpansion is using network checker : Accepting version 5.5.4
[19:30:47] [Server thread/TRACE] [FML]: Testing mod thermalexpansion to verify it accepts its own version in a remote connection
[19:30:47] [Server thread/TRACE] [FML]: The mod thermalexpansion accepts its own version (5.5.4)
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thermalexpansion
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thermalexpansion
[19:30:47] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thermalexpansion for type INSTANCE
[19:30:47] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thermalexpansion
[19:30:47] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Expansion took 0.080s
[19:30:47] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderio
[19:30:47] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:47] [Server thread/DEBUG] [forge]: crazypants/enderio/base/EnderIO$1
[19:30:47] [Server thread/DEBUG] [forge]: crazypants/enderio/base/diagnostics/EnderIOCrashCallable
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.integration.thaumcraft.ThaumcraftArmorMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.integration.thaumcraft.ThaumcraftArmorMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.api.upgrades.IDarkSteelItem
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin.
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.power.forge.item.IInternalPoweredItem
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ITexturePaintableBlock
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelArmor from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Patching 2 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelArmor
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Added 3 new interfaces: [thaumcraft/api/items/IVisDiscountGear, thaumcraft/api/items/IGoggles, thaumcraft/api/items/IRevealer]
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [showNodes(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EntityLivingBase;)Z, showIngamePopups(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EntityLivingBase;)Z, getVisDiscount(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;)I]
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Added 4 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, addCommonEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, addBasicEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[19:30:47] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ISolidBlockPaintableBlock
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$IBlockPaintableBlock
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$INonSolidBlockPaintableBlock
[19:30:48] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderio is not accessible
java.lang.NoSuchMethodException: crazypants.enderio.base.EnderIO.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_232]
at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:?]
at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
[19:30:48] [Server thread/TRACE] [FML]: Mod enderio is using network checker : Accepting version 5.1.52
[19:30:48] [Server thread/TRACE] [FML]: Testing mod enderio to verify it accepts its own version in a remote connection
[19:30:48] [Server thread/TRACE] [FML]: The mod enderio accepts its own version (5.1.52)
[19:30:48] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderio
[19:30:48] [Server thread/DEBUG] [FML]: Skipping proxy injection for crazypants.enderio.conduits.EnderIOConduits.proxy since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentRepellent for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentRepellent
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.integration.tic.EnderIOIntegrationTic since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.loot.Loot for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.loot.Loot
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.ItemInventoryCharger for mod enderio
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemInventoryCharger from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemInventoryCharger
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[19:30:48] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.ItemInventoryCharger
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.DarkShieldRecipes for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.DarkShieldRecipes
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitObject since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.capacitor.CapacitorKeyRegistry for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.capacitor.CapacitorKeyRegistry
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.fluid.Fluids for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.fluid.Fluids
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.charge.EntityPrimedCharge for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.charge.EntityPrimedCharge
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.handler.ConduitBreakSpeedHandler since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.fertilizer.Fertilizer for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.fertilizer.Fertilizer
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.TileEntityEio for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.TileEntityEio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.infinity.InfinityFogDropHandler for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.infinity.InfinityFogDropHandler
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.botany.BotanyUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.botany.BotanyUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.FarmersRegistry for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.FarmersRegistry
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.chiselsandbits.CABIMC for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.chiselsandbits.CABIMC
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.material.MaterialCraftingHandler for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.material.MaterialCraftingHandler
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionWithering for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionWithering
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ic2e.IC2eUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ic2e.IC2eUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.IntegrationRegistry for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.IntegrationRegistry
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.conduit.geom.ConduitGeometryUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.conduit.geom.ConduitGeometryUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.autosave.BaseHandlers for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.autosave.BaseHandlers
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.capacitor.CapacitorKey since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.gui.handler.GuiHelper for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.gui.handler.GuiHelper
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolTileEntity since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.DarkSteelController for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.DarkSteelController
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.events.ModSoundRegisterEvent for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.events.ModSoundRegisterEvent
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentShimmer for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentShimmer
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionFloating for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionFloating
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.oc.EnderIOConduitsOpenComputers since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionConfusion for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionConfusion
[19:30:48] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.init.MachineObject since it is not for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.top.TOPUtil for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.top.TOPUtil
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentSoulBound for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentSoulBound
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.filter.recipes.FilterRecipes for mod enderio
[19:30:48] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.filter.recipes.FilterRecipes
[19:30:48] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.loot.LootManager for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.loot.LootManager
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolObject since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.obelisk.weather.BlockWeatherObelisk since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitTileEntity since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.api.capacitor.CapabilityCapacitorData for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.api.capacitor.CapabilityCapacitorData
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.integration.forestry.EnderIOIntegrationForestry since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.chickens.ChickensUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.chickens.ChickensUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.eggs.EntityOwlEgg for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.eggs.EntityOwlEgg
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.recipes.MaterialRecipes for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.recipes.MaterialRecipes
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.spawner.BrokenSpawnerHandler for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.spawner.BrokenSpawnerHandler
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.gardencore.GardencoreUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.gardencore.GardencoreUtil
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.obelisk.inhibitor.InhibitorHandler since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.diagnostics.EnderIOCrashCallable for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.diagnostics.EnderIOCrashCallable
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ic2c.IC2cUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ic2c.IC2cUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.capacitor.CapacitorKey for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.capacitor.CapacitorKey
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.fertilizer.NoFertilizer for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.fertilizer.NoFertilizer
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.filter.capability.CapabilityFilterHolder for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.filter.capability.CapabilityFilterHolder
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.integration.tic.EnderIOIntegrationTicLate since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.capacitor.CapacitorKey since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.sound.SoundRegistry for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.sound.SoundRegistry
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawnerUser for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawnerUser
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.tic.TicUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.tic.TicUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.TickTimer for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.TickTimer
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.autosave.ConduitHandlers since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.te.TEUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.te.TEUtil
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.init.MachineTileEntity since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ae2.AE2Util for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ae2.AE2Util
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.machine.entity.EntityFallingMachine for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.machine.entity.EntityFallingMachine
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.bop.BoPUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.bop.BoPUtil
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.refinedstorage.EnderIOConduitsRefinedStorage since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.teleport.ChunkTicket for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.teleport.ChunkTicket
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.coldfire.BlockColdFire for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.coldfire.BlockColdFire
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook for mod enderio
[19:30:49] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[19:30:49] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook
[19:30:49] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[19:30:49] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.recipes.MaterialOredicts for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.recipes.MaterialOredicts
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.botania.BotaniaUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.botania.BotaniaUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.power.wireless.WirelessChargerController for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.power.wireless.WirelessChargerController
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.transceiver.ServerChannelRegister for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.transceiver.ServerChannelRegister
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.killera.Attackera since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.Log for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.Log
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawner for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawner
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.ServerTickHandler for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.ServerTickHandler
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.UpgradeRegistry for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.UpgradeRegistry
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentWitherArrow for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentWitherArrow
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.railcraft.RailcraftUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.railcraft.RailcraftUtil
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.darksteel.upgrade.solar.SolarUpgrade since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.HandlerSoulBound for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.HandlerSoulBound
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.ModTileEntity for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.ModTileEntity
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mekanism.MekanismUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mekanism.MekanismUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentWitherWeapon for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentWitherWeapon
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.recipes.PowerToolRecipes since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.autosave.MachineHandlers since it is not for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.draconic.DraconicUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.draconic.DraconicUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.machine.recipes.MachineRecipes for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.machine.recipes.MachineRecipes
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mfr.MFRUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mfr.MFRUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.metallurgy.MetallurgyUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.metallurgy.MetallurgyUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.magnet.MagnetController for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.magnet.MagnetController
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.SwordHandler for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.SwordHandler
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.bigreactors.BRProxy for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.bigreactors.BRProxy
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.techreborn.TechRebornUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.techreborn.TechRebornUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.exu2.ExU2Util for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.exu2.ExU2Util
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.registry.Registry for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.registry.Registry
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.natura.NaturaUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.natura.NaturaUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.ModObjectRegistry for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.ModObjectRegistry
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil
[19:30:49] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.basemetals.BaseMetalsUtil for mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.basemetals.BaseMetalsUtil
[19:30:49] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderio for type INSTANCE
[19:30:49] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderio
[19:30:49] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO took 2.500s
[19:30:49] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mantle
[19:30:49] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:49] [Server thread/DEBUG] [forge]: slimeknights/mantle/pulsar/internal/CrashHandler
[19:30:49] [Server thread/TRACE] [FML]: Mod mantle is using network checker : Accepting version 1.12-1.3.3.55
[19:30:49] [Server thread/TRACE] [FML]: Testing mod mantle to verify it accepts its own version in a remote connection
[19:30:49] [Server thread/TRACE] [FML]: The mod mantle accepts its own version (1.12-1.3.3.55)
[19:30:49] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mantle
[19:30:49] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle
[19:30:49] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mantle for type INSTANCE
[19:30:49] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mantle
[19:30:49] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mantle took 0.008s
[19:30:49] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chisel
[19:30:50] [Server thread/TRACE] [FML]: Mod chisel is using network checker : Accepting version MC1.12.2-1.0.1.44
[19:30:50] [Server thread/TRACE] [FML]: Testing mod chisel to verify it accepts its own version in a remote connection
[19:30:50] [Server thread/TRACE] [FML]: The mod chisel accepts its own version (MC1.12.2-1.0.1.44)
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chisel
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chisel
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for team.chisel.common.block.BreakSpeedHandler for mod chisel
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class team.chisel.common.block.BreakSpeedHandler
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for team.chisel.Features for mod chisel
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class team.chisel.Features
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chisel for type INSTANCE
[19:30:50] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chisel
[19:30:50] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chisel took 0.288s
[19:30:50] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:30:50] [Server thread/DEBUG] [forge]: crazypants/enderio/base/EnderIO$1
[19:30:50] [Server thread/DEBUG] [forge]: crazypants/enderio/base/diagnostics/EnderIOCrashCallable
[19:30:50] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiointegrationtic is not accessible
java.lang.NoSuchMethodException: crazypants.enderio.integration.tic.EnderIOIntegrationTic.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_232]
at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:?]
at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_232]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
[19:30:50] [Server thread/TRACE] [FML]: Mod enderiointegrationtic is using network checker : Accepting version 5.1.52
[19:30:50] [Server thread/TRACE] [FML]: Testing mod enderiointegrationtic to verify it accepts its own version in a remote connection
[19:30:50] [Server thread/TRACE] [FML]: The mod enderiointegrationtic accepts its own version (5.1.52)
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping proxy injection for crazypants.enderio.conduits.EnderIOConduits.proxy since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping proxy injection for crazypants.enderio.base.EnderIO.proxy since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentRepellent since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.integration.tic.EnderIOIntegrationTic for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.integration.tic.EnderIOIntegrationTic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.loot.Loot since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.ItemInventoryCharger since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.DarkShieldRecipes since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitObject since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.capacitor.CapacitorKeyRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.fluid.Fluids since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.charge.EntityPrimedCharge since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.handler.ConduitBreakSpeedHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.fertilizer.Fertilizer since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.TileEntityEio since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.infinity.InfinityFogDropHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.botany.BotanyUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.FarmersRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.chiselsandbits.CABIMC since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.material.MaterialCraftingHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionWithering since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ic2e.IC2eUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.IntegrationRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.conduit.geom.ConduitGeometryUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.autosave.BaseHandlers since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.capacitor.CapacitorKey since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.gui.handler.GuiHelper since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolTileEntity since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.DarkSteelController since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.events.ModSoundRegisterEvent since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentShimmer since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionFloating since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.oc.EnderIOConduitsOpenComputers since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionConfusion since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.init.MachineObject since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.top.TOPUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentSoulBound since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.filter.recipes.FilterRecipes since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.loot.LootManager since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolObject since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.obelisk.weather.BlockWeatherObelisk since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitTileEntity since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.api.capacitor.CapabilityCapacitorData since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.integration.forestry.EnderIOIntegrationForestry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.chickens.ChickensUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.eggs.EntityOwlEgg since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.recipes.MaterialRecipes since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.spawner.BrokenSpawnerHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.gardencore.GardencoreUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.obelisk.inhibitor.InhibitorHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.diagnostics.EnderIOCrashCallable since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ic2c.IC2cUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.capacitor.CapacitorKey since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.fertilizer.NoFertilizer since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.filter.capability.CapabilityFilterHolder since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.integration.tic.EnderIOIntegrationTicLate since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.capacitor.CapacitorKey since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.sound.SoundRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawnerUser since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.tic.TicUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.TickTimer since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.autosave.ConduitHandlers since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.te.TEUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.init.MachineTileEntity since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ae2.AE2Util since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.machine.entity.EntityFallingMachine since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.bop.BoPUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduit.refinedstorage.EnderIOConduitsRefinedStorage since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.teleport.ChunkTicket since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.coldfire.BlockColdFire since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.recipes.MaterialOredicts since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.botania.BotaniaUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.power.wireless.WirelessChargerController since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.transceiver.ServerChannelRegister since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.killera.Attackera since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.Log since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.machine.spawner.creative.ContainerCreativeSpawner since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.ServerTickHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.UpgradeRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentWitherArrow since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.railcraft.RailcraftUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.darksteel.upgrade.solar.SolarUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.HandlerSoulBound since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.ModTileEntity since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mekanism.MekanismUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentWitherWeapon since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.recipes.PowerToolRecipes since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.machines.autosave.MachineHandlers since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.draconic.DraconicUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.machine.recipes.MachineRecipes since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mfr.MFRUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.metallurgy.MetallurgyUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.magnet.MagnetController since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.SwordHandler since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.bigreactors.BRProxy since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.techreborn.TechRebornUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.exu2.ExU2Util since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.registry.Registry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.natura.NaturaUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.ModObjectRegistry since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.basemetals.BaseMetalsUtil since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderiointegrationtic for type INSTANCE
[19:30:50] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for crazypants.enderio.base.EnderIO.instance since it is not for mod enderiointegrationtic
[19:30:50] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderiointegrationtic
[19:30:50] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Integration with Tinkers' Construct took 0.143s
[19:30:50] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod quark
[19:30:50] [Server thread/TRACE] [FML]: Mod quark is using network checker : Invoking method acceptsMods
[19:30:50] [Server thread/TRACE] [FML]: Testing mod quark to verify it accepts its own version in a remote connection
[19:30:50] [Server thread/TRACE] [FML]: The mod quark accepts its own version (r1.6-177)
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into quark
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for quark
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.module.ModuleLoader$EventHandler for mod quark
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.module.ModuleLoader$EventHandler
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.client.ContributorRewardHandler for mod quark
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.client.ContributorRewardHandler
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.capability.CapabilityHandler for mod quark
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.capability.CapabilityHandler
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into quark for type INSTANCE
[19:30:50] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod quark
[19:30:50] [Server thread/DEBUG] [FML]: Bar Step: Construction - Quark took 0.033s
[19:30:50] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod twilightforest
[19:30:50] [Server thread/TRACE] [FML]: Mod twilightforest is using network checker : Accepting version 3.10.1013
[19:30:50] [Server thread/TRACE] [FML]: Testing mod twilightforest to verify it accepts its own version in a remote connection
[19:30:50] [Server thread/TRACE] [FML]: The mod twilightforest accepts its own version (3.10.1013)
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFKnightlySword for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFKnightlySword
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFEventListener for mod twilightforest
[19:30:50] [Server thread/DEBUG] [RandomThingsCore]: Found InventoryPlayer Class: net/minecraft/entity/player/InventoryPlayer
[19:30:50] [Server thread/DEBUG] [RandomThingsCore]: - Found dropAllItems (1/2)
[19:30:50] [Server thread/DEBUG] [RandomThingsCore]: - Patched dropAllItems (2/2)
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFEventListener
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFMinotaurAxe for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFMinotaurAxe
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.entity.TFEntities for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.entity.TFEntities
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFSounds for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFSounds
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.ItemTFFieryPick for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.ItemTFFieryPick
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFConfig for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFConfig
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.RegisterItemEvent for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.RegisterItemEvent
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.TFTickHandler for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.TFTickHandler
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.item.recipe.TFRecipes for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.item.recipe.TFRecipes
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.potions.TFRegisterPotionEvent for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.potions.TFRegisterPotionEvent
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.block.RegisterBlockEvent for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.block.RegisterBlockEvent
[19:30:50] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for twilightforest.biomes.RegistryBiomeEvent for mod twilightforest
[19:30:50] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class twilightforest.biomes.RegistryBiomeEvent
[19:30:50] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into twilightforest for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod twilightforest
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - The Twilight Forest took 0.635s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tconstruct
[19:30:51] [Server thread/DEBUG] [Pulsar-tconstruct]: Attaching [PulseManager[tconstruct]] to event bus for container [FMLMod:tconstruct{1.12.2-2.13.0.171}]
[19:30:51] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
[19:30:51] [Server thread/INFO] [tconstruct]: Preparing to take over the world
[19:30:51] [Server thread/TRACE] [FML]: Mod tconstruct is using network checker : Invoking method matchModVersions
[19:30:51] [Server thread/TRACE] [FML]: Testing mod tconstruct to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod tconstruct accepts its own version (1.12.2-2.13.0.171)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tconstruct
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tconstruct
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation for mod tconstruct
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.common.Sounds for mod tconstruct
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.common.Sounds
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tconstruct for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tconstruct
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers' Construct took 0.658s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod p455w0rdslib
[19:30:51] [Server thread/TRACE] [FML]: Mod p455w0rdslib is using network checker : Accepting version 2.3.161
[19:30:51] [Server thread/TRACE] [FML]: Testing mod p455w0rdslib to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod p455w0rdslib accepts its own version (2.3.161)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into p455w0rdslib
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for p455w0rdslib
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for p455w0rdslib.LibEvents for mod p455w0rdslib
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class p455w0rdslib.LibEvents
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into p455w0rdslib for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod p455w0rdslib
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - p455w0rd's Library took 0.012s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ae2wtlib
[19:30:51] [Server thread/TRACE] [FML]: Mod ae2wtlib is using network checker : Accepting version 1.0.34
[19:30:51] [Server thread/TRACE] [FML]: Testing mod ae2wtlib to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod ae2wtlib accepts its own version (1.0.34)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ae2wtlib
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ae2wtlib
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for p455w0rd.ae2wtlib.init.LibEvents for mod ae2wtlib
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class p455w0rd.ae2wtlib.init.LibEvents
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ae2wtlib for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ae2wtlib
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - AE2 Wireless Terminals (AE2WTLib) took 0.085s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod infinitylib
[19:30:51] [Server thread/TRACE] [FML]: Mod infinitylib is using network checker : Accepting version 1.12.2-1.12.0
[19:30:51] [Server thread/TRACE] [FML]: Testing mod infinitylib to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod infinitylib accepts its own version (1.12.2-1.12.0)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into infinitylib
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for infinitylib
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into infinitylib for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod infinitylib
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - InfinityLib took 0.062s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod agricraft
[19:30:51] [Server thread/TRACE] [FML]: Mod agricraft is using network checker : Accepting version 2.12.0-1.12.0-a6
[19:30:51] [Server thread/TRACE] [FML]: Testing mod agricraft to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod agricraft accepts its own version (2.12.0-1.12.0-a6)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into agricraft
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for agricraft
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.infinityraider.agricraft.handler.PlayerInteractEventHandler for mod agricraft
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.infinityraider.agricraft.handler.PlayerInteractEventHandler
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.infinityraider.agricraft.handler.GrassDropHandler for mod agricraft
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.infinityraider.agricraft.handler.GrassDropHandler
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into agricraft for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod agricraft
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - AgriCraft took 0.020s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aiimprovements
[19:30:51] [Server thread/TRACE] [FML]: Mod aiimprovements is using network checker : No network checking performed
[19:30:51] [Server thread/TRACE] [FML]: Testing mod aiimprovements to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod aiimprovements accepts its own version (0.0.1.1)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aiimprovements
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aiimprovements
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aiimprovements for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aiimprovements
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - AI Improvements took 0.007s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod akashictome
[19:30:51] [Server thread/TRACE] [FML]: Mod akashictome is using network checker : Accepting version 1.2-12
[19:30:51] [Server thread/TRACE] [FML]: Testing mod akashictome to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod akashictome accepts its own version (1.2-12)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into akashictome
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for akashictome
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into akashictome for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod akashictome
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - Akashic Tome took 0.007s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod applecore
[19:30:51] [Server thread/TRACE] [FML]: Mod applecore is using network checker : No network checking performed
[19:30:51] [Server thread/TRACE] [FML]: Testing mod applecore to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod applecore accepts its own version (3.2.0)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into applecore
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for applecore
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into applecore for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod applecore
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - AppleCore took 0.002s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appleskin
[19:30:51] [Server thread/TRACE] [FML]: Mod appleskin is using network checker : No network checking performed
[19:30:51] [Server thread/TRACE] [FML]: Testing mod appleskin to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod appleskin accepts its own version (1.0.9)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appleskin
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appleskin for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appleskin
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - AppleSkin took 0.005s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod base
[19:30:51] [Server thread/TRACE] [FML]: Mod base is using network checker : Accepting version 3.13.0
[19:30:51] [Server thread/TRACE] [FML]: Testing mod base to verify it accepts its own version in a remote connection
[19:30:51] [Server thread/TRACE] [FML]: The mod base accepts its own version (3.13.0)
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into base
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for base
[19:30:51] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler for mod base
[19:30:51] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler
[19:30:51] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into base for type INSTANCE
[19:30:51] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod base
[19:30:51] [Server thread/DEBUG] [FML]: Bar Step: Construction - B.A.S.E took 0.098s
[19:30:51] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod contenttweaker
[19:30:52] [Server thread/TRACE] [FML]: Mod contenttweaker is using network checker : Accepting version 1.12.2-4.9.1
[19:30:52] [Server thread/TRACE] [FML]: Testing mod contenttweaker to verify it accepts its own version in a remote connection
[19:30:52] [Server thread/TRACE] [FML]: The mod contenttweaker accepts its own version (1.12.2-4.9.1)
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into contenttweaker
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for contenttweaker
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into contenttweaker for type INSTANCE
[19:30:52] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod contenttweaker
[19:30:52] [Server thread/DEBUG] [FML]: Bar Step: Construction - ContentTweaker took 0.058s
[19:30:52] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod conarm
[19:30:52] [Server thread/TRACE] [FML]: Mod conarm is using network checker : Accepting version 1.2.5.3
[19:30:52] [Server thread/TRACE] [FML]: Testing mod conarm to verify it accepts its own version in a remote connection
[19:30:52] [Server thread/TRACE] [FML]: The mod conarm accepts its own version (1.2.5.3)
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into conarm
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for conarm
[19:30:52] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for c4.conarm.proxy.CommonProxy for mod conarm
[19:30:52] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class c4.conarm.proxy.CommonProxy
[19:30:52] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for c4.conarm.common.ConfigHandler$ConfigEventHandler for mod conarm
[19:30:52] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class c4.conarm.common.ConfigHandler$ConfigEventHandler
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into conarm for type INSTANCE
[19:30:52] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod conarm
[19:30:52] [Server thread/DEBUG] [FML]: Bar Step: Construction - Construct's Armory took 0.122s
[19:30:52] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod armoryexpansion
[19:30:52] [Server thread/TRACE] [FML]: Mod armoryexpansion is using network checker : Accepting version 1.4.1
[19:30:52] [Server thread/TRACE] [FML]: Testing mod armoryexpansion to verify it accepts its own version in a remote connection
[19:30:52] [Server thread/TRACE] [FML]: The mod armoryexpansion accepts its own version (1.4.1)
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into armoryexpansion
[19:30:52] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for armoryexpansion
[19:30:52] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for org.softc.armoryexpansion.common.i
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment