Created
December 8, 2020 10:14
-
-
Save KorewaLidesu/7a42bbafedc800c783ed32e70545f9e2 to your computer and use it in GitHub Desktop.
Log and crash related
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| // On the bright side, I bought you a teddy bear! | |
| Time: 2020-12-08 17:12:51 ICT | |
| Description: Exception in server tick loop | |
| net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ProjectE (projecte) | |
| Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/ISpecialArmor$ArmorProperties | |
| at java.lang.Class.getDeclaredMethods0(Native Method) | |
| at java.lang.Class.privateGetDeclaredMethods(Unknown Source) | |
| at java.lang.Class.privateGetPublicMethods(Unknown Source) | |
| at java.lang.Class.privateGetPublicMethods(Unknown Source) | |
| at java.lang.Class.getMethods(Unknown Source) | |
| at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:84) | |
| at moze_intel.projecte.gameObjs.items.armor.GemLegs.<init>(GemLegs.java:30) | |
| at moze_intel.projecte.gameObjs.ObjHandler.<clinit>(ObjHandler.java:198) | |
| at moze_intel.projecte.PECore.preInit(PECore.java:118) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) | |
| at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
| at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
| at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) | |
| at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:600) | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:103) | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) | |
| at java.lang.Thread.run(Unknown Source) | |
| Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.ISpecialArmor$ArmorProperties | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| ... 44 more | |
| Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer gregtech.common.asm.GTCETransformer@5c4fe9a1 from coremod GTCELoadingPlugin | |
| 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) | |
| ... 46 more | |
| Caused by: java.lang.RuntimeException: Patching failed, patch code wasn't injected Patch target: [net/minecraftforge/common/ISpecialArmor$ArmorProperties.applyArmor(Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/util/NonNullList;Lnet/minecraft/util/DamageSource;D)F]; injection point: [net/minecraft/util/CombatRules.func_189427_a(FFF)F]; (point not found) | |
| at gregtech.common.asm.util.SafeMethodVisitor.visitEnd(SafeMethodVisitor.java:21) | |
| at org.objectweb.asm.ClassReader.b(Unknown Source) | |
| at org.objectweb.asm.ClassReader.accept(Unknown Source) | |
| at org.objectweb.asm.ClassReader.accept(Unknown Source) | |
| at gregtech.common.asm.GTCETransformer.transform(GTCETransformer.java:30) | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) | |
| ... 48 more | |
| A detailed walkthrough of the error, its code path and all known details is as follows: | |
| --------------------------------------------------------------------------------------- | |
| -- System Details -- | |
| Minecraft Version: 1.12.2 | |
| Magma Version: c645e79 | |
| Operating System: Windows 7 (amd64) version 6.1 | |
| Java Version: 1.8.0_271, Oracle Corporation | |
| Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
| Memory: 932184048 bytes (888 MB) / 3145728000 bytes (3000 MB) up to 3145728000 bytes (3000 MB) | |
| JVM Flags: 4 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx3000M -Xms3000M | |
| IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
| FML: MCP 9.42 Powered by Forge 14.23.5.2854 250 mods loaded, 250 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 | | |
| |:----- |:------------------------------------ |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- | | |
| | LCH | minecraft | 1.12.2 | minecraft.jar | None | | |
| | LCH | mcp | 9.42 | minecraft.jar | None | | |
| | LCH | FML | 8.0.99.99 | server.jar | None | | |
| | LCH | forge | 14.23.5.2854 | server.jar | None | | |
| | LCH | advancedrocketrycore | 1 | minecraft.jar | None | | |
| | LCH | creativecoredummy | 1.0.0 | minecraft.jar | None | | |
| | LCH | littletilescore | 1.0.0 | minecraft.jar | None | | |
| | LCH | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None | | |
| | LCH | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None | | |
| | LCH | xaeroworldmap_core | 1.12.2-1.0 | minecraft.jar | None | | |
| | LCH | openmodscore | 0.12.2 | minecraft.jar | None | | |
| | LCH | bnbgamingcore | 0.11.0 | minecraft.jar | None | | |
| | LCH | opencomputers|core | 1.7.5.192 | minecraft.jar | None | | |
| | LCH | botania_tweaks_core | -100 | minecraft.jar | None | | |
| | LCH | randompatches | 1.12.2-1.22.1.2 | randompatches-1.12.2-1.22.1.2.jar | None | | |
| | LCH | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | |
| | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | |
| | LCH | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None | | |
| | LCH | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None | | |
| | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | | |
| | LCH | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | | |
| | LCH | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None | | |
| | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | |
| | LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | |
| | LCH | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None | | |
| | LCH | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None | | |
| | LCH | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None | | |
| | LCH | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None | | |
| | LCH | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None | | |
| | LCH | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None | | |
| | LCH | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None | | |
| | LCH | enderio | 5.2.59 | EnderIO-base-1.12.2-5.2.59.jar | None | | |
| | LCH | enderiointegrationtic | 5.2.59 | EnderIO-integration-tic-1.12.2-5.2.59.jar | None | | |
| | LCH | enderiobase | 5.2.59 | EnderIO-base-1.12.2-5.2.59.jar | None | | |
| | LCH | enderioconduits | 5.2.59 | EnderIO-conduits-1.12.2-5.2.59.jar | None | | |
| | LCH | enderiopowertools | 5.2.59 | EnderIO-conduits-1.12.2-5.2.59.jar | None | | |
| | LCH | enderioconduitsappliedenergistics | 5.2.59 | EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar | None | | |
| | LCH | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | |
| | LCH | netherbackport | 1.0.0 | 0.0.5a-releasecandidate1.jar | None | | |
| | LCH | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None | | |
| | LCH | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None | | |
| | LCH | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | | |
| | LCH | libvulpes | 0.4.2.-75 | LibVulpes-1.12.2-0.4.2-75-universal.jar | None | | |
| | LCH | advancedrocketry | 1.7.0.-232 | AdvancedRocketry-1.12.2-1.7.0-232-universal.jar | None | | |
| | LCH | aenetvistool | 1.0.3 | AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar | None | | |
| | LCH | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | |
| | LCE | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None | | |
| | LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | |
| | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None | | |
| | LC | tinkersextras | 1.12.2-1.1.0 | TinkersExtras-1.12.2-1.1.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | |
| | LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.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 | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | |
| | LC | cyclicmagic | 1.20.3 | Cyclic-1.12.2-1.20.4.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af | | |
| | 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 | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None | | |
| | LC | animus | 1 | Animus-1.12-2.1.7.jar | None | | |
| | LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | | |
| | LC | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.5.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 | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None | | |
| | LC | armoreablemobs | 1.1.2 | armoreablemobs-1.12.2-1.1.8.jar | None | | |
| | LC | artemislib | 1.0.6 | ArtemisLib-1.12.2-v1.0.6.jar | None | | |
| | LC | athenaeum | 1.12.2-1.16.0-1-g05e9939 | athenaeum-1.12.2-1.16.0.jar | None | | |
| | LC | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | gamestages | 2.0.117 | GameStages-1.12.2-2.0.117.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | artisanworktables | 1.12.2-1.20.2 | artisanworktables-1.12.2-1.20.2.jar | None | | |
| | LC | astralsorcery | 1.10.25 | astralsorcery-1.12.2-1.10.25.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | |
| | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None | | |
| | LC | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None | | |
| | LC | backportedflora | 1.4 | backportedflora-1.4.jar | None | | |
| | LC | base | 3.13.0 | base-1.12.2-3.13.0.jar | None | | |
| | LC | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None | | |
| | LC | batterybufferdriver | 1.2 | BatteryBufferDriver-1.2.jar | None | | |
| | LC | bhc | 1.2.3 | baubley-heart-canisters-1.12.2-1.2.3.jar | None | | |
| | LC | biggerpacketsplz | 1.2 | biggerpacketsplz-since1.8-1.2.jar | 266588b191a3e2974a4a577f282858a3bc07da42 | | |
| | LC | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None | | |
| | LC | botania_tweaks | 1.9.0 | botaniatweaks-1.9.0.jar | None | | |
| | LC | botania | r1.10-363 | Botania r1.10-363.jar | None | | |
| | LC | bridgeit | 1.0.0 | Bridgeit-1.0.0.jar | None | | |
| | LC | buildinggadgets | 2.8.4 | BuildingGadgets-2.8.4.jar | None | | |
| | LC | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None | | |
| | LC | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | |
| | LC | gregtech | 1.10.0.546 | gregtech-1.12.2-1.10.0.546.jar | None | | |
| | LC | ceu | 1.0.4.3 | CEU-1.12.2-1.0.4.3.jar | None | | |
| | LC | chickens | 6.1.0 | chickens-6.1.0.jar | None | | |
| | LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | |
| | LC | cyclopscore | 1.6.6 | CyclopsCore-1.12.2-1.6.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | |
| | LC | commoncapabilities | 2.4.6 | CommonCapabilities-1.12.2-2.4.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | |
| | LC | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | | |
| | LC | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None | | |
| | LC | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None | | |
| | LC | roost | 2.0.6 | coop-1.12.2-2.0.6.jar | None | | |
| | LC | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | |
| | LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None | | |
| | LC | creativecore | 1.10.0 | CreativeCore_v1.10.16_mc1.12.2.jar | None | | |
| | LC | cryingobsidian | 1.2.1 | CryingObsidian-1.12.2-1.2.1.jar | None | | |
| | LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | |
| | LC | cyberware | 0.2.11.26 | cyberware-1.12.2-0.2.11.26.jar | None | | |
| | LC | dmonsters | 1.7 | Deadly Monsters 1.71.jar | None | | |
| | LC | patchouli | 1.0-21 | Patchouli-1.0-21.jar | None | | |
| | LC | deepmoblearning | 1.12.2-2.5.4 | deepmoblearning-1.12.2-2.5.4-universal.jar | None | | |
| | LC | deepmoblearningbm | 1.12.2-1.0.1 | deepmoblearningbm-1.12.2-1.0.1-universal.jar | None | | |
| | LC | diethopper | 1.1 | diethopper-1.1.jar | None | | |
| | LC | dimensionalcontrol | 2.11.0 | DimensionalControl-1.12.2-2.11.0.jar | None | | |
| | LC | dimstages | 2.0.23 | DimensionStages-1.12.2-2.0.23.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | dldungeonsjbg | 1.13.2 | DoomlikeDungeons-1.13.2-MC1.12.2.jar | None | | |
| | LC | dropt | 1.12.2-1.14.0 | dropt-1.12.2-1.14.0.jar | None | | |
| | LC | dupefixproject | 2.4.1 | DupeFix Project 2.4.1.jar | None | | |
| | LC | emberroot | 1.3.9 | EmberRootZoo-1.12.2-1.3.10.jar | None | | |
| | LC | enderioendergy | 5.2.59 | EnderIO-endergy-1.12.2-5.2.59.jar | None | | |
| | LC | enderiointegrationticlate | 5.2.59 | EnderIO-integration-tic-1.12.2-5.2.59.jar | None | | |
| | LC | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None | | |
| | LC | enderiomachines | 5.2.59 | EnderIO-machines-1.12.2-5.2.59.jar | None | | |
| | LC | enderutilities | 0.7.15 | enderutilities-1.12.2-0.7.15.jar | 2b03e1423915a189b8094816baa18f239d576dff | | |
| | LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | |
| | LC | floralchemy | 1.12.2-1.1.1 | Floralchemy-1.12.2-1.1.1.jar | None | | |
| | LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | |
| | LC | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | |
| | LC | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None | | |
| | LC | fluxnetworks | 4.0.14 | fluxnetworks-1.12.2-4.0.15-32.jar | None | | |
| | LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | |
| | 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.1.130 | FTBUtilities-5.4.1.130.jar | None | | |
| | LC | itemfilters | 1.0.4.2 | ItemFilters-1.0.4.2.jar | None | | |
| | LC | ftbquests | 1.9.0.12 | FTBQuests-1.9.0.12.jar | None | | |
| | LC | ftbultimine | 1.3.0 | FTBUltimine-1.3.0.jar | None | | |
| | LC | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None | | |
| | LC | fvw | 1.0.0 | fvw-1.0.0.jar | None | | |
| | LC | gtce2oc | 1.6.0 | gtce2oc-1.12.2-1.6.0.jar | None | | |
| | LC | gunpowderlib | 1.12.2-1.0 | GunpowderLib-1.12.2-1.0.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | |
| | LC | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | |
| | LC | integrateddynamics | 1.1.7 | IntegratedDynamics-1.12.2-1.1.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | |
| | LC | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None | | |
| | LC | randomthings | 4.2.7.4 | RandomThings-MC1.12.2-4.2.7.4.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | |
| | LC | rustic | 1.1.4 | rustic-1.1.4.jar | None | | |
| | LC | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | |
| | LC | hitwithaxe | 1.5.1 | Hit With Axe-1.12.2-1.5.1.jar | None | | |
| | LC | hotornot | 1.1.2 | HotOrNot-1.12-1.1.2-16.jar | None | | |
| | LC | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | |
| | LC | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | |
| | LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | |
| | LC | incontrol | 3.9.16 | incontrol-1.12-3.9.17.jar | None | | |
| | LC | teslacorelib | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.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 | insomniac | 1.6 | insomniac-1.6.jar | None | | |
| | LC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.7.jar | None | | |
| | LC | integratedtunnels | 1.6.12 | IntegratedTunnels-1.12.2-1.6.12.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | |
| | LC | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.12.jar | None | | |
| | LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None | | |
| | LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | | |
| | LC | rftools | 7.73 | rftools-1.12-7.73.jar | None | | |
| | LC | integrationforegoing | 1.12.2-1.10 | IntegrationForegoing-1.12.2-1.10.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 | itlt | 1.0.0 | itlt-1.12.2-1.0.2.jar | None | | |
| | LC | justenoughdimensions | 1.6.0-dev.20190505.222902 | justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar | 2b03e1423915a189b8094816baa18f239d576dff | | |
| | LC | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None | | |
| | LC | knowledgeshare | 1.1 | knowledgeshare-1.1.jar | None | | |
| | LC | lcrdrfs | 2.0.0 | LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | None | | |
| | LC | libnine | 1.1.9 | libnine-1.12.2-1.1.9.jar | None | | |
| | LC | threng | 1.1.20 | lazy-ae2-1.12.2-1.1.20.jar | None | | |
| | LC | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None | | |
| | LC | librarianlib | 4.21 | librarianlib-1.12.2-4.21.jar | None | | |
| | LC | littletiles | 1.5.0 | LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar | None | | |
| | LC | logisticspipes | 0.10.3.62 | logisticspipes-0.10.3.62.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 | | |
| | LC | logisticsbridge | 1.3.11 | LogisticsBridge-1.3.11.jar | None | | |
| | LC | loottweaker | 0.0.10 | LootTweaker-1.12.2-0.0.10.jar | None | | |
| | LC | mightyenderchicken | 7.3.0 | MightyEnderChicken-1.12.2-7.3.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | |
| | LC | minetogether | unspecified | minetogether-1.10.2-2.2.5.jar | None | | |
| | LC | minetogetherserver | unspecified | minetogether-1.10.2-2.2.5.jar | None | | |
| | LC | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | |
| | LC | modulardiversity | 1.5 | Modular Diversity-1.5.jar | None | | |
| | LC | morechickens | 3.2.0 | morechickens-1.12.2-3.2.0.jar | None | | |
| | LC | multiblocktweaker | 1.12.2-stable-1.2.0 | multiblocktweaker-1.12.2-stable-1.2.0.jar | None | | |
| | LC | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None | | |
| | LC | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.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 | pickletweaks | 2.1.3 | PickleTweaks-1.12.2-2.1.3.jar | None | | |
| | LC | plustic | 7.0.7.0 | plustic-7.0.7.0.jar | None | | |
| | LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | |
| | LC | randomtweaks | 1.12.2-2.8.2.0 | randomtweaks-1.12.2-2.8.2.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd | | |
| | LC | reborncore | 3.19.4.529 | RebornCore-1.12.2-3.19.4.529-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | |
| | LC | redstonearsenal | 2.6.6 | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | None | | |
| | LC | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None | | |
| | LC | resize | 2.2 | resizingpotion-2.2.jar | b851b8b7c7f4d8d0e910ff27618150ba80c026ec | | |
| | LC | roughmobsrevamped | 2.3.17 | roughmobsrevamped-1.12.2-2.3.17.jar | None | | |
| | LC | roughtweaks | 1.0 | roughTweaks0.2.4-1.12.2.jar | None | | |
| | LC | rusticthaumaturgy | 4.4a | Rustic Thaumaturgy-4.4a.jar | None | | |
| | LC | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None | | |
| | LC | scavenge | 1.8 | Scavenge V1.12-1.8.3.2.jar | None | | |
| | LC | gtadditions | 1.12.2-2.14.0 | Shadows_of_Greg-1.12.2-2.14.0.jar | None | | |
| | LC | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None | | |
| | LC | simple_trophies | 1.2.2 | simpletrophies-1.2.2.1.jar | None | | |
| | LC | simplylight | 1.12.2-0.8.7 | simplylight-1.12.2-0.8.7.jar | None | | |
| | LC | sledgehammer | 1.12.2-2.0.6 | Sledgehammer-1.12.2-2.0.6.jar | 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 | | |
| | LC | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None | | |
| | LC | sqpatch | 1.0.0 | SqueezerPatch-1.12.2-1.0.0.jar | None | | |
| | LC | terracore | 2.1.13 | TerraCore-1.12-2.1.13.jar | None | | |
| | LC | stats_keeper | 3.1.13 | StatsKeeper-1.12.2-3.1.13.jar | None | | |
| | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | |
| | LC | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | superfactorymanager | @VERSION@ | SuperFactoryManager-1.12.2-2.0.23.jar | None | | |
| | LC | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | thaumicenergistics | 2.2.3 | thaumicenergistics-2.2.4.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 | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None | | |
| | LC | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None | | |
| | LC | tickdynamic | 1.0.2-LypakaUpdate | TickDynamic_1.0.2_Lypaka_Build_3.jar | None | | |
| | LC | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | | |
| | LC | tinkerstages | 2.0.17 | TinkerStages-1.12.2-2.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | |
| | LC | togetherforever | 1.0.2 | togetherforever-1.12.2-1.0.12-22.jar | None | | |
| | LC | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None | | |
| | LC | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None | | |
| | LC | tombmanypluginscosmeticarmorreworked | 1.0.0 | tombmanypluginscosmeticarmorreworked-1.0.0.jar | None | | |
| | LC | topaddons | 1.12.2-1.13.0 | topaddons-1.12.2-1.13.0.jar | None | | |
| | LC | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | |
| | LC | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None | | |
| | LC | vtb | 2.0.0 | VillagerTradingBan-2.0.0.6-universal.jar | None | | |
| | LC | voidislandcontrol | 1.5.3 | voidislandcontrol-1.5.3.jar | None | | |
| | LC | volumetricflask | 0.18 | volumetricflask-0.18.jar | None | | |
| | LC | watercontrolextreme | 1.0.0 | WaterControlExtreme-1.0.2.jar | None | | |
| | LC | 113_water_mechanics | 1.0.2 | WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | None | | |
| | LC | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None | | |
| | LC | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None | | |
| | LC | whoops | 1.0.1 | whoops-1.0.1.jar | None | | |
| | LC | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 | | |
| | LC | wizardry | 0.11.0 | wizardry-0.11.0.jar | None | | |
| | LC | xaerominimap | 20.20.1 | Xaeros_Minimap_20.20.1_Forge_1.12.jar | None | | |
| | LC | xaeroworldmap | 1.10.1 | XaerosWorldMap_1.10.1_Forge_1.12.jar | None | | |
| | LC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None | | |
| | LC | zensummoning | 1.1.1 | Zen Summoning-1.12-1.1.1.jar | None | | |
| | LC | zentriggers | 1.1.1 | Zen Triggers-1.12-1.1.1.jar | None | | |
| | LC | zenstages | 0.5.0-null | zenstages-0.5.0.jar | None | | |
| | LC | rf-capability-adapter | 1.1.0 | capabilityadapter-1.1.0.jar | None | | |
| | LC | gbook | 2.9.4 | Guidebook-1.12.2-2.9.4.jar | None | | |
| | LC | phosphor-lighting | 1.12.2-0.2.7 | phosphor-forge-mc1.12.2-0.2.7-universal.jar | None | | |
| | LC | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None | | |
| | LC | librarianliblate | 4.21 | librarianlib-1.12.2-4.21.jar | None | | |
| | LC | primal_tech | 0.3.5 | PrimalTech-0.3.5.jar | None | | |
| | LC | teslacorelib_registries | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | None | | |
| Loaded coremods (and transformers): LogisticsPipesCoreLoader (logisticspipes-0.10.3.62.jar) | |
| logisticspipes.asm.LogisticsClassTransformer | |
| XaeroMinimapPlugin (Xaeros_Minimap_20.20.1_Forge_1.12.jar) | |
| xaero.common.core.transformer.ChunkTransformer | |
| xaero.common.core.transformer.NetHandlerPlayClientTransformer | |
| xaero.common.core.transformer.EntityPlayerTransformer | |
| xaero.common.core.transformer.AbstractClientPlayerTransformer | |
| xaero.common.core.transformer.WorldClientTransformer | |
| xaero.common.core.transformer.EntityPlayerSPTransformer | |
| xaero.common.core.transformer.PlayerListTransformer | |
| CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar) | |
| bre.smoothfont.asm.Transformer | |
| 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 | |
| Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar) | |
| com.chocohead.biab.BornInABarn | |
| LoadingPlugin (TickDynamic_1.0.2_Lypaka_Build_3.jar) | |
| com.wildex999.patcher.TransformerPatcher | |
| com.wildex999.patcher.EntityInjector | |
| MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) | |
| mekanism.coremod.KeybindingMigrationHelper | |
| LittlePatchingLoader (LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar) | |
| com.creativemd.littletiles.LittleTilesTransformer | |
| XaeroWorldMapPlugin (XaerosWorldMap_1.10.1_Forge_1.12.jar) | |
| xaero.map.core.transformer.ChunkTransformer | |
| xaero.map.core.transformer.NetHandlerPlayClientTransformer | |
| xaero.map.core.transformer.EntityPlayerTransformer | |
| xaero.map.core.transformer.AbstractClientPlayerTransformer | |
| xaero.map.core.transformer.WorldClientTransformer | |
| xaero.map.core.transformer.PlayerListTransformer | |
| Botania Tweaks Core (botaniatweaks-1.9.0.jar) | |
| quaternary.botaniatweaks.asm.BotaniaTweakerTransformer | |
| PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| Quark Plugin (Quark-r1.6-179.jar) | |
| vazkii.quark.base.asm.ClassTransformer | |
| CreativePatchingLoader (CreativeCore_v1.10.16_mc1.12.2.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| de.morrien.f5fix.F5FixTransformer | |
| SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar) | |
| shadows.squeezer.Transformer | |
| iceandfire (iceandfire-1.9.1-1.12.2.jar) | |
| com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher | |
| AstralCore (astralsorcery-1.12.2-1.10.25.jar) | |
| EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) | |
| com.enderio.core.common.transform.EnderCoreTransformer | |
| com.enderio.core.common.transform.SimpleMixinPatcher | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) | |
| lumien.resourceloader.asm.ClassTransformer | |
| SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar) | |
| LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar) | |
| lumien.hardcoredarkness.asm.ClassTransformer | |
| LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar) | |
| lumien.randomthings.asm.ClassTransformer | |
| Wizardry Plugin (wizardry-0.11.0.jar) | |
| com.teamwizardry.wizardry.asm.WizardryTransformer | |
| ForgelinPlugin (Forgelin-1.8.4.jar) | |
| GTCELoadingPlugin (gregtech-1.12.2-1.10.0.546.jar) | |
| gregtech.common.asm.GTCETransformer | |
| 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 | |
| ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) | |
| shadows.ApotheosisTransformer | |
| CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) | |
| team.chisel.ctm.client.asm.CTMTransformer | |
| AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-232-universal.jar) | |
| zmaster587.advancedRocketry.asm.ClassTransformer | |
| llibrary (llibrary-core-1.0.11-1.12.2.jar) | |
| net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer | |
| net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
| VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar) | |
| BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar) | |
| com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer | |
| FTBUltimineASM (FTBUltimine-1.3.0.jar) | |
| BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar) | |
| net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer | |
| LibrarianLib Plugin (librarianlib-1.12.2-4.21.jar) | |
| com.teamwizardry.librarianlib.asm.LibLibTransformer | |
| RandomPatches (randompatches-1.12.2-1.22.1.2.jar) | |
| com.therandomlabs.randompatches.core.RPTransformer | |
| 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 | |
| Ender IO: ~~ERROR~~ NullPointerException: null | |
| 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) | |
| - theoneprobeIntegration (Enabled/Not Forced) | |
| - quarkIntegration (Enabled/Not Forced) | |
| Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced) | |
| - ModuleMelter (Enabled/Not Forced) | |
| - ModuleArmor (Enabled/Not Forced) | |
| - CeramicsPlugin (Enabled/Not Forced) | |
| - ChiselPlugin (Enabled/Not Forced) | |
| - Oredict (Enabled/Forced) | |
| Suspected Mods: ProjectE (projecte), GregTech Community Edition (gregtech) | |
| Profiler Position: N/A (disabled) | |
| Is Modded: Definitely; Server brand changed to 'Magma' | |
| Type: Dedicated Server (map_server.txt) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [17:11:19] [main/DEBUG] [FML]: The coremod shadows.ApotheosisCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod ApotheosisCore (shadows.ApotheosisCore) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod ApotheosisCore | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy AppleCore-mc1.12.2-3.2.0.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class AppleCore | |
| [17:11:19] [main/DEBUG] [FML]: The coremod squeek.applecore.AppleCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod AppleCore | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy AppleSkin-mc1.12-1.0.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in AppleSkin-mc1.12-1.0.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy appliedenergistics2-rv6-stable-7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in appliedenergistics2-rv6-stable-7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy architecturecraft-1.12-3.98.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in architecturecraft-1.12-3.98.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy armoreablemobs-1.12.2-1.1.8.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in armoreablemobs-1.12.2-1.1.8.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ArtemisLib-1.12.2-v1.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in ArtemisLib-1.12.2-v1.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy artisanworktables-1.12.2-1.20.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in artisanworktables-1.12.2-1.20.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy astralsorcery-1.12.2-1.10.25.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.10.25.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class AstralCore | |
| [17:11:19] [main/TRACE] [FML]: coremod named AstralCore is loading | |
| [17:11:19] [main/WARN] [FML]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/DEBUG] [FML]: Found signing certificates for coremod AstralCore (hellfirepvp.astralsorcery.core.AstralCore) | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | |
| [17:11:19] [main/INFO] [Astral Core]: [AstralCore] Initialized. | |
| [17:11:19] [main/DEBUG] [FML]: Added access transformer class hellfirepvp.astralsorcery.core.AstralTransformer to enqueued access transformers | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod AstralCore | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy athenaeum-1.12.2-1.16.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in athenaeum-1.12.2-1.16.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy AutoRegLib-1.3-32.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in AutoRegLib-1.3-32.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Avaritia-1.12.2-3.3.0.33-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Avaritia-1.12.2-3.3.0.33-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy backportedflora-1.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in backportedflora-1.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy base-1.12.2-3.13.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in base-1.12.2-3.13.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BatteryBufferDriver-1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BatteryBufferDriver-1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Baubles-1.12-1.5.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Baubles-1.12-1.5.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy baubley-heart-canisters-1.12.2-1.2.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in baubley-heart-canisters-1.12.2-1.2.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BetterAdvancements-1.12.2-0.1.0.77.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BetterAdvancements-1.12.2-0.1.0.77.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy biggerpacketsplz-since1.8-1.2.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in biggerpacketsplz-since1.8-1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class BiggerPacketsPlzCoreMod | |
| [17:11:19] [main/WARN] [FML]: The coremod net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/DEBUG] [FML]: Found signing certificates for coremod BiggerPacketsPlzCoreMod (net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod) | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate 266588b191a3e2974a4a577f282858a3bc07da42 | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod BiggerPacketsPlzCoreMod | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BloodMagic-1.12.2-2.4.3-105.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BloodMagic-1.12.2-2.4.3-105.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BNBGamingCore-1.12.2-0.11.0.jar | |
| [17:11:19] [main/TRACE] [FML]: Adding BNBGamingCore-1.12.2-0.11.0.jar to the list of known coremods, it will not be examined again | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class BNBGamingCorePlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named BNBGamingCore is loading | |
| [17:11:19] [main/WARN] [FML]: The coremod com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod BNBGamingCore (com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod BNBGamingCore | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BNBGamingLib-1.12.2-2.17.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BNBGamingLib-1.12.2-2.17.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Bookshelf-1.12.2-2.3.577.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Bookshelf-1.12.2-2.3.577.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Born+In+A+Barn+V1.8-1.12-1.1.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class BornInABarn | |
| [17:11:19] [main/TRACE] [FML]: coremod named Born in a Barn is loading | |
| [17:11:19] [main/WARN] [FML]: The coremod com.chocohead.biab.BornInABarn does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod Born in a Barn (com.chocohead.biab.BornInABarn) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod Born in a Barn | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Botania r1.10-363.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Botania r1.10-363.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy botaniatweaks-1.9.0.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in botaniatweaks-1.9.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class BotaniaTweakerPlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named Botania Tweaks Core is loading | |
| [17:11:19] [main/DEBUG] [FML]: The coremod quaternary.botaniatweaks.asm.BotaniaTweakerPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod Botania Tweaks Core (quaternary.botaniatweaks.asm.BotaniaTweakerPlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod Botania Tweaks Core | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BrandonsCore-1.12.2-2.4.18.210-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BrandonsCore-1.12.2-2.4.18.210-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Bridgeit-1.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Bridgeit-1.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy BuildingGadgets-2.8.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in BuildingGadgets-2.8.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Ceramics-1.12-1.3.7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Ceramics-1.12-1.3.7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CEU-1.12.2-1.0.4.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CEU-1.12.2-1.0.4.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ChickenASM-1.12-1.0.2.7.jar | |
| [17:11:19] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy chickens-6.1.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in chickens-6.1.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Chisel-MC1.12.2-1.0.2.45.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Chisel-MC1.12.2-1.0.2.45.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CleanView-1.12.2-v1c.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CleanView-1.12.2-v1c.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Clumps-3.1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Clumps-3.1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CodeChickenLib-1.12.2-3.2.3.358-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CodeChickenLib-1.12.2-3.2.3.358-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CoFHCore-1.12.2-4.6.6.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CoFHCore-1.12.2-4.6.6.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CoFHWorld-1.12.2-1.4.0.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CoFHWorld-1.12.2-1.4.0.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CommonCapabilities-1.12.2-2.4.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CommonCapabilities-1.12.2-2.4.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy compactmachines3-1.12.2-3.0.18-b278.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in compactmachines3-1.12.2-3.0.18-b278.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ContentTweaker-1.12.2-4.9.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in ContentTweaker-1.12.2-4.9.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Controlling-3.0.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Controlling-3.0.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CookingForBlockheads_1.12.2-6.5.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CookingForBlockheads_1.12.2-6.5.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy coop-1.12.2-2.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in coop-1.12.2-2.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CosmeticArmorReworked-1.12.2-v5a.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CosmeticArmorReworked-1.12.2-v5a.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CraftTweaker2-1.12-4.1.19.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CraftTweaker2-1.12-4.1.19.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CreativeCore_v1.10.16_mc1.12.2.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.10.16_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class CreativePatchingLoader | |
| [17:11:19] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod CreativePatchingLoader | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CryingObsidian-1.12.2-1.2.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CryingObsidian-1.12.2-1.2.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CTM-MC1.12.2-1.0.2.31.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class CTMCorePlugin | |
| [17:11:19] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod CTMCorePlugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Cucumber-1.12.2-1.1.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Cucumber-1.12.2-1.1.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CustomMainMenu-MC1.12.2-2.0.9.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CustomMainMenu-MC1.12.2-2.0.9.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy cyberware-1.12.2-0.2.11.26.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in cyberware-1.12.2-0.2.11.26.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Cyclic-1.12.2-1.20.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Cyclic-1.12.2-1.20.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy CyclopsCore-1.12.2-1.6.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in CyclopsCore-1.12.2-1.6.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Deadly Monsters 1.71.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Deadly Monsters 1.71.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy deepmoblearning-1.12.2-2.5.4-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in deepmoblearning-1.12.2-2.5.4-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy deepmoblearningbm-1.12.2-1.0.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in deepmoblearningbm-1.12.2-1.0.1-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy diethopper-1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in diethopper-1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy DimensionalControl-1.12.2-2.11.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in DimensionalControl-1.12.2-2.11.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy DimensionStages-1.12.2-2.0.23.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in DimensionStages-1.12.2-2.0.23.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Discord-1.12.2-1.0.11.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Discord-1.12.2-1.0.11.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy discord-rpc-release-v3.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in discord-rpc-release-v3.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy DoomlikeDungeons-1.13.2-MC1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in DoomlikeDungeons-1.13.2-MC1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy dropt-1.12.2-1.14.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in dropt-1.12.2-1.14.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy DupeFix Project 2.4.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in DupeFix Project 2.4.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EmberRootZoo-1.12.2-1.3.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EmberRootZoo-1.12.2-1.3.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderCore-1.12.2-0.5.76.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderCore-1.12.2-0.5.76.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-base-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-base-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-conduits-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-conduits-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-endergy-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-endergy-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-integration-tic-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-integration-tic-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderIO-machines-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderIO-machines-1.12.2-5.2.59.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy EnderStorage-1.12.2-2.4.6.137-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in EnderStorage-1.12.2-2.4.6.137-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy enderutilities-1.12.2-0.7.15.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in enderutilities-1.12.2-0.7.15.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy extrautils2-1.12-1.9.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in extrautils2-1.12-1.9.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy f5fix-1.2.jar | |
| [17:11:19] [main/TRACE] [FML]: Adding f5fix-1.2.jar to the list of known coremods, it will not be examined again | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class F5FixLoadingPlugin | |
| [17:11:19] [main/DEBUG] [FML]: The coremod de.morrien.f5fix.F5FixLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod F5FixLoadingPlugin (de.morrien.f5fix.F5FixLoadingPlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod F5FixLoadingPlugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FastWorkbench-1.12.2-1.7.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FastWorkbench-1.12.2-1.7.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Floralchemy-1.12.2-1.1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Floralchemy-1.12.2-1.1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy fluxnetworks-1.12.2-4.0.15-32.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in fluxnetworks-1.12.2-4.0.15-32.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Forgelin-1.8.4.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class ForgelinPlugin | |
| [17:11:19] [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 | |
| [17:11:19] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod ForgelinPlugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ForgeMultipart-1.12.2-2.6.2.83-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in ForgeMultipart-1.12.2-2.6.2.83-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FpsReducer-mc1.12.2-1.18.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FpsReducer-mc1.12.2-1.18.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FTBBackups-1.1.0.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FTBBackups-1.1.0.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FTBLib-5.4.7.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FTBLib-5.4.7.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FTBQuests-1.9.0.12.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FTBQuests-1.9.0.12.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FTBUltimine-1.3.0.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in FTBUltimine-1.3.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class FTBUltimineLoadingPlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named FTBUltimineASM is loading | |
| [17:11:19] [main/DEBUG] [FML]: The coremod com.feed_the_beast.mods.ftbultimine.FTBUltimineLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod FTBUltimineASM (com.feed_the_beast.mods.ftbultimine.FTBUltimineLoadingPlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod FTBUltimineASM | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy FTBUtilities-5.4.1.130.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in FTBUtilities-5.4.1.130.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy funky-locomotion-1.12.2-1.1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in funky-locomotion-1.12.2-1.1.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy fvw-1.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in fvw-1.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy GameStages-1.12.2-2.0.117.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in GameStages-1.12.2-2.0.117.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy gregtech-1.12.2-1.10.0.546.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in gregtech-1.12.2-1.10.0.546.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class GTCELoadingPlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named GTCELoadingPlugin is loading | |
| [17:11:19] [main/DEBUG] [FML]: The coremod gregtech.common.asm.GTCELoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod GTCELoadingPlugin (gregtech.common.asm.GTCELoadingPlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod GTCELoadingPlugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy gtce2oc-1.12.2-1.6.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in gtce2oc-1.12.2-1.6.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Guide-API-1.12-2.1.8-63.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Guide-API-1.12-2.1.8-63.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy GunpowderLib-1.12.2-1.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in GunpowderLib-1.12.2-1.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy HardcoreDarkness-MC1.12.2-2.0.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in HardcoreDarkness-MC1.12.2-2.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin | |
| [17:11:19] [main/WARN] [FML]: The coremod lumien.hardcoredarkness.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.hardcoredarkness.asm.LoadingPlugin) | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291 | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Hit With Axe-1.12.2-1.5.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Hit With Axe-1.12.2-1.5.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy HotOrNot-1.12-1.1.2-16.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in HotOrNot-1.12-1.1.2-16.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy iceandfire-1.9.1-1.12.2.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in iceandfire-1.9.1-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class IceAndFirePlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named iceandfire is loading | |
| [17:11:19] [main/DEBUG] [FML]: The coremod com.github.alexthe666.iceandfire.asm.IceAndFirePlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:19] [main/WARN] [FML]: The coremod iceandfire (com.github.alexthe666.iceandfire.asm.IceAndFirePlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod iceandfire | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy iChunUtil-1.12.2-7.2.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in iChunUtil-1.12.2-7.2.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy incontrol-1.12-3.9.17.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in incontrol-1.12-3.9.17.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy industrialforegoing-1.12.2-1.12.13-237.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in industrialforegoing-1.12.2-1.12.13-237.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy InitialInventory-3.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in InitialInventory-3.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy insomniac-1.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in insomniac-1.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedDynamics-1.12.2-1.1.7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in IntegratedDynamics-1.12.2-1.1.7.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy IntegratedTunnels-1.12.2-1.6.12.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in IntegratedTunnels-1.12.2-1.6.12.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy IntegrationForegoing-1.12.2-1.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in IntegrationForegoing-1.12.2-1.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy InventoryTweaks-1.64+dev.146.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class FMLPlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named Inventory Tweaks Coremod is loading | |
| [17:11:19] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/DEBUG] [FML]: Found signing certificates for coremod Inventory Tweaks Coremod (invtweaks.forge.asm.FMLPlugin) | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | |
| [17:11:19] [main/DEBUG] [FML]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod Inventory Tweaks Coremod | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ironchest-1.12.2-7.0.72.847.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in ironchest-1.12.2-7.0.72.847.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy ItemFilters-1.0.4.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in ItemFilters-1.0.4.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy itlt-1.12.2-1.0.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in itlt-1.12.2-1.0.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy java-discord-rpc-2.0.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in java-discord-rpc-2.0.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.291.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.291.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy jeiintegration_1.12.2-1.5.1.36.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in jeiintegration_1.12.2-1.5.1.36.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy jna-4.4.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in jna-4.4.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy just-enough-harvestcraft-1.12.2-1.7.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in just-enough-harvestcraft-1.12.2-1.7.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy JustEnoughEnergistics-1.12.2-1.0.8.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in JustEnoughEnergistics-1.12.2-1.0.8.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy knowledgeshare-1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in knowledgeshare-1.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy lazy-ae2-1.12.2-1.1.20.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in lazy-ae2-1.12.2-1.1.20.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy letsencryptcraft-1.10.2-1.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in letsencryptcraft-1.10.2-1.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy libnine-1.12.2-1.1.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in libnine-1.12.2-1.1.9.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy librarianlib-1.12.2-4.21.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in librarianlib-1.12.2-4.21.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class LibLibCorePlugin | |
| [17:11:19] [main/TRACE] [FML]: coremod named LibrarianLib Plugin is loading | |
| [17:11:19] [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 | |
| [17:11:19] [main/WARN] [FML]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod LibrarianLib Plugin | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy LibVulpes-1.12.2-0.4.2-75-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in LibVulpes-1.12.2-0.4.2-75-universal.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class LittlePatchingLoader | |
| [17:11:19] [main/WARN] [FML]: The coremod com.creativemd.littletiles.LittlePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod LittlePatchingLoader (com.creativemd.littletiles.LittlePatchingLoader) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Added access transformer class com.creativemd.littletiles.LittleTilesAfterTransformer to enqueued access transformers | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod LittlePatchingLoader | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy LogisticsBridge-1.3.11.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in LogisticsBridge-1.3.11.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy logisticspipes-0.10.3.62.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in logisticspipes-0.10.3.62.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class LogisticsPipesCoreLoader | |
| [17:11:19] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/DEBUG] [FML]: Found signing certificates for coremod LogisticsPipesCoreLoader (logisticspipes.asm.LogisticsPipesCoreLoader) | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate e0c86912b2f7cc0cc646ad57799574aea43dbd45 | |
| [17:11:19] [main/DEBUG] [FML]: Found certificate 8f9ef370a60c4c1f199736e9ddbf932f29558f23 | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod LogisticsPipesCoreLoader | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy LootTweaker-1.12.2-0.0.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in LootTweaker-1.12.2-0.0.10.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MainMenuScale-1.3.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MainMenuScale-1.3.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Mantle-1.12-1.3.3.55.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Mantle-1.12-1.3.3.55.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtylib-1.12-3.5.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in mcjtylib-1.12-3.5.4.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MCMultiPart-2.5.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MCMultiPart-2.5.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Mekanism-1.12.2-9.8.3.390.jar | |
| [17:11:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.12.2-9.8.3.390.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class MekanismCoremod | |
| [17:11:19] [main/WARN] [FML]: The coremod mekanism.coremod.MekanismCoremod does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:19] [main/WARN] [FML]: The coremod MekanismCoremod (mekanism.coremod.MekanismCoremod) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod MekanismCoremod | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MightyEnderChicken-1.12.2-7.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MightyEnderChicken-1.12.2-7.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy minetogether-1.10.2-2.2.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in minetogether-1.10.2-2.2.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MixinBootstrap-1.0.3.jar | |
| [17:11:19] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from MixinBootstrap-1.0.3.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MobStages-1.12.2-2.0.13.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MobStages-1.12.2-2.0.13.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy modnametooltip_1.12.2-1.10.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in modnametooltip_1.12.2-1.10.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy modtweaker-4.0.17.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in modtweaker-4.0.17.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Modular Diversity-1.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Modular Diversity-1.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy modularmachinery-1.12.2-1.10.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in modularmachinery-1.12.2-1.10.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy morechickens-1.12.2-3.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in morechickens-1.12.2-3.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy moreoverlays-1.15.1-mc1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in moreoverlays-1.15.1-mc1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MouseTweaks-2.10-mc1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MouseTweaks-2.10-mc1.12.2.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy MTLib-3.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in MTLib-3.0.6.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy multiblocktweaker-1.12.2-stable-1.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in multiblocktweaker-1.12.2-stable-1.2.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy NaturesCompass-1.12.2-1.8.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in NaturesCompass-1.12.2-1.8.5.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy Nutrition-1.12.2-4.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in Nutrition-1.12.2-4.3.0.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy OpenBlocks-1.12.2-1.8.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Not found coremod data in OpenBlocks-1.12.2-1.8.1.jar | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy OpenComputers-MC1.12.2-1.7.5.192.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class TransformerLoader | |
| [17:11:19] [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 | |
| [17:11:19] [main/WARN] [FML]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed! | |
| [17:11:19] [main/DEBUG] [FML]: Enqueued coremod TransformerLoader | |
| [17:11:19] [main/DEBUG] [FML]: Examining for coremod candidacy OpenModsLib-1.12.2-0.12.2.jar | |
| [17:11:19] [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. | |
| [17:11:19] [main/DEBUG] [FML]: Instantiating coremod class OpenModsCorePlugin | |
| [17:11:20] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod OpenModsCorePlugin (openmods.core.OpenModsCorePlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | |
| [17:11:20] [main/DEBUG] [OpenMods]: openmods.core.OpenModsCorePlugin.<init>(OpenModsCorePlugin.java:18): <OpenModsLib 0.12.2>\o | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod OpenModsCorePlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy p455w0rdslib-1.12.2-2.3.161.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in p455w0rdslib-1.12.2-2.3.161.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Pam's HarvestCraft 1.12.2zg.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Pam's HarvestCraft 1.12.2zg.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Patchouli-1.0-21.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Patchouli-1.0-21.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy PickleTweaks-1.12.2-2.1.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in PickleTweaks-1.12.2-2.1.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Placebo-1.12.2-1.6.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Placebo-1.12.2-1.6.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Plants-1.12.2-2.10.7.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Plants-1.12.2-2.10.7.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy plustic-7.0.7.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in plustic-7.0.7.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy PortalGun-1.12.2-7.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in PortalGun-1.12.2-7.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy PrimalTech-0.3.5.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in PrimalTech-0.3.5.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ProjectE-1.12.2-PE1.4.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ProjectE-1.12.2-PE1.4.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Quark-r1.6-179.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin | |
| [17:11:20] [main/TRACE] [FML]: coremod named Quark Plugin is loading | |
| [17:11:20] [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. | |
| [17:11:20] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod Quark Plugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy randompatches-1.12.2-1.22.1.2.jar | |
| [17:11:20] [main/TRACE] [FML]: Adding randompatches-1.12.2-1.22.1.2.jar to the list of known coremods, it will not be examined again | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class RPCore | |
| [17:11:20] [main/TRACE] [FML]: coremod named RandomPatches is loading | |
| [17:11:20] [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 | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod RandomPatches (com.therandomlabs.randompatches.core.RPCore) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate 20d08fb3fe9c268a63a75d337fb507464c8aaccd | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod RandomPatches | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy RandomThings-MC1.12.2-4.2.7.4.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.2.7.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin | |
| [17:11:20] [main/WARN] [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.randomthings.asm.LoadingPlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291 | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy randomtweaks-1.12.2-2.8.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in randomtweaks-1.12.2-2.8.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy RebornCore-1.12.2-3.19.4.529-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in RebornCore-1.12.2-3.19.4.529-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy RedstoneFlux-1.12-2.1.1.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in RedstoneFlux-1.12-2.1.1.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Reliquary-1.12.2-1.3.4.796.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Reliquary-1.12.2-1.3.4.796.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy resizingpotion-2.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in resizingpotion-2.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ResourceLoader-MC1.12.1-1.5.3.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin | |
| [17:11:20] [main/WARN] [FML]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod LoadingPlugin (lumien.resourceloader.asm.LoadingPlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate d72e0dd57935b3e9476212aea0c0df352dd76291 | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy rftools-1.12-7.73.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in rftools-1.12-7.73.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy roughmobsrevamped-1.12.2-2.3.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in roughmobsrevamped-1.12.2-2.3.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy roughTweaks0.2.4-1.12.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in roughTweaks0.2.4-1.12.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Rustic Thaumaturgy-4.4a.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Rustic Thaumaturgy-4.4a.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy rustic-1.1.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in rustic-1.1.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Scannable-MC1.12.2-1.6.3.24.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Scannable-MC1.12.2-1.6.3.24.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Scavenge V1.12-1.8.3.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Scavenge V1.12-1.8.3.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Shadows_of_Greg-1.12.2-2.14.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Shadows_of_Greg-1.12.2-2.14.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy simpleteleporters-1.12.2-3.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in simpleteleporters-1.12.2-3.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy simpletrophies-1.2.2.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in simpletrophies-1.2.2.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy simplylight-1.12.2-0.8.7.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in simplylight-1.12.2-0.8.7.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Sledgehammer-1.12.2-2.0.6.jar | |
| [17:11:20] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Sledgehammer-1.12.2-2.0.6.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy SmoothFont-mc1.12.2-2.1.2.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SmoothFont-mc1.12.2-2.1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class CorePlugin | |
| [17:11:20] [main/WARN] [FML]: The coremod bre.smoothfont.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
| [17:11:20] [main/WARN] [FML]: The coremod CorePlugin (bre.smoothfont.asm.CorePlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod CorePlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy sonarcore-1.12.2-5.0.19-20.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in sonarcore-1.12.2-5.0.19-20.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy SpiceOfLife-mc1.12-1.3.12.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in SpiceOfLife-mc1.12-1.3.12.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy SqueezerPatch-1.12.2-1.0.0.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in SqueezerPatch-1.12.2-1.0.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class SqueezerCore | |
| [17:11:20] [main/DEBUG] [FML]: The coremod shadows.squeezer.SqueezerCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/WARN] [FML]: The coremod SqueezerCore (shadows.squeezer.SqueezerCore) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod SqueezerCore | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy StatsKeeper-1.12.2-3.1.13.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in StatsKeeper-1.12.2-3.1.13.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy stg-1.12.2-1.2.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in stg-1.12.2-1.2.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy StuffASockInIt-1.12.2-1.1.32.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in StuffASockInIt-1.12.2-1.1.32.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy SuperFactoryManager-1.12.2-2.0.23.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in SuperFactoryManager-1.12.2-2.0.23.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Surge-1.12.2-2.0.77.jar | |
| [17:11:20] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from Surge-1.12.2-2.0.77.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TConstruct-1.12.2-2.13.0.183.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TConstruct-1.12.2-2.13.0.183.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TerraCore-1.12-2.1.13.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TerraCore-1.12-2.1.13.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy tesla-core-lib-1.12.2-1.0.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in tesla-core-lib-1.12.2-1.0.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TexFix+V-1.12-4.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TexFix+V-1.12-4.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Thaumcraft-1.12.2-6.1.BETA26.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Thaumcraft-1.12.2-6.1.BETA26.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy thaumicenergistics-2.2.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in thaumicenergistics-2.2.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThaumicInventoryScanning_1.12.2-2.0.10.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThaumicInventoryScanning_1.12.2-2.0.10.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThaumicJEI-1.12.2-1.6.0-27.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThaumicJEI-1.12.2-1.6.0-27.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy thaumicperiphery-0.3.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in thaumicperiphery-0.3.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy theoneprobe-1.12-1.4.28.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in theoneprobe-1.12-1.4.28.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalDynamics-1.12.2-2.5.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThermalDynamics-1.12.2-2.5.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalExpansion-1.12.2-5.5.7.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThermalExpansion-1.12.2-5.5.7.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalFoundation-1.12.2-2.6.7.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThermalFoundation-1.12.2-2.6.7.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy ThermalInnovation-1.12.2-0.3.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in ThermalInnovation-1.12.2-0.3.6.1-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TickDynamic_1.0.2_Lypaka_Build_3.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in TickDynamic_1.0.2_Lypaka_Build_3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class LoadingPlugin | |
| [17:11:20] [main/DEBUG] [FML]: The coremod com.wildex999.tickdynamic.LoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/WARN] [FML]: The coremod LoadingPlugin (com.wildex999.tickdynamic.LoadingPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod LoadingPlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TinkersComplement-1.12.2-0.4.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TinkersComplement-1.12.2-0.4.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TinkersExtras-1.12.2-1.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TinkersExtras-1.12.2-1.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TinkerStages-1.12.2-2.0.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TinkerStages-1.12.2-2.0.17.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Tips-1.12.2-1.0.9.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Tips-1.12.2-1.0.9.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Toast Control-1.12.2-1.8.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Toast Control-1.12.2-1.8.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy togetherforever-1.12.2-1.0.12-22.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in togetherforever-1.12.2-1.0.12-22.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy TombManyGraves-1.12-4.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in TombManyGraves-1.12-4.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy tombmanygraves2api-1.12.2-1.0.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in tombmanygraves2api-1.12.2-1.0.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy tombmanypluginscosmeticarmorreworked-1.0.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in tombmanypluginscosmeticarmorreworked-1.0.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy topaddons-1.12.2-1.13.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in topaddons-1.12.2-1.13.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Translocators-1.12.2-2.5.2.81-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Translocators-1.12.2-2.5.2.81-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Traverse-1.12.2-1.6.0-69.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Traverse-1.12.2-1.6.0-69.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy VanillaFix-1.0.10-150.jar | |
| [17:11:20] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from VanillaFix-1.0.10-150.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy VillagerTradingBan-2.0.0.6-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in VillagerTradingBan-2.0.0.6-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy voidislandcontrol-1.5.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in voidislandcontrol-1.5.3.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy volumetricflask-0.18.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in volumetricflask-0.18.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy WaterControlExtreme-1.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in WaterControlExtreme-1.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy WaterStrainer-1.12-3.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in WaterStrainer-1.12-3.2.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy weirdinggadget-1.12.2-2.1.16-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in weirdinggadget-1.12.2-2.1.16-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy whoops-1.0.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in whoops-1.0.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy WirelessCraftingTerminal-1.12.2-3.12.97.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in WirelessCraftingTerminal-1.12.2-3.12.97.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy wizardry-0.11.0.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in wizardry-0.11.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class WizardryCorePlugin | |
| [17:11:20] [main/TRACE] [FML]: coremod named Wizardry Plugin is loading | |
| [17:11:20] [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 | |
| [17:11:20] [main/WARN] [FML]: The coremod Wizardry Plugin (com.teamwizardry.wizardry.asm.WizardryCorePlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod Wizardry Plugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Xaeros_Minimap_20.20.1_Forge_1.12.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Xaeros_Minimap_20.20.1_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class XaeroMinimapPlugin | |
| [17:11:20] [main/DEBUG] [FML]: The coremod xaero.common.core.XaeroMinimapPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/WARN] [FML]: The coremod XaeroMinimapPlugin (xaero.common.core.XaeroMinimapPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod XaeroMinimapPlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy XaerosWorldMap_1.10.1_Forge_1.12.jar | |
| [17:11:20] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in XaerosWorldMap_1.10.1_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class XaeroWorldMapPlugin | |
| [17:11:20] [main/DEBUG] [FML]: The coremod xaero.map.core.XaeroWorldMapPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/WARN] [FML]: The coremod XaeroWorldMapPlugin (xaero.map.core.XaeroWorldMapPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod XaeroWorldMapPlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Xtones-1.12-1.0.8-11.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Xtones-1.12-1.0.8-11.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Zen Summoning-1.12-1.1.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Zen Summoning-1.12-1.1.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Zen Triggers-1.12-1.1.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Zen Triggers-1.12-1.1.1.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy zenstages-0.5.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in zenstages-0.5.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy capabilityadapter-1.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in capabilityadapter-1.1.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy EnderCore-1.12.2-0.5.76-core.jar | |
| [17:11:20] [main/TRACE] [FML]: Adding EnderCore-1.12.2-0.5.76-core.jar to the list of known coremods, it will not be examined again | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class EnderCorePlugin | |
| [17:11:20] [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. | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod EnderCorePlugin (com.enderio.core.common.transform.EnderCorePlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate c8f54f454b230ae874e2620721fc1ee76c4b0f6b | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod EnderCorePlugin | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy AutoSave-1.12.2-1.0.11.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in AutoSave-1.12.2-1.0.11.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy AutoConfig-1.12.2-1.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in AutoConfig-1.12.2-1.0.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy Guidebook-1.12.2-2.9.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in Guidebook-1.12.2-2.9.4.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy mcjtytools-0.0.21.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in mcjtytools-0.0.21.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy llibrary-core-1.0.11-1.12.2.jar | |
| [17:11:20] [main/TRACE] [FML]: Adding llibrary-core-1.0.11-1.12.2.jar to the list of known coremods, it will not be examined again | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class LLibraryPlugin | |
| [17:11:20] [main/TRACE] [FML]: coremod named llibrary is loading | |
| [17:11:20] [main/DEBUG] [FML]: The coremod net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod llibrary (net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod llibrary | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy llibrary-1.7.19-1.12.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in llibrary-1.7.19-1.12.2.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy phosphor-forge-mc1.12.2-0.2.7-universal.jar | |
| [17:11:20] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from phosphor-forge-mc1.12.2-0.2.7-universal.jar | |
| [17:11:20] [main/DEBUG] [FML]: Examining for coremod candidacy reauth-3.6.0.jar | |
| [17:11:20] [main/DEBUG] [FML]: Not found coremod data in reauth-3.6.0.jar | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available | |
| [17:11:20] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader@55f96302 | |
| [17:11:20] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar Service=LaunchWrapper Env=SERVER | |
| [17:11:20] [main/DEBUG] [mixin]: Error cleaning class output directory: .mixin.out\class: failed to delete one or more files; see suppressed exceptions for details | |
| [17:11:20] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #1 | |
| [17:11:20] [main/DEBUG] [mixin]: Initialising Mixin Platform Manager | |
| [17:11:20] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/server.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/AdvancedRocketry-1.12.2-1.7.0-232-universal.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Apotheosis-1.12.2-1.12.5.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/AppleCore-mc1.12.2-3.2.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/astralsorcery-1.12.2-1.10.25.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/biggerpacketsplz-since1.8-1.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/BNBGamingCore-1.12.2-0.11.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Born+In+A+Barn+V1.8-1.12-1.1.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/botaniatweaks-1.9.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/CreativeCore_v1.10.16_mc1.12.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/CTM-MC1.12.2-1.0.2.31.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/f5fix-1.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Forgelin-1.8.4.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/FTBUltimine-1.3.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/gregtech-1.12.2-1.10.0.546.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/HardcoreDarkness-MC1.12.2-2.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/iceandfire-1.9.1-1.12.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/InventoryTweaks-1.64+dev.146.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/librarianlib-1.12.2-4.21.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/logisticspipes-0.10.3.62.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Mekanism-1.12.2-9.8.3.390.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/OpenComputers-MC1.12.2-1.7.5.192.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/OpenModsLib-1.12.2-0.12.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Quark-r1.6-179.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/randompatches-1.12.2-1.22.1.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/RandomThings-MC1.12.2-4.2.7.4.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/ResourceLoader-MC1.12.1-1.5.3.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/SmoothFont-mc1.12.2-2.1.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/SqueezerPatch-1.12.2-1.0.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/TickDynamic_1.0.2_Lypaka_Build_3.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/wizardry-0.11.0.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Xaeros_Minimap_20.20.1_Forge_1.12.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/XaerosWorldMap_1.10.1_Forge_1.12.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/memory_repo/com/enderio/core/EnderCore/1.12.2-0.5.76/EnderCore-1.12.2-0.5.76-core.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar for mixin tweaker | |
| [17:11:20] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for Sledgehammer-1.12.2-2.0.6.jar, attempting force-load | |
| [17:11:20] [main/DEBUG] [mixin]: Adding Sledgehammer-1.12.2-2.0.6.jar to reparseable coremod collection | |
| [17:11:20] [main/DEBUG] [mixin]: Sledgehammer-1.12.2-2.0.6.jar has core plugin io.github.lxgaming.sledgehammer.launch.SledgehammerLoadingPlugin. Injecting it into FML for co-initialisation: | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class SledgehammerLoadingPlugin | |
| [17:11:20] [main/TRACE] [FML]: coremod named Sledgehammer is loading | |
| [17:11:20] [main/DEBUG] [FML]: The coremod io.github.lxgaming.sledgehammer.launch.SledgehammerLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod Sledgehammer (io.github.lxgaming.sledgehammer.launch.SledgehammerLoadingPlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 | |
| [17:11:20] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[PREINIT] | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Initializing SledgehammerTweaker from SledgehammerLoadingPlugin | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Injecting SledgehammerTweaker | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod Sledgehammer | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for Surge-1.12.2-2.0.77.jar, attempting force-load | |
| [17:11:20] [main/DEBUG] [mixin]: Adding Surge-1.12.2-2.0.77.jar to reparseable coremod collection | |
| [17:11:20] [main/DEBUG] [mixin]: Surge-1.12.2-2.0.77.jar has core plugin net.darkhax.surge.core.SurgeLoadingPlugin. Injecting it into FML for co-initialisation: | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class SurgeLoadingPlugin | |
| [17:11:20] [main/DEBUG] [FML]: The coremod net.darkhax.surge.core.SurgeLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/DEBUG] [FML]: Found signing certificates for coremod SurgeLoadingPlugin (net.darkhax.surge.core.SurgeLoadingPlugin) | |
| [17:11:20] [main/DEBUG] [FML]: Found certificate d476d1b22b218a10d845928d1665d45fce301b27 | |
| [17:11:20] [main/INFO] [mixin]: Compatibility level set to JAVA_8 | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod SurgeLoadingPlugin | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for VanillaFix-1.0.10-150.jar, attempting force-load | |
| [17:11:20] [main/DEBUG] [mixin]: Adding VanillaFix-1.0.10-150.jar to reparseable coremod collection | |
| [17:11:20] [main/DEBUG] [mixin]: VanillaFix-1.0.10-150.jar has core plugin org.dimdev.vanillafix.VanillaFixLoadingPlugin. Injecting it into FML for co-initialisation: | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class VanillaFixLoadingPlugin | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing VanillaFix | |
| [17:11:20] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT] | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing StacktraceDeobfuscator | |
| [17:11:20] [main/INFO] [VanillaFix]: Found MCP method mappings: methods-stable_39.csv | |
| [17:11:20] [main/INFO] [VanillaFix]: Done initializing StacktraceDeobfuscator | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing Bug Fix Mixins | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing Crash Fix Mixins | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing Profiler Improvement Mixins | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing Texture Fix Mixins | |
| [17:11:20] [main/INFO] [VanillaFix]: Initializing Mod Support Mixins | |
| [17:11:20] [main/DEBUG] [FML]: The coremod org.dimdev.vanillafix.VanillaFixLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded. | |
| [17:11:20] [main/WARN] [FML]: The coremod VanillaFixLoadingPlugin (org.dimdev.vanillafix.VanillaFixLoadingPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod VanillaFixLoadingPlugin | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Adding mixin platform agents for container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentFMLLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: ForceLoadAsMod was specified for phosphor-forge-mc1.12.2-0.2.7-universal.jar, attempting force-load | |
| [17:11:20] [main/DEBUG] [mixin]: Adding phosphor-forge-mc1.12.2-0.2.7-universal.jar to reparseable coremod collection | |
| [17:11:20] [main/DEBUG] [mixin]: phosphor-forge-mc1.12.2-0.2.7-universal.jar has core plugin me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin. Injecting it into FML for co-initialisation: | |
| [17:11:20] [main/DEBUG] [FML]: Instantiating coremod class PhosphorFMLLoadingPlugin | |
| [17:11:20] [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. | |
| [17:11:20] [main/WARN] [FML]: The coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin) is not signed! | |
| [17:11:20] [main/DEBUG] [FML]: Enqueued coremod PhosphorFMLLoadingPlugin | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentFMLLegacy accepted container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentLiteLoaderLegacy for ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentLiteLoaderLegacy rejected container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/DEBUG] [mixin]: MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:20] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping | |
| [17:11:20] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping | |
| [17:11:20] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping | |
| [17:11:20] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Calling tweak class io.github.lxgaming.sledgehammer.launch.SledgehammerTweaker | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Mixin v0.8 already initialized | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Finalizing initialization | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Detected Forge | |
| [17:11:20] [main/DEBUG] [Sledgehammer Launch]: Detected Mixin & SledgehammerTweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
| [17:11:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:20] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers | |
| [17:11:20] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer | |
| [17:11:20] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT] | |
| [17:11:20] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.preinit.json | |
| [17:11:21] [main/INFO] [Sledgehammer]: Successfully loaded configuration file. | |
| [17:11:21] [main/INFO] [Sledgehammer]: Successfully saved configuration file. | |
| [17:11:21] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.preinit.json (3) | |
| [17:11:21] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: | |
| [17:11:21] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer | |
| [17:11:21] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:21] [main/DEBUG] [mixin]: Transformer delegation list created with 1 entries | |
| [17:11:21] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/FMLModContainer to metadata cache | |
| [17:11:21] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/Loader to metadata cache | |
| [17:11:21] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/MetadataCollection to metadata cache | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo | |
| [17:11:21] [main/DEBUG] [mixin]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo | |
| [17:11:21] [main/TRACE] [mixin]: Added class metadata for java/util/Map$Entry to metadata cache | |
| [17:11:21] [main/TRACE] [mixin]: Added class metadata for java/lang/invoke/MethodHandles$Lookup to metadata cache | |
| [17:11:21] [main/DEBUG] [mixin]: Prepared 3 mixins in 0.576 sec (192.0ms avg) (0ms load, 0ms transform, 0ms plugin) | |
| [17:11:21] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer | |
| [17:11:21] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer | |
| [17:11:21] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer | |
| [17:11:21] [main/DEBUG] [FML]: Injection complete | |
| [17:11:21] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} | |
| [17:11:21] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin | |
| [17:11:22] [main/DEBUG] [FML]: Read 1396 binary patches | |
| [17:11:22] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod AdvancedRocketryPlugin \{zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer zmaster587.advancedRocketry.asm.ClassTransformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for AdvancedRocketryPlugin \{zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin AdvancedRocketryPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class AdvancedRocketryPlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod BiggerPacketsPlzCoreMod \{net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer | |
| [17:11:23] [main/DEBUG] [biggerpacketsplz.ClassTransformer]: Looking for mcVersion | |
| [17:11:23] [main/DEBUG] [biggerpacketsplz.ClassTransformer]: Detected mcVersion '1.12.2' | |
| [17:11:23] [main/DEBUG] [biggerpacketsplz.ClassTransformer]: Will look after classes : {gy={j=[()Lfy;]}, net.minecraft.network.NettyCompressionDecoder={decode=[(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V]}, net.minecraft.network.PacketBuffer={readCompoundTag=[()Lnet/minecraft/nbt/NBTTagCompound;]}, gu={decode=[(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V]}} | |
| [17:11:23] [main/DEBUG] [biggerpacketsplz.ClassTransformer]: Will look after values : {2097152=16777216, 2097152=16777216} | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for BiggerPacketsPlzCoreMod \{net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin BiggerPacketsPlzCoreMod | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class BiggerPacketsPlzCoreMod run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for CreativePatchingLoader \{com.creativemd.creativecore.core.CreativePatchingLoader\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin CreativePatchingLoader | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class CreativePatchingLoader run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin ForgelinPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class ForgelinPlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod FTBUltimineASM \{com.feed_the_beast.mods.ftbultimine.FTBUltimineLoadingPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for FTBUltimineASM \{com.feed_the_beast.mods.ftbultimine.FTBUltimineLoadingPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin FTBUltimineASM | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class FTBUltimineLoadingPlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod LittlePatchingLoader \{com.creativemd.littletiles.LittlePatchingLoader\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer com.creativemd.littletiles.LittleTilesTransformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for LittlePatchingLoader \{com.creativemd.littletiles.LittlePatchingLoader\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin LittlePatchingLoader | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class LittlePatchingLoader run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod LogisticsPipesCoreLoader \{logisticspipes.asm.LogisticsPipesCoreLoader\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer logisticspipes.asm.LogisticsClassTransformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for LogisticsPipesCoreLoader \{logisticspipes.asm.LogisticsPipesCoreLoader\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin LogisticsPipesCoreLoader | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class LogisticsPipesCoreLoader run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod CorePlugin \{bre.smoothfont.asm.CorePlugin\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer bre.smoothfont.asm.Transformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for CorePlugin \{bre.smoothfont.asm.CorePlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin CorePlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class CorePlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod SqueezerCore \{shadows.squeezer.SqueezerCore\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer shadows.squeezer.Transformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for SqueezerCore \{shadows.squeezer.SqueezerCore\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin SqueezerCore | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class SqueezerCore run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod XaeroMinimapPlugin \{xaero.common.core.XaeroMinimapPlugin\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.ChunkTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.EntityPlayerTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.WorldClientTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.EntityPlayerSPTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.common.core.transformer.PlayerListTransformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for XaeroMinimapPlugin \{xaero.common.core.XaeroMinimapPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin XaeroMinimapPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class XaeroMinimapPlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod XaeroWorldMapPlugin \{xaero.map.core.XaeroWorldMapPlugin\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.ChunkTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.EntityPlayerTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.WorldClientTransformer | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer xaero.map.core.transformer.PlayerListTransformer | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for XaeroWorldMapPlugin \{xaero.map.core.XaeroWorldMapPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin XaeroWorldMapPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class XaeroWorldMapPlugin run successfully | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker | |
| [17:11:23] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.actuallyadditions.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.astralsorcery.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.bdsandm.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.bewitchment.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.carryon.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.champions.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.core.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.danknull.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.enderio.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.enderstorage.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.forge.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.immersiveengineering.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.journeymap.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.kubejs.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.logisticspipes.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.matteroverdrive.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.morph.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.naturesaura.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.platform.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.primitivecrafting.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.primitivemobs.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.projectred.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.pyrotech.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.quark.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.randomthings.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.realfilingcabinet.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.ruins.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.sponge.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.storagenetwork.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.tombmanygraves.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.topography.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.vaultopic.json | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.sledgehammer.wolforce.json | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Registering mixin config: mixins.surge.json | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/server.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/AdvancedRocketry-1.12.2-1.7.0-232-universal.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Apotheosis-1.12.2-1.12.5.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/AppleCore-mc1.12.2-3.2.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/astralsorcery-1.12.2-1.10.25.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/biggerpacketsplz-since1.8-1.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/BNBGamingCore-1.12.2-0.11.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Born+In+A+Barn+V1.8-1.12-1.1.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/botaniatweaks-1.9.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/1.12.2/ChickenASM-1.12-1.0.2.7.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/CreativeCore_v1.10.16_mc1.12.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/CTM-MC1.12.2-1.0.2.31.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/f5fix-1.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Forgelin-1.8.4.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/FTBUltimine-1.3.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/gregtech-1.12.2-1.10.0.546.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/HardcoreDarkness-MC1.12.2-2.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/iceandfire-1.9.1-1.12.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/InventoryTweaks-1.64+dev.146.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/librarianlib-1.12.2-4.21.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/logisticspipes-0.10.3.62.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Mekanism-1.12.2-9.8.3.390.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/OpenComputers-MC1.12.2-1.7.5.192.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/OpenModsLib-1.12.2-0.12.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Quark-r1.6-179.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/randompatches-1.12.2-1.22.1.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/RandomThings-MC1.12.2-4.2.7.4.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/ResourceLoader-MC1.12.1-1.5.3.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/SmoothFont-mc1.12.2-2.1.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/SqueezerPatch-1.12.2-1.0.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/TickDynamic_1.0.2_Lypaka_Build_3.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/wizardry-0.11.0.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/Xaeros_Minimap_20.20.1_Forge_1.12.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/XaerosWorldMap_1.10.1_Forge_1.12.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/memory_repo/com/enderio/core/EnderCore/1.12.2-0.5.76/EnderCore-1.12.2-0.5.76-core.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/memory_repo/net/ilexiconn/llibrary-core/1.0.11-1.12.2/llibrary-core-1.0.11-1.12.2.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Scanning asmgen:/ for mixin tweaker | |
| [17:11:23] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar) | |
| [17:11:23] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:23] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:23] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:23] [main/DEBUG] [mixin]: Adding agents for Mixin Container ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:23] [main/DEBUG] [mixin]: inject() running with 5 agents | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/MixinBootstrap-1.0.3.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance Sledgehammer {[]} for ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar) | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod Sledgehammer \{io.github.lxgaming.sledgehammer.launch.SledgehammerLoadingPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for Sledgehammer \{io.github.lxgaming.sledgehammer.launch.SledgehammerLoadingPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin Sledgehammer | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class SledgehammerLoadingPlugin run successfully | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/Sledgehammer-1.12.2-2.0.6.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance SurgeLoadingPlugin {[]} for ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar) | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod SurgeLoadingPlugin \{net.darkhax.surge.core.SurgeLoadingPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for SurgeLoadingPlugin \{net.darkhax.surge.core.SurgeLoadingPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin SurgeLoadingPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class SurgeLoadingPlugin run successfully | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/Surge-1.12.2-2.0.77.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance VanillaFixLoadingPlugin {[]} for ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar) | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod VanillaFixLoadingPlugin \{org.dimdev.vanillafix.VanillaFixLoadingPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for VanillaFixLoadingPlugin \{org.dimdev.vanillafix.VanillaFixLoadingPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin VanillaFixLoadingPlugin | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class VanillaFixLoadingPlugin run successfully | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/VanillaFix-1.0.10-150.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentFMLLegacy:ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar)] | |
| [17:11:23] [main/DEBUG] [mixin]: FML agent is co-initiralising coremod instance PhosphorFMLLoadingPlugin {[]} for ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar) | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\} class transformers | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin PhosphorFMLLoadingPlugin | |
| [17:11:23] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT] | |
| [17:11:23] [main/DEBUG] [Phosphor Forge Core]: Success! Phosphor has been called into from Forge... initializing Mixin environment and configurations | |
| [17:11:23] [main/DEBUG] [FML]: Coremod plugin class PhosphorFMLLoadingPlugin run successfully | |
| [17:11:23] [main/DEBUG] [mixin]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/D:/%23Server/./mods/phosphor-forge-mc1.12.2-0.2.7-universal.jar)] | |
| [17:11:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:23] [main/DEBUG] [FML]: Injecting coremod OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\} class transformers | |
| [17:11:23] [main/TRACE] [FML]: Registering transformer openmods.core.OpenModsClassTransformer | |
| [17:11:23] [main/DEBUG] [mixin]: Checking for additional mixins for MixinEnvironment[PREINIT] | |
| [17:11:23] [main/DEBUG] [FML]: Injection complete | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin for OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\} | |
| [17:11:23] [main/DEBUG] [FML]: Running coremod plugin OpenModsCorePlugin | |
| [17:11:23] [main/DEBUG] [OpenMods]: openmods.config.simple.ConfigProcessor.process(ConfigProcessor.java:82): Parsing config file '.\config\OpenModsLibCore.json' | |
| [17:11:24] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of pre_world_render_hook updated from DISABLED to ENABLED | |
| [17:11:24] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from DISABLED to ENABLED | |
| [17:11:24] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of player_render_hook updated from DISABLED to ENABLED | |
| [17:11:24] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from DISABLED to ENABLED | |
| [17:11:24] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from DISABLED to ENABLED | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class OpenModsCorePlugin run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg | |
| [17:11:24] [main/INFO] [Astral Core]: [AstralTransformer] Loading patches... | |
| [17:11:24] [main/INFO] [Astral Core]: [AstralTransformer] Found 0 Transformers! Trying to recover with direct references... | |
| [17:11:24] [main/INFO] [Astral Core]: [AstralTransformer] Initialized! Loaded 14 class patches! | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer config file invtweaks_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\cyberware-1.12.2-0.2.11.26.jar!META-INF/cyberware_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\Quark-r1.6-179.jar!META-INF/quark_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\CraftTweaker2-1.12-4.1.19.jar!META-INF/crafttweaker_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\RebornCore-1.12.2-3.19.4.529-universal.jar!META-INF/reborncore_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\Scannable-MC1.12.2-1.6.3.24.jar!META-INF/scannable_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\thaumicenergistics-2.2.4.jar!META-INF/theeng_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\multiblocktweaker-1.12.2-stable-1.2.0.jar!META-INF/mbtweaker_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\rftools-1.12-7.73.jar!META-INF/rftools_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\jei_1.12.2-4.15.0.291.jar!META-INF/jei_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CyclopsCore-1.12.2-1.6.6.jar!META-INF/cyclopscore_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 16 rules from AccessTransformer mod jar file .\mods\BNBGamingLib-1.12.2-2.17.6.jar!META-INF/bnbgaminglib_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\Chisel-MC1.12.2-1.0.2.45.jar!META-INF/chisel_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 97 rules from AccessTransformer mod jar file .\mods\extrautils2-1.12-1.9.9.jar!META-INF/extrautils2_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\ProjectE-1.12.2-PE1.4.1.jar!META-INF/pe_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\ResourceLoader-MC1.12.1-1.5.3.jar!META-INF/ResourceLoader_At.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\phosphor-forge-mc1.12.2-0.2.7-universal.jar!META-INF/phosphor_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\botaniatweaks-1.9.0.jar!META-INF/botania_tweaks_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\CTM-MC1.12.2-1.0.2.31.jar!META-INF/ctm_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\GunpowderLib-1.12.2-1.0.jar!META-INF/gunpowderlib_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 14 rules from AccessTransformer mod jar file .\mods\Mekanism-1.12.2-9.8.3.390.jar!META-INF/mekanism_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 35 rules from AccessTransformer mod jar file .\mods\Botania r1.10-363.jar!META-INF/botania_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 11 rules from AccessTransformer mod jar file .\mods\llibrary-1.7.19-1.12.2.jar!META-INF/llibrary_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 53 rules from AccessTransformer mod jar file .\mods\BrandonsCore-1.12.2-2.4.18.210-universal.jar!META-INF/BrandonsCore_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 18 rules from AccessTransformer mod jar file .\mods\FTBLib-5.4.7.2.jar!META-INF/ftblib_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\PickleTweaks-1.12.2-2.1.3.jar!META-INF/pickletweaks_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\incontrol-1.12-3.9.17.jar!META-INF/incontrol_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 23 rules from AccessTransformer mod jar file .\mods\astralsorcery-1.12.2-1.10.25.jar!META-INF/astralsorcery_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 4 rules from AccessTransformer mod jar file .\mods\RandomThings-MC1.12.2-4.2.7.4.jar!META-INF/randomthings_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\HardcoreDarkness-MC1.12.2-2.0.jar!META-INF/HardcoreDarkness_At.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\randompatches-1.12.2-1.22.1.2.jar!META-INF/randompatches_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\plustic-7.0.7.0.jar!META-INF/plustic_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 15 rules from AccessTransformer mod jar file .\mods\VanillaFix-1.0.10-150.jar!META-INF/vanillafix_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 8 rules from AccessTransformer mod jar file .\mods\FastWorkbench-1.12.2-1.7.3.jar!META-INF/fastbench_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\appliedenergistics2-rv6-stable-7.jar!META-INF/appeng_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file .\mods\SmoothFont-mc1.12.2-2.1.2.jar!META-INF/SmoothFont_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 45 rules from AccessTransformer mod jar file .\mods\CoFHCore-1.12.2-4.6.6.1-universal.jar!META-INF/cofh_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\Controlling-3.0.10.jar!META-INF/controlling_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\CleanView-1.12.2-v1c.jar!META-INF/cleanview_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 9 rules from AccessTransformer mod jar file .\mods\logisticspipes-0.10.3.62.jar!META-INF/lp_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\CosmeticArmorReworked-1.12.2-v5a.jar!META-INF/cosmeticarmorreworked_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\AIImprovements-1.12-0.0.1b3.jar!META-INF/AI_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 50 rules from AccessTransformer mod jar file .\mods\Bookshelf-1.12.2-2.3.577.jar!META-INF/bookshelf_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 53 rules from AccessTransformer mod jar file .\mods\DimensionalControl-1.12.2-2.11.0.jar!META-INF/dimensionalcontrol_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 6 rules from AccessTransformer mod jar file .\mods\enderutilities-1.12.2-0.7.15.jar!META-INF/enderutilities_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 5 rules from AccessTransformer mod jar file .\mods\Toast Control-1.12.2-1.8.1.jar!META-INF/toastcontrol_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 35 rules from AccessTransformer mod jar file .\mods\randomtweaks-1.12.2-2.8.2.0.jar!META-INF/randomtweaks_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 10 rules from AccessTransformer mod jar file .\mods\Avaritia-1.12.2-3.3.0.33-universal.jar!META-INF/avaritia_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 7 rules from AccessTransformer mod jar file .\mods\Apotheosis-1.12.2-1.12.5.jar!META-INF/apotheosis_at.cfg | |
| [17:11:24] [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 | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 39 rules from AccessTransformer mod jar file .\mods\TConstruct-1.12.2-2.13.0.183.jar!META-INF/tconstruct_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 36 rules from AccessTransformer mod jar file .\mods\Draconic-Evolution-1.12.2-2.3.25.351-universal.jar!META-INF/DraconicEvolution_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\libnine-1.12.2-1.1.9.jar!META-INF/libnine_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\CookingForBlockheads_1.12.2-6.5.0.jar!META-INF/cookingforblockheads_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 21 rules from AccessTransformer mod jar file .\mods\gregtech-1.12.2-1.10.0.546.jar!META-INF/gregtech_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 1 rules from AccessTransformer mod jar file .\mods\BetterAdvancements-1.12.2-0.1.0.77.jar!META-INF/betteradvancements_at.cfg | |
| [17:11:24] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file .\mods\theoneprobe-1.12-1.4.28.jar!META-INF/top_at.cfg | |
| [17:11:24] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #2 | |
| [17:11:24] [main/DEBUG] [FML]: Validating minecraft | |
| [17:11:24] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[INIT] | |
| [17:11:24] [main/DEBUG] [mixin]: Selecting config mixins.vanillafix.modsupport.json | |
| [17:11:24] [main/DEBUG] [mixin]: Preparing mixins.vanillafix.modsupport.json (1) | |
| [17:11:24] [main/DEBUG] [mixin]: Mixing fml.common.LoaderMixin from mixins.sledgehammer.preinit.json into net.minecraftforge.fml.common.Loader | |
| [17:11:24] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: | |
| [17:11:24] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.com.creativemd.littletiles.LittleTilesTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.logisticspipes.asm.LogisticsClassTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.shadows.squeezer.Transformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.ChunkTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.WorldClientTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerSPTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.PlayerListTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.ChunkTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.EntityPlayerTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.WorldClientTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.PlayerListTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: com.creativemd.littletiles.LittleTilesAfterTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer | |
| [17:11:24] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:24] [main/DEBUG] [mixin]: Transformer delegation list created with 35 entries | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/bridge/fml/common/LoaderBridge to metadata cache | |
| [17:11:24] [main/DEBUG] [mixin]: Renaming synthetic method lambda$onGatherLegacyCanidates$0(Ljava/util/Map$Entry;Lnet/minecraftforge/fml/relauncher/libraries/Artifact;)Z to mdb93f28$lambda$onGatherLegacyCanidates$0$0 in mixins.sledgehammer.preinit.json:fml.common.LoaderMixin | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/Sets to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/Maps to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Map to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Set to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Iterator to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/relauncher/CoreModManager to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/io/File to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/List to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/manager/MappingManager to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Optional to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Collection to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModClassLoader to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/Sledgehammer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for org/apache/logging/log4j/Logger to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/relauncher/libraries/Artifact to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/String to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/discovery/ModDiscoverer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/function/Predicate to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/net/MalformedURLException to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/MinecraftDummyContainer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModContainer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/MCPDummyContainer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/InjectedModContainer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/Iterable to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/ImmutableMap to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/Integer to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/Exception to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/Throwable to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/lang/ClassLoader to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/net/URLClassLoader to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/security/SecureClassLoader to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/toposort/ModSorter to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/ImmutableList to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for com/google/common/collect/ImmutableCollection to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractCollection to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/io/InputStream to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Properties to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Hashtable to metadata cache | |
| [17:11:24] [main/TRACE] [mixin]: Added class metadata for java/util/Dictionary to metadata cache | |
| [17:11:24] [main/DEBUG] [mixin]: Mixing fml.common.MetadataCollectionAccessor from mixins.sledgehammer.preinit.json into net.minecraftforge.fml.common.MetadataCollection | |
| [17:11:24] [main/DEBUG] [FML]: Minecraft validated, launching... | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod ApotheosisCore \{shadows.ApotheosisCore\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer shadows.ApotheosisTransformer | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for ApotheosisCore \{shadows.ApotheosisCore\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin ApotheosisCore | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class ApotheosisCore run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod BNBGamingCore \{com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin\} class transformers | |
| [17:11:24] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. | |
| [17:11:24] [main/INFO] [BnBGamingCore]: Minecraft version is 1.12.2 and BNBGamingCore accepts versions 1.12, . It will be registered. | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for BNBGamingCore \{com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCorePlugin\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin BNBGamingCore | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Found 295 mods. | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Found mod with correct manifest attribute. .\mods\DimensionalControl-1.12.2-2.11.0.jar | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Attribute string: MapGenEvent, MapGenStructureEvent, WorldProviderEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module itemRightClickEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module buildDamageSourceList | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementBuildEventPre | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementBuildEventPost | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module functionReloadEventPost | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementCriterionCompletedEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementAboutToLoadEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementSync | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module grantCriterionEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module worldServerEvents | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module minecraftServerPostTickEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementVisibilityEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module advancementCompletionEvent | |
| [17:11:24] [main/DEBUG] [BnBGamingCore]: Disabled ASM module hurtCameraEffectEvent | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class BNBGamingCorePlugin run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod Born in a Barn \{com.chocohead.biab.BornInABarn\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer com.chocohead.biab.BornInABarn | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for Born in a Barn \{com.chocohead.biab.BornInABarn\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin Born in a Barn | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class BornInABarn run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod GTCELoadingPlugin \{gregtech.common.asm.GTCELoadingPlugin\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer gregtech.common.asm.GTCETransformer | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for GTCELoadingPlugin \{gregtech.common.asm.GTCELoadingPlugin\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin GTCELoadingPlugin | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class GTCELoadingPlugin run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.hardcoredarkness.asm.LoadingPlugin\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer lumien.hardcoredarkness.asm.ClassTransformer | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.hardcoredarkness.asm.LoadingPlugin\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer invtweaks.forge.asm.ContainerTransformer | |
| [17:11:24] [main/DEBUG] [FML]: Injection complete | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin for Inventory Tweaks Coremod \{invtweaks.forge.asm.FMLPlugin\} | |
| [17:11:24] [main/DEBUG] [FML]: Running coremod plugin Inventory Tweaks Coremod | |
| [17:11:24] [main/DEBUG] [FML]: Coremod plugin class FMLPlugin run successfully | |
| [17:11:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:24] [main/DEBUG] [FML]: Injecting coremod LibrarianLib Plugin \{com.teamwizardry.librarianlib.asm.LibLibCorePlugin\} class transformers | |
| [17:11:24] [main/TRACE] [FML]: Registering transformer com.teamwizardry.librarianlib.asm.LibLibTransformer | |
| [17:11:25] [main/DEBUG] [FML]: Injection complete | |
| [17:11:25] [main/DEBUG] [FML]: Running coremod plugin for LibrarianLib Plugin \{com.teamwizardry.librarianlib.asm.LibLibCorePlugin\} | |
| [17:11:25] [main/DEBUG] [FML]: Running coremod plugin LibrarianLib Plugin | |
| [17:11:25] [main/DEBUG] [FML]: Coremod plugin class LibLibCorePlugin run successfully | |
| [17:11:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:25] [main/DEBUG] [FML]: Injecting coremod TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\} class transformers | |
| [17:11:25] [main/TRACE] [FML]: Registering transformer li.cil.oc.common.asm.ClassTransformer | |
| [17:11:25] [main/DEBUG] [FML]: Injection complete | |
| [17:11:25] [main/DEBUG] [FML]: Running coremod plugin for TransformerLoader \{li.cil.oc.common.launch.TransformerLoader\} | |
| [17:11:25] [main/DEBUG] [FML]: Running coremod plugin TransformerLoader | |
| [17:11:25] [main/DEBUG] [FML]: Coremod plugin class TransformerLoader run successfully | |
| [17:11:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:25] [main/DEBUG] [FML]: Injecting coremod Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\} class transformers | |
| [17:11:25] [main/TRACE] [FML]: Registering transformer vazkii.quark.base.asm.ClassTransformer | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for Quark Plugin \{vazkii.quark.base.asm.LoadingPlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin Quark Plugin | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.randomthings.asm.LoadingPlugin\} class transformers | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer lumien.randomthings.asm.ClassTransformer | |
| [17:11:26] [main/DEBUG] [RandomThingsCore]: Starting Class Transformation | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.randomthings.asm.LoadingPlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\} class transformers | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer lumien.resourceloader.asm.ClassTransformer | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{lumien.resourceloader.asm.LoadingPlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod Wizardry Plugin \{com.teamwizardry.wizardry.asm.WizardryCorePlugin\} class transformers | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer com.teamwizardry.wizardry.asm.WizardryTransformer | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for Wizardry Plugin \{com.teamwizardry.wizardry.asm.WizardryCorePlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin Wizardry Plugin | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class WizardryCorePlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod llibrary \{net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin\} class transformers | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found runtime patcher net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for llibrary \{net.ilexiconn.llibrary.server.core.plugin.LLibraryPlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin llibrary | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class LLibraryPlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod iceandfire \{com.github.alexthe666.iceandfire.asm.IceAndFirePlugin\} class transformers | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found runtime patcher com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found no method mapping for java/lang/String/format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraft/client/model/ModelBiped/<init>(FZ)V | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraft/client/renderer/entity/RenderPlayer/<init>(Lnet/minecraft/client/renderer/entity/RenderManager;Z)V | |
| [17:11:26] [main/DEBUG] [LLibrary Core]: Found no method mapping for net/minecraftforge/client/ForgeHooksClient/handleCameraTransforms(Lnet/minecraft/client/renderer/block/model/IBakedModel;Lnet/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType;Z)Lnet/minecraft/client/renderer/block/model/IBakedModel; | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for iceandfire \{com.github.alexthe666.iceandfire.asm.IceAndFirePlugin\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin iceandfire | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class IceAndFirePlugin run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\} class transformers | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin for AstralCore \{hellfirepvp.astralsorcery.core.AstralCore\} | |
| [17:11:26] [main/DEBUG] [FML]: Running coremod plugin AstralCore | |
| [17:11:26] [main/DEBUG] [FML]: Coremod plugin class AstralCore run successfully | |
| [17:11:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:26] [main/DEBUG] [FML]: Injecting coremod LoadingPlugin \{com.wildex999.tickdynamic.LoadingPlugin\} class transformers | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer com.wildex999.patcher.TransformerPatcher | |
| [17:11:26] [main/TRACE] [FML]: Registering transformer com.wildex999.patcher.EntityInjector | |
| [17:11:26] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for LoadingPlugin \{com.wildex999.tickdynamic.LoadingPlugin\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin LoadingPlugin | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class LoadingPlugin run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod AppleCore \{squeek.applecore.AppleCore\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer squeek.applecore.asm.TransformerModuleHandler | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for AppleCore \{squeek.applecore.AppleCore\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin AppleCore | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class AppleCore run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod Botania Tweaks Core \{quaternary.botaniatweaks.asm.BotaniaTweakerPlugin\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer quaternary.botaniatweaks.asm.BotaniaTweakerTransformer | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for Botania Tweaks Core \{quaternary.botaniatweaks.asm.BotaniaTweakerPlugin\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin Botania Tweaks Core | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class BotaniaTweakerPlugin run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod F5FixLoadingPlugin \{de.morrien.f5fix.F5FixLoadingPlugin\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer de.morrien.f5fix.F5FixTransformer | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for F5FixLoadingPlugin \{de.morrien.f5fix.F5FixLoadingPlugin\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin F5FixLoadingPlugin | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class F5FixLoadingPlugin run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod MekanismCoremod \{mekanism.coremod.MekanismCoremod\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer mekanism.coremod.KeybindingMigrationHelper | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for MekanismCoremod \{mekanism.coremod.MekanismCoremod\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin MekanismCoremod | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class MekanismCoremod run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod RandomPatches \{com.therandomlabs.randompatches.core.RPCore\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer com.therandomlabs.randompatches.core.RPTransformer | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.gr1m.mc.mup.core.MupCore | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.mumfrey.liteloader.core.LiteLoader | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.fuzs.particlefixes.ParticleFixes | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for austeretony.rebind.common.core.ReBindCorePlugin | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for com.replaymod.core.ReplayMod | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for quaternary.rebindnarrator.RebindNarrator | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.spongepowered.mod.SpongeMod | |
| [17:11:27] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for io.github.barteks2x.unridekeybind.core.UnRideKeybindCoremod | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for RandomPatches \{com.therandomlabs.randompatches.core.RPCore\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin RandomPatches | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class RPCore run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer team.chisel.ctm.client.asm.CTMTransformer | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for CTMCorePlugin \{team.chisel.ctm.client.asm.CTMCorePlugin\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin CTMCorePlugin | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class CTMCorePlugin run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
| [17:11:27] [main/DEBUG] [FML]: Injecting coremod EnderCorePlugin \{com.enderio.core.common.transform.EnderCorePlugin\} class transformers | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer com.enderio.core.common.transform.EnderCoreTransformer | |
| [17:11:27] [main/TRACE] [FML]: Registering transformer com.enderio.core.common.transform.SimpleMixinPatcher | |
| [17:11:27] [main/DEBUG] [FML]: Injection complete | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin for EnderCorePlugin \{com.enderio.core.common.transform.EnderCorePlugin\} | |
| [17:11:27] [main/DEBUG] [FML]: Running coremod plugin EnderCorePlugin | |
| [17:11:27] [main/DEBUG] [FML]: Coremod plugin class EnderCorePlugin run successfully | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker | |
| [17:11:27] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker | |
| [17:11:27] [main/DEBUG] [mixin]: Adding new mixin transformer proxy #3 | |
| [17:11:27] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/server/MinecraftServer | |
| [17:11:27] [main/DEBUG] [LLibrary Core]: Patching method run()V | |
| [17:11:27] [main/WARN] [LLibrary Core]: Failed to fetch hierarchy node for net.minecraft.crash.CrashReport. This may cause patch issues | |
| [17:11:27] [main/DEBUG] [mixin]: Ending MixinEnvironment[INIT], applied 2 mixins | |
| [17:11:27] [main/DEBUG] [mixin]: Preparing mixins for MixinEnvironment[DEFAULT] | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.surge.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.vanillafix.bugs.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.vanillafix.crashes.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.vanillafix.profiler.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.vanillafix.textures.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.actuallyadditions.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.astralsorcery.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.bdsandm.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.bewitchment.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.carryon.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.champions.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.core.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.danknull.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.enderio.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.enderstorage.json | |
| [17:11:27] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.forge.json | |
| [17:11:27] [main/INFO] [FML]: Searching D:\#Server\.\mods for mods | |
| [17:11:27] [main/DEBUG] [FML]: Adding 0.0.5a-releasecandidate1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r151-2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AdvancedRocketry-1.12.2-1.7.0-232-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AE2WTLib-1.12.2-1.0.34.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AIImprovements-1.12-0.0.1b3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Animus-1.12-2.1.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Apotheosis-1.12.2-1.12.5.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.9.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding architecturecraft-1.12-3.98.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding armoreablemobs-1.12.2-1.1.8.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ArtemisLib-1.12.2-v1.0.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding artisanworktables-1.12.2-1.20.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.25.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding athenaeum-1.12.2-1.16.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding AutoRegLib-1.3-32.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Avaritia-1.12.2-3.3.0.33-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding backportedflora-1.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BatteryBufferDriver-1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding baubley-heart-canisters-1.12.2-1.2.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BetterAdvancements-1.12.2-0.1.0.77.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding biggerpacketsplz-since1.8-1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.3-105.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BNBGamingCore-1.12.2-0.11.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BNBGamingLib-1.12.2-2.17.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.577.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Born+In+A+Barn+V1.8-1.12-1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Botania r1.10-363.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding botaniatweaks-1.9.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BrandonsCore-1.12.2-2.4.18.210-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Bridgeit-1.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding BuildingGadgets-2.8.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding capabilityadapter-1.1.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Ceramics-1.12-1.3.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CEU-1.12.2-1.0.4.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding chickens-6.1.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Chisel-MC1.12.2-1.0.2.45.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CleanView-1.12.2-v1c.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CoFHCore-1.12.2-4.6.6.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CoFHWorld-1.12.2-1.4.0.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Controlling-3.0.10.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.5.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding coop-1.12.2-2.0.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CosmeticArmorReworked-1.12.2-v5a.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.19.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CreativeCore_v1.10.16_mc1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CryingObsidian-1.12.2-1.2.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CTM-MC1.12.2-1.0.2.31.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CustomMainMenu-MC1.12.2-2.0.9.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding cyberware-1.12.2-0.2.11.26.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Cyclic-1.12.2-1.20.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.6.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Deadly Monsters 1.71.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding deepmoblearning-1.12.2-2.5.4-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding deepmoblearningbm-1.12.2-1.0.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding diethopper-1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding DimensionalControl-1.12.2-2.11.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding DimensionStages-1.12.2-2.0.23.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Discord-1.12.2-1.0.11.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding DoomlikeDungeons-1.13.2-MC1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Draconic-Evolution-1.12.2-2.3.25.351-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding dropt-1.12.2-1.14.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding DupeFix Project 2.4.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EmberRootZoo-1.12.2-1.3.10.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderCore-1.12.2-0.5.76.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-base-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-conduits-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-endergy-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-integration-tic-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderIO-machines-1.12.2-5.2.59.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding enderutilities-1.12.2-0.7.15.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding extrautils2-1.12-1.9.9.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding f5fix-1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Floralchemy-1.12.2-1.1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding fluxnetworks-1.12.2-4.0.15-32.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Forgelin-1.8.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.2.83-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FpsReducer-mc1.12.2-1.18.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FTBBackups-1.1.0.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FTBLib-5.4.7.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FTBQuests-1.9.0.12.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FTBUltimine-1.3.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding FTBUtilities-5.4.1.130.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding funky-locomotion-1.12.2-1.1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding fvw-1.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding GameStages-1.12.2-2.0.117.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding gregtech-1.12.2-1.10.0.546.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding gtce2oc-1.12.2-1.6.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Guidebook-1.12.2-2.9.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding GunpowderLib-1.12.2-1.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding HardcoreDarkness-MC1.12.2-2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Hit With Axe-1.12.2-1.5.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding HotOrNot-1.12-1.1.2-16.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding HungerOverhaul-1.12.2-1.3.3.jenkins148.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding iceandfire-1.9.1-1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding incontrol-1.12-3.9.17.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding InitialInventory-3.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding insomniac-1.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.1.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding IntegratedTunnels-1.12.2-1.6.12.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding IntegrationForegoing-1.12.2-1.10.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.146.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ItemFilters-1.0.4.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding itlt-1.12.2-1.0.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding jeiintegration_1.12.2-1.5.1.36.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.291.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding just-enough-harvestcraft-1.12.2-1.7.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding JustEnoughEnergistics-1.12.2-1.0.8.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding knowledgeshare-1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding lazy-ae2-1.12.2-1.1.20.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding letsencryptcraft-1.10.2-1.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding libnine-1.12.2-1.1.9.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding librarianlib-1.12.2-4.21.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding LibVulpes-1.12.2-0.4.2-75-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding llibrary-1.7.19-1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding LogisticsBridge-1.3.11.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding logisticspipes-0.10.3.62.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding LootTweaker-1.12.2-0.0.10.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MainMenuScale-1.3.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MCMultiPart-2.5.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.3.390.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MightyEnderChicken-1.12.2-7.3.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding minetogether-1.10.2-2.2.5.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MixinBootstrap-1.0.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MobStages-1.12.2-2.0.13.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding modnametooltip_1.12.2-1.10.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Modular Diversity-1.5.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding modularmachinery-1.12.2-1.10.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding morechickens-1.12.2-3.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding moreoverlays-1.15.1-mc1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MouseTweaks-2.10-mc1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding multiblocktweaker-1.12.2-stable-1.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.8.5.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Nutrition-1.12.2-4.3.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding OpenBlocks-1.12.2-1.8.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding OpenComputers-MC1.12.2-1.7.5.192.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding OpenModsLib-1.12.2-0.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding p455w0rdslib-1.12.2-2.3.161.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Pam's HarvestCraft 1.12.2zg.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Patchouli-1.0-21.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding phosphor-forge-mc1.12.2-0.2.7-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding PickleTweaks-1.12.2-2.1.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Plants-1.12.2-2.10.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding plustic-7.0.7.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding PortalGun-1.12.2-7.1.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding PrimalTech-0.3.5.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ProjectE-1.12.2-PE1.4.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Quark-r1.6-179.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding randompatches-1.12.2-1.22.1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding RandomThings-MC1.12.2-4.2.7.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding randomtweaks-1.12.2-2.8.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding reauth-3.6.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding RebornCore-1.12.2-3.19.4.529-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding RedstoneArsenal-1.12.2-2.6.6.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.1.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Reliquary-1.12.2-1.3.4.796.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding resizingpotion-2.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ResourceLoader-MC1.12.1-1.5.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding rftools-1.12-7.73.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding roughmobsrevamped-1.12.2-2.3.17.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding roughTweaks0.2.4-1.12.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Rustic Thaumaturgy-4.4a.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding rustic-1.1.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Scannable-MC1.12.2-1.6.3.24.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Scavenge V1.12-1.8.3.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Shadows_of_Greg-1.12.2-2.14.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding simpleteleporters-1.12.2-3.0.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding simpletrophies-1.2.2.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding simplylight-1.12.2-0.8.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Sledgehammer-1.12.2-2.0.6.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding SmoothFont-mc1.12.2-2.1.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding sonarcore-1.12.2-5.0.19-20.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding SpiceOfLife-mc1.12-1.3.12.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding SqueezerPatch-1.12.2-1.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding StatsKeeper-1.12.2-3.1.13.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding StuffASockInIt-1.12.2-1.1.32.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding SuperFactoryManager-1.12.2-2.0.23.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Surge-1.12.2-2.0.77.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TConstruct-1.12.2-2.13.0.183.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TerraCore-1.12-2.1.13.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.17.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TexFix+V-1.12-4.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Thaumcraft-1.12.2-6.1.BETA26.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding thaumicenergistics-2.2.4.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThaumicInventoryScanning_1.12.2-2.0.10.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThaumicJEI-1.12.2-1.6.0-27.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding thaumicperiphery-0.3.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding theoneprobe-1.12-1.4.28.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThermalDynamics-1.12.2-2.5.6.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThermalExpansion-1.12.2-5.5.7.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThermalFoundation-1.12.2-2.6.7.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding ThermalInnovation-1.12.2-0.3.6.1-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TickDynamic_1.0.2_Lypaka_Build_3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TinkersComplement-1.12.2-0.4.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TinkersExtras-1.12.2-1.1.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TinkerStages-1.12.2-2.0.17.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Tips-1.12.2-1.0.9.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Toast Control-1.12.2-1.8.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding togetherforever-1.12.2-1.0.12-22.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding TombManyGraves-1.12-4.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding tombmanygraves2api-1.12.2-1.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding tombmanypluginscosmeticarmorreworked-1.0.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding topaddons-1.12.2-1.13.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Translocators-1.12.2-2.5.2.81-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding VanillaFix-1.0.10-150.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding VillagerTradingBan-2.0.0.6-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding voidislandcontrol-1.5.3.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding volumetricflask-0.18.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding WaterControlExtreme-1.0.2.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding weirdinggadget-1.12.2-2.1.16-universal.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding whoops-1.0.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding WirelessCraftingTerminal-1.12.2-3.12.97.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding wizardry-0.11.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding XaerosWorldMap_1.10.1_Forge_1.12.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Xaeros_Minimap_20.20.1_Forge_1.12.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Xtones-1.12-1.0.8-11.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Zen Summoning-1.12-1.1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding Zen Triggers-1.12-1.1.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding zenstages-0.5.0.jar to the mod list | |
| [17:11:27] [main/INFO] [FML]: Searching D:\#Server\.\mods\1.12.2 for mods | |
| [17:11:27] [main/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding discord-rpc-release-v3.3.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding java-discord-rpc-2.0.1.jar to the mod list | |
| [17:11:27] [main/DEBUG] [FML]: Adding jna-4.4.0.jar to the mod list | |
| [17:11:27] [main/DEBUG] [Sledgehammer]: 0.0.5a-releasecandidate1.jar: | |
| [17:11:27] [main/DEBUG] [Sledgehammer]: netherbackport | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ActuallyAdditions-1.12.2-r151-2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: actuallyadditions | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ActuallyBaubles-1.12-1.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: actuallybaubles | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AdvancedRocketry-1.12.2-1.7.0-232-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: advancedRocketry | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AE2WTLib-1.12.2-1.0.34.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ae2wtlib | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AIImprovements-1.12-0.0.1b3.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AI-Improvements | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Animus-1.12-2.1.7.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: animus | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Apotheosis-1.12.2-1.12.5.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: apotheosis | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AppleCore-mc1.12.2-3.2.0.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AppleSkin-mc1.12-1.0.9.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: appleskin | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: appliedenergistics2-rv6-stable-7.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: appliedenergistics2 | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: architecturecraft-1.12-3.98.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: architecturecraft | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: armoreablemobs-1.12.2-1.1.8.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: armoreablemobs | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ArtemisLib-1.12.2-v1.0.6.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: artemislib | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: artisanworktables-1.12.2-1.20.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: artisanworktables | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: astralsorcery-1.12.2-1.10.25.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: astralsorcery | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: athenaeum-1.12.2-1.16.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: athenaeum | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: AutoRegLib-1.3-32.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: autoreglib | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Avaritia-1.12.2-3.3.0.33-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Avaritia | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: backportedflora-1.4.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: backportedflora | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: base-1.12.2-3.13.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: base | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BatteryBufferDriver-1.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BatteryBufferDriver | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Baubles-1.12-1.5.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: baubles | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: baubley-heart-canisters-1.12.2-1.2.3.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: bhc | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BetterAdvancements-1.12.2-0.1.0.77.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: betteradvancements | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: biggerpacketsplz-since1.8-1.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: biggerpacketsplz | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BloodMagic-1.12.2-2.4.3-105.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: bloodmagic | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BNBGamingCore-1.12.2-0.11.0.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BNBGamingLib-1.12.2-2.17.6.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: bnbgaminglib | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Bookshelf-1.12.2-2.3.577.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: bookshelf | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Born+In+A+Barn+V1.8-1.12-1.1.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Botania r1.10-363.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: botania | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: botaniatweaks-1.9.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: botania_tweaks | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BrandonsCore-1.12.2-2.4.18.210-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: brandonscore | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Bridgeit-1.0.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: examplemod | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: BuildingGadgets-2.8.4.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: buildinggadgets | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Ceramics-1.12-1.3.7.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ceramics | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CEU-1.12.2-1.0.4.3.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ceu | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ChickenASM-1.12-1.0.2.7.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: chickens-6.1.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: chickens | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Chisel-MC1.12.2-1.0.2.45.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: chisel | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CleanView-1.12.2-v1c.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cleanview | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Clumps-3.1.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: clumps | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CodeChickenLib-1.12.2-3.2.3.358-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: codechickenlib | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CoFHCore-1.12.2-4.6.6.1-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cofhcore | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CoFHWorld-1.12.2-1.4.0.1-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cofhworld | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CommonCapabilities-1.12.2-2.4.6.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: commoncapabilities | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: compactmachines3-1.12.2-3.0.18-b278.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: compactmachines3 | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ContentTweaker-1.12.2-4.9.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: contenttweaker | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Controlling-3.0.10.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: controlling | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CookingForBlockheads_1.12.2-6.5.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cookingforblockheads | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: coop-1.12.2-2.0.6.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: roost | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CosmeticArmorReworked-1.12.2-v5a.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cosmeticarmorreworked | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CraftTweaker2-1.12-4.1.19.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: crafttweaker | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CreativeCore_v1.10.16_mc1.12.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: creativecore | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CryingObsidian-1.12.2-1.2.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cryingobsidian | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CTM-MC1.12.2-1.0.2.31.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ctm | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Cucumber-1.12.2-1.1.3.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cucumber | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CustomMainMenu-MC1.12.2-2.0.9.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: custommainmenu | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cyberware-1.12.2-0.2.11.26.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cyberware | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Cyclic-1.12.2-1.20.4.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cyclicmagic | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: CyclopsCore-1.12.2-1.6.6.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: cyclopscore | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Deadly Monsters 1.71.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dmonsters | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: deepmoblearning-1.12.2-2.5.4-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: deepmoblearning | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: deepmoblearningbm-1.12.2-1.0.1-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: deepmoblearningbm | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: diethopper-1.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: diethopper | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: DimensionalControl-1.12.2-2.11.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dimensionalcontrol | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: DimensionStages-1.12.2-2.0.23.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dimstages | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Discord-1.12.2-1.0.11.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: discord | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: discord-rpc-release-v3.3.0.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: DoomlikeDungeons-1.13.2-MC1.12.2.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dldungeonsjbg | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Draconic-Evolution-1.12.2-2.3.25.351-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: draconicevolution | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dropt-1.12.2-1.14.0.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dropt | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: DupeFix Project 2.4.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: dupefixproject | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EmberRootZoo-1.12.2-1.3.10.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: emberroot | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderCore-1.12.2-0.5.76.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: endercore | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-base-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderio | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderiobase | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-conduits-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderiopowertools | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderioconduits | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderioconduitsappliedenergistics | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-endergy-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderioendergy | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-integration-tic-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderiointegrationticlate | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderiointegrationtic | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderIO-machines-1.12.2-5.2.59.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderiomachines | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: EnderStorage-1.12.2-2.4.6.137-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderstorage | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderutilities-1.12.2-0.7.15.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: enderutilities | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: extrautils2-1.12-1.9.9.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: extrautils2 | |
| [17:11:28] [main/ERROR] [FML]: The mcmod.info file in .\mods\f5fix-1.2.jar cannot be parsed as valid JSON. It will be ignored | |
| com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 9 column 2 path $[0].authorList | |
| at com.google.gson.internal.Streams.parse(Streams.java:60) ~[Streams.class:?] | |
| at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] | |
| at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] | |
| at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:63) [MetadataCollection.class:c645e79] | |
| at io.github.lxgaming.sledgehammer.mixin.plugin.ForgePlugin.getMetadataCollection(ForgePlugin.java:158) [ForgePlugin.class:?] | |
| at io.github.lxgaming.sledgehammer.mixin.plugin.ForgePlugin.onLoad(ForgePlugin.java:85) [ForgePlugin.class:?] | |
| at org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:597) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:476) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:438) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:416) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [MixinBootstrap-1.0.3.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271] | |
| at java.lang.Class.forName(Unknown Source) [?:1.8.0_271] | |
| at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [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_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:118) [server.jar:c645e79] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:67) [server.jar:c645e79] | |
| Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 9 column 2 path $[0].authorList | |
| at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] | |
| at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:505) ~[JsonReader.class:?] | |
| at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] | |
| at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] | |
| at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] | |
| at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] | |
| at com.google.gson.internal.Streams.parse(Streams.java:48) ~[Streams.class:?] | |
| ... 28 more | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: f5fix-1.2.jar: No metadata | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: FastWorkbench-1.12.2-1.7.3.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: fastbench | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Floralchemy-1.12.2-1.1.1.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: floralchemy | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: fluxnetworks-1.12.2-4.0.15-32.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: fluxnetworks | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: Forgelin-1.8.4.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: forgelin | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: ForgeMultipart-1.12.2-2.6.2.83-universal.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: microblockcbe | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: minecraftmultipartcbe | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: forgemultipartcbe | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: FpsReducer-mc1.12.2-1.18.jar: | |
| [17:11:28] [main/DEBUG] [Sledgehammer]: fpsreducer | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FTBBackups-1.1.0.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ftbbackups | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FTBLib-5.4.7.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ftblib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FTBQuests-1.9.0.12.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ftbquests | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FTBUltimine-1.3.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ftbultimine | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FTBUtilities-5.4.1.130.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ftbutilities | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: funky-locomotion-1.12.2-1.1.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: funkylocomotion | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: fvw-1.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: FVW | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: GameStages-1.12.2-2.0.117.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gamestages | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gregtech-1.12.2-1.10.0.546.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gregtech | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gtce2oc-1.12.2-1.6.0.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Guide-API-1.12-2.1.8-63.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: guideapi | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: GunpowderLib-1.12.2-1.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gunpowderlib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: HardcoreDarkness-MC1.12.2-2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: hardcoredarkness | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Hit With Axe-1.12.2-1.5.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: hitwithaxe | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: HotOrNot-1.12-1.1.2-16.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: hotornot | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: HungerOverhaul-1.12.2-1.3.3.jenkins148.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: hungeroverhaul | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: iceandfire-1.9.1-1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: iceandfire | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: iChunUtil-1.12.2-7.2.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ichunutil | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: incontrol-1.12-3.9.17.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: incontrol | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: industrialforegoing-1.12.2-1.12.13-237.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: industrialforegoing | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: InitialInventory-3.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: InitialInventory | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: insomniac-1.6.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: insomniac | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: IntegratedDynamics-1.12.2-1.1.7.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: integrateddynamics | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: IntegratedTunnels-1.12.2-1.6.12.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: integratedtunnels | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: IntegrationForegoing-1.12.2-1.10.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: integrationforegoing | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: InventoryTweaks-1.64+dev.146.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: inventorytweaks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ironchest-1.12.2-7.0.72.847.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ironchest | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ItemFilters-1.0.4.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: itemfilters | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: itlt-1.12.2-1.0.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: itlt | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: java-discord-rpc-2.0.1.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jei_1.12.2-4.15.0.291.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jei | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jeiintegration_1.12.2-1.5.1.36.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jeiintegration | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jna-4.4.0.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: just-enough-harvestcraft-1.12.2-1.7.1.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: justenoughdimensions | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: JustEnoughEnergistics-1.12.2-1.0.8.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: jee | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: knowledgeshare-1.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: knowledgeshare | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: lcrdrfs | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: lazy-ae2-1.12.2-1.1.20.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: threng | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: letsencryptcraft-1.10.2-1.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: letsnecryptcraft | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: libnine-1.12.2-1.1.9.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: libnine | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: librarianlib-1.12.2-4.21.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: librarianlib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: LibVulpes-1.12.2-0.4.2-75-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: libVulpes | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: littletiles | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: LogisticsBridge-1.3.11.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: logisticsbridge | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: logisticspipes-0.10.3.62.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: logisticspipes | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: LootTweaker-1.12.2-0.0.10.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: loottweaker | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MainMenuScale-1.3.2.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Mantle-1.12-1.3.3.55.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mantle | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mcjtylib-1.12-3.5.4.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mcjtylib_ng | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MCMultiPart-2.5.3.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Mekanism-1.12.2-9.8.3.390.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mekanism | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MightyEnderChicken-1.12.2-7.3.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mightyenderchicken | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: minetogether-1.10.2-2.2.5.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: minetogether | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: minetogetherserver | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MixinBootstrap-1.0.3.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MobStages-1.12.2-2.0.13.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mobstages | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modnametooltip_1.12.2-1.10.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modnametooltip | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modtweaker-4.0.17.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modtweaker | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Modular Diversity-1.5.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modulardiversity | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modularmachinery-1.12.2-1.10.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: modularmachinery | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: morechickens-1.12.2-3.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: morechickens | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: moreoverlays-1.15.1-mc1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: moreoverlays | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MouseTweaks-2.10-mc1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mousetweaks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: MTLib-3.0.6.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mtlib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: multiblocktweaker-1.12.2-stable-1.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: multiblocktweaker | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: NaturesCompass-1.12.2-1.8.5.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: naturescompass | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Nutrition-1.12.2-4.3.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: nutrition | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: OpenBlocks-1.12.2-1.8.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: openblocks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: OpenComputers-MC1.12.2-1.7.5.192.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: opencomputers | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: OpenModsLib-1.12.2-0.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: openmods | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: p455w0rdslib-1.12.2-2.3.161.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: p455w0rdslib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Pam's HarvestCraft 1.12.2zg.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: harvestcraft | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Patchouli-1.0-21.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: patchouli | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: PickleTweaks-1.12.2-2.1.3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: pickletweaks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Placebo-1.12.2-1.6.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: placebo | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Plants-1.12.2-2.10.7.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: plants2 | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: plustic-7.0.7.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: plustic | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: PortalGun-1.12.2-7.1.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: portalgun | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: PrimalTech-0.3.5.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: primal_tech | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ProjectE-1.12.2-PE1.4.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: projecte | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Quark-r1.6-179.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: quark | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: randompatches-1.12.2-1.22.1.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: randompatches | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: RandomThings-MC1.12.2-4.2.7.4.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: randomthings | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: randomtweaks-1.12.2-2.8.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: randomtweaks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: RebornCore-1.12.2-3.19.4.529-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: reborncore | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: RedstoneArsenal-1.12.2-2.6.6.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: redstonearsenal | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: RedstoneFlux-1.12-2.1.1.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: redstoneflux | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Reliquary-1.12.2-1.3.4.796.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: xreliquary | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: resizingpotion-2.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: resize | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ResourceLoader-MC1.12.1-1.5.3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: resourceloader | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rftools-1.12-7.73.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rftools | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: roughmobsrevamped-1.12.2-2.3.17.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: roughmobsrevamped | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: roughTweaks0.2.4-1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: roughtweaks | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Rustic Thaumaturgy-4.4a.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rusticthaumaturgy | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rustic-1.1.4.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rustic | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Scannable-MC1.12.2-1.6.3.24.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: scannable | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Scavenge V1.12-1.8.3.2.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Shadows_of_Greg-1.12.2-2.14.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gtadditions | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: simpleteleporters-1.12.2-3.0.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: lteleporters | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: simpletrophies-1.2.2.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: simple_trophies | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: simplylight-1.12.2-0.8.7.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: simplylight | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Sledgehammer-1.12.2-2.0.6.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: sledgehammer | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: SmoothFont-mc1.12.2-2.1.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: smoothfont | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: sonarcore-1.12.2-5.0.19-20.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: sonarcore | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: SpiceOfLife-mc1.12-1.3.12.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: spiceoflife | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: SqueezerPatch-1.12.2-1.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: squeezerpatch | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: StatsKeeper-1.12.2-3.1.13.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: stats_keeper | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: stg-1.12.2-1.2.3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: stg | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: StuffASockInIt-1.12.2-1.1.32.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: sasit | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: SuperFactoryManager-1.12.2-2.0.23.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: superfactorymanager | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Surge-1.12.2-2.0.77.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: surge | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TConstruct-1.12.2-2.13.0.183.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tconstruct | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TerraCore-1.12-2.1.13.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: terracore | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tesla-core-lib-1.12.2-1.0.17.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: teslacorelib_registries | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: teslacorelib | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TexFix+V-1.12-4.0.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Thaumcraft-1.12.2-6.1.BETA26.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumcraft | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumicenergistics-2.2.4.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumicenergistics | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThaumicInventoryScanning_1.12.2-2.0.10.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tcinventoryscan | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThaumicJEI-1.12.2-1.6.0-27.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumicjei | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumicperiphery-0.3.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thaumicperiphery | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: theoneprobe-1.12-1.4.28.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: theoneprobe | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThermalDynamics-1.12.2-2.5.6.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thermaldynamics | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThermalExpansion-1.12.2-5.5.7.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thermalexpansion | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThermalFoundation-1.12.2-2.6.7.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thermalfoundation | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: ThermalInnovation-1.12.2-0.3.6.1-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: thermalinnovation | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TickDynamic_1.0.2_Lypaka_Build_3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tickdynamic | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TinkersComplement-1.12.2-0.4.3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tcomplement | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TinkersExtras-1.12.2-1.1.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tinkersextras | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TinkerStages-1.12.2-2.0.17.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tinkerstages | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Tips-1.12.2-1.0.9.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tips | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Toast Control-1.12.2-1.8.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: toastcontrol | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: togetherforever-1.12.2-1.0.12-22.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: togetherforever | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: TombManyGraves-1.12-4.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tombmanygraves | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tombmanygraves2api-1.12.2-1.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tombmanygraves2api | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tombmanypluginscosmeticarmorreworked-1.0.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: tombmanypluginscosmeticarmorreworked | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: topaddons-1.12.2-1.13.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: topaddons | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Translocators-1.12.2-2.5.2.81-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: translocators | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Traverse-1.12.2-1.6.0-69.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: traverse | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: VanillaFix-1.0.10-150.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: vanillafix | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: VillagerTradingBan-2.0.0.6-universal.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: voidislandcontrol-1.5.3.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: voidislandcontrol | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: volumetricflask-0.18.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: volumetricflask | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: WaterControlExtreme-1.0.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: watercontrolextreme | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: 113_water_mechanics | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: WaterStrainer-1.12-3.2.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: waterstrainer | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: weirdinggadget-1.12.2-2.1.16-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: weirdinggadget | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: whoops-1.0.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: whoops | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: WirelessCraftingTerminal-1.12.2-3.12.97.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: wct | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: wizardry-0.11.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: wizardry | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Xaeros_Minimap_20.20.1_Forge_1.12.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: xaerominimap | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: XaerosWorldMap_1.10.1_Forge_1.12.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: xaeroworldmap | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Xtones-1.12-1.0.8-11.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: xtones | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Zen Summoning-1.12-1.1.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: zensummoning | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Zen Triggers-1.12-1.1.1.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: zentriggers | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: zenstages-0.5.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: zenstages | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: capabilityadapter-1.1.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: rf-capability-adapter | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: EnderCore-1.12.2-0.5.76-core.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: AutoSave-1.12.2-1.0.11.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: AutoConfig-1.12.2-1.0.2.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: Guidebook-1.12.2-2.9.4.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: gbook | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: mcjtytools-0.0.21.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: llibrary-core-1.0.11-1.12.2.jar: No metadata | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: llibrary-1.7.19-1.12.2.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: llibrary | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: phosphor-forge-mc1.12.2-0.2.7-universal.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: phosphor-lighting | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: reauth-3.6.0.jar: | |
| [17:11:29] [main/DEBUG] [Sledgehammer]: reauth | |
| [17:11:29] [main/INFO] [Sledgehammer]: Identified 236 mods | |
| [17:11:29] [main/INFO] [Sledgehammer]: Loaded appliedenergistics2-rv6-stable-7.jar | |
| [17:11:29] [main/INFO] [Sledgehammer]: Loaded EnderIO-base-1.12.2-5.2.59.jar | |
| [17:11:29] [main/INFO] [Sledgehammer]: Loaded EnderIO-conduits-1.12.2-5.2.59.jar | |
| [17:11:29] [main/INFO] [Sledgehammer]: Loaded EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar | |
| [17:11:29] [main/INFO] [Sledgehammer]: Loaded EnderStorage-1.12.2-2.4.6.137-universal.jar | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.immersiveengineering.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.journeymap.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.kubejs.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.logisticspipes.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.matteroverdrive.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.morph.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.naturesaura.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.platform.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.primitivecrafting.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.primitivemobs.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.projectred.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.pyrotech.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.quark.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.randomthings.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.realfilingcabinet.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.ruins.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.sponge.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.storagenetwork.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.tombmanygraves.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.topography.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.vaultopic.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.sledgehammer.wolforce.json | |
| [17:11:29] [main/DEBUG] [mixin]: Selecting config mixins.phosphor.json | |
| [17:11:29] [main/DEBUG] [Phosphor Plugin]: Loading configuration | |
| [17:11:29] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.spongepowered.mod.SpongeCoremod | |
| [17:11:29] [main/DEBUG] [mixin]: Preparing mixins.surge.json (9) | |
| [17:11:29] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: | |
| [17:11:29] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.creativemd.littletiles.LittleTilesTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.logisticspipes.asm.LogisticsClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.shadows.squeezer.Transformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.ChunkTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.WorldClientTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerSPTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.PlayerListTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.ChunkTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.EntityPlayerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.WorldClientTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.PlayerListTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: com.creativemd.littletiles.LittleTilesAfterTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.shadows.ApotheosisTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.gregtech.common.asm.GTCETransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.hardcoredarkness.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.resourceloader.asm.ClassTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.wildex999.patcher.TransformerPatcher | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.wildex999.patcher.EntityInjector | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.quaternary.botaniatweaks.asm.BotaniaTweakerTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.de.morrien.f5fix.F5FixTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher | |
| [17:11:29] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer | |
| [17:11:29] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:29] [main/DEBUG] [mixin]: Transformer delegation list created with 60 entries | |
| [17:11:29] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/EntitySheep to metadata cache | |
| [17:11:29] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ... | |
| [17:11:30] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity | |
| [17:11:30] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) | |
| [17:11:30] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:30] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:30] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:30] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V | |
| [17:11:30] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:30] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V) | |
| [17:11:30] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:30] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:30] [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' | |
| [17:11:30] [main/INFO] [FML]: Entity Inject: net.minecraft.entity.Entity | |
| [17:11:30] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.Entity | |
| [17:11:30] [main/DEBUG] [randompatches]: Patching method: func_189511_e (writeToNBT) | |
| [17:11:30] [main/DEBUG] [randompatches]: Patching method: func_70020_e (readFromNBT) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/Entity to metadata cache | |
| [17:11:30] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem | |
| [17:11:30] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) | |
| [17:11:30] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:30] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/item/EntityItem to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/registries/GameData to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.vanillafix.bugs.json (13) | |
| [17:11:30] [main/INFO] [Astral Core]: [AstralTransformer] Transforming alm : net.minecraft.enchantment.EnchantmentHelper with 1 patches! | |
| [17:11:30] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHMODIFYENCHANTMENTLEVELS | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: Transforming EnchantmentHelper... | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: Successfully transformed EnchantmentHelper.calcItemStackEnchantability | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: Successfully transformed EnchantmentHelper.getEnchantmentDatas | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: [Deadly] Transforming EnchantmentHelper... | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: [Deadly] Transforming EnchantmentHelper... | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: [Deadly] Successfully transformed EnchantmentHelper | |
| [17:11:30] [main/INFO] [Apotheosis : Core]: Successfully transformed EnchantmentHelper | |
| [17:11:30] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper | |
| [17:11:30] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;) | |
| [17:11:30] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:30] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList; | |
| [17:11:30] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper to metadata cache | |
| [17:11:30] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayerMP ... | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache | |
| [17:11:30] [main/DEBUG] [RandomThingsCore]: Found InventoryPlayer Class: net/minecraft/entity/player/InventoryPlayer | |
| [17:11:30] [main/DEBUG] [RandomThingsCore]: - Found dropAllItems (1/2) | |
| [17:11:30] [main/DEBUG] [RandomThingsCore]: - Patched dropAllItems (2/2) | |
| [17:11:30] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/InventoryPlayer to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Rebuilding transformer delegation list: | |
| [17:11:30] [main/DEBUG] [mixin]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.zmaster587.advancedRocketry.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.creativemd.littletiles.LittleTilesTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.logisticspipes.asm.LogisticsClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.bre.smoothfont.asm.Transformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.shadows.squeezer.Transformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.ChunkTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.WorldClientTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.EntityPlayerSPTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.common.core.transformer.PlayerListTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.ChunkTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.NetHandlerPlayClientTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.EntityPlayerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.AbstractClientPlayerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.WorldClientTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.xaero.map.core.transformer.PlayerListTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: codechicken.asm.internal.SnifferTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.openmods.core.OpenModsClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: hellfirepvp.astralsorcery.core.AstralTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: invtweaks.forge.asm.ITAccessTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: com.creativemd.littletiles.LittleTilesAfterTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemBlockSpecialTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: net.minecraftforge.fml.common.asm.transformers.PotionEffectTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.shadows.ApotheosisTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.chocohead.biab.BornInABarn | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.gregtech.common.asm.GTCETransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.hardcoredarkness.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.librarianlib.asm.LibLibTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.vazkii.quark.base.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: $wrapper.lumien.randomthings.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.lumien.resourceloader.asm.ClassTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.teamwizardry.wizardry.asm.WizardryTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.wildex999.patcher.TransformerPatcher | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.wildex999.patcher.EntityInjector | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.squeek.applecore.asm.TransformerModuleHandler | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.quaternary.botaniatweaks.asm.BotaniaTweakerTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.de.morrien.f5fix.F5FixTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.mekanism.coremod.KeybindingMigrationHelper | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.therandomlabs.randompatches.core.RPTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.team.chisel.ctm.client.asm.CTMTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.EnderCoreTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Adding: $wrapper.com.enderio.core.common.transform.SimpleMixinPatcher | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer | |
| [17:11:30] [main/DEBUG] [mixin]: Excluding: org.spongepowered.asm.mixin.transformer.Proxy | |
| [17:11:30] [main/DEBUG] [mixin]: Transformer delegation list created with 59 entries | |
| [17:11:30] [main/DEBUG] [LLibrary Core]: Patching class net/minecraft/server/MinecraftServer | |
| [17:11:30] [main/DEBUG] [LLibrary Core]: Patching method run()V | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/server/MinecraftServer to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/BlockStateContainer to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityTrackerEntry to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.vanillafix.crashes.json (9) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/crash/CrashReport to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Catching | |
| net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@6f044c58 from coremod FMLCorePlugin | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[server.jar:c645e79] | |
| at org.spongepowered.asm.service.mojang.LegacyTransformerHandle.transformClassBytes(LegacyTransformerHandle.java:71) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.applyTransformers(MixinServiceLaunchWrapper.java:535) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:501) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:579) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1843) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinInfo.getTargetClass(MixinInfo.java:1007) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargetClasses(MixinInfo.java:997) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinInfo.parseTargets(MixinInfo.java:885) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:730) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:646) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:515) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:440) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:416) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [MixinBootstrap-1.0.3.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271] | |
| at java.lang.Class.forName(Unknown Source) [?:1.8.0_271] | |
| at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [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_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:118) [server.jar:c645e79] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:67) [server.jar:c645e79] | |
| Caused by: java.lang.RuntimeException: Attempted to load class chd for invalid side SERVER | |
| at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[server.jar:c645e79] | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[ASMTransformerWrapper$TransformerWrapper.class:c645e79] | |
| ... 31 more | |
| [17:11:30] [main/WARN] [mixin]: Error loading class: net/minecraft/server/integrated/IntegratedServer (net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@6f044c58 from coremod FMLCorePlugin) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/server/integrated/IntegratedServer to metadata cache | |
| [17:11:30] [main/WARN] [mixin]: @Mixin target net.minecraft.server.integrated.IntegratedServer was not found mixins.vanillafix.crashes.json:MixinIntegratedServer | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/Util to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/crash/CrashReportCategory to metadata cache | |
| [17:11:30] [main/INFO] [FML]: Entity Inject: net.minecraft.tileentity.TileEntity | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.vanillafix.profiler.json (4) | |
| [17:11:30] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! | |
| [17:11:30] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER | |
| [17:11:30] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON | |
| [17:11:30] [main/DEBUG] [HardcoreDarknessCore]: Found World Class: net/minecraft/world/World | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Transforming World | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V) | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Patch result: Success | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V) | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook | |
| [17:11:30] [main/INFO] [LibrarianLib ASM]: Patch result: Success | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/World to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.vanillafix.textures.json (10) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.actuallyadditions.json (1) | |
| [17:11:30] [main/DEBUG] [BnBGamingCore]: Caught IOException while creating ClassReader for de/ellpeck/actuallyadditions/mod/tile/TileEntityInventoryBase | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.astralsorcery.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.bdsandm.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.bewitchment.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.carryon.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.champions.json (2) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.core.json (28) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/advancements/AdvancementManager to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/NetworkManager to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/text/TextFormatting to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/server/dedicated/DedicatedServer to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.danknull.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.enderio.json (2) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for crazypants/enderio/base/config/recipes/RecipeFactory to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.enderstorage.json (1) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for codechicken/enderstorage/network/TankSynchroniser to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.forge.json (9) | |
| [17:11:30] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraftforge.common.ForgeHooks ... | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/ForgeHooks to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/network/simpleimpl/SimpleChannelHandlerWrapper to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/network/FMLEmbeddedChannel to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/network/FMLEventChannel to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.immersiveengineering.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.journeymap.json (2) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.kubejs.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.logisticspipes.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.matteroverdrive.json (4) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.morph.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.naturesaura.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.platform.json (2) | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/SledgehammerPlatform to metadata cache | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.primitivecrafting.json (2) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.primitivemobs.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.projectred.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.pyrotech.json (1) | |
| [17:11:30] [main/DEBUG] [BnBGamingCore]: Caught IOException while creating ClassReader for com/codetaylor/mc/pyrotech/library/spi/tile/TileBurnableBase | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.quark.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.randomthings.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.realfilingcabinet.json (5) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.ruins.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.sponge.json (2) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.storagenetwork.json (2) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.tombmanygraves.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.topography.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.vaultopic.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.sledgehammer.wolforce.json (1) | |
| [17:11:30] [main/DEBUG] [mixin]: Preparing mixins.phosphor.json (9) | |
| [17:11:30] [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 | |
| [17:11:30] [main/DEBUG] [Phosphor Plugin]: Disabled patch 'me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk$Sponge' because we are in a standard Vanilla/Forge environment | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/AnvilChunkLoader to metadata cache | |
| [17:11:30] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk | |
| [17:11:30] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/gen/ChunkProviderServer to metadata cache | |
| [17:11:30] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.world.chunk.storage.ExtendedBlockStorage], Method [func_76663_a] | |
| [17:11:30] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.world.chunk.storage.ExtendedBlockStorage Finished. | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/ExtendedBlockStorage to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/play/server/SPacketChunkData to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/util/Constants$NBT to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$IModifier to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$ModifierDamage to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$ModifierLiving to metadata cache | |
| [17:11:30] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$HurtIterator to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper$DamageIterator to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/dimdev/vanillafix/ModConfig$ProblemAction to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/dimdev/vanillafix/ModConfig$Crashes to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/crash/CrashReportCategory$Entry to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/At$Shift to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/profiler/Profiler$Result to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for codechicken/enderstorage/network/TankSynchroniser$PlayerItemTankCache to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/SledgehammerPlatform$State to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/Mod$EventHandler to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/SledgehammerPlatform$Type to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/Chunk$EnumCreateEntityType to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing$Plane to metadata cache | |
| [17:11:31] [main/DEBUG] [mixin]: Prepared 38 mixins in 3.140 sec (82.6ms avg) (47ms load, 996ms transform, 0ms plugin) | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing MixinMinecraftServer from mixins.vanillafix.bugs.json into net.minecraft.server.MinecraftServer | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing MixinMinecraftServer from mixins.vanillafix.profiler.json into net.minecraft.server.MinecraftServer | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/dimdev/vanillafix/profiler/IPatchedMinecraftServer to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/profiler/Profiler to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/Thread to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/Runnable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/command/ICommandSender to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/IThreadListener to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/profiler/ISnooperInfo to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/InterruptedException to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/StartupQuery$AbortedException to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/RuntimeException to metadata cache | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Transforming amu : net.minecraft.world.World with 2 patches! | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHSUNBRIGHTNESSWORLDCLIENT as it can't be applied for side SERVER | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSUNBRIGHTNESSWORLDCOMMON | |
| [17:11:31] [main/DEBUG] [HardcoreDarknessCore]: Found World Class: net/minecraft/world/World | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Transforming World | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V) | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Patch result: Success | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V) | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook | |
| [17:11:31] [main/INFO] [LibrarianLib ASM]: Patch result: Success | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: Found World Class: net/minecraft/world/World | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found getRedstonePower (1/5) | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found getStrongPower (2/5) | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found isRainingAt (3/5) | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found canSnowAt (4/5) | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing MixinWorld from mixins.vanillafix.profiler.json into net.minecraft.world.World | |
| [17:11:31] [main/DEBUG] [mixin]: Renaming synthetic method lambda$tileEntityUpdate$2(Lnet/minecraft/util/ITickable;)Ljava/lang/String; to mdb93f28$lambda$tileEntityUpdate$2$0 in mixins.vanillafix.profiler.json:MixinWorld | |
| [17:11:31] [main/DEBUG] [mixin]: Renaming synthetic method lambda$updateEntity$1(Lnet/minecraft/entity/Entity;)Ljava/lang/String; to mdb93f28$lambda$updateEntity$1$1 in mixins.vanillafix.profiler.json:MixinWorld | |
| [17:11:31] [main/DEBUG] [mixin]: Renaming synthetic method lambda$entityOnUpdate$0(Lnet/minecraft/entity/Entity;)Ljava/lang/String; to mdb93f28$lambda$entityOnUpdate$0$2 in mixins.vanillafix.profiler.json:MixinWorld | |
| [17:11:31] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.util.ITickable ... | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/ITickable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for com/wildex999/tickdynamic/listinject/EntityObject to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for logisticspipes/asm/te/ILPTEInformation to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilitySerializable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilityProvider to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/util/INBTSerializable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/Class to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/ResourceLocation to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityList to metadata cache | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing common.MixinWorld from mixins.phosphor.json into net.minecraft.world.World | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/ILightingEngineProvider to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/lighting/LightingEngine to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/ILightingEngine to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/Boolean to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/io/Serializable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/lang/Comparable to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/IBlockAccess to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/util/function/Supplier to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/EnumSkyBlock to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/entity/ProjectileLaunchEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/vehicle/VehicleCreateEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/entity/EntityEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/Event to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/vehicle/VehicleEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/entity/ItemSpawnEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/entity/EntitySpawnEvent to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for org/bukkit/event/entity/CreatureSpawnEvent to metadata cache | |
| [17:11:31] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer | |
| [17:11:31] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) | |
| [17:11:31] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:31] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:31] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V) | |
| [17:11:31] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:31] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:31] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.server.management.PlayerList | |
| [17:11:31] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.server.management.PlayerList | |
| [17:11:31] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.player.EntityPlayer ... | |
| [17:11:31] [main/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.entity.player.EntityPlayer | |
| [17:11:31] [main/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.entity.player.EntityPlayer | |
| [17:11:31] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_70071_h_', 'onUpdate' with '()V' | |
| [17:11:31] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches! | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN | |
| [17:11:31] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE | |
| [17:11:31] [main/INFO] [Apotheosis : Core]: Transforming EntityLivingBase... | |
| [17:11:31] [main/INFO] [Apotheosis : Core]: Successfully transformed EntityLivingBase | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found updatePotionEffects (1/2) | |
| [17:11:31] [main/DEBUG] [RandomThingsCore]: - Found travel (2/2) | |
| [17:11:31] [main/INFO] [STDOUT]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:35]: [wizardry ASM] Successfully patched -> 'func_191986_a', 'travel' with '(FFF)V' | |
| [17:11:31] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.EntityLivingBase | |
| [17:11:31] [main/DEBUG] [randompatches]: Patching method: func_110145_l (dismountEntity) | |
| [17:11:31] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.entity.Entity ... | |
| [17:11:31] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.Entity | |
| [17:11:31] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V) | |
| [17:11:31] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:31] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:31] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:31] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V | |
| [17:11:31] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:31] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V) | |
| [17:11:31] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:31] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:31] [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' | |
| [17:11:31] [main/INFO] [FML]: Entity Inject: net.minecraft.entity.Entity | |
| [17:11:31] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.Entity | |
| [17:11:31] [main/DEBUG] [randompatches]: Patching method: func_189511_e (writeToNBT) | |
| [17:11:31] [main/DEBUG] [randompatches]: Patching method: func_70020_e (readFromNBT) | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing MixinEntity from mixins.vanillafix.bugs.json into net.minecraft.entity.Entity | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing minecraft.entity.MixinEntity from mixins.surge.json into net.minecraft.entity.Entity | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/darkhax/surge/core/SurgeConfiguration to metadata cache | |
| [17:11:31] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.util.math.AxisAlignedBB ... | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/AxisAlignedBB to metadata cache | |
| [17:11:31] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.nbt.NBTTagCompound | |
| [17:11:31] [main/DEBUG] [randompatches]: Patching method: equals (equals) | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTTagList to metadata cache | |
| [17:11:31] [main/DEBUG] [mixin]: Mixing MixinEntity from mixins.vanillafix.crashes.json into net.minecraft.entity.Entity | |
| [17:11:31] [main/DEBUG] [mixin]: Renaming synthetic method lambda$onAddEntityCrashInfo$0()Ljava/lang/String; to mdb93f28$lambda$onAddEntityCrashInfo$0$0 in mixins.vanillafix.crashes.json:MixinEntity | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for net/minecraft/crash/ICrashReportDetail to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/util/ArrayList to metadata cache | |
| [17:11:31] [main/TRACE] [mixin]: Added class metadata for java/util/AbstractList to metadata cache | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing advancements.AdvancementManagerMixin_Reload from mixins.sledgehammer.core.json into net.minecraft.advancements.AdvancementManager | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing advancements.AdvancementManagerMixin_Stacktrace from mixins.sledgehammer.core.json into net.minecraft.advancements.AdvancementManager | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/IllegalArgumentException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for com/google/gson/JsonParseException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/IOException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/net/URISyntaxException to metadata cache | |
| [17:11:32] [main/INFO] [STDOUT]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:49]: [littletiles] Patched net.minecraft.util.ITickable ... | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing MixinCrashReport from mixins.vanillafix.crashes.json into net.minecraft.crash.CrashReport | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for org/dimdev/vanillafix/crashes/IPatchedCrashReport to metadata cache | |
| [17:11:32] [main/DEBUG] [mixin]: Renaming synthetic method lambda$afterPopulateEnvironment$0()Ljava/lang/String; to mdb93f28$lambda$afterPopulateEnvironment$0$0 in mixins.vanillafix.crashes.json:MixinCrashReport | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for org/dimdev/vanillafix/crashes/StacktraceDeobfuscator to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/StringBuilder to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/AbstractStringBuilder to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/Appendable to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/CharSequence to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/text/SimpleDateFormat to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/text/DateFormat to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/text/Format to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/Cloneable to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/util/Date to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/StringWriter to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/Writer to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/Flushable to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/Closeable to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/AutoCloseable to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/io/PrintWriter to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/Math to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ModMetadata to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for org/dimdev/utils/ModIdentifier to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/util/RandomAccess to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for org/apache/commons/lang3/StringUtils to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for org/apache/commons/lang3/exception/ExceptionUtils to metadata cache | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing crash.CrashReportMixin from mixins.sledgehammer.core.json into net.minecraft.crash.CrashReport | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/bridge/crash/CrashReportBridge to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/OutOfMemoryError to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/VirtualMachineError to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/Error to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/StackOverflowError to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/NullPointerException to metadata cache | |
| [17:11:32] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing minecraftforge.registries.MixinGameData from mixins.surge.json into net.minecraftforge.registries.GameData | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/util/Locale to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/IllegalAccessException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/ReflectiveOperationException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/NoSuchFieldException to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/SecurityException to metadata cache | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: Found Block Class: net/minecraft/block/Block | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: - Found getLightValue (1/2) | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: - Found addCollisionBoxesToList (2/2) | |
| [17:11:32] [main/INFO] [Apotheosis : Core]: Transforming Item... | |
| [17:11:32] [main/INFO] [Apotheosis : Core]: Successfully transformed Item | |
| [17:11:32] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.Enchantment | |
| [17:11:32] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z) | |
| [17:11:32] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:32] [main/INFO] [Quark ASM]: Located patch target node IRETURN | |
| [17:11:32] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:32] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityItem | |
| [17:11:32] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V) | |
| [17:11:32] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:32] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing minecraft.entity.item.MixinEntityItem from mixins.surge.json into net.minecraft.entity.item.EntityItem | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER | |
| [17:11:32] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack | |
| [17:11:32] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;) | |
| [17:11:32] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:32] [main/INFO] [Quark ASM]: Located patch target node ARETURN | |
| [17:11:32] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/ItemStack to metadata cache | |
| [17:11:32] [main/DEBUG] [mixin]: Mixing util.text.TextFormattingMixin from mixins.sledgehammer.core.json into net.minecraft.util.text.TextFormatting | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for java/lang/Enum to metadata cache | |
| [17:11:32] [main/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/bridge/util/text/TextFormattingBridge to metadata cache | |
| [17:11:32] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.block.BlockObserver | |
| [17:11:32] [main/DEBUG] [randompatches]: Patching method: func_176213_c (onBlockAdded) | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Transforming aip : net.minecraft.item.ItemStack with 2 patches! | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIP as it can't be applied for side SERVER | |
| [17:11:32] [main/INFO] [Astral Core]: [AstralTransformer] Skipping PATCHMODIFYENCHANTMENTLEVELSTOOLTIPEVENT as it can't be applied for side SERVER | |
| [17:11:32] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemStack | |
| [17:11:32] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;) | |
| [17:11:32] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:32] [main/INFO] [Quark ASM]: Located patch target node ARETURN | |
| [17:11:32] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:32] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.nbt.NBTTagCompound | |
| [17:11:32] [main/DEBUG] [randompatches]: Patching method: equals (equals) | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: Found WorldGenAbstractTree Class: net/minecraft/world/gen/feature/WorldGenAbstractTree | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: - Patching setDirtAt | |
| [17:11:32] [main/DEBUG] [RandomThingsCore]: - Patched setDirtAt | |
| [17:11:33] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockDynamicLiquid | |
| [17:11:33] [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) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [main/INFO] [Quark ASM]: Located patch target node IRETURN | |
| [17:11:33] [main/INFO] [Quark ASM]: Located patch target node IRETURN | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [main/DEBUG] [RandomThingsCore]: Found BlockFalling Class: net/minecraft/block/BlockFalling | |
| [17:11:33] [main/DEBUG] [RandomThingsCore]: - Found canFallThrough | |
| [17:11:33] [main/INFO] [FML]: Entity Inject: net.minecraft.tileentity.TileEntity | |
| [17:11:33] [main/DEBUG] [mixin]: Mixing MixinTileEntity from mixins.vanillafix.crashes.json into net.minecraft.tileentity.TileEntity | |
| [17:11:33] [main/DEBUG] [mixin]: Renaming synthetic method lambda$onAddEntityCrashInfo$0()Ljava/lang/String; to mdb93f28$lambda$onAddEntityCrashInfo$0$0 in mixins.vanillafix.crashes.json:MixinTileEntity | |
| [17:11:33] [main/INFO] [Apotheosis : Core]: Transforming BlockBed... | |
| [17:11:33] [main/INFO] [Apotheosis : Core]: Successfully transformed BlockBed | |
| [17:11:33] [main/INFO] [Quark ASM]: Transforming net.minecraft.block.BlockPistonBase | |
| [17:11:33] [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) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [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) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List; | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [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) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [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 | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [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) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [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 | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [main/INFO] [Quark ASM]: Transforming net.minecraft.tileentity.TileEntityPiston | |
| [17:11:33] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [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 | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) | |
| [17:11:33] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:33] [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 | |
| [17:11:33] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:33] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.tileentity.TileEntityPiston | |
| [17:11:33] [main/DEBUG] [randompatches]: Patching method: func_73660_a (update) | |
| [17:11:33] [main/ERROR] [randompatches]: Failed to transform class: net.minecraft.tileentity.TileEntityPiston | |
| java.lang.NullPointerException: null | |
| at org.objectweb.asm.tree.InsnList.insert(Unknown Source) ~[asm-all-5.2.jar:5.2] | |
| at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.patchUpdateSignalFix(TileEntityPistonPatch.java:121) ~[TileEntityPistonPatch.class:?] | |
| at com.therandomlabs.randompatches.patch.TileEntityPistonPatch.apply(TileEntityPistonPatch.java:30) ~[TileEntityPistonPatch.class:?] | |
| at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.22.1.2.jar:?] | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) [ASMTransformerWrapper$TransformerWrapper.class:c645e79] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at net.minecraft.block.Block.registerBlocks(Block.java:2392) [aow.class:?] | |
| at net.minecraft.init.Bootstrap.register(Bootstrap.java:772) [ni.class:?] | |
| at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1659) [MinecraftServer.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [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_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:118) [server.jar:c645e79] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:67) [server.jar:c645e79] | |
| [17:11:34] [main/INFO] [OpenComputers]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash. | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Transforming SharedMonsterAttributes... | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Successfully transformed SharedMonsterAttributes | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentDamage | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [main/INFO] [Quark ASM]: Located patch target node IRETURN | |
| [17:11:36] [main/INFO] [Quark ASM]: Located patch target node IRETURN | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Transforming ItemArrow... | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Successfully transformed ItemArrow | |
| [17:11:36] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.item.EntityItemFrame], Method [func_184230_a] | |
| [17:11:36] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.item.EntityItemFrame Finished. | |
| [17:11:36] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.item.ItemBucket | |
| [17:11:36] [main/DEBUG] [randompatches]: Patching method: func_180616_a (tryPlaceContainedLiquid) | |
| [17:11:36] [main/ERROR] [randompatches]: Failed to transform class: net.minecraft.item.ItemBucket | |
| java.lang.NullPointerException: null | |
| at com.therandomlabs.randompatches.patch.ItemBucketPatch.apply(ItemBucketPatch.java:35) ~[ItemBucketPatch.class:?] | |
| at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.22.1.2.jar:?] | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) [ASMTransformerWrapper$TransformerWrapper.class:c645e79] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at net.minecraft.item.Item.registerItems(Item.java:1598) [ain.class:?] | |
| at net.minecraft.init.Bootstrap.register(Bootstrap.java:776) [ni.class:?] | |
| at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1659) [MinecraftServer.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [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_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:118) [server.jar:c645e79] | |
| at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:67) [server.jar:c645e79] | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityMinecart | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [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; | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityMinecart | |
| [17:11:36] [main/DEBUG] [randompatches]: Patching method: func_180460_a (moveAlongTrack) | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.item.EntityBoat | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [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; | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.item.EntityBoat | |
| [17:11:36] [main/DEBUG] [randompatches]: Patching method: func_70071_h_ (onUpdate) | |
| [17:11:36] [main/DEBUG] [mixin]: Mixing MixinEntityPlayerMP from mixins.vanillafix.bugs.json into net.minecraft.entity.player.EntityPlayerMP | |
| [17:11:36] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache | |
| [17:11:36] [main/INFO] [Astral Core]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 4 patches! | |
| [17:11:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHAPPLYPOTIONEFFECTEVENT | |
| [17:11:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA | |
| [17:11:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHENTITYLIVINGBASEWATERSLOWDOWN | |
| [17:11:36] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSETPLAYERATTRIBUTE | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Transforming EntityLivingBase... | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Successfully transformed EntityLivingBase | |
| [17:11:36] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.entity.EntityLivingBase | |
| [17:11:36] [main/DEBUG] [randompatches]: Patching method: func_110145_l (dismountEntity) | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/inventory/IContainerListener to metadata cache | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for com/mojang/authlib/GameProfile to metadata cache | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/util/DamageSource to metadata cache | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.world.WorldServer | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V) | |
| [17:11:36] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:36] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldServer to metadata cache | |
| [17:11:36] [main/DEBUG] [randompatches]: Transforming class: net.minecraft.server.management.PlayerInteractionManager | |
| [17:11:36] [main/DEBUG] [randompatches]: Patching method: func_180784_a (onBlockClicked) | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/server/management/PlayerInteractionManager to metadata cache | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/inventory/Container to metadata cache | |
| [17:11:36] [main/TRACE] [mixin]: Added class metadata for net/minecraft/inventory/ContainerChest to metadata cache | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Transforming PotionEffect... | |
| [17:11:36] [main/INFO] [Apotheosis : Core]: Successfully transformed PotionEffect | |
| [17:11:36] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.ItemBanner | |
| [17:11:36] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V) | |
| [17:11:36] [main/INFO] [Quark ASM]: Failed to locate the method! | |
| [17:11:37] [main/INFO] [Astral Core]: [AstralTransformer] Transforming wg : net.minecraft.entity.ai.attributes.AbstractAttributeMap with 1 patches! | |
| [17:11:37] [main/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHADDPLAYERATTRIBUTE | |
| [17:11:37] [main/INFO] [Quark ASM]: Transforming net.minecraft.entity.ai.EntityAITarget | |
| [17:11:37] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z) | |
| [17:11:37] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:37] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:37] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$4$1.createVisitor(OpenModsClassTransformer.java:136): Trying to patch AbstractHorse (class: aao) | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from ENABLED to ACTIVATED | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_base_null_fix updated from ACTIVATED to FINISHED | |
| [17:11:37] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] | |
| [17:11:37] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. | |
| [17:11:37] [main/DEBUG] [RandomThingsCore]: Found EntitySlime Class: net/minecraft/entity/monster/EntitySlime | |
| [17:11:37] [main/DEBUG] [RandomThingsCore]: - Found getCanSpawnHere | |
| [17:11:37] [main/DEBUG] [RandomThingsCore]: - Found Insertion Point | |
| [17:11:37] [main/INFO] [Apotheosis : Core]: Transforming EntityAITempt... | |
| [17:11:37] [main/INFO] [Apotheosis : Core]: Successfully transformed EntityAITempt | |
| [17:11:37] [main/DEBUG] [mixin]: Mixing minecraft.entity.passive.MixinEntitySheep from mixins.surge.json into net.minecraft.entity.passive.EntitySheep | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/EntityAnimal to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityAgeable to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityCreature to metadata cache | |
| [17:11:37] [main/INFO] [OpenComputers]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash. | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/EntityLiving to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/darkhax/surge/lib/DyeBlending to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for java/util/Random to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/entity/passive/IAnimals to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraftforge/common/IShearable to metadata cache | |
| [17:11:37] [main/TRACE] [mixin]: Added class metadata for net/minecraft/item/EnumDyeColor to metadata cache | |
| [17:11:37] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$5$1.createVisitor(OpenModsClassTransformer.java:154): Trying to patch EntityHorse (class: aaq) | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from ENABLED to ACTIVATED | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of horse_null_fix updated from ACTIVATED to FINISHED | |
| [17:11:37] [main/DEBUG] [OpenMods]: openmods.core.OpenModsClassTransformer$6$1.createVisitor(OpenModsClassTransformer.java:172): Trying to patch EntityLlama (class: aas) | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from ENABLED to ACTIVATED | |
| [17:11:37] [main/TRACE] [OpenMods]: openmods.utils.StateTracker$StateUpdater.update(StateTracker.java:26): State of llama_null_fix updated from ACTIVATED to FINISHED | |
| [17:11:38] [main/INFO] [Quark ASM]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern | |
| [17:11:38] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z) | |
| [17:11:38] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:38] [main/INFO] [Quark ASM]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I | |
| [17:11:38] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:38] [main/DEBUG] [FML]: Creating vanilla freeze snapshot | |
| [17:11:38] [main/DEBUG] [FML]: Vanilla freeze snapshot created | |
| [17:11:39] [main/DEBUG] [mixin]: Mixing server.DedicatedServerMixin from mixins.sledgehammer.core.json into net.minecraft.server.dedicated.DedicatedServer | |
| [17:11:39] [main/TRACE] [mixin]: Added class metadata for net/minecraft/network/rcon/IServer to metadata cache | |
| [17:11:39] [main/INFO] [Quark ASM]: Transforming net.minecraft.inventory.ContainerMerchant | |
| [17:11:39] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;) | |
| [17:11:39] [main/INFO] [Quark ASM]: Located Method, patching... | |
| [17:11:39] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z | |
| [17:11:39] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z | |
| [17:11:39] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z | |
| [17:11:39] [main/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z | |
| [17:11:39] [main/INFO] [Quark ASM]: Patch result: true | |
| [17:11:39] [main/DEBUG] [mixin]: Mixing common.MixinAnvilChunkLoader from mixins.phosphor.json into net.minecraft.world.chunk.storage.AnvilChunkLoader | |
| [17:11:39] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/lighting/LightingHooks to metadata cache | |
| [17:11:39] [main/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/IChunkLightingData to metadata cache | |
| [17:11:39] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/chunk/storage/IChunkLoader to metadata cache | |
| [17:11:39] [main/TRACE] [mixin]: Added class metadata for net/minecraft/world/storage/IThreadedFileIO to metadata cache | |
| [17:11:39] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] | |
| [17:11:39] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.inventory.ContainerFurnace Finished. | |
| [17:11:39] [main/INFO] [Apotheosis : Core]: Transforming TileEntityMobSpawner$2... | |
| [17:11:39] [main/INFO] [Apotheosis : Core]: Successfully transformed TileEntityMobSpawner$2 | |
| [17:11:39] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.slf4j.impl.StaticLoggerBinder | |
| [17:11:39] [main/INFO] [FML]: 3 patches loaded! | |
| [17:11:39] [main/INFO] [FML]: Essentials [Fixes Commands in Essentials] loaded | |
| [17:11:39] [main/INFO] [FML]: CoreProtect [Changes Material to Magma's getBlockMaterial that has modded block materials ] loaded | |
| [17:11:39] [main/INFO] [FML]: dynmap [Remaps BukkitVersionHelperCB and BukkitVersionHelperGeneric to support Magma version] loaded | |
| [17:11:39] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for jline.console.completer.CandidateListCompletionHandler_en | |
| [17:11:39] [main/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for jline.console.completer.CandidateListCompletionHandler_en_US | |
| [17:11:40] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2 | |
| [17:11:40] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized | |
| [17:11:40] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. | |
| [17:11:41] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... | |
| [17:11:41] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients | |
| [17:11:41] [Server thread/INFO] []: [littletiles] Patched net.minecraftforge.common.ForgeHooks ... | |
| [17:11:41] [Server thread/DEBUG] [mixin]: Mixing common.ForgeHooksMixin_Advancement from mixins.sledgehammer.forge.json into net.minecraftforge.common.ForgeHooks | |
| [17:11:41] [Server thread/WARN] [mixin]: Mixin apply failed mixins.sledgehammer.forge.json:common.ForgeHooksMixin_Advancement -> net.minecraftforge.common.ForgeHooks: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Redirect annotation on onLoadAdvancementsError could not find any targets matching 'lambda$loadAdvancements$0' in net.minecraftforge.common.ForgeHooks. Using refmap mixins.sledgehammer.refmap.json [ -> redirect$zbf000$onLoadAdvancementsError(Lorg/apache/logging/log4j/Logger;Ljava/lang/String;Ljava/lang/Throwable;)V -> Parse] | |
| org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on onLoadAdvancementsError could not find any targets matching 'lambda$loadAdvancements$0' in net.minecraftforge.common.ForgeHooks. Using refmap mixins.sledgehammer.refmap.json [ -> redirect$zbf000$onLoadAdvancementsError(Lorg/apache/logging/log4j/Logger;Ljava/lang/String;Ljava/lang/Throwable;)V -> Parse] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:543) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:280) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:259) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44) ~[MixinBootstrap-1.0.3.jar:?] | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:139) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:595) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1236) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [MixinBootstrap-1.0.3.jar:?] | |
| at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) [MixinBootstrap-1.0.3.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at net.minecraftforge.common.MinecraftForge.initialize(MinecraftForge.java:93) [MinecraftForge.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:162) [FMLCommonHandler.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:90) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:81) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:334) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/event/world/BlockEvent$MultiPlaceEvent to metadata cache | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/event/world/BlockEvent$PlaceEvent to metadata cache | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for java/util/ArrayDeque to metadata cache | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for java/util/Deque to metadata cache | |
| [17:11:41] [Server thread/DEBUG] [mixin]: Mixing MixinCrashReportCategory from mixins.vanillafix.crashes.json into net.minecraft.crash.CrashReportCategory | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for java/lang/StackTraceElement to metadata cache | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraftforge.common.MinecraftForge = net.minecraftforge.common.MinecraftForge = jar:file:/D:/%23Server/server.jar!/net/minecraftforge/common/MinecraftForge.class | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraftforge.fml.common.FMLCommonHandler = net.minecraftforge.fml.common.FMLCommonHandler = jar:file:/D:/%23Server/server.jar!/net/minecraftforge/fml/common/FMLCommonHandler.class | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraftforge.fml.server.FMLServerHandler = net.minecraftforge.fml.server.FMLServerHandler = jar:file:/D:/%23Server/server.jar!/net/minecraftforge/fml/server/FMLServerHandler.class | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraft.server.dedicated.DedicatedServer = nz = jar:file:/D:/%23Server/minecraft_server.1.12.2.jar!/nz.class | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraft.server.MinecraftServer = net.minecraft.server.MinecraftServer = jar:file:/D:/%23Server/minecraft_server.1.12.2.jar!/net/minecraft/server/MinecraftServer.class | |
| [17:11:41] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: java.lang.Thread = java.lang.Thread = jar:file:/C:/Program%20Files/Java/jre1.8.0_271/lib/rt.jar!/java/lang/Thread.class | |
| [17:11:41] [Server thread/DEBUG] [FML]: File D:\#Server\config\injectedDependencies.json not found. No dependencies injected | |
| [17:11:41] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, zmaster587.advancedRocketry.asm.ModContainer, com.creativemd.creativecore.core.CreativeCoreDummy, com.creativemd.littletiles.LittleTilesCore, bre.smoothfont.asm.ModContainer, xaero.common.core.CoreModContainer, xaero.map.core.CoreModContainer, openmods.core.OpenModsCore, com.bloodnbonesgaming.bnbgamingcore.ModBNBGamingCore, li.cil.oc.common.launch.CoreModContainer, quaternary.botaniatweaks.asm.BotaniaTweakerContainer, com.therandomlabs.randompatches.core.RPCoreContainer] | |
| [17:11:41] [Server thread/INFO] []: ********* CoreDummyContainer. OK | |
| [17:11:41] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\server.jar, examining for mod candidates | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\AdvancedRocketry-1.12.2-1.7.0-232-universal.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Apotheosis-1.12.2-1.12.5.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\AppleCore-mc1.12.2-3.2.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\astralsorcery-1.12.2-1.10.25.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\biggerpacketsplz-since1.8-1.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\BNBGamingCore-1.12.2-0.11.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Born+In+A+Barn+V1.8-1.12-1.1.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\botaniatweaks-1.9.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\1.12.2\ChickenASM-1.12-1.0.2.7.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\CreativeCore_v1.10.16_mc1.12.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\CTM-MC1.12.2-1.0.2.31.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\f5fix-1.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Forgelin-1.8.4.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\FTBUltimine-1.3.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\gregtech-1.12.2-1.10.0.546.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\HardcoreDarkness-MC1.12.2-2.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\iceandfire-1.9.1-1.12.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\InventoryTweaks-1.64+dev.146.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\librarianlib-1.12.2-4.21.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\logisticspipes-0.10.3.62.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Mekanism-1.12.2-9.8.3.390.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\MixinBootstrap-1.0.3.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\OpenComputers-MC1.12.2-1.7.5.192.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\OpenModsLib-1.12.2-0.12.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Quark-r1.6-179.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\randompatches-1.12.2-1.22.1.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\RandomThings-MC1.12.2-4.2.7.4.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\ResourceLoader-MC1.12.1-1.5.3.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Sledgehammer-1.12.2-2.0.6.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\SmoothFont-mc1.12.2-2.1.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\SqueezerPatch-1.12.2-1.0.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Surge-1.12.2-2.0.77.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\TickDynamic_1.0.2_Lypaka_Build_3.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\VanillaFix-1.0.10-150.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\wizardry-0.11.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\Xaeros_Minimap_20.20.1_Forge_1.12.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\XaerosWorldMap_1.10.1_Forge_1.12.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\memory_repo\com\enderio\core\EnderCore\1.12.2-0.5.76\EnderCore-1.12.2-0.5.76-core.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\memory_repo\net\ilexiconn\llibrary-core\1.0.11-1.12.2\llibrary-core-1.0.11-1.12.2.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping known library file D:\#Server\.\mods\phosphor-forge-mc1.12.2-0.2.7-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\.\mods\appliedenergistics2-rv6-stable-7.jar, examining for mod candidates | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\.\mods\EnderIO-base-1.12.2-5.2.59.jar, examining for mod candidates | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\.\mods\EnderIO-conduits-1.12.2-5.2.59.jar, examining for mod candidates | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\.\mods\EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar, examining for mod candidates | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a minecraft related file at D:\#Server\.\mods\EnderStorage-1.12.2-2.4.6.137-universal.jar, examining for mod candidates | |
| [17:11:41] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully | |
| [17:11:41] [Server thread/INFO] [FML]: Searching D:\#Server\.\mods for mods | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding 0.0.5a-releasecandidate1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ActuallyAdditions-1.12.2-r151-2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ActuallyBaubles-1.12-1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AdvancedRocketry-1.12.2-1.7.0-232-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AE2WTLib-1.12.2-1.0.34.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AIImprovements-1.12-0.0.1b3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Animus-1.12-2.1.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Apotheosis-1.12.2-1.12.5.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AppleCore-mc1.12.2-3.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AppleSkin-mc1.12-1.0.9.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding appliedenergistics2-rv6-stable-7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding architecturecraft-1.12-3.98.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding armoreablemobs-1.12.2-1.1.8.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ArtemisLib-1.12.2-v1.0.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding artisanworktables-1.12.2-1.20.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding astralsorcery-1.12.2-1.10.25.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding athenaeum-1.12.2-1.16.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding AutoRegLib-1.3-32.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Avaritia-1.12.2-3.3.0.33-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding backportedflora-1.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding base-1.12.2-3.13.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BatteryBufferDriver-1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Baubles-1.12-1.5.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding baubley-heart-canisters-1.12.2-1.2.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BetterAdvancements-1.12.2-0.1.0.77.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding biggerpacketsplz-since1.8-1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BloodMagic-1.12.2-2.4.3-105.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BNBGamingCore-1.12.2-0.11.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BNBGamingLib-1.12.2-2.17.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Bookshelf-1.12.2-2.3.577.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Born+In+A+Barn+V1.8-1.12-1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Botania r1.10-363.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding botaniatweaks-1.9.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BrandonsCore-1.12.2-2.4.18.210-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Bridgeit-1.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding BuildingGadgets-2.8.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding capabilityadapter-1.1.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Ceramics-1.12-1.3.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CEU-1.12.2-1.0.4.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding chickens-6.1.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Chisel-MC1.12.2-1.0.2.45.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CleanView-1.12.2-v1c.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Clumps-3.1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CodeChickenLib-1.12.2-3.2.3.358-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CoFHCore-1.12.2-4.6.6.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CoFHWorld-1.12.2-1.4.0.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CommonCapabilities-1.12.2-2.4.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding compactmachines3-1.12.2-3.0.18-b278.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ContentTweaker-1.12.2-4.9.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Controlling-3.0.10.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CookingForBlockheads_1.12.2-6.5.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding coop-1.12.2-2.0.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CosmeticArmorReworked-1.12.2-v5a.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CraftTweaker2-1.12-4.1.19.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CreativeCore_v1.10.16_mc1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CryingObsidian-1.12.2-1.2.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CTM-MC1.12.2-1.0.2.31.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Cucumber-1.12.2-1.1.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CustomMainMenu-MC1.12.2-2.0.9.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding cyberware-1.12.2-0.2.11.26.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Cyclic-1.12.2-1.20.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding CyclopsCore-1.12.2-1.6.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Deadly Monsters 1.71.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding deepmoblearning-1.12.2-2.5.4-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding deepmoblearningbm-1.12.2-1.0.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding diethopper-1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding DimensionalControl-1.12.2-2.11.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding DimensionStages-1.12.2-2.0.23.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Discord-1.12.2-1.0.11.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding DoomlikeDungeons-1.13.2-MC1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Draconic-Evolution-1.12.2-2.3.25.351-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding dropt-1.12.2-1.14.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding DupeFix Project 2.4.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EmberRootZoo-1.12.2-1.3.10.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderCore-1.12.2-0.5.76.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-base-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-conduits-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-endergy-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-integration-tic-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderIO-machines-1.12.2-5.2.59.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding EnderStorage-1.12.2-2.4.6.137-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding enderutilities-1.12.2-0.7.15.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding extrautils2-1.12-1.9.9.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding f5fix-1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FastWorkbench-1.12.2-1.7.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Floralchemy-1.12.2-1.1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding fluxnetworks-1.12.2-4.0.15-32.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Forgelin-1.8.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ForgeMultipart-1.12.2-2.6.2.83-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FpsReducer-mc1.12.2-1.18.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FTBBackups-1.1.0.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FTBLib-5.4.7.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FTBQuests-1.9.0.12.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FTBUltimine-1.3.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding FTBUtilities-5.4.1.130.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding funky-locomotion-1.12.2-1.1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding fvw-1.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding GameStages-1.12.2-2.0.117.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding gregtech-1.12.2-1.10.0.546.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding gtce2oc-1.12.2-1.6.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Guide-API-1.12-2.1.8-63.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Guidebook-1.12.2-2.9.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding GunpowderLib-1.12.2-1.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding HardcoreDarkness-MC1.12.2-2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Hit With Axe-1.12.2-1.5.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding HotOrNot-1.12-1.1.2-16.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding HungerOverhaul-1.12.2-1.3.3.jenkins148.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding iceandfire-1.9.1-1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding iChunUtil-1.12.2-7.2.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding incontrol-1.12-3.9.17.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding industrialforegoing-1.12.2-1.12.13-237.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding InitialInventory-3.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding insomniac-1.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding IntegratedDynamics-1.12.2-1.1.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding IntegratedTunnels-1.12.2-1.6.12.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding IntegrationForegoing-1.12.2-1.10.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding InventoryTweaks-1.64+dev.146.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ironchest-1.12.2-7.0.72.847.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ItemFilters-1.0.4.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding itlt-1.12.2-1.0.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding jeiintegration_1.12.2-1.5.1.36.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding jei_1.12.2-4.15.0.291.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding just-enough-harvestcraft-1.12.2-1.7.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding JustEnoughEnergistics-1.12.2-1.0.8.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding knowledgeshare-1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding lazy-ae2-1.12.2-1.1.20.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding letsencryptcraft-1.10.2-1.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding libnine-1.12.2-1.1.9.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding librarianlib-1.12.2-4.21.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding LibVulpes-1.12.2-0.4.2-75-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding llibrary-1.7.19-1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding LogisticsBridge-1.3.11.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding logisticspipes-0.10.3.62.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding LootTweaker-1.12.2-0.0.10.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MainMenuScale-1.3.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Mantle-1.12-1.3.3.55.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding mcjtylib-1.12-3.5.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MCMultiPart-2.5.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Mekanism-1.12.2-9.8.3.390.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MightyEnderChicken-1.12.2-7.3.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding minetogether-1.10.2-2.2.5.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MixinBootstrap-1.0.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MobStages-1.12.2-2.0.13.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding modnametooltip_1.12.2-1.10.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding modtweaker-4.0.17.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Modular Diversity-1.5.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding modularmachinery-1.12.2-1.10.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding morechickens-1.12.2-3.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding moreoverlays-1.15.1-mc1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MouseTweaks-2.10-mc1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding MTLib-3.0.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding multiblocktweaker-1.12.2-stable-1.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding NaturesCompass-1.12.2-1.8.5.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Nutrition-1.12.2-4.3.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding OpenBlocks-1.12.2-1.8.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding OpenComputers-MC1.12.2-1.7.5.192.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding OpenModsLib-1.12.2-0.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding p455w0rdslib-1.12.2-2.3.161.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Pam's HarvestCraft 1.12.2zg.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Patchouli-1.0-21.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding phosphor-forge-mc1.12.2-0.2.7-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding PickleTweaks-1.12.2-2.1.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Placebo-1.12.2-1.6.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Plants-1.12.2-2.10.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding plustic-7.0.7.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding PortalGun-1.12.2-7.1.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding PrimalTech-0.3.5.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ProjectE-1.12.2-PE1.4.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Quark-r1.6-179.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding randompatches-1.12.2-1.22.1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding RandomThings-MC1.12.2-4.2.7.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding randomtweaks-1.12.2-2.8.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding reauth-3.6.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding RebornCore-1.12.2-3.19.4.529-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding RedstoneArsenal-1.12.2-2.6.6.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding RedstoneFlux-1.12-2.1.1.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Reliquary-1.12.2-1.3.4.796.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding resizingpotion-2.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ResourceLoader-MC1.12.1-1.5.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding rftools-1.12-7.73.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding roughmobsrevamped-1.12.2-2.3.17.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding roughTweaks0.2.4-1.12.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Rustic Thaumaturgy-4.4a.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding rustic-1.1.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Scannable-MC1.12.2-1.6.3.24.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Scavenge V1.12-1.8.3.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Shadows_of_Greg-1.12.2-2.14.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding simpleteleporters-1.12.2-3.0.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding simpletrophies-1.2.2.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding simplylight-1.12.2-0.8.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Sledgehammer-1.12.2-2.0.6.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding SmoothFont-mc1.12.2-2.1.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding sonarcore-1.12.2-5.0.19-20.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding SpiceOfLife-mc1.12-1.3.12.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding SqueezerPatch-1.12.2-1.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding StatsKeeper-1.12.2-3.1.13.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding stg-1.12.2-1.2.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding StuffASockInIt-1.12.2-1.1.32.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding SuperFactoryManager-1.12.2-2.0.23.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Surge-1.12.2-2.0.77.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TConstruct-1.12.2-2.13.0.183.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TerraCore-1.12-2.1.13.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding tesla-core-lib-1.12.2-1.0.17.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TexFix+V-1.12-4.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Thaumcraft-1.12.2-6.1.BETA26.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding thaumicenergistics-2.2.4.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThaumicInventoryScanning_1.12.2-2.0.10.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThaumicJEI-1.12.2-1.6.0-27.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding thaumicperiphery-0.3.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding theoneprobe-1.12-1.4.28.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThermalDynamics-1.12.2-2.5.6.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThermalExpansion-1.12.2-5.5.7.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThermalFoundation-1.12.2-2.6.7.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ThermalInnovation-1.12.2-0.3.6.1-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TickDynamic_1.0.2_Lypaka_Build_3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TinkersComplement-1.12.2-0.4.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TinkersExtras-1.12.2-1.1.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TinkerStages-1.12.2-2.0.17.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Tips-1.12.2-1.0.9.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Toast Control-1.12.2-1.8.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding togetherforever-1.12.2-1.0.12-22.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding TombManyGraves-1.12-4.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding tombmanygraves2api-1.12.2-1.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding tombmanypluginscosmeticarmorreworked-1.0.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding topaddons-1.12.2-1.13.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Translocators-1.12.2-2.5.2.81-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Traverse-1.12.2-1.6.0-69.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding VanillaFix-1.0.10-150.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding VillagerTradingBan-2.0.0.6-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding voidislandcontrol-1.5.3.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding volumetricflask-0.18.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding WaterControlExtreme-1.0.2.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding WaterStrainer-1.12-3.2.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding weirdinggadget-1.12.2-2.1.16-universal.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding whoops-1.0.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding WirelessCraftingTerminal-1.12.2-3.12.97.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding wizardry-0.11.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding XaerosWorldMap_1.10.1_Forge_1.12.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Xaeros_Minimap_20.20.1_Forge_1.12.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Xtones-1.12-1.0.8-11.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Zen Summoning-1.12-1.1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding Zen Triggers-1.12-1.1.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding zenstages-0.5.0.jar to the mod list | |
| [17:11:41] [Server thread/INFO] [FML]: Searching D:\#Server\.\mods\1.12.2 for mods | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding ChickenASM-1.12-1.0.2.7.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding discord-rpc-release-v3.3.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding java-discord-rpc-2.0.1.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Adding jna-4.4.0.jar to the mod list | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file 0.0.5a-releasecandidate1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyAdditions-1.12.2-r151-2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ActuallyBaubles-1.12-1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AdvancedRocketry-1.12.2-1.7.0-232-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AE2WTLib-1.12.2-1.0.34.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AIImprovements-1.12-0.0.1b3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Animus-1.12-2.1.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Apotheosis-1.12.2-1.12.5.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleCore-mc1.12.2-3.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AppleSkin-mc1.12-1.0.9.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file architecturecraft-1.12-3.98.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file armoreablemobs-1.12.2-1.1.8.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ArtemisLib-1.12.2-v1.0.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file artisanworktables-1.12.2-1.20.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file astralsorcery-1.12.2-1.10.25.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file athenaeum-1.12.2-1.16.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoRegLib-1.3-32.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Avaritia-1.12.2-3.3.0.33-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file backportedflora-1.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file base-1.12.2-3.13.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BatteryBufferDriver-1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Baubles-1.12-1.5.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file baubley-heart-canisters-1.12.2-1.2.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BetterAdvancements-1.12.2-0.1.0.77.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file biggerpacketsplz-since1.8-1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BloodMagic-1.12.2-2.4.3-105.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BNBGamingCore-1.12.2-0.11.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BNBGamingLib-1.12.2-2.17.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Bookshelf-1.12.2-2.3.577.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Born+In+A+Barn+V1.8-1.12-1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Botania r1.10-363.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file botaniatweaks-1.9.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BrandonsCore-1.12.2-2.4.18.210-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Bridgeit-1.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BuildingGadgets-2.8.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Ceramics-1.12-1.3.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CEU-1.12.2-1.0.4.3.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker ChickenASM-1.12-1.0.2.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file chickens-6.1.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Chisel-MC1.12.2-1.0.2.45.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CleanView-1.12.2-v1c.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Clumps-3.1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CodeChickenLib-1.12.2-3.2.3.358-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHCore-1.12.2-4.6.6.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CoFHWorld-1.12.2-1.4.0.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CommonCapabilities-1.12.2-2.4.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file compactmachines3-1.12.2-3.0.18-b278.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ContentTweaker-1.12.2-4.9.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Controlling-3.0.10.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CookingForBlockheads_1.12.2-6.5.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file coop-1.12.2-2.0.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CosmeticArmorReworked-1.12.2-v5a.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CraftTweaker2-1.12-4.1.19.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CreativeCore_v1.10.16_mc1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CryingObsidian-1.12.2-1.2.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CTM-MC1.12.2-1.0.2.31.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cucumber-1.12.2-1.1.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CustomMainMenu-MC1.12.2-2.0.9.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file cyberware-1.12.2-0.2.11.26.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Cyclic-1.12.2-1.20.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file CyclopsCore-1.12.2-1.6.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Deadly Monsters 1.71.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file deepmoblearning-1.12.2-2.5.4-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file deepmoblearningbm-1.12.2-1.0.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file diethopper-1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DimensionalControl-1.12.2-2.11.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DimensionStages-1.12.2-2.0.23.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Discord-1.12.2-1.0.11.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file discord-rpc-release-v3.3.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DoomlikeDungeons-1.13.2-MC1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file dropt-1.12.2-1.14.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file DupeFix Project 2.4.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EmberRootZoo-1.12.2-1.3.10.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderCore-1.12.2-0.5.76.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderIO-endergy-1.12.2-5.2.59.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderIO-integration-tic-1.12.2-5.2.59.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file EnderIO-machines-1.12.2-5.2.59.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file enderutilities-1.12.2-0.7.15.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file extrautils2-1.12-1.9.9.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker f5fix-1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FastWorkbench-1.12.2-1.7.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Floralchemy-1.12.2-1.1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file fluxnetworks-1.12.2-4.0.15-32.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Forgelin-1.8.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ForgeMultipart-1.12.2-2.6.2.83-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FpsReducer-mc1.12.2-1.18.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBBackups-1.1.0.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBLib-5.4.7.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBQuests-1.9.0.12.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBUltimine-1.3.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file FTBUtilities-5.4.1.130.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file funky-locomotion-1.12.2-1.1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file fvw-1.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GameStages-1.12.2-2.0.117.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file gregtech-1.12.2-1.10.0.546.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file gtce2oc-1.12.2-1.6.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Guide-API-1.12-2.1.8-63.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file GunpowderLib-1.12.2-1.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HardcoreDarkness-MC1.12.2-2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Hit With Axe-1.12.2-1.5.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HotOrNot-1.12-1.1.2-16.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file iceandfire-1.9.1-1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file iChunUtil-1.12.2-7.2.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file incontrol-1.12-3.9.17.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file industrialforegoing-1.12.2-1.12.13-237.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InitialInventory-3.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file insomniac-1.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedDynamics-1.12.2-1.1.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegratedTunnels-1.12.2-1.6.12.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file IntegrationForegoing-1.12.2-1.10.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file InventoryTweaks-1.64+dev.146.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ironchest-1.12.2-7.0.72.847.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ItemFilters-1.0.4.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file itlt-1.12.2-1.0.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file java-discord-rpc-2.0.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.291.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jeiintegration_1.12.2-1.5.1.36.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jna-4.4.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file just-enough-harvestcraft-1.12.2-1.7.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file JustEnoughEnergistics-1.12.2-1.0.8.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file knowledgeshare-1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file lazy-ae2-1.12.2-1.1.20.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file letsencryptcraft-1.10.2-1.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file libnine-1.12.2-1.1.9.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file librarianlib-1.12.2-4.21.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LibVulpes-1.12.2-0.4.2-75-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LogisticsBridge-1.3.11.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file logisticspipes-0.10.3.62.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LootTweaker-1.12.2-0.0.10.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MainMenuScale-1.3.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mantle-1.12-1.3.3.55.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtylib-1.12-3.5.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MCMultiPart-2.5.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Mekanism-1.12.2-9.8.3.390.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MightyEnderChicken-1.12.2-7.3.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file minetogether-1.10.2-2.2.5.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker MixinBootstrap-1.0.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MobStages-1.12.2-2.0.13.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modnametooltip_1.12.2-1.10.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modtweaker-4.0.17.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Modular Diversity-1.5.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file modularmachinery-1.12.2-1.10.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file morechickens-1.12.2-3.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file moreoverlays-1.15.1-mc1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MouseTweaks-2.10-mc1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file MTLib-3.0.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file multiblocktweaker-1.12.2-stable-1.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NaturesCompass-1.12.2-1.8.5.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Nutrition-1.12.2-4.3.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenBlocks-1.12.2-1.8.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenComputers-MC1.12.2-1.7.5.192.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file OpenModsLib-1.12.2-0.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file p455w0rdslib-1.12.2-2.3.161.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Pam's HarvestCraft 1.12.2zg.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Patchouli-1.0-21.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PickleTweaks-1.12.2-2.1.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Placebo-1.12.2-1.6.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Plants-1.12.2-2.10.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file plustic-7.0.7.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PortalGun-1.12.2-7.1.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file PrimalTech-0.3.5.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ProjectE-1.12.2-PE1.4.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Quark-r1.6-179.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker randompatches-1.12.2-1.22.1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RandomThings-MC1.12.2-4.2.7.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file randomtweaks-1.12.2-2.8.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RebornCore-1.12.2-3.19.4.529-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file RedstoneFlux-1.12-2.1.1.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Reliquary-1.12.2-1.3.4.796.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file resizingpotion-2.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ResourceLoader-MC1.12.1-1.5.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rftools-1.12-7.73.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file roughmobsrevamped-1.12.2-2.3.17.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file roughTweaks0.2.4-1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Rustic Thaumaturgy-4.4a.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file rustic-1.1.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Scannable-MC1.12.2-1.6.3.24.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Scavenge V1.12-1.8.3.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Shadows_of_Greg-1.12.2-2.14.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simpleteleporters-1.12.2-3.0.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simpletrophies-1.2.2.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file simplylight-1.12.2-0.8.7.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Sledgehammer-1.12.2-2.0.6.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SmoothFont-mc1.12.2-2.1.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file sonarcore-1.12.2-5.0.19-20.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SpiceOfLife-mc1.12-1.3.12.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SqueezerPatch-1.12.2-1.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StatsKeeper-1.12.2-3.1.13.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file stg-1.12.2-1.2.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file StuffASockInIt-1.12.2-1.1.32.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file SuperFactoryManager-1.12.2-2.0.23.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Surge-1.12.2-2.0.77.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TConstruct-1.12.2-2.13.0.183.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TerraCore-1.12-2.1.13.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tesla-core-lib-1.12.2-1.0.17.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TexFix+V-1.12-4.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Thaumcraft-1.12.2-6.1.BETA26.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file thaumicenergistics-2.2.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThaumicInventoryScanning_1.12.2-2.0.10.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThaumicJEI-1.12.2-1.6.0-27.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file thaumicperiphery-0.3.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file theoneprobe-1.12-1.4.28.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalDynamics-1.12.2-2.5.6.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalExpansion-1.12.2-5.5.7.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalFoundation-1.12.2-2.6.7.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file ThermalInnovation-1.12.2-0.3.6.1-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TickDynamic_1.0.2_Lypaka_Build_3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkersComplement-1.12.2-0.4.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkersExtras-1.12.2-1.1.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TinkerStages-1.12.2-2.0.17.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Tips-1.12.2-1.0.9.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Toast Control-1.12.2-1.8.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file togetherforever-1.12.2-1.0.12-22.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file TombManyGraves-1.12-4.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tombmanygraves2api-1.12.2-1.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file tombmanypluginscosmeticarmorreworked-1.0.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file topaddons-1.12.2-1.13.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Translocators-1.12.2-2.5.2.81-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Traverse-1.12.2-1.6.0-69.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file VanillaFix-1.0.10-150.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file VillagerTradingBan-2.0.0.6-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file voidislandcontrol-1.5.3.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file volumetricflask-0.18.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterControlExtreme-1.0.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WaterStrainer-1.12-3.2.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file weirdinggadget-1.12.2-2.1.16-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file whoops-1.0.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file WirelessCraftingTerminal-1.12.2-3.12.97.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file wizardry-0.11.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Xaeros_Minimap_20.20.1_Forge_1.12.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file XaerosWorldMap_1.10.1_Forge_1.12.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Xtones-1.12-1.0.8-11.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Zen Summoning-1.12-1.1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Zen Triggers-1.12-1.1.1.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file zenstages-0.5.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file capabilityadapter-1.1.0.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker EnderCore-1.12.2-0.5.76-core.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoSave-1.12.2-1.0.11.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file AutoConfig-1.12.2-1.0.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Guidebook-1.12.2-2.9.4.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file mcjtytools-0.0.21.jar | |
| [17:11:41] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker llibrary-core-1.0.11-1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file llibrary-1.7.19-1.12.2.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file phosphor-forge-mc1.12.2-0.2.7-universal.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file reauth-3.6.0.jar | |
| [17:11:41] [Server thread/DEBUG] [FML]: Examining file server.jar for potential mods | |
| [17:11:41] [Server thread/DEBUG] [FML]: The mod container server.jar appears to be missing an mcmod.info file | |
| [17:11:41] [Server thread/DEBUG] [mixin]: Mixing fml.common.FMLModContainerAccessor from mixins.sledgehammer.preinit.json into net.minecraftforge.fml.common.FMLModContainer | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ILanguageAdapter$ScalaAdapter to metadata cache | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/ILanguageAdapter$JavaAdapter to metadata cache | |
| [17:11:41] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraftforge/fml/common/versioning/DependencyParser to metadata cache | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file appliedenergistics2-rv6-stable-7.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file appliedenergistics2-rv6-stable-7.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (appeng.core.AppEng) - loading | |
| [17:11:42] [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:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file EnderIO-base-1.12.2-5.2.59.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-base-1.12.2-5.2.59.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.base.EnderIO) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for enderio: Requirements: [endercore@[1.12.2-0.5.76,), forge@[14.23.5.2847,)] After:[baubles@[1.5.2,), buildcraft@[7.99.14,), endercore@[1.12.2-0.5.76,), forge@[14.23.5.2847,), jei@[4.14.1.234,), thaumcraft@[6.1.BETA13,)] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.base.EnderIODummy) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for enderiobase: Requirements: [] After:[enderio] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file EnderIO-conduits-1.12.2-5.2.59.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-conduits-1.12.2-5.2.59.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduits.EnderIOConduits) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduits: Requirements: [endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), forge@[14.23.5.2847,)] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.powertools.EnderIOPowerTools) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for enderiopowertools: Requirements: [] After:[enderioconduits] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for enderioconduitsappliedenergistics: Requirements: [enderio@[5.2.59,), forge@[14.23.5.2847,), endercore@[1.12.2-0.5.76,), enderioconduits@[5.2.59,)] After:[appliedenergistics@[rv5-stable-11,), endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), enderioconduits@[5.2.59,), forge@[14.23.5.2847,), jei@[4.14.1.234,)] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file EnderStorage-1.12.2-2.4.6.137-universal.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderStorage-1.12.2-2.4.6.137-universal.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.enderstorage.EnderStorage) - loading | |
| [17:11:42] [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:[] | |
| [17:11:42] [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 | |
| [17:11:42] [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 | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file 0.0.5a-releasecandidate1.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file 0.0.5a-releasecandidate1.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.broulf.netherbackport.NetherBackport) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Using mcmod dependency info for netherbackport: [] [] [netherbackportBiomes] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file ActuallyAdditions-1.12.2-r151-2.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyAdditions-1.12.2-r151-2.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ellpeck.actuallyadditions.mod.ActuallyAdditions) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for actuallyadditions: Requirements: [forge@[14.23.5.2836,)] After:[fastbench@[1.3.2,)] Before:[craftingtweaks] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file ActuallyBaubles-1.12-1.1.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file ActuallyBaubles-1.12-1.1.jar | |
| [17:11:42] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.jacky1356400.actuallybaubles.ActuallyBaubles) - loading | |
| [17:11:42] [Server thread/TRACE] [FML]: Parsed dependency info for actuallybaubles: Requirements: [baubles, actuallyadditions] After:[actuallyadditions, baubles] Before:[] | |
| [17:11:42] [Server thread/DEBUG] [FML]: Examining file AdvancedRocketry-1.12.2-1.7.0-232-universal.jar for potential mods | |
| [17:11:42] [Server thread/TRACE] [FML]: Located mcmod.info file in file AdvancedRocketry-1.12.2-1.7.0-232-universal.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zmaster587.advancedRocketry.AdvancedRocketry) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for advancedrocketry: Requirements: [libvulpes@[0.4.2,)] After:[libvulpes@[0.4.2,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar for potential mods | |
| [17:11:43] [Server thread/DEBUG] [FML]: The mod container AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar appears to be missing an mcmod.info file | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.aenetvistool.AENetVis) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for aenetvistool: Requirements: [brandonscore@[" + BrandonsCore.VERSION + ",), appliedenergistics2] After:[brandonscore@[" + BrandonsCore.VERSION + ",), appliedenergistics2] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AE2WTLib-1.12.2-1.0.34.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file AE2WTLib-1.12.2-1.0.34.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.ae2wtlib.AE2WTLib) - loading | |
| [17:11:43] [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:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AIImprovements-1.12-0.0.1b3.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file AIImprovements-1.12-0.0.1b3.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.builtbroken.ai.improvements.AIImprovements) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for aiimprovements: Requirements: [] After:[] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file Animus-1.12-2.1.7.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file Animus-1.12-2.1.7.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamdman.animus.Animus) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for animus: Requirements: [guideapi, bloodmagic@[1.12.2-2.3.0,)] After:[bloodmagic@[1.12.2-2.3.0,), guideapi, theoneprobe] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file Apotheosis-1.12.2-1.12.5.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file Apotheosis-1.12.2-1.12.5.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.Apotheosis) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for apotheosis: Requirements: [placebo@[1.5.1,)] After:[placebo@[1.5.1,), inspirations, forge@[14.23.5.2836,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AppleCore-mc1.12.2-3.2.0.jar for potential mods | |
| [17:11:43] [Server thread/DEBUG] [FML]: The mod container AppleCore-mc1.12.2-3.2.0.jar appears to be missing an mcmod.info file | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.applecore.AppleCore) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for applecore: Requirements: [forge@[14.23,)] After:[forge@[14.23,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AppleSkin-mc1.12-1.0.9.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file AppleSkin-mc1.12-1.0.9.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.appleskin.AppleSkin) - loading | |
| [17:11:43] [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:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file architecturecraft-1.12-3.98.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file architecturecraft-1.12-3.98.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.elytradev.architecture.common.ArchitectureMod) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for architecturecraft: Requirements: [] After:[] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file armoreablemobs-1.12.2-1.1.8.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file armoreablemobs-1.12.2-1.1.8.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.armoreablemobs.ArmoreableMobs) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for armoreablemobs: Requirements: [crafttweaker@[1.12-4.0.9,)] After:[crafttweaker@[1.12-4.0.9,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file ArtemisLib-1.12.2-v1.0.6.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file ArtemisLib-1.12.2-v1.0.6.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.artemis.artemislib.Main) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for artemislib: Requirements: [forge@[14.23.5.2794,)] After:[forge@[14.23.5.2794,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file artisanworktables-1.12.2-1.20.2.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file artisanworktables-1.12.2-1.20.2.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.codetaylor.mc.artisanworktables.ModArtisanWorktables) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for artisanworktables: Requirements: [athenaeum@[1.12.2-1.15.0,)] After:[athenaeum@[1.12.2-1.15.0,), crafttweaker@[4.1.11.500,), jei@[4.8.5.139,), gamestages@[2.0.90,), reskillable] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file astralsorcery-1.12.2-1.10.25.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file astralsorcery-1.12.2-1.10.25.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hellfirepvp.astralsorcery.AstralSorcery) - loading | |
| [17:11:43] [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:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file athenaeum-1.12.2-1.16.0.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file athenaeum-1.12.2-1.16.0.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.codetaylor.mc.athenaeum.ModAthenaeum) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for athenaeum: Requirements: [] After:[crafttweaker, jei] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file AutoRegLib-1.3-32.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file AutoRegLib-1.3-32.jar | |
| [17:11:43] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.arl.AutoRegLib) - loading | |
| [17:11:43] [Server thread/TRACE] [FML]: Parsed dependency info for autoreglib: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] | |
| [17:11:43] [Server thread/DEBUG] [FML]: Examining file Avaritia-1.12.2-3.3.0.33-universal.jar for potential mods | |
| [17:11:43] [Server thread/TRACE] [FML]: Located mcmod.info file in file Avaritia-1.12.2-3.3.0.33-universal.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (morph.avaritia.Avaritia) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for avaritia: Requirements: [codechickenlib@[3.1.9,)] After:[codechickenlib@[3.1.9,)] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file backportedflora-1.4.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file backportedflora-1.4.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (azmalent.backportedflora.BackportedFlora) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for azmalent.backportedflora.BackportedFlora (modid: backportedflora) | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for backportedflora: Requirements: [] After:[] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file base-1.12.2-3.13.0.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file base-1.12.2-3.13.0.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.base.Base) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for base: Requirements: [] After:[crafttweaker, jei] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file BatteryBufferDriver-1.2.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file BatteryBufferDriver-1.2.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (BatteryBufferDriver.BatteryBufferDriverMod) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for batterybufferdriver: Requirements: [opencomputers@[1.7.0,)] After:[opencomputers@[1.7.0,)] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file Baubles-1.12-1.5.2.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file Baubles-1.12-1.5.2.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for baubles: Requirements: [forge@[14.21.0.2348,)] After:[forge@[14.21.0.2348,)] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file baubley-heart-canisters-1.12.2-1.2.3.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file baubley-heart-canisters-1.12.2-1.2.3.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (kiba.bhc.BaubleyHeartCanisters) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for bhc: Requirements: [baubles, mantle] After:[baubles, mantle, tconstruct] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file BetterAdvancements-1.12.2-0.1.0.77.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file BetterAdvancements-1.12.2-0.1.0.77.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (betteradvancements.BetterAdvancements) - loading | |
| [17:11:44] [Server thread/INFO] [FML]: Disabling mod betteradvancements it is client side only. | |
| [17:11:44] [Server thread/DEBUG] [FML]: Skipping mod betteradvancements.BetterAdvancements, container opted to not load. | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file biggerpacketsplz-since1.8-1.2.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file biggerpacketsplz-since1.8-1.2.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzMod) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for biggerpacketsplz: Requirements: [] After:[] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from biggerpacketsplz-since1.8-1.2.jar to locate a version number for mod biggerpacketsplz | |
| [17:11:44] [Server thread/DEBUG] [FML]: Found version 1.2 for mod biggerpacketsplz in version.properties, using | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file BloodMagic-1.12.2-2.4.3-105.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file BloodMagic-1.12.2-2.4.3-105.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for bloodmagic: Requirements: [guideapi] After:[guideapi] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file BNBGamingLib-1.12.2-2.17.6.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file BNBGamingLib-1.12.2-2.17.6.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.lib.BNBGamingLib) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for bnbgaminglib: Requirements: [] After:[bnbgamingcore] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file Bookshelf-1.12.2-2.3.577.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file Bookshelf-1.12.2-2.3.577.jar | |
| [17:11:44] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.bookshelf.Bookshelf) - loading | |
| [17:11:44] [Server thread/TRACE] [FML]: Parsed dependency info for bookshelf: Requirements: [] After:[] Before:[] | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file Born+In+A+Barn+V1.8-1.12-1.1.jar for potential mods | |
| [17:11:44] [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 | |
| [17:11:44] [Server thread/DEBUG] [FML]: Examining file Botania r1.10-363.jar for potential mods | |
| [17:11:44] [Server thread/TRACE] [FML]: Located mcmod.info file in file Botania r1.10-363.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.botania.common.Botania) - loading | |
| [17:11:45] [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,), albedo@[1.0.0,)] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file botaniatweaks-1.9.0.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file botaniatweaks-1.9.0.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (quaternary.botaniatweaks.BotaniaTweaks) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for botania_tweaks: Requirements: [botania] After:[modtweaker, jei@[4.15.0,)] Before:[botania] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file BrandonsCore-1.12.2-2.4.18.210-universal.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file BrandonsCore-1.12.2-2.4.18.210-universal.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.brandonscore.BrandonsCore) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for brandonscore: Requirements: [redstoneflux, codechickenlib@[3.2.0,)] After:[codechickenlib@[3.2.0,), redstoneflux] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file Bridgeit-1.0.0.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file Bridgeit-1.0.0.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.modworks.bridgeit.Bridgeit) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for bridgeit: Requirements: [] After:[] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file BuildingGadgets-2.8.4.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file BuildingGadgets-2.8.4.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.direwolf20.buildinggadgets.common.BuildingGadgets) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for buildinggadgets: Requirements: [forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,)] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file Ceramics-1.12-1.3.7.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file Ceramics-1.12-1.3.7.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (knightminer.ceramics.Ceramics) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for ceramics: Requirements: [forge@[14.21.1.2394,)] After:[forge@[14.21.1.2394,), tconstruct] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CEU-1.12.2-1.0.4.3.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CEU-1.12.2-1.0.4.3.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tictim.ceu.Ceu) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for ceu: Requirements: [gregtech] After:[gregtech] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file chickens-6.1.0.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file chickens-6.1.0.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.setycz.chickens.ChickensMod) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for chickens: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file Chisel-MC1.12.2-1.0.2.45.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file Chisel-MC1.12.2-1.0.2.45.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.Chisel) - loading | |
| [17:11:45] [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:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CleanView-1.12.2-v1c.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CleanView-1.12.2-v1c.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lain.mods.cleanview.CleanView) - loading | |
| [17:11:45] [Server thread/INFO] [FML]: Disabling mod cleanview it is client side only. | |
| [17:11:45] [Server thread/DEBUG] [FML]: Skipping mod lain.mods.cleanview.CleanView, container opted to not load. | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file Clumps-3.1.2.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file Clumps-3.1.2.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.clumps.Clumps) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for clumps: Requirements: [] After:[] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CodeChickenLib-1.12.2-3.2.3.358-universal.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CodeChickenLib-1.12.2-3.2.3.358-universal.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.lib.CodeChickenLib) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for codechickenlib: Requirements: [forge@[14.23.4.2718,)] After:[forge@[14.23.4.2718,)] Before:[] | |
| [17:11:45] [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 | |
| [17:11:45] [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 | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CoFHCore-1.12.2-4.6.6.1-universal.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHCore-1.12.2-4.6.6.1-universal.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.CoFHCore) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for cofhcore: Requirements: [forge@[14.23.4.2705,15.0.0.0), redstoneflux@[2.1.0,2.2.0)] After:[forge@[14.23.4.2705,15.0.0.0), redstoneflux@[2.1.0,2.2.0)] Before:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CoFHWorld-1.12.2-1.4.0.1-universal.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CoFHWorld-1.12.2-1.4.0.1-universal.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.cofhworld.CoFHWorld) - loading | |
| [17:11:45] [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:[] | |
| [17:11:45] [Server thread/DEBUG] [FML]: Examining file CommonCapabilities-1.12.2-2.4.6.jar for potential mods | |
| [17:11:45] [Server thread/TRACE] [FML]: Located mcmod.info file in file CommonCapabilities-1.12.2-2.4.6.jar | |
| [17:11:45] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.commoncapabilities.CommonCapabilities) - loading | |
| [17:11:45] [Server thread/TRACE] [FML]: Parsed dependency info for commoncapabilities: Requirements: [forge@[14.23.5.2768,), cyclopscore@[1.6.0,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.6.0,), ic2] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file compactmachines3-1.12.2-3.0.18-b278.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file compactmachines3-1.12.2-3.0.18-b278.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dave.compactmachines3.CompactMachines3) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for compactmachines3: Requirements: [] After:[refinedstorage, yunomakegoodmap] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file ContentTweaker-1.12.2-4.9.1.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file ContentTweaker-1.12.2-4.9.1.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamacronymcoders.contenttweaker.ContentTweaker) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for contenttweaker: Requirements: [base@[3.11.0,), crafttweaker] After:[base@[3.11.0,), crafttweaker, chickens, tconstruct] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file Controlling-3.0.10.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file Controlling-3.0.10.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.getfluxed.controlsearch.Control) - loading | |
| [17:11:46] [Server thread/INFO] [FML]: Disabling mod controlling it is client side only. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Skipping mod us.getfluxed.controlsearch.Control, container opted to not load. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CookingForBlockheads_1.12.2-6.5.0.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CookingForBlockheads_1.12.2-6.5.0.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.cookingforblockheads.CookingForBlockheads) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for cookingforblockheads: Requirements: [] After:[mousetweaks[2.8,), crafttweaker] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CookingForBlockheads_1.12.2-6.5.0.jar to locate a version number for mod cookingforblockheads | |
| [17:11:46] [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.5.0 | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file coop-1.12.2-2.0.6.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file coop-1.12.2-2.0.6.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.timwoodcreates.roost.Roost) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for roost: Requirements: [] After:[] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CosmeticArmorReworked-1.12.2-v5a.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CosmeticArmorReworked-1.12.2-v5a.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lain.mods.cos.CosmeticArmorReworked) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Using mcmod dependency info for cosmeticarmorreworked: [forge] [] [] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from CosmeticArmorReworked-1.12.2-v5a.jar to locate a version number for mod cosmeticarmorreworked | |
| [17:11:46] [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-v5a | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CraftTweaker2-1.12-4.1.19.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CraftTweaker2-1.12-4.1.19.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ctgui.MTRecipe) - loading | |
| [17:11:46] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Skipping mod com.blamejared.ctgui.MTRecipe, container opted to not load. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mc1120.CraftTweaker) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweaker: Requirements: [] After:[] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crafttweaker.mods.jei.JEIMod) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for crafttweakerjei: Requirements: [] After:[jei@[4.12.0,)] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CreativeCore_v1.10.16_mc1.12.2.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CreativeCore_v1.10.16_mc1.12.2.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.creativemd.creativecore.CreativeCore) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for creativecore: Requirements: [] After:[] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CryingObsidian-1.12.2-1.2.1.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CryingObsidian-1.12.2-1.2.1.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.errorcraftlp.cryingobsidian.CryingObsidian) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for cryingobsidian: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CTM-MC1.12.2-1.0.2.31.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CTM-MC1.12.2-1.0.2.31.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.ctm.CTM) - loading | |
| [17:11:46] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Skipping mod team.chisel.ctm.CTM, container opted to not load. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file Cucumber-1.12.2-1.1.3.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cucumber-1.12.2-1.1.3.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.cucumber.Cucumber) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for cucumber: Requirements: [] After:[] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file CustomMainMenu-MC1.12.2-2.0.9.1.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file CustomMainMenu-MC1.12.2-2.0.9.1.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.custommainmenu.CustomMainMenu) - loading | |
| [17:11:46] [Server thread/INFO] [FML]: Disabling mod custommainmenu it is client side only. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Skipping mod lumien.custommainmenu.CustomMainMenu, container opted to not load. | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file cyberware-1.12.2-0.2.11.26.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file cyberware-1.12.2-0.2.11.26.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (flaxbeard.cyberware.Cyberware) - loading | |
| [17:11:46] [Server thread/TRACE] [FML]: Parsed dependency info for cyberware: Requirements: [forge@[14.23.5.2816,)] After:[botania, forge@[14.23.5.2816,)] Before:[] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Examining file Cyclic-1.12.2-1.20.4.jar for potential mods | |
| [17:11:46] [Server thread/TRACE] [FML]: Located mcmod.info file in file Cyclic-1.12.2-1.20.4.jar | |
| [17:11:46] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.cyclicmagic.ModCyclic) - loading | |
| [17:11:46] [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] | |
| [17:11:46] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Cyclic-1.12.2-1.20.4.jar to locate a version number for mod cyclicmagic | |
| [17:11:46] [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.20.3 | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file CyclopsCore-1.12.2-1.6.6.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file CyclopsCore-1.12.2-1.6.6.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for cyclopscore: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file Deadly Monsters 1.71.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file Deadly Monsters 1.71.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.dmonsters.main.MainMod) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dmonsters: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file deepmoblearning-1.12.2-2.5.4-universal.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file deepmoblearning-1.12.2-2.5.4-universal.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xt9.deepmoblearning.DeepMobLearning) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for deepmoblearning: Requirements: [] After:[jei, thermalfoundation, twilightforest, tconstruct, patchouli, crafttweaker] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file deepmoblearningbm-1.12.2-1.0.1-universal.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file deepmoblearningbm-1.12.2-1.0.1-universal.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xt9.deepmoblearningbm.DeepMobLearningBM) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for deepmoblearningbm: Requirements: [bloodmagic, deepmoblearning] After:[deepmoblearning, bloodmagic, jei, twilightforest] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file diethopper-1.1.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file diethopper-1.1.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.diethopper.DietHopperMod) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for diethopper: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file DimensionalControl-1.12.2-2.11.0.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file DimensionalControl-1.12.2-2.11.0.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bloodnbonesgaming.dimensionalcontrol.DimensionalControl) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dimensionalcontrol: Requirements: [bnbgaminglib@[2.12.0,)] After:[bnbgaminglib@[2.12.0,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file DimensionStages-1.12.2-2.0.23.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file DimensionStages-1.12.2-2.0.23.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.dimstages.DimensionStages) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dimstages: Requirements: [gamestages@[2.0.89,), crafttweaker, bookshelf] After:[bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file Discord-1.12.2-1.0.11.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file Discord-1.12.2-1.0.11.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ca.teamdman.discordintegration.DiscordIntegration) - loading | |
| [17:11:47] [Server thread/INFO] [FML]: Disabling mod discord it is client side only. | |
| [17:11:47] [Server thread/DEBUG] [FML]: Skipping mod ca.teamdman.discordintegration.DiscordIntegration, container opted to not load. | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file discord-rpc-release-v3.3.0.jar for potential mods | |
| [17:11:47] [Server thread/DEBUG] [FML]: The mod container discord-rpc-release-v3.3.0.jar appears to be missing an mcmod.info file | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file DoomlikeDungeons-1.13.2-MC1.12.2.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file DoomlikeDungeons-1.13.2-MC1.12.2.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jaredbgreat.dldungeons.DoomlikeDungeons) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dldungeonsjbg: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file Draconic-Evolution-1.12.2-2.3.25.351-universal.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brandon3055.draconicevolution.DraconicEvolution) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for draconicevolution: Requirements: [brandonscore@[2.4.18,)] After:[thermalfoundation, brandonscore@[2.4.18,)] Before:[thermalexpansion] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file dropt-1.12.2-1.14.0.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file dropt-1.12.2-1.14.0.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.codetaylor.mc.dropt.ModDropt) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dropt: Requirements: [athenaeum@[1.12.2-1.15.0,)] After:[athenaeum@[1.12.2-1.15.0,), gamestages@[2.0.90,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file DupeFix Project 2.4.1.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file DupeFix Project 2.4.1.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.focamacho.dupefixproject.DupeFixProject) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for dupefixproject: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file EmberRootZoo-1.12.2-1.3.10.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file EmberRootZoo-1.12.2-1.3.10.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (teamroots.emberroot.EmberRootZoo) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for emberroot: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from EmberRootZoo-1.12.2-1.3.10.jar to locate a version number for mod emberroot | |
| [17:11:47] [Server thread/WARN] [FML]: Mod emberroot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.9 | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file EnderCore-1.12.2-0.5.76.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderCore-1.12.2-0.5.76.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.enderio.core.EnderCore) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for endercore: Requirements: [] After:[] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file EnderIO-endergy-1.12.2-5.2.59.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-endergy-1.12.2-5.2.59.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.endergy.EnderIOEndergy) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for enderioendergy: Requirements: [enderioconduits@[5.2.59,), endercore@[1.12.2-0.5.76,), forge@[14.23.5.2847,), enderio@[5.2.59,)] After:[endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), enderioconduits@[5.2.59,), forge@[14.23.5.2847,), jei@[4.14.1.234,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file EnderIO-integration-tic-1.12.2-5.2.59.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-integration-tic-1.12.2-5.2.59.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.integration.tic.EnderIOIntegrationTic) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for enderiointegrationtic: Requirements: [forge@[14.23.5.2847,), enderio@[5.2.59,)] After:[enderio@[5.2.59,), forge@[14.23.5.2847,)] Before:[enderiobase, tconstruct@[1.12.2-2.10.0.81,)] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.integration.tic.EnderIOIntegrationTicLate) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for enderiointegrationticlate: Requirements: [] After:[tconstruct, enderiointegrationtic, enderio] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file EnderIO-machines-1.12.2-5.2.59.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file EnderIO-machines-1.12.2-5.2.59.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (crazypants.enderio.machines.EnderIOMachines) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for enderiomachines: Requirements: [endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), forge@[14.23.5.2847,)] After:[endercore@[1.12.2-0.5.76,), enderio@[5.2.59,), forge@[14.23.5.2847,), ftblib@[5.0.0,), jei@[4.14.1.234,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file enderutilities-1.12.2-0.7.15.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file enderutilities-1.12.2-0.7.15.jar | |
| [17:11:47] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.enderutilities.EnderUtilities) - loading | |
| [17:11:47] [Server thread/TRACE] [FML]: Parsed dependency info for enderutilities: Requirements: [forge@[14.23.3.2694,)] After:[forge@[14.23.3.2694,)] Before:[] | |
| [17:11:47] [Server thread/DEBUG] [FML]: Examining file extrautils2-1.12-1.9.9.jar for potential mods | |
| [17:11:47] [Server thread/TRACE] [FML]: Located mcmod.info file in file extrautils2-1.12-1.9.9.jar | |
| [17:11:48] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.extrautils2.ExtraUtils2) - loading | |
| [17:11:48] [Server thread/TRACE] [FML]: Parsed dependency info for extrautils2: Requirements: [] After:[tconstruct] Before:[] | |
| [17:11:48] [Server thread/DEBUG] [FML]: Examining file FastWorkbench-1.12.2-1.7.3.jar for potential mods | |
| [17:11:48] [Server thread/TRACE] [FML]: Located mcmod.info file in file FastWorkbench-1.12.2-1.7.3.jar | |
| [17:11:48] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.fastbench.FastBench) - loading | |
| [17:11:48] [Server thread/TRACE] [FML]: Parsed dependency info for fastbench: Requirements: [] After:[] Before:[] | |
| [17:11:48] [Server thread/DEBUG] [FML]: Examining file Floralchemy-1.12.2-1.1.1.jar for potential mods | |
| [17:11:48] [Server thread/TRACE] [FML]: Located mcmod.info file in file Floralchemy-1.12.2-1.1.1.jar | |
| [17:11:48] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.minerarcana.floralchemy.Floralchemy) - loading | |
| [17:11:48] [Server thread/TRACE] [FML]: Parsed dependency info for floralchemy: Requirements: [base@[3.13.0,)] After:[base@[3.13.0,), thaumcraft, botania] Before:[] | |
| [17:11:48] [Server thread/DEBUG] [FML]: Examining file fluxnetworks-1.12.2-4.0.15-32.jar for potential mods | |
| [17:11:48] [Server thread/TRACE] [FML]: Located mcmod.info file in file fluxnetworks-1.12.2-4.0.15-32.jar | |
| [17:11:48] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fluxnetworks.FluxNetworks) - loading | |
| [17:11:48] [Server thread/TRACE] [FML]: Parsed dependency info for fluxnetworks: Requirements: [forge@[14.23.4.2814,)] After:[forge@[14.23.4.2814,)] Before:[] | |
| [17:11:48] [Server thread/DEBUG] [FML]: Examining file Forgelin-1.8.4.jar for potential mods | |
| [17:11:48] [Server thread/TRACE] [FML]: Located mcmod.info file in file Forgelin-1.8.4.jar | |
| [17:11:48] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.shadowfacts.forgelin.Forgelin) - loading | |
| [17:11:48] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.shadowfacts.forgelin.Forgelin (modid: forgelin) | |
| [17:11:48] [Server thread/TRACE] [FML]: Parsed dependency info for forgelin: Requirements: [] After:[] Before:[] | |
| [17:11:48] [Server thread/DEBUG] [FML]: Examining file ForgeMultipart-1.12.2-2.6.2.83-universal.jar for potential mods | |
| [17:11:48] [Server thread/TRACE] [FML]: Located mcmod.info file in file ForgeMultipart-1.12.2-2.6.2.83-universal.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.microblock.handler.MicroblockMod) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for microblockcbe: Requirements: [forgemultipartcbe] After:[forgemultipartcbe] Before:[] | |
| [17:11:49] [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 | |
| [17:11:49] [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 | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.handler.MultipartMod) - loading | |
| [17:11:49] [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:[] | |
| [17:11:49] [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 | |
| [17:11:49] [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 | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.multipart.minecraft.MinecraftMultipartMod) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for minecraftmultipartcbe: Requirements: [] After:[] Before:[] | |
| [17:11:49] [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 | |
| [17:11:49] [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 | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FpsReducer-mc1.12.2-1.18.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FpsReducer-mc1.12.2-1.18.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bre.fpsreducer.mod_FpsReducer) - loading | |
| [17:11:49] [Server thread/INFO] [FML]: Disabling mod fpsreducer it is client side only. | |
| [17:11:49] [Server thread/DEBUG] [FML]: Skipping mod bre.fpsreducer.mod_FpsReducer, container opted to not load. | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FTBBackups-1.1.0.1.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBBackups-1.1.0.1.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.mods.ftbbackups.FTBBackups) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for ftbbackups: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FTBLib-5.4.7.2.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBLib-5.4.7.2.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.ftblib.FTBLib) - loading | |
| [17:11:49] [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:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FTBQuests-1.9.0.12.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBQuests-1.9.0.12.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.ftbquests.FTBQuests) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for ftbquests: Requirements: [ftblib@[5.4.7.2,), itemfilters] After:[ftblib@[5.4.7.2,), itemfilters, gamestages, ic2, ftbutilities, botania, buildcraftcore, projecte, customnpcs] Before:[kubejs] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FTBUltimine-1.3.0.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBUltimine-1.3.0.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.mods.ftbultimine.FTBUltimine) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for ftbultimine: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file FTBUtilities-5.4.1.130.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file FTBUtilities-5.4.1.130.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.feed_the_beast.ftbutilities.FTBUtilities) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for ftbutilities: Requirements: [ftblib@[5.4.7.1,)] After:[ftblib@[5.4.7.1,), aurora] Before:[kubejs] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file funky-locomotion-1.12.2-1.1.2.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file funky-locomotion-1.12.2-1.1.2.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rwtema.funkylocomotion.FunkyLocomotion) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for funkylocomotion: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file fvw-1.0.0.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file fvw-1.0.0.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.noobanidus.fvw.ForceVoidWorld) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for fvw: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file GameStages-1.12.2-2.0.117.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file GameStages-1.12.2-2.0.117.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.gamestages.GameStages) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for gamestages: Requirements: [bookshelf@[2.2.458,)] After:[bookshelf@[2.2.458,)] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file gregtech-1.12.2-1.10.0.546.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file gregtech-1.12.2-1.10.0.546.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gregtech.GregTechMod) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for gregtech: Requirements: [forge@[14.23.5.2847,), codechickenlib@[3.2.3,)] After:[codechickenlib@[3.2.3,), forestry, forgemultipartcbe, jei@[4.15.0,), crafttweaker] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from gregtech-1.12.2-1.10.0.546.jar to locate a version number for mod gregtech | |
| [17:11:49] [Server thread/WARN] [FML]: Mod gregtech is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.0.546 | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file gtce2oc-1.12.2-1.6.0.jar for potential mods | |
| [17:11:49] [Server thread/DEBUG] [FML]: The mod container gtce2oc-1.12.2-1.6.0.jar appears to be missing an mcmod.info file | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.eientei.gtce2oc.GTCE2OC) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for gtce2oc: Requirements: [opencomputers, gregtech] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file Guide-API-1.12-2.1.8-63.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file Guide-API-1.12-2.1.8-63.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (amerifrance.guideapi.GuideMod) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for guideapi: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file GunpowderLib-1.12.2-1.0.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file GunpowderLib-1.12.2-1.0.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jackyy.gunpowderlib.GunpowderLib) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for gunpowderlib: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file HardcoreDarkness-MC1.12.2-2.0.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file HardcoreDarkness-MC1.12.2-2.0.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.hardcoredarkness.HardcoreDarkness) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for hardcoredarkness: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file Hit With Axe-1.12.2-1.5.1.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file Hit With Axe-1.12.2-1.5.1.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.hitwithaxe.HitWithAxe) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for hitwithaxe: Requirements: [placebo@[1.4.1,), crafttweaker] After:[placebo@[1.4.1,), crafttweaker, thebetweenlands, plants2, thaumcraft, randomthings, traverse, integrateddynamics, rustic, natura, naturesaura, biomesoplenty] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file HotOrNot-1.12-1.1.2-16.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file HotOrNot-1.12-1.1.2-16.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.hotornot.HotOrNot) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for hotornot: Requirements: [] After:[] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file HungerOverhaul-1.12.2-1.3.3.jenkins148.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (iguanaman.hungeroverhaul.HungerOverhaul) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for hungeroverhaul: Requirements: [applecore, forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,), applecore, tconstruct, harvestcraft@[1.12.2m,), natura@[1.12-4.3.0.17,), ic2, *] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file iceandfire-1.9.1-1.12.2.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file iceandfire-1.9.1-1.12.2.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.alexthe666.iceandfire.IceAndFire) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Using mcmod dependency info for iceandfire: [llibrary, forge] [llibrary, forge] [] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file iChunUtil-1.12.2-7.2.2.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file iChunUtil-1.12.2-7.2.2.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.ichunutil.common.iChunUtil) - loading | |
| [17:11:49] [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:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file incontrol-1.12-3.9.17.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file incontrol-1.12-3.9.17.jar | |
| [17:11:49] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.incontrol.InControl) - loading | |
| [17:11:49] [Server thread/TRACE] [FML]: Parsed dependency info for incontrol: Requirements: [] After:[forge@[13.19.0.2176,)] Before:[] | |
| [17:11:49] [Server thread/DEBUG] [FML]: Examining file industrialforegoing-1.12.2-1.12.13-237.jar for potential mods | |
| [17:11:49] [Server thread/TRACE] [FML]: Located mcmod.info file in file industrialforegoing-1.12.2-1.12.13-237.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.industrial.IndustrialForegoing) - loading | |
| [17:11:50] [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:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file InitialInventory-3.0.0.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file InitialInventory-3.0.0.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.initialinventory.InitialInventory) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for initialinventory: Requirements: [mtlib, crafttweaker] After:[crafttweaker, mtlib, enchiridion] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file insomniac-1.6.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file insomniac-1.6.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tage.insomniac.Insomniac) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for insomniac: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file IntegratedDynamics-1.12.2-1.1.7.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedDynamics-1.12.2-1.1.7.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamics.IntegratedDynamics) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamics: Requirements: [commoncapabilities@[2.4.4,), forge@[14.23.5.2768,), cyclopscore@[1.6.5,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.6.5,), commoncapabilities@[2.4.4,)] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integrateddynamicscompat.IntegratedDynamicsCompat) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for integrateddynamicscompat: Requirements: [cyclopscore@[1.0.6,), integrateddynamics, forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,), integrateddynamics] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file IntegratedTunnels-1.12.2-1.6.12.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegratedTunnels-1.12.2-1.6.12.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedtunnels.IntegratedTunnels) - loading | |
| [17:11:50] [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:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.integratedtunnelscompat.IntegratedTunnelsCompat) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for integratedtunnelscompat: Requirements: [forge@[14.23.5.2768,), integratedtunnels, cyclopscore@[1.0.6,)] After:[forge@[14.23.5.2768,), cyclopscore@[1.0.6,), integratedtunnels] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file IntegrationForegoing-1.12.2-1.10.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file IntegrationForegoing-1.12.2-1.10.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jackyy.integrationforegoing.IntegrationForegoing) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for integrationforegoing: Requirements: [gunpowderlib@[1.12.2-1.0,), industrialforegoing@[1.12.0,)] After:[industrialforegoing@[1.12.0,), gunpowderlib@[1.12.2-1.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, cyclicmagic, randomthings, thaumcraft, bewitchment] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file InventoryTweaks-1.64+dev.146.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file InventoryTweaks-1.64+dev.146.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for inventorytweaks: Requirements: [forge@[14.21.0,)] After:[forge@[14.21.0,)] Before:[] | |
| [17:11:50] [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 | |
| [17:11:50] [Server thread/DEBUG] [FML]: Found version 1.64+dev.146.2180b27 for mod inventorytweaks in version.properties, using | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file ironchest-1.12.2-7.0.72.847.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file ironchest-1.12.2-7.0.72.847.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for ironchest: Requirements: [forge@[14.21.0.2359,)] After:[forge@[14.21.0.2359,)] Before:[] | |
| [17:11:50] [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 | |
| [17:11:50] [Server thread/DEBUG] [FML]: Found version null for mod ironchest in version.properties, using | |
| [17:11:50] [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 | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file ItemFilters-1.0.4.2.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file ItemFilters-1.0.4.2.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.latmod.mods.itemfilters.ItemFilters) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for itemfilters: Requirements: [] After:[forestry] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file itlt-1.12.2-1.0.2.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file itlt-1.12.2-1.0.2.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dk.zlepper.itlt.Itlt) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for itlt: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file java-discord-rpc-2.0.1.jar for potential mods | |
| [17:11:50] [Server thread/DEBUG] [FML]: The mod container java-discord-rpc-2.0.1.jar appears to be missing an mcmod.info file | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.291.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.291.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file jeiintegration_1.12.2-1.5.1.36.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file jeiintegration_1.12.2-1.5.1.36.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.snowshock35.jeiintegration.JEIIntegration) - loading | |
| [17:11:50] [Server thread/INFO] [FML]: Disabling mod jeiintegration it is client side only. | |
| [17:11:50] [Server thread/DEBUG] [FML]: Skipping mod com.snowshock35.jeiintegration.JEIIntegration, container opted to not load. | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file jna-4.4.0.jar for potential mods | |
| [17:11:50] [Server thread/DEBUG] [FML]: The mod container jna-4.4.0.jar appears to be missing an mcmod.info file | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file just-enough-harvestcraft-1.12.2-1.7.1.jar for potential mods | |
| [17:11:50] [Server thread/DEBUG] [FML]: The mod container just-enough-harvestcraft-1.12.2-1.7.1.jar appears to be missing an mcmod.info file | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.pearx.jehc.Jehc) - loading | |
| [17:11:50] [Server thread/INFO] [FML]: Disabling mod jehc it is client side only. | |
| [17:11:50] [Server thread/DEBUG] [FML]: Skipping mod net.pearx.jehc.Jehc, container opted to not load. | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.justenoughdimensions.JustEnoughDimensions) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for justenoughdimensions: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file JustEnoughEnergistics-1.12.2-1.0.8.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file JustEnoughEnergistics-1.12.2-1.0.8.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.jee.JustEnoughEnergistics) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for jee: Requirements: [jei@[4.14.3.242,), appliedenergistics2@[rv6-stable-6,)] After:[appliedenergistics2@[rv6-stable-6,), jei@[4.14.3.242,)] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file knowledgeshare-1.1.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file knowledgeshare-1.1.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.rong.knowledgeshare.KnowledgeShare) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for knowledgeshare: Requirements: [thaumcraft] After:[thaumcraft] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lcrdrfs.LCRDRFS) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for lcrdrfs: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file lazy-ae2-1.12.2-1.1.20.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file lazy-ae2-1.12.2-1.1.20.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.phantamanta44.threng.ThrEng) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Using mcmod dependency info for threng: [libnine@[1.1.9,), appliedenergistics2] [libnine, appliedenergistics2, jei, crafttweaker] [] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file letsencryptcraft-1.10.2-1.2.0.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file letsencryptcraft-1.10.2-1.2.0.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.co.cloudhunter.letsencryptcraft.LetsEncryptCraft) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for letsencryptcraft: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file libnine-1.12.2-1.1.9.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file libnine-1.12.2-1.1.9.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.phantamanta44.libnine.LibNine) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for libnine: Requirements: [] After:[] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Examining file librarianlib-1.12.2-4.21.jar for potential mods | |
| [17:11:50] [Server thread/TRACE] [FML]: Located mcmod.info file in file librarianlib-1.12.2-4.21.jar | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.librarianlib.core.LateLoader) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for com.teamwizardry.librarianlib.core.LateLoader (modid: librarianliblate) | |
| [17:11:50] [Server thread/TRACE] [FML]: Parsed dependency info for librarianliblate: Requirements: [] After:[*] Before:[] | |
| [17:11:50] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.librarianlib.core.LibrarianLib) - loading | |
| [17:11:50] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for com.teamwizardry.librarianlib.core.LibrarianLib (modid: librarianlib) | |
| [17:11:50] [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:[] | |
| [17:11:52] [Server thread/DEBUG] [FML]: Examining file LibVulpes-1.12.2-0.4.2-75-universal.jar for potential mods | |
| [17:11:52] [Server thread/TRACE] [FML]: Located mcmod.info file in file LibVulpes-1.12.2-0.4.2-75-universal.jar | |
| [17:11:52] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zmaster587.libVulpes.LibVulpes) - loading | |
| [17:11:52] [Server thread/TRACE] [FML]: Parsed dependency info for libvulpes: Requirements: [] After:[ic2, cofhcore, buildcraft|core] Before:[] | |
| [17:11:52] [Server thread/DEBUG] [FML]: Examining file LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar for potential mods | |
| [17:11:52] [Server thread/TRACE] [FML]: Located mcmod.info file in file LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar | |
| [17:11:52] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.creativemd.littletiles.LittleTiles) - loading | |
| [17:11:52] [Server thread/TRACE] [FML]: Parsed dependency info for littletiles: Requirements: [] After:[] Before:[] | |
| [17:11:52] [Server thread/DEBUG] [FML]: Examining file LogisticsBridge-1.3.11.jar for potential mods | |
| [17:11:52] [Server thread/TRACE] [FML]: Located mcmod.info file in file LogisticsBridge-1.3.11.jar | |
| [17:11:52] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tom.logisticsbridge.LogisticsBridge) - loading | |
| [17:11:52] [Server thread/TRACE] [FML]: Parsed dependency info for logisticsbridge: Requirements: [logisticspipes@[0.10.3.39,)] After:[appliedenergistics2, refinedstorage@[1.6.15,), logisticspipes@[0.10.3.39,)] Before:[] | |
| [17:11:52] [Server thread/DEBUG] [FML]: Examining file logisticspipes-0.10.3.62.jar for potential mods | |
| [17:11:52] [Server thread/TRACE] [FML]: Located mcmod.info file in file logisticspipes-0.10.3.62.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (logisticspipes.LogisticsPipes) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Using mcmod dependency info for logisticspipes: [forge@[10.12.1.1079,), codechickenlib@[3.1.7.340,), forgelin@[1.8.4,)] [forge@[10.12.1.1079,), codechickenlib@[3.1.7.340,), forgelin@[1.8.2,), buildcraftcore, buildcrafttransport, buildcraftsilicon, buildcraftrobotics, ic2, computercraft, factorization, gregtech_addon, appliedenergistics, thermalexpansion, betterstorage, mcmultipart] [] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from logisticspipes-0.10.3.62.jar to locate a version number for mod logisticspipes | |
| [17:11:53] [Server thread/WARN] [FML]: Mod logisticspipes is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.10.3.62 | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file LootTweaker-1.12.2-0.0.10.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file LootTweaker-1.12.2-0.0.10.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (leviathan143.loottweaker.common.LootTweakerMain) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for loottweaker: Requirements: [forge@[14.23.5.2779,), crafttweaker] After:[crafttweaker] Before:[jeresources] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file MainMenuScale-1.3.2.jar for potential mods | |
| [17:11:53] [Server thread/DEBUG] [FML]: The mod container MainMenuScale-1.3.2.jar appears to be missing an mcmod.info file | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.modmuss50.mms.MainMenuScale) - loading | |
| [17:11:53] [Server thread/INFO] [FML]: Disabling mod mainmenuscale it is client side only. | |
| [17:11:53] [Server thread/DEBUG] [FML]: Skipping mod me.modmuss50.mms.MainMenuScale, container opted to not load. | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file Mantle-1.12-1.3.3.55.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mantle-1.12-1.3.3.55.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for mantle: Requirements: [forge@[14.21.1.2387,)] After:[forge@[14.21.1.2387,)] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file mcjtylib-1.12-3.5.4.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file mcjtylib-1.12-3.5.4.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.lib.McJtyLib) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for mcjtylib_ng: Requirements: [] After:[forge@[14.23.5.2800,), enderio@[5.0.21,)] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file MCMultiPart-2.5.3.jar for potential mods | |
| [17:11:53] [Server thread/DEBUG] [FML]: The mod container MCMultiPart-2.5.3.jar appears to be missing an mcmod.info file | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcmultipart.MCMultiPart) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for mcmultipart: Requirements: [] After:[] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file Mekanism-1.12.2-9.8.3.390.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file Mekanism-1.12.2-9.8.3.390.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mekanism.common.Mekanism) - loading | |
| [17:11:53] [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] [] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file MightyEnderChicken-1.12.2-7.3.0.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file MightyEnderChicken-1.12.2-7.3.0.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.mmec.common.MightyEnderChicken) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for mightyenderchicken: Requirements: [ichunutil@[7.2.0,8.0.0)] After:[ichunutil@[7.2.0,8.0.0)] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file minetogether-1.10.2-2.2.5.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file minetogether-1.10.2-2.2.5.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.creeperhost.minetogether.CreeperHost) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for minetogether: Requirements: [] After:[] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.creeperhost.minetogether.serverstuffs.CreeperHostServer) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for minetogetherserver: Requirements: [] After:[] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file MobStages-1.12.2-2.0.13.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file MobStages-1.12.2-2.0.13.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.mobstages.MobStages) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for mobstages: Requirements: [gamestages@[2.0.89,), bookshelf, crafttweaker] After:[bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file modnametooltip_1.12.2-1.10.1.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file modnametooltip_1.12.2-1.10.1.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.modnametooltip.ModNameTooltip) - loading | |
| [17:11:53] [Server thread/INFO] [FML]: Disabling mod modnametooltip it is client side only. | |
| [17:11:53] [Server thread/DEBUG] [FML]: Skipping mod mezz.modnametooltip.ModNameTooltip, container opted to not load. | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file modtweaker-4.0.17.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file modtweaker-4.0.17.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.ModTweaker) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for modtweaker: Requirements: [crafttweaker, mtlib] After:[crafttweaker, mtlib] Before:[jei] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file Modular Diversity-1.5.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file Modular Diversity-1.5.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (modulardiversity.ModularDiversity) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for modulardiversity: Requirements: [modularmachinery] After:[modularmachinery, botania, embers, immersivepetroleum, buildcraftlib, pneumaticcraft, betterwithmods] Before:[] | |
| [17:11:53] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Modular Diversity-1.5.jar to locate a version number for mod modulardiversity | |
| [17:11:53] [Server thread/WARN] [FML]: Mod modulardiversity is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5 | |
| [17:11:53] [Server thread/DEBUG] [FML]: Examining file modularmachinery-1.12.2-1.10.0.jar for potential mods | |
| [17:11:53] [Server thread/TRACE] [FML]: Located mcmod.info file in file modularmachinery-1.12.2-1.10.0.jar | |
| [17:11:53] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hellfirepvp.modularmachinery.ModularMachinery) - loading | |
| [17:11:53] [Server thread/TRACE] [FML]: Parsed dependency info for modularmachinery: Requirements: [forge@[14.21.0.2371,)] After:[forge@[14.21.0.2371,), crafttweaker@[4.0.4,), jei@[4.13.1.222,)] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file morechickens-1.12.2-3.2.0.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file morechickens-1.12.2-3.2.0.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gendeathrow.morechickens.core.ChickensMore) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Parsed dependency info for morechickens: Requirements: [chickens@[6.1.0,)] After:[chickens@[6.1.0,), botania, basemetals, tconstruct, draconicevolution, immersiveengineering, mekanism, bigreactors, enderio, thermalfoundation, arsmagica2, evilcraft, minefactoryreloaded, actuallyadditions, extrautils2, refinedstorage, techreborn] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file moreoverlays-1.15.1-mc1.12.2.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file moreoverlays-1.15.1-mc1.12.2.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (at.feldim2425.moreoverlays.MoreOverlays) - loading | |
| [17:11:54] [Server thread/INFO] [FML]: Disabling mod moreoverlays it is client side only. | |
| [17:11:54] [Server thread/DEBUG] [FML]: Skipping mod at.feldim2425.moreoverlays.MoreOverlays, container opted to not load. | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file MouseTweaks-2.10-mc1.12.2.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file MouseTweaks-2.10-mc1.12.2.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (yalter.mousetweaks.forge.MouseTweaksForge) - loading | |
| [17:11:54] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only. | |
| [17:11:54] [Server thread/DEBUG] [FML]: Skipping mod yalter.mousetweaks.forge.MouseTweaksForge, container opted to not load. | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file MTLib-3.0.6.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file MTLib-3.0.6.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blamejared.mtlib.MTLib) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Parsed dependency info for mtlib: Requirements: [] After:[] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file multiblocktweaker-1.12.2-stable-1.2.0.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file multiblocktweaker-1.12.2-stable-1.2.0.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (eutros.multiblocktweaker.MultiblockTweaker) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Parsed dependency info for multiblocktweaker: Requirements: [] After:[] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file NaturesCompass-1.12.2-1.8.5.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file NaturesCompass-1.12.2-1.8.5.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chaosthedude.naturescompass.NaturesCompass) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Parsed dependency info for naturescompass: Requirements: [] After:[] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file Nutrition-1.12.2-4.3.0.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file Nutrition-1.12.2-4.3.0.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ca.wescook.nutrition.Nutrition) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Parsed dependency info for nutrition: Requirements: [] After:[] Before:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file OpenBlocks-1.12.2-1.8.1.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenBlocks-1.12.2-1.8.1.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (openblocks.OpenBlocks) - loading | |
| [17:11:54] [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:[] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file OpenComputers-MC1.12.2-1.7.5.192.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenComputers-MC1.12.2-1.7.5.192.jar | |
| [17:11:54] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading | |
| [17:11:54] [Server thread/TRACE] [FML]: Using mcmod dependency info for opencomputers: [] [JEI@[4.2.7.240,)] [] | |
| [17:11:54] [Server thread/DEBUG] [FML]: Examining file OpenModsLib-1.12.2-0.12.2.jar for potential mods | |
| [17:11:54] [Server thread/TRACE] [FML]: Located mcmod.info file in file OpenModsLib-1.12.2-0.12.2.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (openmods.OpenMods) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for openmods: Requirements: [openmodscore, forge@[14.23.4.2705,)] After:[openmodscore] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file p455w0rdslib-1.12.2-2.3.161.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file p455w0rdslib-1.12.2-2.3.161.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rdslib.P455w0rdsLib) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for p455w0rdslib: Requirements: [] After:[redstoneflux, mantle, tconstruct, enderio, projecte, tesla, thaumcraft, albedo] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file Pam's HarvestCraft 1.12.2zg.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file Pam's HarvestCraft 1.12.2zg.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pam.harvestcraft.HarvestCraft) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for harvestcraft: Requirements: [] After:[] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file Patchouli-1.0-21.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file Patchouli-1.0-21.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.patchouli.common.base.Patchouli) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for patchouli: Requirements: [] After:[] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Patchouli-1.0-21.jar to locate a version number for mod patchouli | |
| [17:11:55] [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-21 | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file PickleTweaks-1.12.2-2.1.3.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file PickleTweaks-1.12.2-2.1.3.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.blakebr0.pickletweaks.PickleTweaks) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for pickletweaks: Requirements: [cucumber@[1.1.1,)] After:[cucumber@[1.1.1,)] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file Placebo-1.12.2-1.6.0.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file Placebo-1.12.2-1.6.0.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.placebo.Placebo) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for placebo: Requirements: [] After:[] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file Plants-1.12.2-2.10.7.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file Plants-1.12.2-2.10.7.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.plants2.Plants2) - loading | |
| [17:11:55] [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:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file plustic-7.0.7.0.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file plustic-7.0.7.0.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (landmaster.plustic.PlusTiC) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for plustic: Requirements: [tconstruct@[1.12-2.7.2.15,), mantle, forge@[14.23.5.2768,)] 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] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file PortalGun-1.12.2-7.1.0.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file PortalGun-1.12.2-7.1.0.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.portalgun.common.PortalGun) - loading | |
| [17:11:55] [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:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file PrimalTech-0.3.5.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file PrimalTech-0.3.5.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (primal_tech.PrimalTech) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for primal_tech: Requirements: [] After:[*] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file ProjectE-1.12.2-PE1.4.1.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file ProjectE-1.12.2-PE1.4.1.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (moze_intel.projecte.PECore) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for projecte: Requirements: [forge@[13.20.0.2253,)] After:[forge@[13.20.0.2253,), baubles@[1.3.3,), jei@[4.6.0,)] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file Quark-r1.6-179.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file Quark-r1.6-179.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.quark.base.Quark) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for quark: Requirements: [autoreglib@[1.3-32,), forge@[14.23.5.2831,)] After:[forge@[14.23.5.2831,), jei@[4.6.0,)] Before:[autoreglib@[1.3-32,)] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file RandomThings-MC1.12.2-4.2.7.4.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file RandomThings-MC1.12.2-4.2.7.4.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.randomthings.RandomThings) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for randomthings: Requirements: [] After:[jei@[4.7.11.100,)] Before:[] | |
| [17:11:55] [Server thread/DEBUG] [FML]: Examining file randomtweaks-1.12.2-2.8.2.0.jar for potential mods | |
| [17:11:55] [Server thread/TRACE] [FML]: Located mcmod.info file in file randomtweaks-1.12.2-2.8.2.0.jar | |
| [17:11:55] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.therandomlabs.randomtweaks.RandomTweaks) - loading | |
| [17:11:55] [Server thread/TRACE] [FML]: Parsed dependency info for randomtweaks: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file RebornCore-1.12.2-3.19.4.529-universal.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file RebornCore-1.12.2-3.19.4.529-universal.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (reborncore.RebornCore) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for reborncore: Requirements: [forge@[14.23.5.2796,)] After:[forge@[14.23.5.2796,)] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file RedstoneArsenal-1.12.2-2.6.6.1-universal.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstonearsenal.RedstoneArsenal) - loading | |
| [17:11:56] [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:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file RedstoneFlux-1.12-2.1.1.1-universal.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file RedstoneFlux-1.12-2.1.1.1-universal.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.redstoneflux.RedstoneFlux) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for redstoneflux: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Reliquary-1.12.2-1.3.4.796.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Reliquary-1.12.2-1.3.4.796.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xreliquary.Reliquary) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for xreliquary: Requirements: [] After:[baubles, enderio, tconstruct] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file resizingpotion-2.2.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file resizingpotion-2.2.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.camellias.resizer.Main) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for resize: Requirements: [artemislib@[1.0.6,]] After:[artemislib@[1.0.6,]] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file ResourceLoader-MC1.12.1-1.5.3.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file ResourceLoader-MC1.12.1-1.5.3.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.resourceloader.ResourceLoader) - loading | |
| [17:11:56] [Server thread/INFO] [FML]: Disabling mod resourceloader it is client side only. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Skipping mod lumien.resourceloader.ResourceLoader, container opted to not load. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file rftools-1.12-7.73.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file rftools-1.12-7.73.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading | |
| [17:11:56] [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,)] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file roughmobsrevamped-1.12.2-2.3.17.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file roughmobsrevamped-1.12.2-2.3.17.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.p1ut0nium.roughmobsrevamped.RoughMobs) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for roughmobsrevamped: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file roughTweaks0.2.4-1.12.2.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file roughTweaks0.2.4-1.12.2.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lellson.roughTweaks.RoughTweaks) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for roughtweaks: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Rustic Thaumaturgy-4.4a.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Rustic Thaumaturgy-4.4a.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.voxelfriend.rusticthaumaturgy.core.RusticThaumaturgy) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for rusticthaumaturgy: Requirements: [rustic, thaumcraft] After:[rustic, thaumcraft] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file rustic-1.1.4.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file rustic-1.1.4.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rustic.core.Rustic) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for rustic: Requirements: [] After:[dynamictrees@[1.12.2-0.9.1e,), dynamictreesbop] Before:[dynamictreestc] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Scannable-MC1.12.2-1.6.3.24.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Scannable-MC1.12.2-1.6.3.24.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.scannable.common.Scannable) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for scannable: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Scavenge V1.12-1.8.3.2.jar for potential mods | |
| [17:11:56] [Server thread/DEBUG] [FML]: The mod container Scavenge V1.12-1.8.3.2.jar appears to be missing an mcmod.info file | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (scavenge.core.Scavenge) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for scavenge: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Shadows_of_Greg-1.12.2-2.14.0.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Shadows_of_Greg-1.12.2-2.14.0.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gregicadditions.GregicAdditions) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for gtadditions: Requirements: [gregtech@[1.8.6.437,)] After:[gregtech@[1.8.6.437,), forestry, tconstruct] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file simpleteleporters-1.12.2-3.0.2.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file simpleteleporters-1.12.2-3.0.2.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (party.lemons.simpleteleporters.SimpleTeleporters) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Using mcmod dependency info for lteleporters: [] [] [] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file simpletrophies-1.2.2.1.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file simpletrophies-1.2.2.1.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (quaternary.simpletrophies.SimpleTrophies) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for simple_trophies: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file simplylight-1.12.2-0.8.7.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file simplylight-1.12.2-0.8.7.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.flanks255.simplylight.simplylight) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for com.flanks255.simplylight.simplylight (modid: simplylight) | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for simplylight: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Sledgehammer-1.12.2-2.0.6.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Sledgehammer-1.12.2-2.0.6.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.lxgaming.sledgehammer.SledgehammerPlatform) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for sledgehammer: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file SmoothFont-mc1.12.2-2.1.2.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file SmoothFont-mc1.12.2-2.1.2.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bre.smoothfont.mod_SmoothFont) - loading | |
| [17:11:56] [Server thread/INFO] [FML]: Disabling mod smoothfont it is client side only. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Skipping mod bre.smoothfont.mod_SmoothFont, container opted to not load. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file sonarcore-1.12.2-5.0.19-20.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file sonarcore-1.12.2-5.0.19-20.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sonar.core.SonarCore) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for sonarcore: Requirements: [] After:[mcmultipart, ic2, mekanism, redstoneflux] Before:[calculator@[5.0.11,), practicallogistics2@[3.0.8,), fluxnetworks@[3.0.19,), bagelsmore@[2.0.1,)] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file SpiceOfLife-mc1.12-1.3.12.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file SpiceOfLife-mc1.12-1.3.12.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (squeek.spiceoflife.ModSpiceOfLife) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for spiceoflife: Requirements: [applecore] After:[applecore] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file SqueezerPatch-1.12.2-1.0.0.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file SqueezerPatch-1.12.2-1.0.0.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.squeezer.SqueezerPatch) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for sqpatch: Requirements: [integrateddynamics] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file StatsKeeper-1.12.2-3.1.13.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file StatsKeeper-1.12.2-3.1.13.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (terrails.statskeeper.StatsKeeper) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for stats_keeper: Requirements: [terracore@[1.12-2.1.10-SNAPSHOT.+,)] After:[terracore@[1.12-2.1.10-SNAPSHOT.+,)] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file stg-1.12.2-1.2.3.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file stg-1.12.2-1.2.3.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.exidex.stg.STG) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for stg: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file StuffASockInIt-1.12.2-1.1.32.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file StuffASockInIt-1.12.2-1.1.32.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.sasit.SASIT) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for sasit: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file SuperFactoryManager-1.12.2-2.0.23.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file SuperFactoryManager-1.12.2-2.0.23.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vswe.superfactory.SuperFactoryManager) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for superfactorymanager: Requirements: [forge@[14.21.0.2359,)] After:[forge@[14.21.0.2359,)] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Surge-1.12.2-2.0.77.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Surge-1.12.2-2.0.77.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.surge.Surge) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for surge: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file TConstruct-1.12.2-2.13.0.183.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file TConstruct-1.12.2-2.13.0.183.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for tconstruct: Requirements: [forge@[14.23.1.2577,), mantle@[1.12-1.3.3.49,)] 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,)] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file TerraCore-1.12-2.1.13.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file TerraCore-1.12-2.1.13.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (terrails.terracore.TerraCore) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for terracore: Requirements: [] After:[] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file tesla-core-lib-1.12.2-1.0.17.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file tesla-core-lib-1.12.2-1.0.17.jar | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreLib) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreLib (modid: teslacorelib) | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib: Requirements: [forge@[14.23.5.2806,), forgelin@[1.7,)] After:[forgelin@[1.7,), forge@[14.23.5.2806,), tesla, redstoneflux, buildcraftlib, mekanism] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ndrei.teslacorelib.TeslaCoreRegistries) - loading | |
| [17:11:56] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for net.ndrei.teslacorelib.TeslaCoreRegistries (modid: teslacorelib_registries) | |
| [17:11:56] [Server thread/TRACE] [FML]: Parsed dependency info for teslacorelib_registries: Requirements: [forge@[14.23.5.2806,), forgelin@[1.7,)] After:[forgelin@[1.7,), forge@[14.23.5.2806,), *] Before:[] | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file TexFix+V-1.12-4.0.jar for potential mods | |
| [17:11:56] [Server thread/DEBUG] [FML]: The mod container TexFix+V-1.12-4.0.jar appears to be missing an mcmod.info file | |
| [17:11:56] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (texFix.TextureFix) - loading | |
| [17:11:56] [Server thread/INFO] [FML]: Disabling mod texfix it is client side only. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Skipping mod texFix.TextureFix, container opted to not load. | |
| [17:11:56] [Server thread/DEBUG] [FML]: Examining file Thaumcraft-1.12.2-6.1.BETA26.jar for potential mods | |
| [17:11:56] [Server thread/TRACE] [FML]: Located mcmod.info file in file Thaumcraft-1.12.2-6.1.BETA26.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumcraft.Thaumcraft) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for thaumcraft: Requirements: [baubles@[1.5.2,), forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,), baubles@[1.5.2,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file thaumicenergistics-2.2.4.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file thaumicenergistics-2.2.4.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumicenergistics.ThaumicEnergistics) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for thaumicenergistics: Requirements: [appliedenergistics2@[rv6-stable-6,), thaumcraft@[6.1.BETA26,)] After:[appliedenergistics2@[rv6-stable-6,), thaumcraft@[6.1.BETA26,), thaumicjei] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThaumicInventoryScanning_1.12.2-2.0.10.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThaumicInventoryScanning_1.12.2-2.0.10.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.tcinventoryscan.TCInventoryScanning) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tcinventoryscan: Requirements: [thaumcraft] After:[thaumcraft] Before:[] | |
| [17:11:57] [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 | |
| [17:11:57] [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 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThaumicJEI-1.12.2-1.6.0-27.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThaumicJEI-1.12.2-1.6.0-27.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.thaumicjei.ThaumicJEI) - loading | |
| [17:11:57] [Server thread/INFO] [FML]: Disabling mod thaumicjei it is client side only. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Skipping mod com.buuz135.thaumicjei.ThaumicJEI, container opted to not load. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file thaumicperiphery-0.3.1.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file thaumicperiphery-0.3.1.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumicperiphery.ThaumicPeriphery) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for thaumicperiphery: Requirements: [thaumcraft] After:[thaumcraft, botania, embers, mysticalmechanics] Before:[mystgears] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file theoneprobe-1.12-1.4.28.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file theoneprobe-1.12-1.4.28.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.theoneprobe.TheOneProbe) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for theoneprobe: Requirements: [] After:[forge@[13.19.0.2176,), tesla] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThermalDynamics-1.12.2-2.5.6.1-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalDynamics-1.12.2-2.5.6.1-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermaldynamics.ThermalDynamics) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for thermaldynamics: Requirements: [codechickenlib@[3.2.2,), 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.2.2,), thermalexpansion] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThermalExpansion-1.12.2-5.5.7.1-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalExpansion-1.12.2-5.5.7.1-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalexpansion.ThermalExpansion) - loading | |
| [17:11:57] [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] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThermalFoundation-1.12.2-2.6.7.1-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalFoundation-1.12.2-2.6.7.1-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalfoundation.ThermalFoundation) - loading | |
| [17:11:57] [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] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file ThermalInnovation-1.12.2-0.3.6.1-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file ThermalInnovation-1.12.2-0.3.6.1-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cofh.thermalinnovation.ThermalInnovation) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for thermalinnovation: 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:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file TickDynamic_1.0.2_Lypaka_Build_3.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file TickDynamic_1.0.2_Lypaka_Build_3.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wildex999.tickdynamic.TickDynamicMod) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tickdynamic: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file TinkersComplement-1.12.2-0.4.3.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkersComplement-1.12.2-0.4.3.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (knightminer.tcomplement.TinkersComplement) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tcomplement: Requirements: [forge@[14.23.4.2705,), mantle@[1.12-1.3.3.55,), tconstruct@[1.12.2-2.12.0.135,)] After:[forge@[14.23.4.2705,), mantle@[1.12-1.3.3.55,), tconstruct@[1.12.2-2.12.0.135,), chisel@[MC1.12-0.1.0.22,), exnihilocreatio] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file TinkersExtras-1.12.2-1.1.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkersExtras-1.12.2-1.1.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mjr.tinkersextras.TinkersExtras) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tinkersextras: Requirements: [] After:[] Before:[tconstruct] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file TinkerStages-1.12.2-2.0.17.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file TinkerStages-1.12.2-2.0.17.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.tinkerstages.TinkerStages) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tinkerstages: Requirements: [tconstruct, gamestages@[2.0.89,), crafttweaker, bookshelf] After:[tconstruct, bookshelf, gamestages@[2.0.89,), crafttweaker] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Tips-1.12.2-1.0.9.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Tips-1.12.2-1.0.9.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.tips.TipsMod) - loading | |
| [17:11:57] [Server thread/INFO] [FML]: Disabling mod tips it is client side only. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Skipping mod net.darkhax.tips.TipsMod, container opted to not load. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Toast Control-1.12.2-1.8.1.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Toast Control-1.12.2-1.8.1.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shadows.toaster.ToastControl) - loading | |
| [17:11:57] [Server thread/INFO] [FML]: Disabling mod toastcontrol it is client side only. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Skipping mod shadows.toaster.ToastControl, container opted to not load. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file togetherforever-1.12.2-1.0.12-22.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file togetherforever-1.12.2-1.0.12-22.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.buuz135.togetherforever.TogetherForever) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for togetherforever: Requirements: [forge@[14.23.1.2560,)] After:[gamestages@[2.0.90,), reskillable@[1.9.1,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file TombManyGraves-1.12-4.2.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file TombManyGraves-1.12-4.2.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.m4thg33k.tombmanygraves.TombManyGraves) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tombmanygraves: Requirements: [forge@[14.23.3.2655,)] After:[forge@[14.23.3.2655,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file tombmanygraves2api-1.12.2-1.0.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file tombmanygraves2api-1.12.2-1.0.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.m4thg33k.tombmanygraves2api.TombManyGraves2Api) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tombmanygraves2api: Requirements: [forge@[14.23.3.2655,)] After:[forge@[14.23.3.2655,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file tombmanypluginscosmeticarmorreworked-1.0.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file tombmanypluginscosmeticarmorreworked-1.0.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.m4thg33k.tombmanyplugins_cosmeticarmorreworked.TombManyPluginsCosmeticArmorReworked) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for tombmanypluginscosmeticarmorreworked: Requirements: [tombmanygraves@[1.12-4.1.0,), tombmanygraves2api@[1.12-4.1.0,), forge@[14.23.3.2655,), cosmeticarmorreworked] After:[forge@[14.23.3.2655,), cosmeticarmorreworked, tombmanygraves2api@[1.12-4.1.0,), tombmanygraves@[1.12-4.1.0,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file topaddons-1.12.2-1.13.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file topaddons-1.12.2-1.13.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.drmanganese.topaddons.TOPAddons) - loading | |
| [17:11:57] [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:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Translocators-1.12.2-2.5.2.81-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Translocators-1.12.2-2.5.2.81-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.translocators.Translocator) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for translocators: Requirements: [forgemultipartcbe, codechickenlib@[3.2.3,)] After:[codechickenlib@[3.2.3,), forgemultipartcbe] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from Translocators-1.12.2-2.5.2.81-universal.jar to locate a version number for mod translocators | |
| [17:11:57] [Server thread/WARN] [FML]: Mod translocators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.2.81 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Traverse-1.12.2-1.6.0-69.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Traverse-1.12.2-1.6.0-69.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (prospector.traverse.core.TraverseMod) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for traverse: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file VanillaFix-1.0.10-150.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file VanillaFix-1.0.10-150.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dimdev.vanillafix.VanillaFix) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for vanillafix: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from VanillaFix-1.0.10-150.jar to locate a version number for mod vanillafix | |
| [17:11:57] [Server thread/WARN] [FML]: Mod vanillafix is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.10-150 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file VillagerTradingBan-2.0.0.6-universal.jar for potential mods | |
| [17:11:57] [Server thread/DEBUG] [FML]: The mod container VillagerTradingBan-2.0.0.6-universal.jar appears to be missing an mcmod.info file | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.modmuss50.vrb.VillageTradingBan) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for vtb: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file voidislandcontrol-1.5.3.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file voidislandcontrol-1.5.3.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bartz24.voidislandcontrol.VoidIslandControl) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for voidislandcontrol: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Attempting to load the file version.properties from voidislandcontrol-1.5.3.jar to locate a version number for mod voidislandcontrol | |
| [17:11:57] [Server thread/WARN] [FML]: Mod voidislandcontrol is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.3 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file volumetricflask-0.18.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file volumetricflask-0.18.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.exz.volumetricflask.VolumetricFlask) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for volumetricflask: Requirements: [appliedenergistics2] After:[appliedenergistics2] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file WaterControlExtreme-1.0.2.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterControlExtreme-1.0.2.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.astro.watercontrolextreme.WaterControlExtreme) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for watercontrolextreme: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xFra.WaterMechanics.WaterMechanics) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for 113_water_mechanics: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file WaterStrainer-1.12-3.2.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file WaterStrainer-1.12-3.2.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.waterstrainer.WaterStrainer) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for waterstrainer: Requirements: [] After:[forge@[14.21.1.2424,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file weirdinggadget-1.12.2-2.1.16-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file weirdinggadget-1.12.2-2.1.16-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.atomicblom.weirdinggadget.WeirdingGadgetMod) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for weirdinggadget: Requirements: [forge@[14.22.0.2447,)] After:[forge@[14.22.0.2447,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file whoops-1.0.1.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file whoops-1.0.1.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.noobanidus.whoops.Whoops) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for whoops: Requirements: [botania] After:[botania] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file WirelessCraftingTerminal-1.12.2-3.12.97.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file WirelessCraftingTerminal-1.12.2-3.12.97.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (p455w0rd.wct.WCT) - loading | |
| [17:11:57] [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:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file wizardry-0.11.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file wizardry-0.11.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teamwizardry.wizardry.Wizardry) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for wizardry: Requirements: [librarianlib] After:[librarianlib] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Xaeros_Minimap_20.20.1_Forge_1.12.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Xaeros_Minimap_20.20.1_Forge_1.12.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xaero.minimap.XaeroMinimap) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for xaerominimap: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file XaerosWorldMap_1.10.1_Forge_1.12.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file XaerosWorldMap_1.10.1_Forge_1.12.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xaero.map.WorldMap) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for xaeroworldmap: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Xtones-1.12-1.0.8-11.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Xtones-1.12-1.0.8-11.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tehnut.xtones.Xtones) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for xtones: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Zen Summoning-1.12-1.1.1.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Zen Summoning-1.12-1.1.1.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ca.teamdman.zensummoning.ZenSummoning) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for zensummoning: Requirements: [crafttweaker] After:[crafttweaker] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Zen Triggers-1.12-1.1.1.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Zen Triggers-1.12-1.1.1.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zentriggers.zentriggers.ZenTriggers) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for zentriggers: Requirements: [] After:[] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file zenstages-0.5.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file zenstages-0.5.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.artdude.zenstages.ZenStages) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for zenstages: Requirements: [crafttweaker@[1.12-4.1.8.470,]] After:[crafttweaker@[1.12-4.1.8.470,], itemstages@[2.0.35,], gamestages@[2.0.91,], dimstages@[2.0.20,], tinkerstages@[2.0.15,], mobstages@[2.0.8,], recipestages@[1.1.1,], multiblockstages@[1.1.1,]] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file capabilityadapter-1.1.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file capabilityadapter-1.1.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.yrf.mcmods.capadapter.CapabilityAdapter) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Using custom language adapter net.shadowfacts.forgelin.KotlinAdapter for me.yrf.mcmods.capadapter.CapabilityAdapter (modid: rf-capability-adapter) | |
| [17:11:57] [Server thread/TRACE] [FML]: Using mcmod dependency info for rf-capability-adapter: [forge, appliedenergistics2, forgelin] [appliedenergistics2] [] | |
| [17:11:57] [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 | |
| [17:11:57] [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 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file AutoSave-1.12.2-1.0.11.jar for potential mods | |
| [17:11:57] [Server thread/DEBUG] [FML]: The mod container AutoSave-1.12.2-1.0.11.jar appears to be missing an mcmod.info file | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file AutoConfig-1.12.2-1.0.2.jar for potential mods | |
| [17:11:57] [Server thread/DEBUG] [FML]: The mod container AutoConfig-1.12.2-1.0.2.jar appears to be missing an mcmod.info file | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file Guidebook-1.12.2-2.9.4.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file Guidebook-1.12.2-2.9.4.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gigaherz.guidebook.GuidebookMod) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for gbook: Requirements: [forge@[14.23.5.2779,)] After:[forge@[14.23.5.2779,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file mcjtytools-0.0.21.jar for potential mods | |
| [17:11:57] [Server thread/DEBUG] [FML]: The mod container mcjtytools-0.0.21.jar appears to be missing an mcmod.info file | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file llibrary-1.7.19-1.12.2.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file llibrary-1.7.19-1.12.2.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.ilexiconn.llibrary.LLibrary) - loading | |
| [17:11:57] [Server thread/TRACE] [FML]: Parsed dependency info for llibrary: Requirements: [forge@[14.23.5.2772,)] After:[forge@[14.23.5.2772,)] Before:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file phosphor-forge-mc1.12.2-0.2.7-universal.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file phosphor-forge-mc1.12.2-0.2.7-universal.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.jellysquid.mods.phosphor.mod.PhosphorMod) - loading | |
| [17:11:57] [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:[] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Examining file reauth-3.6.0.jar for potential mods | |
| [17:11:57] [Server thread/TRACE] [FML]: Located mcmod.info file in file reauth-3.6.0.jar | |
| [17:11:57] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (technicianlp.reauth.Main) - loading | |
| [17:11:57] [Server thread/INFO] [FML]: Disabling mod reauth it is client side only. | |
| [17:11:57] [Server thread/DEBUG] [FML]: Skipping mod technicianlp.reauth.Main, container opted to not load. | |
| [17:11:57] [Server thread/INFO] [FML]: Forge Mod Loader has identified 250 mods to load | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.util (owned by mekanism providing MekanismAPI|util) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.upgrades (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API net.creeperhost.minetogether.api (owned by modtogether providing modtogether|api) embedded in minetogether | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API net.creeperhost.minetogether.api (owned by modtogether providing modtogether|api) embedded in minetogetherserver | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API team.chisel.api.carving (owned by Chisel providing ChiselAPI|Carving) embedded in chisel | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.capacitor (owned by enderio providing enderioapi|capacitor) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamicscompat | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.gui.subgui (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.internal (owned by opencomputers|core providing opencomputersapi|internal) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.path (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.codetaylor.mc.artisanworktables.api (owned by artisanworktables providing ArtisanWorktablesAPI) embedded in artisanworktables | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network.event (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.expression (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in baubles | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API yalter.mousetweaks.api (owned by mousetweaks providing MouseTweaks|API) embedded in artisanworktables | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.gas (owned by mekanism providing MekanismAPI|gas) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.prefab (owned by opencomputers|core providing opencomputersapi|prefab) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.fluids (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API reborncore.api.tile (owned by reborncore providing reborncoreAPI|Tile) embedded in reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mcjty.theoneprobe.api (owned by theoneprobe providing theoneprobe_api) embedded in theoneprobe | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.manual (owned by opencomputers|core providing opencomputersapi|manual) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API me.ichun.mods.ichunutil.api (owned by iChun providing iChunUtil API) embedded in ichunutil | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API jaredbgreat.dldungeons.api (owned by DLDungeonsJBG providing DLDungeonsAPI) embedded in dldungeonsjbg | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API de.ellpeck.actuallyadditions.api (owned by actuallyadditions providing actuallyadditionsapi) embedded in actuallyadditions | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.valuetype (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.rwtema.funkylocomotion.api (owned by funkylocomotion providing funkylocomotion_api) embedded in funkylocomotion | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.driver.item (owned by opencomputers|core providing opencomputersapi|driver|item) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API amerifrance.guideapi.api (owned by guideapi providing Guide-API|API) embedded in guideapi | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.component (owned by opencomputers|core providing opencomputersapi|component) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API vazkii.patchouli.api (owned by patchouli providing PatchouliAPI) embedded in patchouli | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.addon (owned by enderio providing enderioapi|addon) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.buuz135.togetherforever.api (owned by togetherforever providing togetherforeverapi) embedded in togetherforever | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API betterwithmods.api (owned by betterwithmods providing BetterWithModsAPI) embedded in appleskin | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.fs (owned by opencomputers|core providing opencomputersapi|filesystem) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API moze_intel.projecte.api (owned by projecte providing projecteapi) embedded in projecte | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API cofh.redstoneflux (owned by redstoneflux providing redstonefluxapi) embedded in redstoneflux | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.event (owned by opencomputers|core providing opencomputersapi|event) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.buuz135.industrial.api (owned by industrialforegoing providing industrialforegoingapi) embedded in industrialforegoing | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.upgrades (owned by enderio providing enderioapi|upgrades) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.conduits (owned by enderio providing enderioapi|conduits) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.read (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.lasers (owned by mekanism providing MekanismAPI|laser) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.asm (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.transmitters (owned by mekanism providing MekanismAPI|transmitter) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api (owned by mekanism providing MekanismAPI|core) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.operator (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block.cable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.network (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.item (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.machine (owned by opencomputers|core providing opencomputersapi|machine) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in botania | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.infuse (owned by mekanism providing MekanismAPI|infuse) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.evaluate.variable (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API appeng.api (owned by appliedenergistics2 providing appliedenergistics2|API) embedded in appliedenergistics2 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.wrappers (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.teleport (owned by enderio providing enderioapi|teleport) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.energy (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.brandon3055.draconicevolution.api (owned by DraconicEvolution providing DraconicEvolution|API) embedded in draconicevolution | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API squeek.applecore.api (owned by applecore providing AppleCoreAPI) embedded in applecore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API WayofTime.bloodmagic.api (owned by bloodmagic providing bloodmagic-api) embedded in bloodmagic | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api (owned by enderio providing enderioapi) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.blocks (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.driver (owned by opencomputers|core providing opencomputersapi|driver) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API reborncore.api.recipe (owned by reborncore providing reborncoreAPI|Recipe) embedded in reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.utils (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.commoncapabilities.api.capability.work (owned by commoncapabilities providing commoncapabilities|api) embedded in commoncapabilities | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.inventories (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.logicprogrammer (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api.network (owned by opencomputers|core providing opencomputersapi|network) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API cofh.api (owned by cofhcore providing cofhapi) embedded in cofhcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API reborncore.api.power (owned by reborncore providing reborncoreAPI|Power) embedded in reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API lain.mods.cos.api (owned by cosmeticarmorreworked providing cosmeticarmorreworked|api) embedded in cosmeticarmorreworked | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API mekanism.api.energy (owned by mekanism providing MekanismAPI|energy) embedded in mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.cabling (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API team.chisel.api (owned by chisel providing Chisel-API) embedded in chisel | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.redstone (owned by enderio providing enderioapi|redstone) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.tool (owned by enderio providing enderioapi|tools) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API p455w0rd.wct.api (owned by wct providing wct|api) embedded in wct | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API vazkii.quark.api (owned by quark providing QuarkAPI) embedded in quark | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.codetaylor.mc.dropt.api (owned by dropt providing DroptAPI) embedded in dropt | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.client.render.part (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API p455w0rd.ae2wtlib.api (owned by ae2wtlib providing ae2wtlib|API) embedded in ae2wtlib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.write (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API reborncore.api (owned by reborncore providing reborncoreAPI) embedded in reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.part.aspect.property (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API li.cil.oc.api (owned by opencomputers|core providing opencomputersapi|core) embedded in opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API crazypants.enderio.api.farm (owned by enderio providing enderioapi|farm) embedded in enderiobase | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API openblocks.api (owned by openblocks providing openblocks|api) embedded in openblocks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API org.cyclops.integrateddynamics.api.block (owned by integrateddynamics providing integrateddynamics|api) embedded in integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in thaumcraft | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.nbt (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API com.teamacronymcoders.base.api (owned by Base providing Base|API) embedded in base | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API reborncore.api.praescriptum (owned by reborncore providing team_reborn|Praescriptum) embedded in reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Found API sonar.core.api.machines (owned by sonarcore providing sonarapi) embedded in sonarcore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API redstonefluxapi: owner: redstoneflux, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|conduits: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI: owner: reborncore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-utils: owner: ctm, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API actuallyadditionsapi: owner: actuallyadditions, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|infuse: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API PatchouliAPI: owner: patchouli, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API commoncapabilities|api: owner: commoncapabilities, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-models: owner: ctm, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-textures: owner: ctm, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ChiselAPI|Carving: owner: Chisel, dependents: [chisel] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Recipe: owner: reborncore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|network: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API BetterWithModsAPI: owner: betterwithmods, dependents: [appleskin] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API integrateddynamics|api: owner: integrateddynamics, dependents: [integrateddynamicscompat] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API bloodmagic-api: owner: bloodmagic, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ae2wtlib|API: owner: ae2wtlib, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: [baubles] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API Base|API: owner: Base, dependents: [base] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API iChunUtil API: owner: iChun, dependents: [ichunutil] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|driver|item: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API Thaumcraft|API: owner: Thaumcraft, dependents: [thaumcraft] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|capacitor: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API theoneprobe_api: owner: theoneprobe, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API projecteapi: owner: projecte, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API Chisel-API: owner: chisel, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|filesystem: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|upgrades: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|component: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|tools: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API DroptAPI: owner: dropt, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API team_reborn|Praescriptum: owner: reborncore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|manual: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|driver: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|redstone: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API modtogether|api: owner: modtogether, dependents: [minetogether, minetogetherserver] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API AppleCoreAPI: owner: applecore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|event: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API BotaniaAPI: owner: Botania, dependents: [botania] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|farm: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API betteradvancements|API: owner: betteradvancements, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API openblocks|api: owner: openblocks, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API sonarapi: owner: sonarcore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API QuarkAPI: owner: quark, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API appliedenergistics2|API: owner: appliedenergistics2, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API Guide-API|API: owner: guideapi, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API wct|api: owner: wct, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ArtisanWorktablesAPI: owner: artisanworktables, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|gas: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|addon: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API togetherforeverapi: owner: togetherforever, dependents: [] | |
| [17:11:57] [Server thread/INFO] [FML]: Found mod(s) [wct] containing declared API package yalter.mousetweaks.api (owned by mousetweaks) without associated API reference | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MouseTweaks|API: owner: mousetweaks, dependents: [artisanworktables, wct] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API cosmeticarmorreworked|api: owner: cosmeticarmorreworked, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|core: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|util: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API enderioapi|teleport: owner: enderio, dependents: [enderiobase] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API DLDungeonsAPI: owner: DLDungeonsJBG, dependents: [dldungeonsjbg] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api-events: owner: ctm, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Tile: owner: reborncore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|internal: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|machine: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API cofhapi: owner: cofhcore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API opencomputersapi|prefab: owner: opencomputers|core, dependents: [opencomputers] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|laser: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API funkylocomotion_api: owner: funkylocomotion, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|transmitter: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API ctm-api: owner: ctm, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API reborncoreAPI|Power: owner: reborncore, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|core: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API DraconicEvolution|API: owner: DraconicEvolution, dependents: [draconicevolution] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API industrialforegoingapi: owner: industrialforegoing, dependents: [] | |
| [17:11:57] [Server thread/DEBUG] [FML]: Creating API container dummy for API MekanismAPI|energy: owner: mekanism, dependents: [] | |
| [17:11:57] [Server thread/TRACE] [FML]: Received a system property request '' | |
| [17:11:57] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods | |
| [17:11:57] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang | |
| [17:11:57] [Server thread/INFO] []: ********* registerBus. OK | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod appliedenergistics2 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderio | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderiobase | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderiobase: assets/enderiobase/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderioconduits | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderioconduits: assets/enderioconduits/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderiopowertools | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderiopowertools: assets/enderiopowertools/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderioconduitsappliedenergistics | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsappliedenergistics: assets/enderioconduitsappliedenergistics/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderstorage | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod netherbackport | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod actuallyadditions | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod actuallybaubles | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for actuallybaubles: assets/actuallybaubles/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod advancedrocketry | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod aenetvistool | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ae2wtlib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod aiimprovements | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for aiimprovements: assets/aiimprovements/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod animus | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod apotheosis | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod applecore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod appleskin | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod architecturecraft | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod armoreablemobs | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for armoreablemobs: assets/armoreablemobs/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod artemislib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod artisanworktables | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod astralsorcery | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod athenaeum | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod autoreglib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod avaritia | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod backportedflora | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod base | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod batterybufferdriver | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for batterybufferdriver: assets/batterybufferdriver/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod baubles | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod bhc | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod biggerpacketsplz | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for biggerpacketsplz: assets/biggerpacketsplz/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod bloodmagic | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod bnbgaminglib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod bookshelf | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod botania | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod botania_tweaks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod brandonscore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod bridgeit | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for bridgeit: assets/bridgeit/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod buildinggadgets | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ceramics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ceu | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod chickens | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod chisel | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod clumps | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for clumps: assets/clumps/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod codechickenlib | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cofhcore | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cofhworld | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod commoncapabilities | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod compactmachines3 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod contenttweaker | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for contenttweaker: assets/contenttweaker/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cookingforblockheads | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod roost | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cosmeticarmorreworked | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod crafttweaker | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod crafttweakerjei | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod creativecore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cryingobsidian | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cucumber | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cyberware | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cyclicmagic | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod cyclopscore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dmonsters | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod deepmoblearning | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod deepmoblearningbm | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod diethopper | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for diethopper: assets/diethopper/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dimensionalcontrol | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dimstages | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dldungeonsjbg | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for dldungeonsjbg: assets/dldungeonsjbg/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod draconicevolution | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dropt | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for dropt: assets/dropt/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod dupefixproject | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for dupefixproject: assets/dupefixproject/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod emberroot | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod endercore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderioendergy | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderioendergy: assets/enderioendergy/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderiointegrationtic | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationtic: assets/enderiointegrationtic/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderiointegrationticlate | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationticlate: assets/enderiointegrationticlate/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderiomachines | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for enderiomachines: assets/enderiomachines/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod enderutilities | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod extrautils2 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod fastbench | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for fastbench: assets/fastbench/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod floralchemy | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod fluxnetworks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod forgelin | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod microblockcbe | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod forgemultipartcbe | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod minecraftmultipartcbe | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ftbbackups | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ftblib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ftbquests | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ftbultimine | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for ftbultimine: assets/ftbultimine/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ftbutilities | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod funkylocomotion | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod fvw | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for fvw: assets/fvw/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod gamestages | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod gregtech | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod gtce2oc | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for gtce2oc: assets/gtce2oc/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod guideapi | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod gunpowderlib | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for gunpowderlib: assets/gunpowderlib/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod hardcoredarkness | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for hardcoredarkness: assets/hardcoredarkness/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod hitwithaxe | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod hotornot | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod hungeroverhaul | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod iceandfire | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ichunutil | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod incontrol | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for incontrol: assets/incontrol/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod industrialforegoing | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod initialinventory | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for initialinventory: assets/initialinventory/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod insomniac | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for insomniac: assets/insomniac/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamics | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod integrateddynamicscompat | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod integratedtunnels | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod integratedtunnelscompat | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for integratedtunnelscompat: assets/integratedtunnelscompat/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod integrationforegoing | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod inventorytweaks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod ironchest | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod itemfilters | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod itlt | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for itlt: assets/itlt/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod jei | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod justenoughdimensions | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod jee | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod knowledgeshare | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod lcrdrfs | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod threng | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod letsencryptcraft | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for letsencryptcraft: assets/letsencryptcraft/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod libnine | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod librarianliblate | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for librarianliblate: assets/librarianliblate/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod librarianlib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod libvulpes | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod littletiles | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod logisticsbridge | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod logisticspipes | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod loottweaker | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mantle | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mcjtylib_ng | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mcmultipart | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for mcmultipart: assets/mcmultipart/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mekanism | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mightyenderchicken | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod minetogether | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for minetogether: assets/minetogether/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod minetogetherserver | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mobstages | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for mobstages: assets/mobstages/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod modtweaker | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for modtweaker: assets/modtweaker/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod modulardiversity | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod modularmachinery | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod morechickens | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod mtlib | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for mtlib: assets/mtlib/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod multiblocktweaker | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod naturescompass | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod nutrition | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod openblocks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod opencomputers | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod openmods | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod p455w0rdslib | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod harvestcraft | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod patchouli | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod pickletweaks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod placebo | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for placebo: assets/placebo/lang/en_us.lang | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod plants2 | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod plustic | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod portalgun | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod primal_tech | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod projecte | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod quark | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod randomthings | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod randomtweaks | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod reborncore | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod redstonearsenal | |
| [17:11:57] [Server thread/DEBUG] [FML]: Enabling mod redstoneflux | |
| [17:11:57] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod xreliquary | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod resize | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod rftools | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod roughmobsrevamped | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod roughtweaks | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod rusticthaumaturgy | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod rustic | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod scannable | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod scavenge | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for scavenge: assets/scavenge/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod gtadditions | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod lteleporters | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod simple_trophies | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod simplylight | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod sledgehammer | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod sonarcore | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod spiceoflife | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod sqpatch | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for sqpatch: assets/sqpatch/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod stats_keeper | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod stg | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for stg: assets/stg/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod sasit | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for sasit: assets/sasit/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod superfactorymanager | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod surge | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for surge: assets/surge/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tconstruct | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod terracore | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for terracore: assets/terracore/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod teslacorelib_registries | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for teslacorelib_registries: assets/teslacorelib_registries/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thaumcraft | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thaumicenergistics | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tcinventoryscan | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thaumicperiphery | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod theoneprobe | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thermaldynamics | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thermalexpansion | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thermalfoundation | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod thermalinnovation | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tickdynamic | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for tickdynamic: assets/tickdynamic/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tcomplement | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tinkersextras | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for tinkersextras: assets/tinkersextras/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tinkerstages | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for tinkerstages: assets/tinkerstages/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod togetherforever | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for togetherforever: assets/togetherforever/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tombmanygraves | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tombmanygraves2api | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for tombmanygraves2api: assets/tombmanygraves2api/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod tombmanypluginscosmeticarmorreworked | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for tombmanypluginscosmeticarmorreworked: assets/tombmanypluginscosmeticarmorreworked/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod topaddons | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod translocators | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod traverse | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod vanillafix | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod vtb | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for vtb: assets/vtb/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod voidislandcontrol | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod volumetricflask | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod watercontrolextreme | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for watercontrolextreme: assets/watercontrolextreme/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod 113_water_mechanics | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for 113_water_mechanics: assets/113_water_mechanics/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod waterstrainer | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod weirdinggadget | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod whoops | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for whoops: assets/whoops/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod wct | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod wizardry | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod xaerominimap | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for xaerominimap: assets/xaerominimap/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod xaeroworldmap | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod xtones | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod zensummoning | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod zentriggers | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for zentriggers: assets/zentriggers/lang/en_us.lang | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod zenstages | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod rf-capability-adapter | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod gbook | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod llibrary | |
| [17:11:58] [Server thread/DEBUG] [FML]: Enabling mod phosphor-lighting | |
| [17:11:58] [Server thread/WARN] [FML]: Missing English translation for phosphor-lighting: assets/phosphor-lighting/lang/en_us.lang | |
| [17:11:58] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied | |
| [17:11:58] [Server thread/TRACE] [FML]: All mod requirements are satisfied | |
| [17:11:58] [Server thread/TRACE] [FML]: Sorting mods into an ordered list | |
| [17:11:58] [Server thread/TRACE] [FML]: Mod sorting completed successfully | |
| [17:11:58] [Server thread/DEBUG] [FML]: Mod sorting data | |
| [17:11:58] [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,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: Baubles|API(API: Baubles|API:1.4.0.2): Baubles-1.12-1.5.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: baubles(Baubles:1.5.2): Baubles-1.12-1.5.2.jar (required-after:forge@[14.21.0.2348,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: endercore(EnderCore:1.12.2-0.5.76): EnderCore-1.12.2-0.5.76.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: crafttweaker(CraftTweaker2:4.1.19): CraftTweaker2-1.12-4.1.19.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: mtlib(MTLib:3.0.6): MTLib-3.0.6.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: modtweaker(Mod Tweaker:4.0.17): modtweaker-4.0.17.jar (required-after:crafttweaker;required-after:mtlib;before:jei) | |
| [17:11:58] [Server thread/DEBUG] [FML]: jei(Just Enough Items:4.15.0.291): jei_1.12.2-4.15.0.291.jar (required-after:forge@[14.23.5.2816,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: Thaumcraft|API(API: Thaumcraft|API:6.0.2): Thaumcraft-1.12.2-6.1.BETA26.jar () | |
| [17:11:58] [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,)) | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: redstoneflux(Redstone Flux:2.1.1): RedstoneFlux-1.12-2.1.1.1-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cofhcore(CoFH Core:4.6.6): CoFHCore-1.12.2-4.6.6.1-universal.jar (required-after:forge@[14.23.4.2705,15.0.0.0);required-after:redstoneflux@[2.1.0,2.2.0);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: brandonscore(Brandon's Core:2.4.18): BrandonsCore-1.12.2-2.4.18.210-universal.jar (required-after:codechickenlib@[3.2.0,);required-after:redstoneflux;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: cofhworld(CoFH World:1.4.0): CoFHWorld-1.12.2-1.4.0.1-universal.jar (required-after:forge@[14.23.3.2655,15.0.0.0);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: thermalfoundation(Thermal Foundation:2.6.7): ThermalFoundation-1.12.2-2.6.7.1-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:cofhworld@[1.2.0,2.0.0);before:enderio;before:immersiveengineering) | |
| [17:11:58] [Server thread/DEBUG] [FML]: DraconicEvolution|API(API: DraconicEvolution|API:1.3): Draconic-Evolution-1.12.2-2.3.25.351-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: draconicevolution(Draconic Evolution:2.3.25): Draconic-Evolution-1.12.2-2.3.25.351-universal.jar (before:thermalexpansion;after:thermalfoundation;required-after:brandonscore@[2.4.18,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: thermalexpansion(Thermal Expansion:5.5.7): ThermalExpansion-1.12.2-5.5.7.1-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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderio(Ender IO:5.2.59): EnderIO-base-1.12.2-5.2.59.jar (after:baubles@[1.5.2,);after:buildcraft@[7.99.14,);required-after:endercore@[1.12.2-0.5.76,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,);after:thaumcraft@[6.1.BETA13,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderiointegrationtic(Ender IO Integration with Tinkers' Construct:5.2.59): EnderIO-integration-tic-1.12.2-5.2.59.jar (required-after:enderio@[5.2.59,);before:enderiobase;required-after:forge@[14.23.5.2847,);before:tconstruct@[1.12.2-2.10.0.81,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|conduits(API: enderioapi|conduits:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|capacitor(API: enderioapi|capacitor:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|upgrades(API: enderioapi|upgrades:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|tools(API: enderioapi|tools:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|redstone(API: enderioapi|redstone:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|farm(API: enderioapi|farm:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|addon(API: enderioapi|addon:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi(API: enderioapi:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioapi|teleport(API: enderioapi|teleport:4.0.0): EnderIO-base-1.12.2-5.2.59.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderiobase(Ender IO Base:5.2.59): EnderIO-base-1.12.2-5.2.59.jar (after:enderio) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioconduits(Ender IO Conduits:5.2.59): EnderIO-conduits-1.12.2-5.2.59.jar (required-after:endercore@[1.12.2-0.5.76,);required-after:enderio@[5.2.59,);required-after:forge@[14.23.5.2847,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderiopowertools(Ender IO Powertools:5.2.59): EnderIO-conduits-1.12.2-5.2.59.jar (after:enderioconduits) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioconduitsappliedenergistics(Ender IO Applied Energistics Conduits:5.2.59): EnderIO-conduits-appliedenergistics-1.12.2-5.2.59.jar (after:appliedenergistics@[rv5-stable-11,);required-after:endercore@[1.12.2-0.5.76,);required-after:enderio@[5.2.59,);required-after:enderioconduits@[5.2.59,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,)) | |
| [17:11:58] [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,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: netherbackport(NetherBackport:1.0.0): 0.0.5a-releasecandidate1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: fastbench(FastWorkbench:1.7.3): FastWorkbench-1.12.2-1.7.3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: actuallyadditions(Actually Additions:1.12.2-r151): ActuallyAdditions-1.12.2-r151-2.jar (required:forge@[14.23.5.2836,);before:craftingtweaks;after:fastbench@[1.3.2,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: actuallybaubles(Actually Baubles:1.1): ActuallyBaubles-1.12-1.1.jar (required-after:actuallyadditions;required-after:baubles;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: libvulpes(Vulpes library:0.4.2.-75): LibVulpes-1.12.2-0.4.2-75-universal.jar (after:ic2;after:cofhcore;after:buildcraft|core) | |
| [17:11:58] [Server thread/DEBUG] [FML]: advancedrocketry(Advanced Rocketry:1.7.0.-232): AdvancedRocketry-1.12.2-1.7.0-232-universal.jar (required-after:libvulpes@[0.4.2,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: aenetvistool(AE Net Vis Tool:1.0.3): AE-Net-Vis-Tool-1.12.2-1.0.3.0-universal.jar (required-after:brandonscore@[" + BrandonsCore.VERSION + ",);required-after:appliedenergistics2) | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: projecte(ProjectE:1.12.2-PE1.4.1): ProjectE-1.12.2-PE1.4.1.jar (required-after:forge@[13.20.0.2253,);after:baubles@[1.3.3,);after:jei@[4.6.0,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ChiselAPI|Carving(API: ChiselAPI|Carving:0.0.1): Chisel-MC1.12.2-1.0.2.45.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: chisel(Chisel:MC1.12.2-1.0.2.45): Chisel-MC1.12.2-1.0.2.45.jar (required-after:forge@[14.23.5.2806,);required-after-client:ctm@[MC1.12.2-1.0.2.31,);after:jei@[4.12.0,5)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: quark(Quark:r1.6-179): Quark-r1.6-179.jar (required-after:forge@[14.23.5.2831,);required-before:autoreglib@[1.3-32,);after:jei@[4.6.0,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tinkersextras(TinkersExtras:1.12.2-1.1.0): TinkersExtras-1.12.2-1.1.0.jar (before:tconstruct) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tconstruct(Tinkers' Construct:1.12.2-2.13.0.183): TConstruct-1.12.2-2.13.0.183.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,)) | |
| [17:11:58] [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) | |
| [17:11:58] [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,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: aiimprovements(AI Improvements:0.0.1.3): AIImprovements-1.12-0.0.1b3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cyclicmagic(Cyclic:1.20.3): Cyclic-1.12.2-1.20.4.jar (required:forge@[14.23.4.2705,);before:guideapi;after:jei;after:baubles,crafttweaker;after:fastbench@[1.5.3,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: guideapi(Guide-API:1.12-2.1.8-63): Guide-API-1.12-2.1.8-63.jar () | |
| [17:11:58] [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;) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: animus(Animus:1): Animus-1.12-2.1.7.jar (required-after:bloodmagic@[1.12.2-2.3.0,);required-after:guideapi;after:theoneprobe;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: placebo(Placebo:1.6.0): Placebo-1.12.2-1.6.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: apotheosis(Apotheosis:1.12.4): Apotheosis-1.12.2-1.12.5.jar (required-after:placebo@[1.5.1,);after:inspirations;after:forge@[14.23.5.2836,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: applecore(AppleCore:3.2.0): AppleCore-mc1.12.2-3.2.0.jar (required-after:forge@[14.23,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: BetterWithModsAPI(API: BetterWithModsAPI:Beta 0.6): AppleSkin-mc1.12-1.0.9.jar () | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: architecturecraft(ArchitectureCraft:@VERSION@): architecturecraft-1.12-3.98.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: armoreablemobs(ArmoreableMobs:1.1.2): armoreablemobs-1.12.2-1.1.8.jar (required-after:crafttweaker@[1.12-4.0.9,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: artemislib(ArtemisLib:1.0.6): ArtemisLib-1.12.2-v1.0.6.jar (required-after:forge@[14.23.5.2794,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: athenaeum(Athenaeum:1.12.2-1.16.0-1-g05e9939): athenaeum-1.12.2-1.16.0.jar (after:crafttweaker;after:jei;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: bookshelf(Bookshelf:2.3.577): Bookshelf-1.12.2-2.3.577.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: gamestages(Game Stages:2.0.117): GameStages-1.12.2-2.0.117.jar (required-after:bookshelf@[2.2.458,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: MouseTweaks|API(API: MouseTweaks|API:1.0): artisanworktables-1.12.2-1.20.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: artisanworktables(Artisan Worktables:1.12.2-1.20.2): artisanworktables-1.12.2-1.20.2.jar (required-after:athenaeum@[1.12.2-1.15.0,);after:crafttweaker@[4.1.11.500,);after:jei@[4.8.5.139,);after:gamestages@[2.0.90,);after:reskillable) | |
| [17:11:58] [Server thread/DEBUG] [FML]: astralsorcery(Astral Sorcery:1.10.25): astralsorcery-1.12.2-1.10.25.jar (required-after:forge@[14.23.5.2781,);required-after:baubles;after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: autoreglib(AutoRegLib:1.3-32): AutoRegLib-1.3-32.jar (required-after:forge@[14.21.1.2387,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: avaritia(Avaritia:3.3.0): Avaritia-1.12.2-3.3.0.33-universal.jar (required-after:codechickenlib@[3.1.9,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: backportedflora(Backported Flora:1.4): backportedflora-1.4.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: Base|API(API: Base|API:1.0.0): base-1.12.2-3.13.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: base(B.A.S.E:3.13.0): base-1.12.2-3.13.0.jar (after:crafttweaker;after:jei) | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|network(API: opencomputersapi|network:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|driver|item(API: opencomputersapi|driver|item:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|filesystem(API: opencomputersapi|filesystem:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|component(API: opencomputersapi|component:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|manual(API: opencomputersapi|manual:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|driver(API: opencomputersapi|driver:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|event(API: opencomputersapi|event:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|core(API: opencomputersapi|core:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|internal(API: opencomputersapi|internal:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|machine(API: opencomputersapi|machine:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputersapi|prefab(API: opencomputersapi|prefab:7.0.0-alpha): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: opencomputers(OpenComputers:1.7.5.192): OpenComputers-MC1.12.2-1.7.5.192.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: batterybufferdriver(BatteryBufferDriver:1.2): BatteryBufferDriver-1.2.jar (required-after:opencomputers@[1.7.0,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: bhc(Baubley Heart Canisters:1.2.3): baubley-heart-canisters-1.12.2-1.2.3.jar (required-after:baubles;required-after:mantle;after:tconstruct) | |
| [17:11:58] [Server thread/DEBUG] [FML]: biggerpacketsplz(Bigger Packets, please !:1.2): biggerpacketsplz-since1.8-1.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: bnbgaminglib(BNBGamingLib:2.17.6): BNBGamingLib-1.12.2-2.17.6.jar (after:bnbgamingcore) | |
| [17:11:58] [Server thread/DEBUG] [FML]: botania_tweaks(Botania Tweaks:1.9.0): botaniatweaks-1.9.0.jar (required-before:botania;after:modtweaker;after:jei@[4.15.0,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: BotaniaAPI(API: BotaniaAPI:93): Botania r1.10-363.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: botania(Botania:r1.10-363): Botania r1.10-363.jar (required-after:baubles@[1.5.2,);after:thaumcraft@[6.1.BETA21,);after:jei@[1.12.2-4.13.1.220,);after:albedo@[1.0.0,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: bridgeit(Bridgeit:1.0.0): Bridgeit-1.0.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: buildinggadgets(Building Gadgets:2.8.4): BuildingGadgets-2.8.4.jar (required-after:forge@[14.23.3.2694,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ceramics(Ceramics:1.12-1.3.7): Ceramics-1.12-1.3.7.jar (required-after:forge@[14.21.1.2394,);after:tconstruct) | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: gregtech(GregTech Community Edition:1.10.0.546): gregtech-1.12.2-1.10.0.546.jar (required:forge@[14.23.5.2847,);required-after:codechickenlib@[3.2.3,);after:forestry;after:forgemultipartcbe;after:jei@[4.15.0,);after:crafttweaker;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ceu(CEU:1.0.4.3): CEU-1.12.2-1.0.4.3.jar (required-after:gregtech;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: chickens(Chickens:6.1.0): chickens-6.1.0.jar (required-after:forge@[14.21.1.2387,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: clumps(Clumps:3.1.2): Clumps-3.1.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cyclopscore(Cyclops Core:1.6.6): CyclopsCore-1.12.2-1.6.6.jar (required-after:forge@[14.23.5.2768,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: commoncapabilities(CommonCapabilities:2.4.6): CommonCapabilities-1.12.2-2.4.6.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.6.0,);after:ic2;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: compactmachines3(Compact Machines 3:3.0.18): compactmachines3-1.12.2-3.0.18-b278.jar (after:refinedstorage;after:yunomakegoodmap) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: cookingforblockheads(Cooking for Blockheads:6.5.0): CookingForBlockheads_1.12.2-6.5.0.jar (after:mousetweaks[2.8,);after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: roost(Roost:2.0.6): coop-1.12.2-2.0.6.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cosmeticarmorreworked(CosmeticArmorReworked:1.12.2-v5a): CosmeticArmorReworked-1.12.2-v5a.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: crafttweakerjei(CraftTweaker JEI Support:2.0.3): CraftTweaker2-1.12-4.1.19.jar (after:jei@[4.12.0,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: creativecore(CreativeCore:1.10.0): CreativeCore_v1.10.16_mc1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cryingobsidian(Crying Obsidian:1.2.1): CryingObsidian-1.12.2-1.2.1.jar (required-after:forge@[14.21.1.2387,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: cucumber(Cucumber Library:1.1.3): Cucumber-1.12.2-1.1.3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cyberware(Cyberware:0.2.11.26): cyberware-1.12.2-0.2.11.26.jar (after:botania;required-after:forge@[14.23.5.2816,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: dmonsters(Deadly Monsters:1.7): Deadly Monsters 1.71.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: patchouli(Patchouli:1.0-21): Patchouli-1.0-21.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: deepmoblearning(Deep Mob Learning:1.12.2-2.5.4): deepmoblearning-1.12.2-2.5.4-universal.jar (after:jei;after:thermalfoundation;after:twilightforest;after:tconstruct;after:patchouli;after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: deepmoblearningbm(Deep Mob Learning - Blood Magic Addon:1.12.2-1.0.1): deepmoblearningbm-1.12.2-1.0.1-universal.jar (required-after:deepmoblearning;required-after:bloodmagic;after:jei;after:twilightforest) | |
| [17:11:58] [Server thread/DEBUG] [FML]: diethopper(Diet Hopper:1.1): diethopper-1.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: dimensionalcontrol(Dimensional Control:2.11.0): DimensionalControl-1.12.2-2.11.0.jar (required-after:bnbgaminglib@[2.12.0,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: dimstages(Dimension Stages:2.0.23): DimensionStages-1.12.2-2.0.23.jar (required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: DLDungeonsAPI(API: DLDungeonsAPI:1.1): DoomlikeDungeons-1.13.2-MC1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: dldungeonsjbg(Doomlike Dungeons:1.13.2): DoomlikeDungeons-1.13.2-MC1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: dropt(Dropt:1.12.2-1.14.0): dropt-1.12.2-1.14.0.jar (required-after:athenaeum@[1.12.2-1.15.0,);after:gamestages@[2.0.90,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: dupefixproject(DupeFix Project:2.4.1): DupeFix Project 2.4.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: emberroot(EmberRoot Zoo:1.3.9): EmberRootZoo-1.12.2-1.3.10.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderioendergy(Ender IO endergy:5.2.59): EnderIO-endergy-1.12.2-5.2.59.jar (required-after:endercore@[1.12.2-0.5.76,);required-after:enderio@[5.2.59,);required-after:enderioconduits@[5.2.59,);required-after:forge@[14.23.5.2847,);after:jei@[4.14.1.234,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderiointegrationticlate(Ender IO Integration with Tinkers' Construct:5.2.59): EnderIO-integration-tic-1.12.2-5.2.59.jar (after:tconstruct;after:enderiointegrationtic;after:enderio) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ftblib(FTB Library:5.4.7.2): FTBLib-5.4.7.2.jar (required-after:forge@[14.23.5.2768,);after:jei@[4.6.0,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderiomachines(Ender IO Machines:5.2.59): EnderIO-machines-1.12.2-5.2.59.jar (required-after:endercore@[1.12.2-0.5.76,);required-after:enderio@[5.2.59,);required-after:forge@[14.23.5.2847,);after:ftblib@[5.0.0,);after:jei@[4.14.1.234,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: enderutilities(Ender Utilities:0.7.15): enderutilities-1.12.2-0.7.15.jar (required-after:forge@[14.23.3.2694,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: extrautils2(Extra Utilities 2:1.0): extrautils2-1.12-1.9.9.jar (after:tconstruct) | |
| [17:11:58] [Server thread/DEBUG] [FML]: floralchemy(Floralchemy:1.12.2-1.1.1): Floralchemy-1.12.2-1.1.1.jar (required-after:base@[3.13.0,);after:thaumcraft; after:botania) | |
| [17:11:58] [Server thread/DEBUG] [FML]: mcmultipart(MCMultiPart:2.5.3): MCMultiPart-2.5.3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: mekanism(Mekanism:1.12.2-9.8.3.390): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: sonarcore(SonarCore:5.0.19): sonarcore-1.12.2-5.0.19-20.jar (after:mcmultipart;after:ic2;after:mekanism;after:redstoneflux;before:calculator@[5.0.11,);before:practicallogistics2@[3.0.8,);before:fluxnetworks@[3.0.19,);before:bagelsmore@[2.0.1,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: fluxnetworks(Flux Networks:4.0.14): fluxnetworks-1.12.2-4.0.15-32.jar (required-after:forge@[14.23.4.2814,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: forgelin(Shadowfacts' Forgelin:1.8.4): Forgelin-1.8.4.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: microblockcbe(Forge Microblocks:2.6.2.83): ForgeMultipart-1.12.2-2.6.2.83-universal.jar (required-after:forgemultipartcbe) | |
| [17:11:58] [Server thread/DEBUG] [FML]: minecraftmultipartcbe(Minecraft Multipart Plugin:2.6.2.83): ForgeMultipart-1.12.2-2.6.2.83-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ftbbackups(FTB Backups:1.1.0.1): FTBBackups-1.1.0.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ftbutilities(FTB Utilities:5.4.1.130): FTBUtilities-5.4.1.130.jar (required-after:ftblib@[5.4.7.1,);before:kubejs;after:aurora) | |
| [17:11:58] [Server thread/DEBUG] [FML]: itemfilters(Item Filters:1.0.4.2): ItemFilters-1.0.4.2.jar (after:forestry) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ftbquests(FTB Quests:1.9.0.12): FTBQuests-1.9.0.12.jar (required-after:ftblib@[5.4.7.2,);required-after:itemfilters;before:kubejs;after:gamestages;after:ic2;after:ftbutilities;after:botania;after:buildcraftcore;after:projecte;after:customnpcs) | |
| [17:11:58] [Server thread/DEBUG] [FML]: ftbultimine(FTB Ultimine:1.3.0): FTBUltimine-1.3.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: funkylocomotion(Funky Locomotion:1.0): funky-locomotion-1.12.2-1.1.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: fvw(ForceVoidWorld:1.0.0): fvw-1.0.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: gtce2oc(gtce2oc:1.6.0): gtce2oc-1.12.2-1.6.0.jar (required:gregtech;required:opencomputers) | |
| [17:11:58] [Server thread/DEBUG] [FML]: gunpowderlib(GunpowderLib:1.12.2-1.0): GunpowderLib-1.12.2-1.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: hardcoredarkness(Hardcore Darkness:2.0): HardcoreDarkness-MC1.12.2-2.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: integrateddynamics(Integrated Dynamics:1.1.7): IntegratedDynamics-1.12.2-1.1.7.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.6.5,);required-after:commoncapabilities@[2.4.4,);) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: randomthings(Random Things:4.2.7.4): RandomThings-MC1.12.2-4.2.7.4.jar (after:jei@[4.7.11.100,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: rustic(Rustic:1.1.4): rustic-1.1.4.jar (after:dynamictrees@[1.12.2-0.9.1e,);after:dynamictreesbop;before:dynamictreestc) | |
| [17:11:58] [Server thread/DEBUG] [FML]: traverse(Traverse:1.6.0): Traverse-1.12.2-1.6.0-69.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: hitwithaxe(Hit With Axe:1.5.1): Hit With Axe-1.12.2-1.5.1.jar (required-after:placebo@[1.4.1,);required-after:crafttweaker;after:thebetweenlands;after:plants2;after:thaumcraft;after:randomthings;after:traverse;after:integrateddynamics;after:rustic;after:natura;after:naturesaura;after:biomesoplenty) | |
| [17:11:58] [Server thread/DEBUG] [FML]: hotornot(HotOrNot:1.1.2): HotOrNot-1.12-1.1.2-16.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: llibrary(LLibrary:1.7.19): llibrary-1.7.19-1.12.2.jar (required-after:forge@[14.23.5.2772,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: iceandfire(Ice and Fire:1.9.1): iceandfire-1.9.1-1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: iChunUtil API(API: iChunUtil API:1.2.0): iChunUtil-1.12.2-7.2.2.jar () | |
| [17:11:58] [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)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: incontrol(InControl:3.9.16): incontrol-1.12-3.9.17.jar (after:forge@[13.19.0.2176,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: teslacorelib(Tesla Core Lib:1.0.17): tesla-core-lib-1.12.2-1.0.17.jar (required-after:forgelin@[1.7,);required-after:forge@[14.23.5.2806,);after:tesla;after:redstoneflux;after:buildcraftlib;after:mekanism) | |
| [17:11:58] [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,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: initialinventory(InitialInventory:2.0.2): InitialInventory-3.0.0.jar (required-after:crafttweaker;required-after:mtlib;after:enchiridion) | |
| [17:11:58] [Server thread/DEBUG] [FML]: insomniac(Insomniac:1.6): insomniac-1.6.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: integrateddynamics|api(API: integrateddynamics|api:0.2.0): IntegratedDynamics-1.12.2-1.1.7.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: integrateddynamicscompat(IntegratedDynamics-Compat:1.0.0): IntegratedDynamics-1.12.2-1.1.7.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);required-after:integrateddynamics;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: integratedtunnels(Integrated Tunnels:1.6.12): IntegratedTunnels-1.12.2-1.6.12.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.4.0,);required-after:integrateddynamics@[1.0.9,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: integratedtunnelscompat(IntegratedTunnels-Compat:1.0.0): IntegratedTunnels-1.12.2-1.6.12.jar (required-after:forge@[14.23.5.2768,);required-after:cyclopscore@[1.0.6,);required-after:integratedtunnels;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: harvestcraft(Pam's HarvestCraft:1.12.2zb): Pam's HarvestCraft 1.12.2zg.jar () | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: rftools(RFTools:7.73): rftools-1.12-7.73.jar (required-after:mcjtylib_ng@[3.5.4,);before:xnet@[1.7.0,);after:forge@[14.22.0.2464,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: integrationforegoing(Integration Foregoing:1.12.2-1.10): IntegrationForegoing-1.12.2-1.10.jar (required-after:industrialforegoing@[1.12.0,);required-after:gunpowderlib@[1.12.2-1.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;after:cyclicmagic;after:randomthings;after:thaumcraft;after:bewitchment;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: inventorytweaks(Inventory Tweaks:1.64+dev.146.2180b27): InventoryTweaks-1.64+dev.146.jar (required-after:forge@[14.21.0,)) | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: itlt(It's the little things:1.0.0): itlt-1.12.2-1.0.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: justenoughdimensions(Just Enough Dimensions:1.6.0-dev.20190505.222902): justenoughdimensions-1.12.2-1.6.0-dev.20190505.222902.jar () | |
| [17:11:58] [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,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: knowledgeshare(Knowledge Share:1.1): knowledgeshare-1.1.jar (required-after:thaumcraft) | |
| [17:11:58] [Server thread/DEBUG] [FML]: lcrdrfs(Laser Creeper Robot Dino Riders From Space:2.0.0): LaserCreeperRobotDinoRidersFromSpace-2.0.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: libnine(libnine:1.1.9): libnine-1.12.2-1.1.9.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: threng(Lazy AE2:1.1.20): lazy-ae2-1.12.2-1.1.20.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: letsencryptcraft(Let's Encrypt Craft:@VERSION@): letsencryptcraft-1.10.2-1.2.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: librarianlib(LibrarianLib:4.21): librarianlib-1.12.2-4.21.jar (required-after:forgelin@[1.8.0,);required-after:forge@[13.19.1.2195,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: littletiles(LittleTiles:1.5.0): LittleTiles_v1.5.0-pre199_34_mc1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: logisticspipes(Logistics Pipes:0.10.3.62): logisticspipes-0.10.3.62.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: logisticsbridge(Logistics Bridge:1.3.11): LogisticsBridge-1.3.11.jar (after:appliedenergistics2;after:refinedstorage@[1.6.15,);required-after:logisticspipes@[0.10.3.39,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: loottweaker(LootTweaker:0.0.10): LootTweaker-1.12.2-0.0.10.jar (required-after:crafttweaker; before:jeresources; required:forge@[14.23.5.2779,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: mightyenderchicken(MightyEnderChicken:7.3.0): MightyEnderChicken-1.12.2-7.3.0.jar (required-after:ichunutil@[7.2.0,8.0.0)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: modtogether|api(API: modtogether|api:1.0): minetogether-1.10.2-2.2.5.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: minetogether(MineTogether:unspecified): minetogether-1.10.2-2.2.5.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: minetogetherserver(MineTogetherServer:unspecified): minetogether-1.10.2-2.2.5.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: mobstages(Mob Stages:2.0.13): MobStages-1.12.2-2.0.13.jar (required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: modularmachinery(Modular Machinery:1.10.0): modularmachinery-1.12.2-1.10.0.jar (required-after:forge@[14.21.0.2371,);after:crafttweaker@[4.0.4,);after:jei@[4.13.1.222,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: modulardiversity(Modular Diversity:1.5): Modular Diversity-1.5.jar (required-after:modularmachinery;after:botania;after:embers;after:immersivepetroleum;after:buildcraftlib;after:pneumaticcraft;after:betterwithmods;) | |
| [17:11:58] [Server thread/DEBUG] [FML]: morechickens(More Chickens:3.2.0): morechickens-1.12.2-3.2.0.jar (required-after:chickens@[6.1.0,);after:botania;after:basemetals;after:tconstruct;after:draconicevolution;after:immersiveengineering;after:mekanism;after:bigreactors;after:enderio;after:thermalfoundation;after:arsmagica2;after:evilcraft;after:minefactoryreloaded;after:actuallyadditions;after:extrautils2;after:refinedstorage;after:techreborn) | |
| [17:11:58] [Server thread/DEBUG] [FML]: multiblocktweaker(Multiblock Tweaker:1.12.2-stable-1.2.0): multiblocktweaker-1.12.2-stable-1.2.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: naturescompass(Nature's Compass:1.8.5): NaturesCompass-1.12.2-1.8.5.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: nutrition(Nutrition:4.3.0): Nutrition-1.12.2-4.3.0.jar () | |
| [17:11:58] [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) | |
| [17:11:58] [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)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: pickletweaks(Pickle Tweaks:2.1.3): PickleTweaks-1.12.2-2.1.3.jar (required-after:cucumber@[1.1.1,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: plustic(PlusTiC:7.0.7.0): plustic-7.0.7.0.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;) | |
| [17:11:58] [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)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: randomtweaks(RandomTweaks:1.12.2-2.8.2.0): randomtweaks-1.12.2-2.8.2.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: reborncore(Reborn Core:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar (required-after:forge@[14.23.5.2796,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: redstonearsenal(Redstone Arsenal:2.6.6): RedstoneArsenal-1.12.2-2.6.6.1-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);after:thermalexpansion;) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: resize(Resizing Potion:2.2): resizingpotion-2.2.jar (required-after:artemislib@[1.0.6,];) | |
| [17:11:58] [Server thread/DEBUG] [FML]: roughmobsrevamped(Rough Mobs Revamped:2.3.17): roughmobsrevamped-1.12.2-2.3.17.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: roughtweaks(Rough Tweaks:1.0): roughTweaks0.2.4-1.12.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: rusticthaumaturgy(Rustic Thaumaturgy:4.4a): Rustic Thaumaturgy-4.4a.jar (required-after:rustic;required-after:thaumcraft) | |
| [17:11:58] [Server thread/DEBUG] [FML]: scannable(Scannable:1.6.3.24): Scannable-MC1.12.2-1.6.3.24.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: scavenge(Scavenge:1.8): Scavenge V1.12-1.8.3.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: gtadditions(Shadows of Greg:1.12.2-2.14.0): Shadows_of_Greg-1.12.2-2.14.0.jar (required-after:gregtech@[1.8.6.437,);after:forestry;after:tconstruct) | |
| [17:11:58] [Server thread/DEBUG] [FML]: lteleporters(Simple Teleporters:1.12.2-3.0.2): simpleteleporters-1.12.2-3.0.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: simple_trophies(Simple Trophies:1.2.2): simpletrophies-1.2.2.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: simplylight(Simply Light:1.12.2-0.8.7): simplylight-1.12.2-0.8.7.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: sledgehammer(Sledgehammer:1.12.2-2.0.6): Sledgehammer-1.12.2-2.0.6.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: spiceoflife(The Spice of Life:1.3.12): SpiceOfLife-mc1.12-1.3.12.jar (required-after:applecore) | |
| [17:11:58] [Server thread/DEBUG] [FML]: sqpatch(Squeezer Patch:1.0.0): SqueezerPatch-1.12.2-1.0.0.jar (required:integrateddynamics) | |
| [17:11:58] [Server thread/DEBUG] [FML]: terracore(TerraCore:2.1.13): TerraCore-1.12-2.1.13.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: stats_keeper(Stats Keeper:3.1.13): StatsKeeper-1.12.2-3.1.13.jar (required-after:terracore@[1.12-2.1.10-SNAPSHOT.+,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: stg(SwingThroughGrass:1.12.2-1.2.3): stg-1.12.2-1.2.3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: sasit(Stuff A Sock In It:1.1.32): StuffASockInIt-1.12.2-1.1.32.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: superfactorymanager(Super Factory Manager:@VERSION@): SuperFactoryManager-1.12.2-2.0.23.jar (required-after:forge@[14.21.0.2359,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: surge(Surge:2.0.77): Surge-1.12.2-2.0.77.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: thaumicenergistics(Thaumic Energistics:2.2.3): thaumicenergistics-2.2.4.jar (required-after:appliedenergistics2@[rv6-stable-6,);required-after:thaumcraft@[6.1.BETA26,);after:thaumicjei) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tcinventoryscan(Thaumcrafft Inventory Scanning:2.0.10): ThaumicInventoryScanning_1.12.2-2.0.10.jar (required-after:thaumcraft) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: thermaldynamics(Thermal Dynamics:2.5.6): ThermalDynamics-1.12.2-2.5.6.1-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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: thermalinnovation(Thermal Innovation:0.3.6): ThermalInnovation-1.12.2-0.3.6.1-universal.jar (required-after:cofhcore@[4.6.0,4.7.0);required-after:thermalfoundation@[2.6.0,2.7.0);after:thermalexpansion) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tickdynamic(Tick Dynamic:1.0.2-LypakaUpdate): TickDynamic_1.0.2_Lypaka_Build_3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: tcomplement(Tinkers' Complement:1.12.2-0.4.3): TinkersComplement-1.12.2-0.4.3.jar (required-after:forge@[14.23.4.2705,);required-after:mantle@[1.12-1.3.3.55,);required-after:tconstruct@[1.12.2-2.12.0.135,);after:chisel@[MC1.12-0.1.0.22,);after:exnihilocreatio) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tinkerstages(Tinker Stages:2.0.17): TinkerStages-1.12.2-2.0.17.jar (required-after:tconstruct;required-after:bookshelf;required-after:gamestages@[2.0.89,);required-after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: togetherforever(TogetherForever:1.0.2): togetherforever-1.12.2-1.0.12-22.jar (required:forge@[14.23.1.2560,);after:gamestages@[2.0.90,);after:reskillable@[1.9.1,);) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tombmanygraves(Tomb Many Graves:1.12-4.2.0): TombManyGraves-1.12-4.2.0.jar (required-after:forge@[14.23.3.2655,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tombmanygraves2api(TombManyGraves2 API:1.12.2-1.0.0): tombmanygraves2api-1.12.2-1.0.0.jar (required-after:forge@[14.23.3.2655,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: tombmanypluginscosmeticarmorreworked(TombManyPlugins Cosmetic Armor Reworked:1.0.0): tombmanypluginscosmeticarmorreworked-1.0.0.jar (required-after:forge@[14.23.3.2655,);required-after:cosmeticarmorreworked;required-after:tombmanygraves2api@[1.12-4.1.0,);required-after:tombmanygraves@[1.12-4.1.0,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: topaddons(TOP Addons:1.12.2-1.13.0): topaddons-1.12.2-1.13.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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: translocators(Translocators:2.5.2.81): Translocators-1.12.2-2.5.2.81-universal.jar (required-after:codechickenlib@[3.2.3,);required-after:forgemultipartcbe) | |
| [17:11:58] [Server thread/DEBUG] [FML]: vanillafix(VanillaFix:1.0.10-150): VanillaFix-1.0.10-150.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: vtb(VillageTradingBan:2.0.0): VillagerTradingBan-2.0.0.6-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: voidislandcontrol(Void Island Control:1.5.3): voidislandcontrol-1.5.3.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: volumetricflask(Volumetric Flask:0.18): volumetricflask-0.18.jar (required-after:appliedenergistics2) | |
| [17:11:58] [Server thread/DEBUG] [FML]: watercontrolextreme(Water Control Extreme:1.0.0): WaterControlExtreme-1.0.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: 113_water_mechanics(1.13 Water Mechanics Backport:1.0.2): WaterMechanicsBackport-1.0.3-1.12.2-NETHERFIX.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: waterstrainer(Water Strainer:3.2.0): WaterStrainer-1.12-3.2.0.jar (after:forge@[14.21.1.2424,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: weirdinggadget(The Weirding Gadget:1.0): weirdinggadget-1.12.2-2.1.16-universal.jar (required-after:forge@[14.22.0.2447,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: whoops(Whoops:1.0.1): whoops-1.0.1.jar (required-after:botania;) | |
| [17:11:58] [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) | |
| [17:11:58] [Server thread/DEBUG] [FML]: wizardry(Wizardry:0.11.0): wizardry-0.11.0.jar (required-after:librarianlib) | |
| [17:11:58] [Server thread/DEBUG] [FML]: xaerominimap(Xaero's Minimap:20.20.1): Xaeros_Minimap_20.20.1_Forge_1.12.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: xaeroworldmap(Xaero's World Map:1.10.1): XaerosWorldMap_1.10.1_Forge_1.12.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: xtones(Xtones:1.12-1.0.8-11): Xtones-1.12-1.0.8-11.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: zensummoning(Zen Summoning:1.1.1): Zen Summoning-1.12-1.1.1.jar (required-after:crafttweaker) | |
| [17:11:58] [Server thread/DEBUG] [FML]: zentriggers(Zen Triggers:1.1.1): Zen Triggers-1.12-1.1.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: zenstages(ZenStages:0.5.0-null): zenstages-0.5.0.jar (required-after:crafttweaker@[1.12-4.1.8.470,];after:itemstages@[2.0.35,];after:gamestages@[2.0.91,];after:dimstages@[2.0.20,];after:tinkerstages@[2.0.15,];after:mobstages@[2.0.8,];after:recipestages@[1.1.1,];after:multiblockstages@[1.1.1,];) | |
| [17:11:58] [Server thread/DEBUG] [FML]: rf-capability-adapter(Capability Adapter:1.1.0): capabilityadapter-1.1.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: gbook(Guidebook:2.9.4): Guidebook-1.12.2-2.9.4.jar (required-after:forge@[14.23.5.2779,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: phosphor-lighting(Phosphor Lighting Engine:1.12.2-0.2.7): phosphor-forge-mc1.12.2-0.2.7-universal.jar (after:neid@[1.5.4.4,);after:spongeforge@[1.12.2-2838-7.1.7-RC3844,)) | |
| [17:11:58] [Server thread/DEBUG] [FML]: redstonefluxapi(API: redstonefluxapi:2.1.1): RedstoneFlux-1.12-2.1.1.1-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: reborncoreAPI(API: reborncoreAPI:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ctm-api-utils(API: ctm-api-utils:0.1.0): CTM-MC1.12.2-1.0.2.31.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: actuallyadditionsapi(API: actuallyadditionsapi:34): ActuallyAdditions-1.12.2-r151-2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|infuse(API: MekanismAPI|infuse:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: PatchouliAPI(API: PatchouliAPI:6): Patchouli-1.0-21.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: commoncapabilities|api(API: commoncapabilities|api:0.0.1): CommonCapabilities-1.12.2-2.4.6.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ctm-api-models(API: ctm-api-models:0.1.0): CTM-MC1.12.2-1.0.2.31.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ctm-api-textures(API: ctm-api-textures:0.1.0): CTM-MC1.12.2-1.0.2.31.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: reborncoreAPI|Recipe(API: reborncoreAPI|Recipe:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: bloodmagic-api(API: bloodmagic-api:2.0.0): BloodMagic-1.12.2-2.4.3-105.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ae2wtlib|API(API: ae2wtlib|API:1.0.34): AE2WTLib-1.12.2-1.0.34.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.291.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: theoneprobe_api(API: theoneprobe_api:1.4.4): theoneprobe-1.12-1.4.28.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: projecteapi(API: projecteapi:1.12.2-1.2.0): ProjectE-1.12.2-PE1.4.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: Chisel-API(API: Chisel-API:0.0.1): Chisel-MC1.12.2-1.0.2.45.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: DroptAPI(API: DroptAPI:3): dropt-1.12.2-1.14.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: team_reborn|Praescriptum(API: team_reborn|Praescriptum:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: AppleCoreAPI(API: AppleCoreAPI:3.2.0): AppleCore-mc1.12.2-3.2.0.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: betteradvancements|API(API: betteradvancements|API:0.1.0.77): BetterAdvancements-1.12.2-0.1.0.77.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: openblocks|api(API: openblocks|api:1.2): OpenBlocks-1.12.2-1.8.1.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: sonarapi(API: sonarapi:1.0.1): sonarcore-1.12.2-5.0.19-20.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: QuarkAPI(API: QuarkAPI:4): Quark-r1.6-179.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: appliedenergistics2|API(API: appliedenergistics2|API:rv6): appliedenergistics2-rv6-stable-7.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: Guide-API|API(API: Guide-API|API:2.0.0): Guide-API-1.12-2.1.8-63.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: wct|api(API: wct|api:1.1): WirelessCraftingTerminal-1.12.2-3.12.97.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ArtisanWorktablesAPI(API: ArtisanWorktablesAPI:6): artisanworktables-1.12.2-1.20.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|gas(API: MekanismAPI|gas:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: togetherforeverapi(API: togetherforeverapi:1): togetherforever-1.12.2-1.0.12-22.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cosmeticarmorreworked|api(API: cosmeticarmorreworked|api:1.0.0): CosmeticArmorReworked-1.12.2-v5a.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|util(API: MekanismAPI|util:9.0.0): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ctm-api-events(API: ctm-api-events:0.1.0): CTM-MC1.12.2-1.0.2.31.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: reborncoreAPI|Tile(API: reborncoreAPI|Tile:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: cofhapi(API: cofhapi:2.5.0): CoFHCore-1.12.2-4.6.6.1-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|laser(API: MekanismAPI|laser:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: funkylocomotion_api(API: funkylocomotion_api:2.0): funky-locomotion-1.12.2-1.1.2.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|transmitter(API: MekanismAPI|transmitter:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: ctm-api(API: ctm-api:0.1.0): CTM-MC1.12.2-1.0.2.31.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: reborncoreAPI|Power(API: reborncoreAPI|Power:3.19.4.529): RebornCore-1.12.2-3.19.4.529-universal.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|core(API: MekanismAPI|core:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: industrialforegoingapi(API: industrialforegoingapi:5): industrialforegoing-1.12.2-1.12.13-237.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: MekanismAPI|energy(API: MekanismAPI|energy:9.8.1): Mekanism-1.12.2-9.8.3.390.jar () | |
| [17:11:58] [Server thread/DEBUG] [FML]: hungeroverhaul(Hunger Overhaul:1.12.2-1.3.3.jenkins148): HungerOverhaul-1.12.2-1.3.3.jenkins148.jar (required-after:forge@[14.21.1.2387,);required-after:applecore;after:tconstruct;after:harvestcraft@[1.12.2m,);after:natura@[1.12-4.3.0.17,);after:ic2;after:*) | |
| [17:11:58] [Server thread/DEBUG] [FML]: librarianliblate(LibrarianLib Stage 2:4.21): librarianlib-1.12.2-4.21.jar (after:*) | |
| [17:11:58] [Server thread/DEBUG] [FML]: primal_tech(primal_tech:0.3.5): PrimalTech-0.3.5.jar (after:*) | |
| [17:11:58] [Server thread/DEBUG] [FML]: teslacorelib_registries(Tesla Core Lib Registries:1.0.17): tesla-core-lib-1.12.2-1.0.17.jar (required-after:forgelin@[1.7,);required-after:forge@[14.23.5.2806,);after:*;) | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file BetterAdvancements-1.12.2-0.1.0.77.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file CleanView-1.12.2-v1c.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file Controlling-3.0.10.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-1.0.2.31.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file CustomMainMenu-MC1.12.2-2.0.9.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file Discord-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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file discord-rpc-release-v3.3.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file FpsReducer-mc1.12.2-1.18.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file java-discord-rpc-2.0.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file jeiintegration_1.12.2-1.5.1.36.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file jna-4.4.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file just-enough-harvestcraft-1.12.2-1.7.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file MainMenuScale-1.3.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file modnametooltip_1.12.2-1.10.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file moreoverlays-1.15.1-mc1.12.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.10-mc1.12.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file ResourceLoader-MC1.12.1-1.5.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file SmoothFont-mc1.12.2-2.1.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file TexFix+V-1.12-4.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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file ThaumicJEI-1.12.2-1.6.0-27.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file Tips-1.12.2-1.0.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file Toast Control-1.12.2-1.8.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. | |
| [17:11:58] [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. | |
| [17:11:58] [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. | |
| [17:11:58] [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. | |
| [17:11:58] [Server thread/INFO] [FML]: FML has found a non-mod file reauth-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. | |
| [17:11:58] [Server thread/DEBUG] [FML]: Loading @Config anotation data | |
| [17:11:58] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft | |
| [17:11:58] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft | |
| [17:11:58] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.002s | |
| [17:11:58] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp | |
| [17:11:58] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp | |
| [17:11:58] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.010s | |
| [17:11:58] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML | |
| [17:11:58] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.slf4j.LoggerFactory | |
| [17:11:58] [Server thread/DEBUG] [BnBGamingCore]: Caught Exception while attempting to get class extensions for org.apache.log4j.Priority | |
| [17:12:11] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists | |
| [17:12:11] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection | |
| [17:12:11] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) | |
| [17:12:11] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, creativecoredummy, littletilescore, smoothfontcore, xaerominimap_core, xaeroworldmap_core, openmodscore, bnbgamingcore, opencomputers|core, botania_tweaks_core, randompatches, appliedenergistics2, enderio, enderiobase, enderioconduits, enderiopowertools, enderioconduitsappliedenergistics, enderstorage, netherbackport, actuallyadditions, actuallybaubles, advancedrocketry, aenetvistool, ae2wtlib, aiimprovements, animus, apotheosis, applecore, appleskin, architecturecraft, armoreablemobs, artemislib, artisanworktables, astralsorcery, athenaeum, autoreglib, avaritia, backportedflora, base, batterybufferdriver, baubles, bhc, biggerpacketsplz, bloodmagic, bnbgaminglib, bookshelf, botania, botania_tweaks, brandonscore, bridgeit, buildinggadgets, ceramics, ceu, chickens, chisel, clumps, codechickenlib, cofhcore, cofhworld, commoncapabilities, compactmachines3, contenttweaker, cookingforblockheads, roost, cosmeticarmorreworked, crafttweaker, crafttweakerjei, creativecore, cryingobsidian, cucumber, cyberware, cyclicmagic, cyclopscore, dmonsters, deepmoblearning, deepmoblearningbm, diethopper, dimensionalcontrol, dimstages, dldungeonsjbg, draconicevolution, dropt, dupefixproject, emberroot, endercore, enderioendergy, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderutilities, extrautils2, fastbench, floralchemy, fluxnetworks, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbquests, ftbultimine, ftbutilities, funkylocomotion, fvw, gamestages, gregtech, gtce2oc, guideapi, gunpowderlib, hardcoredarkness, hitwithaxe, hotornot, hungeroverhaul, iceandfire, ichunutil, incontrol, industrialforegoing, initialinventory, insomniac, integrateddynamics, integrateddynamicscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorytweaks, ironchest, itemfilters, itlt, jei, justenoughdimensions, jee, knowledgeshare, lcrdrfs, threng, letsencryptcraft, libnine, librarianliblate, librarianlib, libvulpes, littletiles, logisticsbridge, logisticspipes, loottweaker, mantle, mcjtylib_ng, mcmultipart, mekanism, mightyenderchicken, minetogether, minetogetherserver, mobstages, modtweaker, modulardiversity, modularmachinery, morechickens, mtlib, multiblocktweaker, naturescompass, nutrition, openblocks, opencomputers, openmods, p455w0rdslib, harvestcraft, patchouli, pickletweaks, placebo, plants2, plustic, portalgun, primal_tech, projecte, quark, randomthings, randomtweaks, reborncore, redstonearsenal, redstoneflux, xreliquary, resize, rftools, roughmobsrevamped, roughtweaks, rusticthaumaturgy, rustic, scannable, scavenge, gtadditions, lteleporters, simple_trophies, simplylight, sledgehammer, sonarcore, spiceoflife, sqpatch, stats_keeper, stg, sasit, superfactorymanager, surge, tconstruct, terracore, teslacorelib, teslacorelib_registries, thaumcraft, thaumicenergistics, tcinventoryscan, thaumicperiphery, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tickdynamic, tcomplement, tinkersextras, tinkerstages, togetherforever, tombmanygraves, tombmanygraves2api, tombmanypluginscosmeticarmorreworked, topaddons, translocators, traverse, vanillafix, vtb, voidislandcontrol, volumetricflask, watercontrolextreme, 113_water_mechanics, waterstrainer, weirdinggadget, whoops, wct, wizardry, xaerominimap, xaeroworldmap, xtones, zensummoning, zentriggers, zenstages, rf-capability-adapter, gbook, llibrary, phosphor-lighting] at CLIENT | |
| [17:12:11] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, creativecoredummy, littletilescore, smoothfontcore, xaerominimap_core, xaeroworldmap_core, openmodscore, bnbgamingcore, opencomputers|core, botania_tweaks_core, randompatches, appliedenergistics2, enderio, enderiobase, enderioconduits, enderiopowertools, enderioconduitsappliedenergistics, enderstorage, netherbackport, actuallyadditions, actuallybaubles, advancedrocketry, aenetvistool, ae2wtlib, aiimprovements, animus, apotheosis, applecore, appleskin, architecturecraft, armoreablemobs, artemislib, artisanworktables, astralsorcery, athenaeum, autoreglib, avaritia, backportedflora, base, batterybufferdriver, baubles, bhc, biggerpacketsplz, bloodmagic, bnbgaminglib, bookshelf, botania, botania_tweaks, brandonscore, bridgeit, buildinggadgets, ceramics, ceu, chickens, chisel, clumps, codechickenlib, cofhcore, cofhworld, commoncapabilities, compactmachines3, contenttweaker, cookingforblockheads, roost, cosmeticarmorreworked, crafttweaker, crafttweakerjei, creativecore, cryingobsidian, cucumber, cyberware, cyclicmagic, cyclopscore, dmonsters, deepmoblearning, deepmoblearningbm, diethopper, dimensionalcontrol, dimstages, dldungeonsjbg, draconicevolution, dropt, dupefixproject, emberroot, endercore, enderioendergy, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderutilities, extrautils2, fastbench, floralchemy, fluxnetworks, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftbbackups, ftblib, ftbquests, ftbultimine, ftbutilities, funkylocomotion, fvw, gamestages, gregtech, gtce2oc, guideapi, gunpowderlib, hardcoredarkness, hitwithaxe, hotornot, hungeroverhaul, iceandfire, ichunutil, incontrol, industrialforegoing, initialinventory, insomniac, integrateddynamics, integrateddynamicscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorytweaks, ironchest, itemfilters, itlt, jei, justenoughdimensions, jee, knowledgeshare, lcrdrfs, threng, letsencryptcraft, libnine, librarianliblate, librarianlib, libvulpes, littletiles, logisticsbridge, logisticspipes, loottweaker, mantle, mcjtylib_ng, mcmultipart, mekanism, mightyenderchicken, minetogether, minetogetherserver, mobstages, modtweaker, modulardiversity, modularmachinery, morechickens, mtlib, multiblocktweaker, naturescompass, nutrition, openblocks, opencomputers, openmods, p455w0rdslib, harvestcraft, patchouli, pickletweaks, placebo, plants2, plustic, portalgun, primal_tech, projecte, quark, randomthings, randomtweaks, reborncore, redstonearsenal, redstoneflux, xreliquary, resize, rftools, roughmobsrevamped, roughtweaks, rusticthaumaturgy, rustic, scannable, scavenge, gtadditions, lteleporters, simple_trophies, simplylight, sledgehammer, sonarcore, spiceoflife, sqpatch, stats_keeper, stg, sasit, superfactorymanager, surge, tconstruct, terracore, teslacorelib, teslacorelib_registries, thaumcraft, thaumicenergistics, tcinventoryscan, thaumicperiphery, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, thermalinnovation, tickdynamic, tcomplement, tinkersextras, tinkerstages, togetherforever, tombmanygraves, tombmanygraves2api, tombmanypluginscosmeticarmorreworked, topaddons, translocators, traverse, vanillafix, vtb, voidislandcontrol, volumetricflask, watercontrolextreme, 113_water_mechanics, waterstrainer, weirdinggadget, whoops, wct, wizardry, xaerominimap, xaeroworldmap, xtones, zensummoning, zentriggers, zenstages, rf-capability-adapter, gbook, llibrary, phosphor-lighting] at SERVER | |
| [17:12:11] [Server thread/INFO] [biggerpacketsplz.ClassTransformer]: Transforming class 'gy', alias 'net.minecraft.network.PacketBuffer' | |
| [17:12:11] [Server thread/DEBUG] [biggerpacketsplz.ClassTransformer]: Class 'gy, alias 'net.minecraft.network.PacketBuffer'' patched | |
| [17:12:11] [Server thread/INFO] [biggerpacketsplz.ClassTransformer]: Scanning method 'j()Lfy;' | |
| [17:12:11] [Server thread/INFO] [biggerpacketsplz.ClassTransformer]: Patching constant (java.lang.Long) 2097152 | |
| [17:12:11] [Server thread/INFO] []: [littletiles] Patched net.minecraft.network.PacketBuffer ... | |
| [17:12:11] [Server thread/DEBUG] [mixin]: Mixing fml.common.network.FMLEmbeddedChannelMixin from mixins.sledgehammer.forge.json into net.minecraftforge.fml.common.network.FMLEmbeddedChannel | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/embedded/EmbeddedChannel to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/AbstractChannel to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/util/DefaultAttributeMap to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/util/AttributeMap to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/Channel to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelOutboundInvoker to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/github/lxgaming/sledgehammer/util/NetworkChannelHelper to metadata cache | |
| [17:12:11] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelPromise to metadata cache | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 13.417s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge | |
| [17:12:11] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: null | |
| [17:12:11] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 | |
| [17:12:11] [Server thread/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 | |
| [17:12:11] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed | |
| [17:12:11] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection | |
| [17:12:11] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2854) | |
| [17:12:11] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.096s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod advancedrocketrycore | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod advancedrocketrycore | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Advanced Rocketry Core took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod creativecoredummy | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod creativecoredummy | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - CreativeCoreDummy took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod littletilescore | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod littletilescore | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - LittleTilesCore took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod smoothfontcore | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod smoothfontcore | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Smooth Font Core took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod xaerominimap_core | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod xaerominimap_core | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - XaeroMinimapCore took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod xaeroworldmap_core | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod xaeroworldmap_core | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - XaeroWorldMapCore took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod openmodscore | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod openmodscore | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenModsLib Core took 0.001s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bnbgamingcore | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bnbgamingcore | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - BnBGamingCore took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod opencomputers|core | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod opencomputers|core | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenComputers (Core) took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod botania_tweaks_core | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod botania_tweaks_core | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Botania Tweaks Core took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod randompatches | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod randompatches | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - RandomPatches took 0.000s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appliedenergistics2 | |
| [17:12:11] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:11] [Server thread/DEBUG] [forge]: appeng/core/crash/BaseCrashEnhancement | |
| [17:12:11] [Server thread/TRACE] [FML]: Mod appliedenergistics2 is using network checker : Accepting version rv6-stable-7 | |
| [17:12:11] [Server thread/TRACE] [FML]: Testing mod appliedenergistics2 to verify it accepts its own version in a remote connection | |
| [17:12:11] [Server thread/TRACE] [FML]: The mod appliedenergistics2 accepts its own version (rv6-stable-7) | |
| [17:12:11] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appliedenergistics2 | |
| [17:12:11] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appliedenergistics2 | |
| [17:12:11] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appliedenergistics2 for type INSTANCE | |
| [17:12:11] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appliedenergistics2 | |
| [17:12:11] [Server thread/DEBUG] [FML]: Bar Step: Construction - Applied Energistics 2 took 0.189s | |
| [17:12:11] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod baubles | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod baubles is using network checker : Accepting version 1.5.2 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod baubles to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod baubles accepts its own version (1.5.2) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into baubles | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for baubles | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for baubles.common.items.ItemRing for mod baubles | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class baubles.common.items.ItemRing | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into baubles for type INSTANCE | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod baubles | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - Baubles took 0.021s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod endercore | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod endercore is using network checker : Accepting version 1.12.2-0.5.76 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod endercore to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod endercore accepts its own version (1.12.2-0.5.76) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into endercore | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for endercore | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.enderio.core.common.enchant.EnchantXPBoost for mod endercore | |
| [17:12:12] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource | |
| [17:12:12] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;) | |
| [17:12:12] [Server thread/INFO] [Quark ASM]: Located Method, patching... | |
| [17:12:12] [Server thread/INFO] [Quark ASM]: Patch result: true | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.enderio.core.common.enchant.EnchantXPBoost | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.enderio.core.common.enchant.EnchantAutoSmelt for mod endercore | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.enderio.core.common.enchant.EnchantAutoSmelt | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into endercore for type INSTANCE | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod endercore | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - EnderCore took 0.108s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod crafttweaker | |
| [17:12:12] [Server thread/DEBUG] [mixin]: Mixing fml.common.network.simpleimpl.SimpleChannelHandlerWrapperMixin from mixins.sledgehammer.forge.json into net.minecraftforge.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/SimpleChannelInboundHandler to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelInboundHandlerAdapter to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelHandlerAdapter to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelHandler to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelInboundHandler to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for io/netty/channel/ChannelHandlerContext to metadata cache | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod crafttweaker is using network checker : Accepting version 4.1.19 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod crafttweaker to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod crafttweaker accepts its own version (4.1.19) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into crafttweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.blamejared.ctgui.MTRecipe.PROXY since it is not for mod crafttweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for crafttweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into crafttweaker for type INSTANCE | |
| [17:12:12] [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 | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod crafttweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftTweaker2 took 0.623s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mtlib | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod mtlib is using network checker : Accepting version 3.0.6 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod mtlib to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod mtlib accepts its own version (3.0.6) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mtlib | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mtlib | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mtlib for type INSTANCE | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mtlib | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - MTLib took 0.004s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod modtweaker | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod modtweaker is using network checker : Accepting version 4.0.17 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod modtweaker to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod modtweaker accepts its own version (4.0.17) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into modtweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for modtweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into modtweaker for type INSTANCE | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod modtweaker | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mod Tweaker took 0.004s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jei | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod jei is using network checker : Invoking method checkModLists | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod jei to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod jei accepts its own version (4.15.0.291) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jei | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jei for type INSTANCE | |
| [17:12:12] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jei | |
| [17:12:12] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.008s | |
| [17:12:12] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:12] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$1 | |
| [17:12:12] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$2 | |
| [17:12:12] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$3 | |
| [17:12:12] [Server thread/DEBUG] [forge]: thaumcraft/client/fx/ParticleEngine$4 | |
| [17:12:12] [Server thread/TRACE] [FML]: Mod thaumcraft is using network checker : Accepting version 6.1.BETA26 | |
| [17:12:12] [Server thread/TRACE] [FML]: Testing mod thaumcraft to verify it accepts its own version in a remote connection | |
| [17:12:12] [Server thread/TRACE] [FML]: The mod thaumcraft accepts its own version (6.1.BETA26) | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.CraftingEvents for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.CraftingEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ServerEvents for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ServerEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.EntityEvents for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.EntityEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ChunkEvents for mod thaumcraft | |
| [17:12:12] [Server thread/INFO] []: Transforming class net.minecraft.world.chunk.Chunk | |
| [17:12:12] [Server thread/INFO] []: Transforming class net.minecraft.world.chunk.Chunk | |
| [17:12:12] [Server thread/DEBUG] [mixin]: Mixing common.MixinChunk from mixins.phosphor.json into net.minecraft.world.chunk.Chunk | |
| [17:12:12] [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. | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/api/IChunkLighting to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/math/Vec3i to metadata cache | |
| [17:12:12] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_76558_a in class net.minecraft.world.WorldProvider | |
| [17:12:12] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_76558_a in class net.minecraft.world.WorldProvider | |
| [17:12:12] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProvider | |
| [17:12:12] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProvider | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/world/WorldProvider to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for me/jellysquid/mods/phosphor/mod/world/WorldChunkSlice to metadata cache | |
| [17:12:12] [Server thread/TRACE] [mixin]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache | |
| [17:12:12] [Server thread/DEBUG] [mixin]: Mixing common.MixinChunk$Vanilla from mixins.phosphor.json into net.minecraft.world.chunk.Chunk | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ChunkEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.WorldEvents for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.WorldEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.Registrar for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.Registrar | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.PlayerEvents for mod thaumcraft | |
| [17:12:12] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming thaumcraft.common.lib.events.PlayerEvents : thaumcraft.common.lib.events.PlayerEvents with 1 patches! | |
| [17:12:12] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHRUNICSHIELDINGHOOK | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.PlayerEvents | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.network.EventHandlerNetwork for mod thaumcraft | |
| [17:12:12] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.network.EventHandlerNetwork | |
| [17:12:12] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.entities.construct.EntityArcaneBore for mod thaumcraft | |
| [17:12:13] [Server thread/INFO] []: [littletiles] Patched net.minecraft.network.NetHandlerPlayServer ... | |
| [17:12:13] [Server thread/INFO] [Astral Core]: [AstralTransformer] Transforming pa : net.minecraft.network.NetHandlerPlayServer with 1 patches! | |
| [17:12:13] [Server thread/INFO] [Astral Core]: [AstralTransformer] Applied patch PATCHSERVEREXTENDENTITYINTERACTREACH | |
| [17:12:13] [Server thread/INFO] [LibrarianLib ASM]: Transforming NetHandlerPlayServer | |
| [17:12:13] [Server thread/INFO] [LibrarianLib ASM]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V) | |
| [17:12:13] [Server thread/INFO] [LibrarianLib ASM]: Attempting to insert: Update hook | |
| [17:12:13] [Server thread/INFO] [LibrarianLib ASM]: Patch result: Success | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Patching class net/minecraft/network/NetHandlerPlayServer | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Patching method func_184338_a(Lnet/minecraft/network/play/client/CPacketVehicleMove;)V | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getFastestEntityMotionSpeed(Lnet/minecraft/network/NetHandlerPlayServer;)D | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D | |
| [17:12:13] [Server thread/DEBUG] [LLibrary Core]: Found no method mapping for com/github/alexthe666/iceandfire/util/IceAndFireCoreUtils/getMoveThreshold(Lnet/minecraft/network/NetHandlerPlayServer;)D | |
| [17:12:13] [Server thread/DEBUG] [randompatches]: Transforming class: net.minecraft.network.NetHandlerPlayServer | |
| [17:12:13] [Server thread/DEBUG] [randompatches]: Patching method: func_73660_a (update) | |
| [17:12:13] [Server thread/ERROR] [randompatches]: Failed to transform class: net.minecraft.network.NetHandlerPlayServer | |
| java.lang.NullPointerException: null | |
| at org.objectweb.asm.tree.InsnList.insert(Unknown Source) ~[asm-all-5.2.jar:5.2] | |
| at com.therandomlabs.randompatches.patch.NetHandlerPlayServerPatch.patchUpdate(NetHandlerPlayServerPatch.java:116) ~[NetHandlerPlayServerPatch.class:?] | |
| at com.therandomlabs.randompatches.patch.NetHandlerPlayServerPatch.apply(NetHandlerPlayServerPatch.java:26) ~[NetHandlerPlayServerPatch.class:?] | |
| at com.therandomlabs.randompatches.core.RPTransformer.transform(RPTransformer.java:37) [randompatches-1.12.2-1.22.1.2.jar:?] | |
| at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) [ASMTransformerWrapper$TransformerWrapper.class:c645e79] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?] | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_271] | |
| at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_271] | |
| at java.lang.Class.privateGetDeclaredMethods(Unknown Source) [?:1.8.0_271] | |
| at java.lang.Class.privateGetPublicMethods(Unknown Source) [?:1.8.0_271] | |
| at java.lang.Class.getMethods(Unknown Source) [?:1.8.0_271] | |
| at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:84) [EventBus.class:c645e79] | |
| at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) [AutomaticEventSubscriber.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) [FMLModContainer.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.entities.construct.EntityArcaneBore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for thaumcraft.common.lib.events.ToolEvents for mod thaumcraft | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class thaumcraft.common.lib.events.ToolEvents | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thaumcraft for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thaumcraft | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thaumcraft took 0.363s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod codechickenlib | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod codechickenlib is using network checker : Accepting version 3.2.3.358 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod codechickenlib to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod codechickenlib accepts its own version (3.2.3.358) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into codechickenlib | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for codechickenlib | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.CCLLog for mod codechickenlib | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.CCLLog | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.configuration.ConfigSyncManager for mod codechickenlib | |
| [17:12:13] [Server thread/DEBUG] [mixin]: Mixing network.NetworkManagerMixin from mixins.sledgehammer.core.json into net.minecraft.network.NetworkManager | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.configuration.ConfigSyncManager | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into codechickenlib for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod codechickenlib | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - CodeChicken Lib took 0.089s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod redstoneflux | |
| [17:12:13] [Server thread/ERROR] [FML]: The mod redstoneflux is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source RedstoneFlux-1.12-2.1.1.1-universal.jar, however there is no signature matching that description | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod redstoneflux is using network checker : Accepting version 2.1.1 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod redstoneflux to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod redstoneflux accepts its own version (2.1.1) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into redstoneflux | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for redstoneflux | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into redstoneflux for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod redstoneflux | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Redstone Flux took 0.003s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cofhcore | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod cofhcore is using network checker : Accepting version 4.6.6 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod cofhcore to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod cofhcore accepts its own version (4.6.6) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cofhcore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cofhcore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cofhcore for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cofhcore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH Core took 0.153s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod brandonscore | |
| [17:12:13] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party.... | |
| [17:12:13] [Server thread/INFO] [draconicevolution]: Draconic Evolution online! | |
| [17:12:13] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!! | |
| [17:12:13] [Server thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it! | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod brandonscore is using network checker : Accepting version 2.4.18 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod brandonscore to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod brandonscore accepts its own version (2.4.18) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into brandonscore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for brandonscore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into brandonscore for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod brandonscore | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Brandon's Core took 0.071s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cofhworld | |
| [17:12:13] [Server thread/ERROR] [FML]: The mod cofhworld is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source CoFHWorld-1.12.2-1.4.0.1-universal.jar, however there is no signature matching that description | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod cofhworld is using network checker : No network checking performed | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod cofhworld to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod cofhworld accepts its own version (1.4.0) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cofhworld | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cofhworld | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cofhworld for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cofhworld | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - CoFH World took 0.036s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thermalfoundation | |
| [17:12:13] [Server thread/ERROR] [FML]: The mod thermalfoundation is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalFoundation-1.12.2-2.6.7.1-universal.jar, however there is no signature matching that description | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod thermalfoundation is using network checker : Accepting version 2.6.7 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod thermalfoundation to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod thermalfoundation accepts its own version (2.6.7) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thermalfoundation | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thermalfoundation | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thermalfoundation for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thermalfoundation | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Foundation took 0.019s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod draconicevolution | |
| [17:12:13] [Server thread/INFO] [draconicevolution]: Hello Minecraft!!! | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod draconicevolution is using network checker : Accepting version 2.3.25 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod draconicevolution to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod draconicevolution accepts its own version (2.3.25) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into draconicevolution | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for draconicevolution | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into draconicevolution for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod draconicevolution | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Draconic Evolution took 0.017s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod thermalexpansion | |
| [17:12:13] [Server thread/ERROR] [FML]: The mod thermalexpansion is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalExpansion-1.12.2-5.5.7.1-universal.jar, however there is no signature matching that description | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod thermalexpansion is using network checker : Accepting version 5.5.7 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod thermalexpansion to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod thermalexpansion accepts its own version (5.5.7) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into thermalexpansion | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for thermalexpansion | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into thermalexpansion for type INSTANCE | |
| [17:12:13] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod thermalexpansion | |
| [17:12:13] [Server thread/DEBUG] [FML]: Bar Step: Construction - Thermal Expansion took 0.033s | |
| [17:12:13] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderio | |
| [17:12:13] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:13] [Server thread/DEBUG] [forge]: crazypants/enderio/base/EnderIO$1 | |
| [17:12:13] [Server thread/DEBUG] [forge]: crazypants/enderio/base/diagnostics/EnderIOCrashCallable | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.integration.thaumcraft.ThaumcraftArmorMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.integration.thaumcraft.ThaumcraftArmorMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.api.upgrades.IDarkSteelItem | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.power.forge.item.IInternalPoweredItem | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Patching 2 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelArmor (ThaumcraftArmorMixin, DarkSteelUpgradeMixin) | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new interfaces: [thaumcraft/api/items/IVisDiscountGear, thaumcraft/api/items/IGoggles, thaumcraft/api/items/IRevealer] | |
| [17:12:13] [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] | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched. | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$INonSolidBlockPaintableBlock | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$IBlockPaintableBlock | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ITexturePaintableBlock | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ISolidBlockPaintableBlock | |
| [17:12:13] [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(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:c645e79] | |
| at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:c645e79] | |
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:13] [Server thread/TRACE] [FML]: Mod enderio is using network checker : Accepting version 5.2.59 | |
| [17:12:13] [Server thread/TRACE] [FML]: Testing mod enderio to verify it accepts its own version in a remote connection | |
| [17:12:13] [Server thread/TRACE] [FML]: The mod enderio accepts its own version (5.2.59) | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.filter.recipes.FilterRecipes for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.filter.recipes.FilterRecipes | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.ItemInventoryCharger for mod enderio | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemInventoryCharger (DarkSteelUpgradeMixin) | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched. | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.ItemInventoryCharger | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionFloating for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionFloating | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentWitherArrow for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentWitherArrow | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.capacitor.CapacitorKey for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.capacitor.CapacitorKey | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.thaumicadditions.ThaumicadditionsUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.thaumicadditions.ThaumicadditionsUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.exu2.ExU2Util for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.exu2.ExU2Util | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook for mod enderio | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook (DarkSteelUpgradeMixin) | |
| [17:12:13] [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] | |
| [17:12:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched. | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.TickTimer for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.TickTimer | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.basemetals.BaseMetalsUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.basemetals.BaseMetalsUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.top.TOPUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.top.TOPUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.events.ModSoundRegisterEvent for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.events.ModSoundRegisterEvent | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.ModObjectRegistry for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.ModObjectRegistry | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil for mod enderio | |
| [17:12:13] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil | |
| [17:12:13] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.conduit.geom.ConduitGeometryUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.conduit.geom.ConduitGeometryUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.loot.AnvilCapacitorRecipe for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.loot.AnvilCapacitorRecipe | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.UpgradeRegistry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.UpgradeRegistry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mekanism.MekanismUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mekanism.MekanismUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentShimmer for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentShimmer | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.chiselsandbits.CABIMC for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.chiselsandbits.CABIMC | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.DarkShieldRecipes for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.DarkShieldRecipes | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.railcraft.RailcraftUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.railcraft.RailcraftUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentRepellent for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentRepellent | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.sound.SoundRegistry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.sound.SoundRegistry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.fluid.Fluids for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.fluid.Fluids | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.spawner.BrokenSpawnerHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.spawner.BrokenSpawnerHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.FarmersRegistry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.FarmersRegistry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.infinity.InfinityFogDropHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.infinity.InfinityFogDropHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.mfr.MFRUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.mfr.MFRUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.filter.capability.CapabilityFilterHolder for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.filter.capability.CapabilityFilterHolder | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.SwordHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.SwordHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.gui.handler.GuiHelper for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.gui.handler.GuiHelper | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.machine.recipes.MachineRecipes for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.machine.recipes.MachineRecipes | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentWitherWeapon for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentWitherWeapon | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.IntegrationRegistry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.IntegrationRegistry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.draconic.DraconicUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.draconic.DraconicUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.recipes.MaterialOredicts for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.recipes.MaterialOredicts | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.bop.BoPUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.bop.BoPUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.EnchantmentSoulBound for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.EnchantmentSoulBound | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.DarkSteelController for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.DarkSteelController | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.charge.EntityPrimedCharge for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.charge.EntityPrimedCharge | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.enchantment.HandlerSoulBound for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.enchantment.HandlerSoulBound | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.transceiver.ServerChannelRegister for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.transceiver.ServerChannelRegister | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.machine.entity.EntityFallingMachine for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.machine.entity.EntityFallingMachine | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.fertilizer.Fertilizer for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.fertilizer.Fertilizer | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.te.TEUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.te.TEUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.autosave.BaseHandlers for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.autosave.BaseHandlers | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.tic.TicUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.tic.TicUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.power.wireless.WirelessChargerController for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.power.wireless.WirelessChargerController | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.fertilizer.NoFertilizer for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.fertilizer.NoFertilizer | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ic2c.IC2cUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ic2c.IC2cUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.capacitor.CapacitorKeyRegistry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.capacitor.CapacitorKeyRegistry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.material.MaterialCraftingHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.material.MaterialCraftingHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.ServerTickHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.ServerTickHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.coldfire.BlockColdFire for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.coldfire.BlockColdFire | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.loot.LootManager for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.loot.LootManager | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.bigreactors.BRProxy for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.bigreactors.BRProxy | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.magnet.MagnetController for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.magnet.MagnetController | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionWithering for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionWithering | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.teleport.ChunkTicket for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.teleport.ChunkTicket | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.botany.BotanyUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.botany.BotanyUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.chickens.ChickensUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.chickens.ChickensUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.api.capacitor.CapabilityCapacitorData for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.api.capacitor.CapabilityCapacitorData | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.init.ModTileEntity for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.init.ModTileEntity | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.techreborn.TechRebornUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.techreborn.TechRebornUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.potion.PotionConfusion for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.potion.PotionConfusion | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.metallurgy.MetallurgyUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.metallurgy.MetallurgyUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.natura.NaturaUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.natura.NaturaUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.eggs.EntityOwlEgg for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.eggs.EntityOwlEgg | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.gardencore.GardencoreUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.gardencore.GardencoreUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.farming.registry.Registry for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.farming.registry.Registry | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.Log for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.Log | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.TileEntityEio for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.TileEntityEio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.botania.BotaniaUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.botania.BotaniaUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.handler.darksteel.StateController for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.handler.darksteel.StateController | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ic2e.IC2eUtil for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ic2e.IC2eUtil | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.material.recipes.MaterialRecipes for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.material.recipes.MaterialRecipes | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.integration.ae2.AE2Util for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.integration.ae2.AE2Util | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.base.loot.Loot for mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.base.loot.Loot | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderio for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderio | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO took 1.178s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderiointegrationtic | |
| [17:12:14] [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(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:c645e79] | |
| at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:c645e79] | |
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderiointegrationtic is using network checker : Accepting version 5.2.59 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderiointegrationtic to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderiointegrationtic accepts its own version (5.2.59) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderiointegrationtic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderiointegrationtic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.integration.tic.EnderIOIntegrationTicLate for mod enderiointegrationtic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.integration.tic.EnderIOIntegrationTicLate | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.integration.tic.EnderIOIntegrationTic for mod enderiointegrationtic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.integration.tic.EnderIOIntegrationTic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderiointegrationtic for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderiointegrationtic | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Integration with Tinkers' Construct took 0.046s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:14] [Server thread/DEBUG] [forge]: crazypants/enderio/base/EnderIO$1 | |
| [17:12:14] [Server thread/DEBUG] [forge]: crazypants/enderio/base/diagnostics/EnderIOCrashCallable | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderiobase is using network checker : Accepting version 5.2.59 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderiobase to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderiobase accepts its own version (5.2.59) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping proxy injection for crazypants.enderio.base.EnderIO.proxy since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.matteroverdrive.MatterOverdriveUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.filter.recipes.FilterRecipes since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.ItemInventoryCharger since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionFloating since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentWitherArrow since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.hoe.HoeUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.capacitor.CapacitorKey since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.thaumicadditions.ThaumicadditionsUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.exu2.ExU2Util since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.TickTimer since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.basemetals.BaseMetalsUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mysticalagriculture.MysticalAgricultureUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.spoon.SpoonUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.top.TOPUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.flippers.SwimUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.events.ModSoundRegisterEvent since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.ModObjectRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.thaumcraft.ThaumcraftUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.energy.EnergyUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.conduit.geom.ConduitGeometryUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.travel.TravelUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.loot.AnvilCapacitorRecipe since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.UpgradeRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mekanism.MekanismUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentShimmer since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.chiselsandbits.CABIMC since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.DarkShieldRecipes since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.railcraft.RailcraftUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.sound.SoundDetectorUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentRepellent since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.sound.SoundRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.fluid.Fluids since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.actuallyadditions.ActuallyadditionsUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.spawner.BrokenSpawnerHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.FarmersRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.infinity.InfinityFogDropHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.anvil.AnvilUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveDepthUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.immersiveengineering.ImmersiveEngineeringUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.mfr.MFRUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.filter.capability.CapabilityFilterHolder since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.SwordHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.gui.handler.GuiHelper since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.machine.recipes.MachineRecipes since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentWitherWeapon since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.IntegrationRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.draconic.DraconicUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.glider.GliderUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.recipes.MaterialOredicts since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.bop.BoPUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.DarkSteelRepairRecipe since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.elytra.ElytraUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.EnchantmentSoulBound since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.DarkSteelController since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.charge.EntityPrimedCharge since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.enchantment.HandlerSoulBound since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.transceiver.ServerChannelRegister since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.machine.entity.EntityFallingMachine since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.fertilizer.Fertilizer since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.te.TEUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.autosave.BaseHandlers since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.tic.TicUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.darksteel.anvil.BlockBrokenAnvil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.power.wireless.WirelessChargerController since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.fertilizer.NoFertilizer since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ic2c.IC2cUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.capacitor.CapacitorKeyRegistry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.material.MaterialCraftingHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.ServerTickHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.padding.PaddingUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.coldfire.BlockColdFire since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.loot.LootManager since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.bigreactors.BRProxy since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.magnet.MagnetController since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionWithering since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.speed.SpeedUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.invpanel.capability.CapabilityDatabaseHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.teleport.ChunkTicket since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.block.darksteel.anvil.BlockDarkSteelAnvil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.jump.JumpUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.stepassist.StepAssistUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.botany.BotanyUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.chickens.ChickensUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.api.capacitor.CapabilityCapacitorData since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.init.ModTileEntity since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.storage.StorageUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.techreborn.TechRebornUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.magicalcrops.MagicalcropsUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.explosive.ExplosiveCarpetUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.potion.PotionConfusion since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.metallurgy.MetallurgyUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.natura.NaturaUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.eggs.EntityOwlEgg since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.gardencore.GardencoreUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.farming.registry.Registry since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.item.darksteel.upgrade.nightvision.NightVisionUpgrade since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.Log since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.TileEntityEio since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.botania.BotaniaUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.handler.darksteel.StateController since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ic2e.IC2eUtil since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.material.recipes.MaterialRecipes since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.integration.ae2.AE2Util since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.base.loot.Loot since it is not for mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderiobase for type INSTANCE | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for crazypants.enderio.base.EnderIO.instance since it is not for mod enderiobase | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderiobase | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Base took 0.005s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderioconduits | |
| [17:12:14] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduits is not accessible | |
| java.lang.NoSuchMethodException: crazypants.enderio.conduits.EnderIOConduits.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side) | |
| at java.lang.Class.getDeclaredMethod(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:c645e79] | |
| at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:c645e79] | |
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderioconduits is using network checker : Accepting version 5.2.59 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderioconduits to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderioconduits accepts its own version (5.2.59) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.recipes.PowerToolRecipes since it is not for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.conduits.handler.ConduitBreakSpeedHandler for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.conduits.handler.ConduitBreakSpeedHandler | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.capacitor.CapacitorKey since it is not for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.conduits.init.ConduitObject for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.conduits.init.ConduitObject | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.powertools.init.PowerToolTileEntity for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.powertools.init.PowerToolTileEntity | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.conduits.autosave.ConduitHandlers for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.conduits.autosave.ConduitHandlers | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.conduits.init.ConduitTileEntity for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.conduits.init.ConduitTileEntity | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolObject since it is not for mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderioconduits for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderioconduits | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Conduits took 0.027s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderiopowertools | |
| [17:12:14] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiopowertools is not accessible | |
| java.lang.NoSuchMethodException: crazypants.enderio.powertools.EnderIOPowerTools.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side) | |
| at java.lang.Class.getDeclaredMethod(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:c645e79] | |
| at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:c645e79] | |
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderiopowertools is using network checker : Accepting version 5.2.59 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderiopowertools to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderiopowertools accepts its own version (5.2.59) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping proxy injection for crazypants.enderio.conduits.EnderIOConduits.proxy since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.powertools.recipes.PowerToolRecipes for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.powertools.recipes.PowerToolRecipes | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.handler.ConduitBreakSpeedHandler since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.powertools.capacitor.CapacitorKey for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.powertools.capacitor.CapacitorKey | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitObject since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.powertools.init.PowerToolTileEntity since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.autosave.ConduitHandlers since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Skipping @EventBusSubscriber injection for crazypants.enderio.conduits.init.ConduitTileEntity since it is not for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.powertools.init.PowerToolObject for mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.powertools.init.PowerToolObject | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderiopowertools for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderiopowertools | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Powertools took 0.015s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderioconduitsappliedenergistics | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.conduit.me.conduit.MEMixin | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Registered mixin. | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.conduit.me.conduit.MEMixin. | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle (MEMixin) | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new interface: [appeng/api/networking/IGridHost] | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [getGridNode(Lappeng/api/util/AEPartLocation;)Lappeng/api/networking/IGridNode;, getCableConnectionType(Lappeng/api/util/AEPartLocation;)Lappeng/api/util/AECableType;, securityBreak()V] | |
| [17:12:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched. | |
| [17:12:14] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduitsappliedenergistics is not accessible | |
| java.lang.NoSuchMethodException: crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side) | |
| at java.lang.Class.getDeclaredMethod(Unknown Source) ~[?:1.8.0_271] | |
| at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:c645e79] | |
| at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:c645e79] | |
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:c645e79] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271] | |
| 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:c645e79] | |
| at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:c645e79] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:c645e79] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:335) [FMLCommonHandler.class:c645e79] | |
| at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:169) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:684) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_271] | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderioconduitsappliedenergistics is using network checker : Accepting version 5.2.59 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderioconduitsappliedenergistics to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderioconduitsappliedenergistics accepts its own version (5.2.59) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderioconduitsappliedenergistics | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderioconduitsappliedenergistics | |
| [17:12:14] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics for mod enderioconduitsappliedenergistics | |
| [17:12:14] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderioconduitsappliedenergistics for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderioconduitsappliedenergistics | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ender IO Applied Energistics Conduits took 0.050s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod enderstorage | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod enderstorage is using network checker : Accepting version 2.4.6.137 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod enderstorage to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod enderstorage accepts its own version (2.4.6.137) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into enderstorage | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for enderstorage | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into enderstorage for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod enderstorage | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - EnderStorage took 0.008s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod netherbackport | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod netherbackport is using network checker : Accepting version 1.0.0 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod netherbackport to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod netherbackport accepts its own version (1.0.0) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into netherbackport | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for netherbackport | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into netherbackport for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod netherbackport | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - NetherBackport took 0.017s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod fastbench | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod fastbench is using network checker : Accepting version 1.7.3 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod fastbench to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod fastbench accepts its own version (1.7.3) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into fastbench | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastbench | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into fastbench for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod fastbench | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - FastWorkbench took 0.014s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallyadditions | |
| [17:12:14] [Server thread/TRACE] [FML]: Mod actuallyadditions is using network checker : Accepting version 1.12.2-r151 | |
| [17:12:14] [Server thread/TRACE] [FML]: Testing mod actuallyadditions to verify it accepts its own version in a remote connection | |
| [17:12:14] [Server thread/TRACE] [FML]: The mod actuallyadditions accepts its own version (1.12.2-r151) | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallyadditions | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallyadditions | |
| [17:12:14] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallyadditions for type INSTANCE | |
| [17:12:14] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallyadditions | |
| [17:12:14] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Additions took 0.014s | |
| [17:12:14] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod actuallybaubles | |
| [17:12:14] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [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. | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod actuallybaubles is using network checker : Accepting version 1.1 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod actuallybaubles to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod actuallybaubles accepts its own version (1.1) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into actuallybaubles | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for actuallybaubles | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into actuallybaubles for type INSTANCE | |
| [17:12:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod actuallybaubles | |
| [17:12:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Actually Baubles took 0.499s | |
| [17:12:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod libvulpes | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod libvulpes is using network checker : Accepting version 0.4.2.-75 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod libvulpes to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod libvulpes accepts its own version (0.4.2.-75) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into libvulpes | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for libvulpes | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into libvulpes for type INSTANCE | |
| [17:12:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod libvulpes | |
| [17:12:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Vulpes library took 0.136s | |
| [17:12:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod advancedrocketry | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod advancedrocketry is using network checker : Accepting version 1.7.0.-232 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod advancedrocketry to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod advancedrocketry accepts its own version (1.7.0.-232) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into advancedrocketry | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_76558_a in class net.minecraft.world.WorldProvider | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_76558_a in class net.minecraft.world.WorldProvider | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProvider | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProvider | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderPlanet | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderPlanet | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Could not find method func_186060_c in class net.minecraft.world.WorldProviderSurface | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProviderHell | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProviderHell | |
| [17:12:15] [Server thread/DEBUG] [HardcoreDarknessCore]: Found WorldProviderHell Class: net/minecraft/world/WorldProviderHell | |
| [17:12:15] [Server thread/DEBUG] [HardcoreDarknessCore]: - Patched generateLightBrightnessTable | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class net.minecraft.world.WorldProviderEnd | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class net.minecraft.world.WorldProviderEnd | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderSpace | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderSpace | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Attempting to transform method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderAsteroid | |
| [17:12:15] [Server thread/DEBUG] [BnBGamingCore]: Successfully transformed method func_186060_c in class zmaster587.advancedRocketry.world.provider.WorldProviderAsteroid | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for advancedrocketry | |
| [17:12:15] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for zmaster587.advancedRocketry.util.AudioRegistry$RegistrationHandler for mod advancedrocketry | |
| [17:12:15] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class zmaster587.advancedRocketry.util.AudioRegistry$RegistrationHandler | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into advancedrocketry for type INSTANCE | |
| [17:12:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod advancedrocketry | |
| [17:12:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Advanced Rocketry took 0.277s | |
| [17:12:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aenetvistool | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod aenetvistool is using network checker : Accepting version 1.0.3 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod aenetvistool to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod aenetvistool accepts its own version (1.0.3) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aenetvistool | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aenetvistool | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aenetvistool for type INSTANCE | |
| [17:12:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aenetvistool | |
| [17:12:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - AE Net Vis Tool took 0.014s | |
| [17:12:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mantle | |
| [17:12:15] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:15] [Server thread/DEBUG] [forge]: slimeknights/mantle/pulsar/internal/CrashHandler | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod mantle is using network checker : Accepting version 1.12-1.3.3.55 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod mantle to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod mantle accepts its own version (1.12-1.3.3.55) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into mantle | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into mantle for type INSTANCE | |
| [17:12:15] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mantle | |
| [17:12:15] [Server thread/DEBUG] [FML]: Bar Step: Construction - Mantle took 0.008s | |
| [17:12:15] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod projecte | |
| [17:12:15] [Server thread/TRACE] [FML]: Mod projecte is using network checker : Accepting version 1.12.2-PE1.4.1 | |
| [17:12:15] [Server thread/TRACE] [FML]: Testing mod projecte to verify it accepts its own version in a remote connection | |
| [17:12:15] [Server thread/TRACE] [FML]: The mod projecte accepts its own version (1.12.2-PE1.4.1) | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into projecte | |
| [17:12:15] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for projecte | |
| [17:12:15] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for moze_intel.projecte.gameObjs.ObjHandler for mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class moze_intel.projecte.gameObjs.ObjHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for moze_intel.projecte.events.TickEvents for mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class moze_intel.projecte.events.TickEvents | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for moze_intel.projecte.PECore for mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class moze_intel.projecte.PECore | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for moze_intel.projecte.events.PlayerEvents for mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class moze_intel.projecte.events.PlayerEvents | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for moze_intel.projecte.utils.SoundHandler for mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class moze_intel.projecte.utils.SoundHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into projecte for type INSTANCE | |
| [17:12:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod projecte | |
| [17:12:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - ProjectE took 0.271s | |
| [17:12:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chisel | |
| [17:12:16] [Server thread/TRACE] [FML]: Mod chisel is using network checker : Accepting version MC1.12.2-1.0.2.45 | |
| [17:12:16] [Server thread/TRACE] [FML]: Testing mod chisel to verify it accepts its own version in a remote connection | |
| [17:12:16] [Server thread/TRACE] [FML]: The mod chisel accepts its own version (MC1.12.2-1.0.2.45) | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chisel | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chisel | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for team.chisel.common.block.BreakSpeedHandler for mod chisel | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class team.chisel.common.block.BreakSpeedHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for team.chisel.Features for mod chisel | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class team.chisel.Features | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chisel for type INSTANCE | |
| [17:12:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chisel | |
| [17:12:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chisel took 0.287s | |
| [17:12:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod quark | |
| [17:12:16] [Server thread/TRACE] [FML]: Mod quark is using network checker : Invoking method acceptsMods | |
| [17:12:16] [Server thread/TRACE] [FML]: Testing mod quark to verify it accepts its own version in a remote connection | |
| [17:12:16] [Server thread/TRACE] [FML]: The mod quark accepts its own version (r1.6-179) | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.capability.CapabilityHandler for mod quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.capability.CapabilityHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.client.ContributorRewardHandler for mod quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.client.ContributorRewardHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.quark.base.module.ModuleLoader$EventHandler for mod quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.quark.base.module.ModuleLoader$EventHandler | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into quark for type INSTANCE | |
| [17:12:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod quark | |
| [17:12:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - Quark took 0.021s | |
| [17:12:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tinkersextras | |
| [17:12:16] [Server thread/TRACE] [FML]: Mod tinkersextras is using network checker : Accepting version 1.12.2-1.1.0 | |
| [17:12:16] [Server thread/TRACE] [FML]: Testing mod tinkersextras to verify it accepts its own version in a remote connection | |
| [17:12:16] [Server thread/TRACE] [FML]: The mod tinkersextras accepts its own version (1.12.2-1.1.0) | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tinkersextras | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tinkersextras | |
| [17:12:16] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tinkersextras for type INSTANCE | |
| [17:12:16] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tinkersextras | |
| [17:12:16] [Server thread/DEBUG] [FML]: Bar Step: Construction - TinkersExtras took 0.004s | |
| [17:12:16] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tconstruct | |
| [17:12:16] [Server thread/DEBUG] [Pulsar-tconstruct]: Attaching [PulseManager[tconstruct]] to event bus for container [FMLMod:tconstruct{1.12.2-2.13.0.183}] | |
| [17:12:17] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits | |
| [17:12:17] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks | |
| [17:12:17] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila | |
| [17:12:17] [Server thread/INFO] [tconstruct]: Preparing to take over the world | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod tconstruct is using network checker : Invoking method matchModVersions | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod tconstruct to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod tconstruct accepts its own version (1.12.2-2.13.0.183) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tconstruct | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tconstruct | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.common.Sounds for mod tconstruct | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.common.Sounds | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation for mod tconstruct | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tconstruct for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tconstruct | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - Tinkers' Construct took 1.095s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod p455w0rdslib | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod p455w0rdslib is using network checker : Accepting version 2.3.161 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod p455w0rdslib to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod p455w0rdslib accepts its own version (2.3.161) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into p455w0rdslib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for p455w0rdslib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for p455w0rdslib.LibEvents for mod p455w0rdslib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class p455w0rdslib.LibEvents | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into p455w0rdslib for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod p455w0rdslib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - p455w0rd's Library took 0.011s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ae2wtlib | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod ae2wtlib is using network checker : Accepting version 1.0.34 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod ae2wtlib to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod ae2wtlib accepts its own version (1.0.34) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ae2wtlib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ae2wtlib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for p455w0rd.ae2wtlib.init.LibEvents for mod ae2wtlib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class p455w0rd.ae2wtlib.init.LibEvents | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ae2wtlib for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ae2wtlib | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - AE2 Wireless Terminals (AE2WTLib) took 0.083s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod aiimprovements | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod aiimprovements is using network checker : No network checking performed | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod aiimprovements to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod aiimprovements accepts its own version (0.0.1.3) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into aiimprovements | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for aiimprovements | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into aiimprovements for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod aiimprovements | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - AI Improvements took 0.006s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cyclicmagic | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod cyclicmagic is using network checker : Accepting range 1.12 or above | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod cyclicmagic to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod cyclicmagic accepts its own version (1.20.3) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cyclicmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyclicmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.lothrazar.cyclicmagic.registry.EntityProjectileRegistry for mod cyclicmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.lothrazar.cyclicmagic.registry.EntityProjectileRegistry | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cyclicmagic for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cyclicmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclic took 0.048s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod guideapi | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod guideapi is using network checker : Accepting version 1.12-2.1.8-63 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod guideapi to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod guideapi accepts its own version (1.12-2.1.8-63) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into guideapi | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for guideapi | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for amerifrance.guideapi.util.EventHandler for mod guideapi | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class amerifrance.guideapi.util.EventHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for amerifrance.guideapi.RegistrarGuideAPI for mod guideapi | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class amerifrance.guideapi.RegistrarGuideAPI | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into guideapi for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod guideapi | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - Guide-API took 0.020s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bloodmagic | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod bloodmagic is using network checker : Accepting version 1.12.2-2.4.3-105 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod bloodmagic to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod bloodmagic accepts its own version (1.12.2-2.4.3-105) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.CraftingHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.CraftingHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.LivingArmourHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.LivingArmourHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.potion.PotionEventHandlers for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.potion.PotionEventHandlers | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.GenericHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.GenericHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.WillHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.WillHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.ConfigHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.ConfigHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.util.handler.event.StatTrackerHandler for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.util.handler.event.StatTrackerHandler | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicItems for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicItems | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicBlocks | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagic for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for WayofTime.bloodmagic.core.RegistrarBloodMagicRecipes for mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class WayofTime.bloodmagic.core.RegistrarBloodMagicRecipes | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bloodmagic for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bloodmagic | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - Blood Magic: Alchemical Wizardry took 0.165s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod theoneprobe | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod theoneprobe is using network checker : Accepting version 1.4.28 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod theoneprobe to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod theoneprobe accepts its own version (1.4.28) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into theoneprobe | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for theoneprobe | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into theoneprobe for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod theoneprobe | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - The One Probe took 0.025s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod animus | |
| [17:12:17] [Server thread/TRACE] [FML]: Mod animus is using network checker : Accepting version 1 | |
| [17:12:17] [Server thread/TRACE] [FML]: Testing mod animus to verify it accepts its own version in a remote connection | |
| [17:12:17] [Server thread/TRACE] [FML]: The mod animus accepts its own version (1) | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamdman.animus.registry.AnimusBlocks for mod animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamdman.animus.registry.AnimusBlocks | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamdman.animus.proxy.ClientProxy for mod animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamdman.animus.proxy.ClientProxy | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamdman.animus.AnimusConfig for mod animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamdman.animus.AnimusConfig | |
| [17:12:17] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamdman.animus.registry.AnimusItems for mod animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamdman.animus.registry.AnimusItems | |
| [17:12:17] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into animus for type INSTANCE | |
| [17:12:17] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod animus | |
| [17:12:17] [Server thread/DEBUG] [FML]: Bar Step: Construction - Animus took 0.105s | |
| [17:12:17] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod placebo | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod placebo is using network checker : No network checking performed | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod placebo to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod placebo accepts its own version (1.6.0) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into placebo | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into placebo for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod placebo | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Placebo took 0.006s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod apotheosis | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod apotheosis is using network checker : Accepting version 1.12.4 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod apotheosis to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod apotheosis accepts its own version (1.12.4) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into apotheosis | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for apotheosis | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for shadows.deadly.loot.affix.Affixes for mod apotheosis | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class shadows.deadly.loot.affix.Affixes | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into apotheosis for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod apotheosis | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Apotheosis took 0.020s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod applecore | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod applecore is using network checker : No network checking performed | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod applecore to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod applecore accepts its own version (3.2.0) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into applecore | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for applecore | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into applecore for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod applecore | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - AppleCore took 0.001s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod appleskin | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod appleskin is using network checker : No network checking performed | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod appleskin to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod appleskin accepts its own version (1.0.9) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into appleskin | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into appleskin for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod appleskin | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - AppleSkin took 0.005s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod architecturecraft | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod architecturecraft is using network checker : Accepting version @VERSION@ | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod architecturecraft to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod architecturecraft accepts its own version (@VERSION@) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into architecturecraft | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for architecturecraft | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into architecturecraft for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod architecturecraft | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - ArchitectureCraft took 0.047s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod armoreablemobs | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod armoreablemobs is using network checker : Accepting version 1.1.2 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod armoreablemobs to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod armoreablemobs accepts its own version (1.1.2) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into armoreablemobs | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for armoreablemobs | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into armoreablemobs for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod armoreablemobs | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - ArmoreableMobs took 0.008s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod artemislib | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod artemislib is using network checker : Accepting version 1.0.6 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod artemislib to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod artemislib accepts its own version (1.0.6) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into artemislib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for artemislib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into artemislib for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod artemislib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - ArtemisLib took 0.007s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod athenaeum | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod athenaeum is using network checker : Accepting version 1.12.2-1.16.0-1-g05e9939 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod athenaeum to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod athenaeum accepts its own version (1.12.2-1.16.0-1-g05e9939) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into athenaeum | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for athenaeum | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.codetaylor.mc.athenaeum.network.tile.TileDataServiceContainer for mod athenaeum | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.codetaylor.mc.athenaeum.network.tile.TileDataServiceContainer | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.codetaylor.mc.athenaeum.ConfigChangedEventHandler for mod athenaeum | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.codetaylor.mc.athenaeum.ConfigChangedEventHandler | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into athenaeum for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod athenaeum | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Athenaeum took 0.012s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bookshelf | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod bookshelf is using network checker : Accepting version 2.3.577 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod bookshelf to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod bookshelf accepts its own version (2.3.577) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bookshelf | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bookshelf | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bookshelf for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bookshelf | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bookshelf took 0.014s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod gamestages | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod gamestages is using network checker : Accepting version 2.0.117 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod gamestages to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod gamestages accepts its own version (2.0.117) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into gamestages | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for gamestages | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.gamestages.data.GameStageSaveHandler for mod gamestages | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.gamestages.data.GameStageSaveHandler | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.darkhax.gamestages.config.Configuration for mod gamestages | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.darkhax.gamestages.config.Configuration | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into gamestages for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod gamestages | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Game Stages took 0.054s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod artisanworktables | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod artisanworktables is using network checker : Accepting version 1.12.2-1.20.2 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod artisanworktables to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod artisanworktables accepts its own version (1.12.2-1.20.2) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into artisanworktables | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for artisanworktables | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.codetaylor.mc.artisanworktables.modules.worktables.ModuleWorktablesConfig$EventHandler for mod artisanworktables | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.codetaylor.mc.artisanworktables.modules.worktables.ModuleWorktablesConfig$EventHandler | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into artisanworktables for type INSTANCE | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded integration plugin handler: com.codetaylor.mc.athenaeum.integration.crafttweaker.IntegrationPluginHandler | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded integration plugin handler: com.codetaylor.mc.athenaeum.integration.SimplePluginHandler | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded integration plugin handler: com.codetaylor.mc.athenaeum.integration.SimplePluginHandler | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded integration plugin handler: com.codetaylor.mc.athenaeum.integration.jei.IntegrationPluginHandler | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded module: com.codetaylor.mc.artisanworktables.modules.worktables.ModuleWorktables | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded module: com.codetaylor.mc.artisanworktables.modules.tools.ModuleTools | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded module: com.codetaylor.mc.artisanworktables.modules.toolbox.ModuleToolbox | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded module: com.codetaylor.mc.artisanworktables.modules.requirement.gamestages.ModuleRequirementGameStages | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Loaded module: com.codetaylor.mc.athenaeum.integration.crafttweaker.ModuleIntegration | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Executed integration plugin handler [com.codetaylor.mc.athenaeum.integration.crafttweaker.IntegrationPluginHandler] for plugin [com.codetaylor.mc.artisanworktables.modules.worktables.integration.crafttweaker.builder.IZenRecipeBuilder] | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Executed integration plugin handler [com.codetaylor.mc.athenaeum.integration.crafttweaker.IntegrationPluginHandler] for plugin [com.codetaylor.mc.artisanworktables.modules.worktables.integration.crafttweaker.builder.copy.IZenRecipeBuilderCopyStrategy] | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Executed integration plugin handler [com.codetaylor.mc.athenaeum.integration.SimplePluginHandler] for plugin [com.codetaylor.mc.artisanworktables.modules.worktables.integration.gamestages.PluginGameStages] | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Executed integration plugin handler [com.codetaylor.mc.athenaeum.integration.jei.IntegrationPluginHandler] for plugin [com.codetaylor.mc.artisanworktables.modules.worktables.integration.jei.PluginJEI] | |
| [17:12:18] [Server thread/INFO] [FML]: [artisanworktables] Executed integration plugin handler [com.codetaylor.mc.athenaeum.integration.crafttweaker.IntegrationPluginHandler] for plugin [com.codetaylor.mc.artisanworktables.modules.requirement.gamestages.crafttweaker.ZenGameStagesRequirement] | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod artisanworktables | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Artisan Worktables took 0.360s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod astralsorcery | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod astralsorcery is using network checker : Invoking method checkModLists | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod astralsorcery to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod astralsorcery accepts its own version (1.10.25) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into astralsorcery | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for astralsorcery | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into astralsorcery for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod astralsorcery | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Astral Sorcery took 0.149s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod autoreglib | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod autoreglib is using network checker : Accepting version 1.3-32 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod autoreglib to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod autoreglib accepts its own version (1.3-32) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into autoreglib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for autoreglib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.arl.util.ProxyRegistry for mod autoreglib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.arl.util.ProxyRegistry | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into autoreglib for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod autoreglib | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - AutoRegLib took 0.008s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod avaritia | |
| [17:12:18] [Server thread/TRACE] [FML]: Mod avaritia is using network checker : Accepting version 3.3.0 | |
| [17:12:18] [Server thread/TRACE] [FML]: Testing mod avaritia to verify it accepts its own version in a remote connection | |
| [17:12:18] [Server thread/TRACE] [FML]: The mod avaritia accepts its own version (3.3.0) | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into avaritia | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for avaritia | |
| [17:12:18] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into avaritia for type INSTANCE | |
| [17:12:18] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod avaritia | |
| [17:12:18] [Server thread/DEBUG] [FML]: Bar Step: Construction - Avaritia took 0.015s | |
| [17:12:18] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod backportedflora | |
| [17:12:18] [Server thread/DEBUG] [KotlinAdapter]: FML has asked for BackportedFlora to be constructed | |
| [17:12:20] [Server thread/TRACE] [FML]: Mod backportedflora is using network checker : Accepting version 1.4 | |
| [17:12:20] [Server thread/TRACE] [FML]: Testing mod backportedflora to verify it accepts its own version in a remote connection | |
| [17:12:20] [Server thread/TRACE] [FML]: The mod backportedflora accepts its own version (1.4) | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into backportedflora | |
| [17:12:20] [Server thread/DEBUG] [KotlinAdapter]: Setting proxy: BackportedFlora.proxy -> azmalent.backportedflora.proxy.ServerProxy@7644c8fe | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for backportedflora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for azmalent.backportedflora.proxy.ServerProxy for mod backportedflora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class azmalent.backportedflora.proxy.ServerProxy | |
| [17:12:20] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for azmalent.backportedflora.BackportedFlora for mod backportedflora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class azmalent.backportedflora.BackportedFlora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for azmalent.backportedflora.common.event.EventBonemeal for mod backportedflora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class azmalent.backportedflora.common.event.EventBonemeal | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into backportedflora for type INSTANCE | |
| [17:12:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod backportedflora | |
| [17:12:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - Backported Flora took 2.171s | |
| [17:12:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod base | |
| [17:12:20] [Server thread/TRACE] [FML]: Mod base is using network checker : Accepting version 3.13.0 | |
| [17:12:20] [Server thread/TRACE] [FML]: Testing mod base to verify it accepts its own version in a remote connection | |
| [17:12:20] [Server thread/TRACE] [FML]: The mod base accepts its own version (3.13.0) | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into base | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for base | |
| [17:12:20] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler for mod base | |
| [17:12:20] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.teamacronymcoders.base.recipesystem.event.RecipeSystemEventHandler | |
| [17:12:20] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into base for type INSTANCE | |
| [17:12:20] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod base | |
| [17:12:20] [Server thread/DEBUG] [FML]: Bar Step: Construction - B.A.S.E took 0.103s | |
| [17:12:20] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod opencomputers | |
| [17:12:20] [Server thread/DEBUG] [mixin]: Mixing fml.common.network.FMLEventChannelMixin from mixins.sledgehammer.forge.json into net.minecraftforge.fml.common.network.FMLEventChannel | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod opencomputers is using network checker : Accepting version 1.7.5.192 | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod opencomputers to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod opencomputers accepts its own version (1.7.5.192) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into opencomputers | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for opencomputers | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into opencomputers for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod opencomputers | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - OpenComputers took 0.210s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod batterybufferdriver | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod batterybufferdriver is using network checker : Accepting version 1.2 | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod batterybufferdriver to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod batterybufferdriver accepts its own version (1.2) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into batterybufferdriver | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for batterybufferdriver | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into batterybufferdriver for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod batterybufferdriver | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - BatteryBufferDriver took 0.005s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bhc | |
| [17:12:21] [Server thread/ERROR] [FML]: The mod bhc is expecting signature undefined for source baubley-heart-canisters-1.12.2-1.2.3.jar, however there is no signature matching that description | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod bhc is using network checker : Accepting version 1.2.3 | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod bhc to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod bhc accepts its own version (1.2.3) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for kiba.bhc.handler.RegistryHandler for mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class kiba.bhc.handler.RegistryHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for kiba.bhc.handler.DropHandler for mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class kiba.bhc.handler.DropHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for kiba.bhc.handler.HealthHandler for mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class kiba.bhc.handler.HealthHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for kiba.bhc.handler.ConfigHandler$Handler for mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class kiba.bhc.handler.ConfigHandler$Handler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for kiba.bhc.handler.StartingHealthHandler for mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class kiba.bhc.handler.StartingHealthHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bhc for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bhc | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Baubley Heart Canisters took 0.024s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod biggerpacketsplz | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod biggerpacketsplz is using network checker : No network checking performed | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod biggerpacketsplz to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod biggerpacketsplz accepts its own version (1.2) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into biggerpacketsplz | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for biggerpacketsplz | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into biggerpacketsplz for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod biggerpacketsplz | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bigger Packets, please ! took 0.002s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bnbgaminglib | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod bnbgaminglib is using network checker : No network checking performed | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod bnbgaminglib to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod bnbgaminglib accepts its own version (2.17.6) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bnbgaminglib | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bnbgaminglib | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bnbgaminglib for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bnbgaminglib | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - BNBGamingLib took 0.015s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod botania_tweaks | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod botania_tweaks is using network checker : Accepting version 1.9.0 | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod botania_tweaks to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod botania_tweaks accepts its own version (1.9.0) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into botania_tweaks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for botania_tweaks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for quaternary.botaniatweaks.modules.botania.block.BlockPottedTinyPotato for mod botania_tweaks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class quaternary.botaniatweaks.modules.botania.block.BlockPottedTinyPotato | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for quaternary.botaniatweaks.modules.shared.config.BotaniaTweaksConfig for mod botania_tweaks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class quaternary.botaniatweaks.modules.shared.config.BotaniaTweaksConfig | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into botania_tweaks for type INSTANCE | |
| [17:12:21] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod botania_tweaks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Bar Step: Construction - Botania Tweaks took 0.015s | |
| [17:12:21] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod botania | |
| [17:12:21] [Server thread/TRACE] [FML]: Mod botania is using network checker : Accepting version r1.10-363 | |
| [17:12:21] [Server thread/TRACE] [FML]: Testing mod botania to verify it accepts its own version in a remote connection | |
| [17:12:21] [Server thread/TRACE] [FML]: The mod botania accepts its own version (r1.10-363) | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.ModSounds for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.ModSounds | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.string.BlockRedStringInterceptor for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.string.BlockRedStringInterceptor | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.equipment.bauble.ItemBauble for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.equipment.bauble.ItemBauble | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.relic.ItemOdinRing for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.relic.ItemOdinRing | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.PixieHandler for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.PixieHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.crafting.ModCraftingRecipes for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.crafting.ModCraftingRecipes | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.block.ItemBlockSpecialFlower for mod botania | |
| [17:12:21] [Server thread/INFO] [Botania Tweaks ASM]: Adding a flower durability bar... | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.block.ItemBlockSpecialFlower | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.SheddingHandler for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.SheddingHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.ModBlocks for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.ModBlocks | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.CommonTickHandler for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.CommonTickHandler | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.brew.ModPotions for mod botania | |
| [17:12:21] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.brew.ModPotions | |
| [17:12:21] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.ModItems for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.ModItems | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.subtile.functional.SubTileVinculotus for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.subtile.functional.SubTileVinculotus | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.subtile.functional.SubTileLoonuim for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.subtile.functional.SubTileLoonuim | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.equipment.bauble.ItemGoddessCharm for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.equipment.bauble.ItemGoddessCharm | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.item.relic.ItemLokiRing for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.item.relic.ItemLokiRing | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.BlockGhostRail for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.BlockGhostRail | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.BlockFelPumpkin for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.BlockFelPumpkin | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.SleepingHandler for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.SleepingHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.ModFluffBlocks for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.ModFluffBlocks | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.core.handler.ConfigHandler$ChangeListener for mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.core.handler.ConfigHandler$ChangeListener | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.botania.common.block.subtile.generating.SubTileNarslimmus for mod botania | |
| [17:12:22] [Server thread/INFO] [Botania Tweaks ASM]: Patching the narslimmus's decayability... | |
| [17:12:22] [Server thread/INFO] [Botania Tweaks ASM]: Instrumenting entry/exit points for the narslimmus flower... | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.botania.common.block.subtile.generating.SubTileNarslimmus | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into botania for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod botania | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Botania took 1.250s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod bridgeit | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod bridgeit is using network checker : No network checking performed | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod bridgeit to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod bridgeit accepts its own version (1.0.0) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into bridgeit | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for bridgeit | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into bridgeit for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod bridgeit | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Bridgeit took 0.004s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod buildinggadgets | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod buildinggadgets is using network checker : Accepting version 2.8.4 | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod buildinggadgets to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod buildinggadgets accepts its own version (2.8.4) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.ConfigEventHandler for mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.ConfigEventHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.ItemPickupHandler for mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.ItemPickupHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.AnvilRepairHandler for mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.AnvilRepairHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.proxy.CommonProxy for mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.proxy.CommonProxy | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.direwolf20.buildinggadgets.common.events.BreakEventHandler for mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.direwolf20.buildinggadgets.common.events.BreakEventHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into buildinggadgets for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod buildinggadgets | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Building Gadgets took 0.072s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ceramics | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod ceramics is using network checker : Accepting version 1.12-1.3.7 | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod ceramics to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod ceramics accepts its own version (1.12-1.3.7) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ceramics | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ceramics | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for knightminer.ceramics.Ceramics$Registration for mod ceramics | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class knightminer.ceramics.Ceramics$Registration | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ceramics for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ceramics | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Ceramics took 0.098s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forgemultipartcbe | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod forgemultipartcbe is using network checker : Accepting version 2.6.2.83 | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod forgemultipartcbe to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod forgemultipartcbe accepts its own version (2.6.2.83) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into forgemultipartcbe | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgemultipartcbe | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forgemultipartcbe for type INSTANCE | |
| [17:12:22] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for codechicken.multipart.minecraft.MinecraftMultipartMod.instance since it is not for mod forgemultipartcbe | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forgemultipartcbe | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Multipart CBE took 0.014s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod gregtech | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod gregtech is using network checker : Accepting version 1.10.0.546 | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod gregtech to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod gregtech accepts its own version (1.10.0.546) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.api.pipenet.tickable.TickableWorldPipeNetEventHandler for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.api.pipenet.tickable.TickableWorldPipeNetEventHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.api.util.TaskScheduler for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.api.util.TaskScheduler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.api.items.toolitem.ToolMetaItemListener for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.api.items.toolitem.ToolMetaItemListener | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.common.CommonProxy for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.common.CommonProxy | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.common.items.FieldProjectorEventHandler for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.common.items.FieldProjectorEventHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.common.items.EnchantmentTableTweaks for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.common.items.EnchantmentTableTweaks | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.common.EventHandlers for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.common.EventHandlers | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.common.entities.EntitySpawnHandler for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.common.entities.EntitySpawnHandler | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for gregtech.api.worldgen.generator.GTWorldGenCapability for mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class gregtech.api.worldgen.generator.GTWorldGenCapability | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into gregtech for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod gregtech | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - GregTech Community Edition took 0.169s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ceu | |
| [17:12:22] [Server thread/TRACE] [FML]: Mod ceu is using network checker : Accepting version 1.0.4.3 | |
| [17:12:22] [Server thread/TRACE] [FML]: Testing mod ceu to verify it accepts its own version in a remote connection | |
| [17:12:22] [Server thread/TRACE] [FML]: The mod ceu accepts its own version (1.0.4.3) | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ceu | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ceu | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.tictim.ceu.config.CeuConfig for mod ceu | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.tictim.ceu.config.CeuConfig | |
| [17:12:22] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.tictim.ceu.CeuBlocks for mod ceu | |
| [17:12:22] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.tictim.ceu.CeuBlocks | |
| [17:12:22] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into ceu for type INSTANCE | |
| [17:12:22] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ceu | |
| [17:12:22] [Server thread/DEBUG] [FML]: Bar Step: Construction - CEU took 0.135s | |
| [17:12:22] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod chickens | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod chickens is using network checker : Accepting version 6.1.0 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod chickens to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod chickens accepts its own version (6.1.0) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into chickens | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for chickens | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.setycz.chickens.ChickensMod for mod chickens | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.setycz.chickens.ChickensMod | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into chickens for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod chickens | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Chickens took 0.063s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod clumps | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod clumps is using network checker : Accepting version 3.1.2 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod clumps to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod clumps accepts its own version (3.1.2) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into clumps | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for clumps | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into clumps for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod clumps | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Clumps took 0.026s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cyclopscore | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cyclopscore is using network checker : Accepting version 1.6.6 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cyclopscore to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cyclopscore accepts its own version (1.6.6) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cyclopscore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyclopscore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cyclopscore for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cyclopscore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyclops Core took 0.156s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod commoncapabilities | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod commoncapabilities is using network checker : Accepting version 2.4.6 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod commoncapabilities to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod commoncapabilities accepts its own version (2.4.6) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into commoncapabilities | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for commoncapabilities | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for org.cyclops.commoncapabilities.api.ingredient.IngredientComponent for mod commoncapabilities | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into commoncapabilities for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod commoncapabilities | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CommonCapabilities took 0.151s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod compactmachines3 | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod compactmachines3 is using network checker : Accepting version 3.0.18 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod compactmachines3 to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod compactmachines3 accepts its own version (3.0.18) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into compactmachines3 | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for compactmachines3 | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for org.dave.compactmachines3.proxy.CommonProxy for mod compactmachines3 | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class org.dave.compactmachines3.proxy.CommonProxy | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into compactmachines3 for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod compactmachines3 | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Compact Machines 3 took 0.075s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod contenttweaker | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod contenttweaker is using network checker : Accepting version 1.12.2-4.9.1 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod contenttweaker to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod contenttweaker accepts its own version (1.12.2-4.9.1) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into contenttweaker | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for contenttweaker | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into contenttweaker for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod contenttweaker | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - ContentTweaker took 0.073s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cookingforblockheads | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cookingforblockheads is using network checker : Accepting version 6.5.0 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cookingforblockheads to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cookingforblockheads accepts its own version (6.5.0) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cookingforblockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cookingforblockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.cookingforblockheads.CookingForBlockheads for mod cookingforblockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.cookingforblockheads.CookingForBlockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for net.blay09.mods.cookingforblockheads.compat.JsonCompatLoader for mod cookingforblockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class net.blay09.mods.cookingforblockheads.compat.JsonCompatLoader | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cookingforblockheads for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cookingforblockheads | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cooking for Blockheads took 0.042s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod roost | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod roost is using network checker : Accepting version 2.0.6 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod roost to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod roost accepts its own version (2.0.6) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into roost | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for roost | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.timwoodcreates.roost.proxy.ProxyCommon for mod roost | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.timwoodcreates.roost.proxy.ProxyCommon | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.timwoodcreates.roost.RoostConfig$SyncHandler for mod roost | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.timwoodcreates.roost.RoostConfig$SyncHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into roost for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod roost | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Roost took 0.034s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cosmeticarmorreworked | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cosmeticarmorreworked is using network checker : Accepting version 1.12.2-v5a | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cosmeticarmorreworked to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cosmeticarmorreworked accepts its own version (1.12.2-v5a) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cosmeticarmorreworked | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cosmeticarmorreworked | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cosmeticarmorreworked for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cosmeticarmorreworked | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CosmeticArmorReworked took 0.030s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod crafttweakerjei | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod crafttweakerjei is using network checker : Accepting version 2.0.3 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod crafttweakerjei to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod crafttweakerjei accepts its own version (2.0.3) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Skipping proxy injection for com.blamejared.ctgui.MTRecipe.PROXY since it is not for mod crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Skipping proxy injection for crafttweaker.mc1120.CraftTweaker.PROXY since it is not for mod crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into crafttweakerjei for type INSTANCE | |
| [17:12:23] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for com.blamejared.ctgui.MTRecipe.INSTANCE since it is not for mod crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Skipping @net.minecraftforge.fml.common.Mod$Instance injection for crafttweaker.mc1120.CraftTweaker.INSTANCE since it is not for mod crafttweakerjei | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod crafttweakerjei | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CraftTweaker JEI Support took 0.017s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod creativecore | |
| [17:12:23] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:23] [Server thread/DEBUG] [forge]: com/creativemd/creativecore/common/world/CreativeWorld$1 | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod creativecore is using network checker : Accepting version 1.10.0 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod creativecore to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod creativecore accepts its own version (1.10.0) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into creativecore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for creativecore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into creativecore for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod creativecore | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - CreativeCore took 0.021s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cryingobsidian | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cryingobsidian is using network checker : Accepting version 1.2.1 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cryingobsidian to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cryingobsidian accepts its own version (1.2.1) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.errorcraftlp.cryingobsidian.misc.CryingObsidianConfig$ConfigGui for mod cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.errorcraftlp.cryingobsidian.misc.CryingObsidianConfig$ConfigGui | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.errorcraftlp.cryingobsidian.misc.CryingObsidianEventHandler for mod cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.errorcraftlp.cryingobsidian.misc.CryingObsidianEventHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for de.errorcraftlp.cryingobsidian.CryingObsidian for mod cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class de.errorcraftlp.cryingobsidian.CryingObsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cryingobsidian for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cryingobsidian | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Crying Obsidian took 0.026s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cucumber | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cucumber is using network checker : Accepting version 1.1.3 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cucumber to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cucumber accepts its own version (1.1.3) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cucumber | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cucumber | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cucumber for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cucumber | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cucumber Library took 0.015s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cyberware | |
| [17:12:23] [Server thread/ERROR] [FML]: The mod cyberware is expecting signature 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 for source cyberware-1.12.2-0.2.11.26.jar, however there is no signature matching that description | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod cyberware is using network checker : Accepting version 0.2.11.26 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod cyberware to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod cyberware accepts its own version (0.2.11.26) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cyberware | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyberware | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cyberware for type INSTANCE | |
| [17:12:23] [Server thread/INFO] []: [Cyberware] Invalid fingerprint detected | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cyberware | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Cyberware took 0.023s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod dmonsters | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod dmonsters is using network checker : Accepting version 1.7 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod dmonsters to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod dmonsters accepts its own version (1.7) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.dmonsters.main.ModItems$RegistrationHandler for mod dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.dmonsters.main.ModItems$RegistrationHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.dmonsters.main.ModSounds$RegistrationHandler for mod dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.dmonsters.main.ModSounds$RegistrationHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.dmonsters.main.ModBlocks$RegistrationHandler for mod dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.dmonsters.main.ModBlocks$RegistrationHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into dmonsters for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod dmonsters | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Deadly Monsters took 0.055s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod patchouli | |
| [17:12:23] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes | |
| [17:12:23] [Server thread/DEBUG] [forge]: vazkii/patchouli/client/handler/BookCrashHandler | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod patchouli is using network checker : Accepting version 1.0-21 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod patchouli to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod patchouli accepts its own version (1.0-21) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into patchouli | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for patchouli | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for vazkii.patchouli.common.handler.PlayerJoinHandler for mod patchouli | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class vazkii.patchouli.common.handler.PlayerJoinHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into patchouli for type INSTANCE | |
| [17:12:23] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod patchouli | |
| [17:12:23] [Server thread/DEBUG] [FML]: Bar Step: Construction - Patchouli took 0.020s | |
| [17:12:23] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod deepmoblearning | |
| [17:12:23] [Server thread/TRACE] [FML]: Mod deepmoblearning is using network checker : Accepting version 1.12.2-2.5.4 | |
| [17:12:23] [Server thread/TRACE] [FML]: Testing mod deepmoblearning to verify it accepts its own version in a remote connection | |
| [17:12:23] [Server thread/TRACE] [FML]: The mod deepmoblearning accepts its own version (1.12.2-2.5.4) | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into deepmoblearning | |
| [17:12:23] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for deepmoblearning | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xt9.deepmoblearning.plugins.patchouli.Module for mod deepmoblearning | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xt9.deepmoblearning.plugins.patchouli.Module | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xt9.deepmoblearning.common.capabilities.PlayerTrial for mod deepmoblearning | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xt9.deepmoblearning.common.capabilities.PlayerTrial | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xt9.deepmoblearning.common.events.CapabilityHandler for mod deepmoblearning | |
| [17:12:23] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class xt9.deepmoblearning.common.events.CapabilityHandler | |
| [17:12:23] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for xt9.deepmoblearning.common.events.PlayerHandler for mod deepmoblearning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment