SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Server won't even open, any help is appreciated. #2873

Closed omerbadawy11 closed 5 years ago

omerbadawy11 commented 5 years ago

I am currently running

Issue Description

---- Minecraft Crash Report ---- // Daisy, daisy... Time: 2019-07-10 22:33:48 SGT Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) 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.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.redirect$forgeImpl$PostEvent$zza000(LoadController.java:568) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.getConstructor(Unknown Source) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112) at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ... 33 more Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 40 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521) at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 42 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.phosphor.json:common.MixinChunk$Sponge] from phase [DEFAULT] in config [mixins.phosphor.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779) at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513) ... 45 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Redirect annotation on redirect$setBlockStateCreateSectionSponge$bcn000 could not find any targets matching 'setBlockState' in the target class net.minecraft.world.chunk.Chunk. Using refmap mixins.phosphor.refmap.json at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:421) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:159) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:151) at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.(RedirectInjectionInfo.java:39) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:478) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1188) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:954) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:318) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:281) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) ... 45 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Sponge PhaseTracker -- Phase Stack: [Empty stack] -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_211, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 5627971848 bytes (5367 MB) / 6433669120 bytes (6135 MB) up to 12562792448 bytes (11980 MB) JVM Flags: 15 total; -Xmx12G -Xms6G -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2838 273 mods loaded, 272 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored Mods: | State | ID | Version | Source | Signature | |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | advancedrocketrycore | 1 | minecraft.jar | None | | LC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LC | spongeapi | 7.1.0-b9318012e | spongeforge-1.12.2-2838-7.1.7-RC3847.jar | None | | LC | sponge | 1.12.2-7.1.7-SNAPSHOT | spongeforge-1.12.2-2838-7.1.7-RC3847.jar | None | | LC | spongeforge | 1.12.2-2838-7.1.7-RC3847 | spongeforge-1.12.2-2838-7.1.7-RC3847.jar | None | | LC | openmodscore | 0.12.2 | minecraft.jar | None | | LC | foamfixcore | 7.7.4 | minecraft.jar | None | | LC | randompatches | 1.12.2-1.17.2.0 | randompatches-1.12.2-1.17.2.0.jar | None | | LC | gottagofast | 1.1 | gottagofast-1.1.jar | None | | LC | concheckrmd | 1.8.1 | Modpack Configuration Checker-1.12.2-v1.8.1.jar | None | | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None | | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | | LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | | LC | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | LC | abyssalcraft | 1.9.9 | AbyssalCraft-1.12.2-1.9.9.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | roots | 1.12.2-3.0.2 | Roots-1.12.2-3.0.2.jar | None | | LC | endercore | 1.12.2-0.5.59 | EnderCore-1.12.2-0.5.59.jar | None | | LE | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | L | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None | | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None | | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | L | brandonscore | 2.4.12 | BrandonsCore-1.12.2-2.4.12.205-universal.jar | None | | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None | | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None | | L | draconicevolution | 2.3.22 | Draconic-Evolution-1.12.2-2.3.22.343-universal.jar | None | | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None | | L | enderio | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderiointegrationtic | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | L | botania | r1.10-361 | Botania r1.10-361.jar | None | | L | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None | | L | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None | | L | quark | r1.5-167 | Quark-r1.5-167.jar | None | | L | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None | | L | psi | r1.1-77 | Psi-r1.1-77.jar | None | | L | rpsideas | 2.4.2 | rpsideas-2.4.2.jar | None | | L | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | L | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None | | L | acintegration | 1.8.1 | AbyssalCraft Integration-1.12.2-1.8.1.jar | None | | L | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None | | L | actuallyadditions | 1.12.2-r148 | ActuallyAdditions-1.12.2-r148.jar | None | | L | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | | L | ic2 | 2.8.109-ex112 | industrialcraft-2-2.8.109-ex112.jar | None | | L | libvulpes | 0.4.1.-59 | LibVulpes-1.12.2-0.4.1-59-universal.jar | None | | L | advancedrocketry | 1.6.0.-151 | AdvancedRocketry-1.12.2-1.6.0-151-universal.jar | None | | L | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build79.jar | None | | L | aether | 0.2.2 | aether_ii-1.12.2-0.2.2+build79-universal.jar | None | | L | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None | | L | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | L | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None | | L | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None | | L | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | L | ebwizardry | 4.1.4 | Electroblob's Wizardry - 4.1.4 - MC 1.12.2.jar | None | | L | arcane_essentials | 1.0 | Arcane Essentials-0.9.jar | None | | L | base | 3.13.0 | base-1.12.2-3.13.0.jar | None | | L | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None | | L | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | None | | L | armoryexpansion | 1.3.1 | armoryexpansion-1.3.1.jar | None | | L | armoryexpansion-custommaterials | 1.3.1 | armoryexpansion-1.3.1.jar | None | | L | armoryexpansion-iceandfire | 1.3.1 | armoryexpansion-1.3.1.jar | None | | L | armoryexpansion-matteroverdrive | 1.3.1 | armoryexpansion-1.3.1.jar | None | | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None | | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None | | L | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | None | | L | atum | 2.0.11 | Atum-1.12.2-2.0.11.jar | None | | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None | | L | avaritiatweaks | @VERSION@ | Avaritia's Complement-1.12.2-1.2a.jar | None | | L | avaritiaio | 1.1 | avaritiaio-1.3.jar | None | | L | avaritiarecipemaker | 1.0.0 | avaritiarecipemaker-1.0.0.jar | None | | L | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None | | L | battletowers | 1.6.4 | BattleTowers-1.12.2.jar | None | | L | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | L | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | None | | L | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | L | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6.jar | None | | L | betterinvisibility | 1.0 | betterinvisibility-1.12-1.0.jar | None | | L | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None | | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | None | | L | bewitchment | @VERSION@ | Bewitchment-1.12.2-0.0.19.47-indev.jar | None | | L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | L | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | L | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None | | L | cyclicmagic | 1.19.12 | Cyclic-1.12.2-1.19.12.jar | None | | L | kjlib | 1.0.4 | kjlib-1.0.4.jar | None | | L | inventorygenerators | 1.2.2 | inventorygenerators-1.2.2.jar | None | | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | L | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | | L | bloodarsenal | 1.12.2-2.2.0-28 | BloodArsenal-1.12.2-2.2.0-28.jar | None | | L | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | None | | L | bloodmoonext | 1.0.5 | BloodmoonExt-MC1.12.2-1.0.5.jar | None | | L | bloodtinker | 1.0.5 | bloodtinker-1.0.5.jar | None | | L | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | None | | L | bountiful | 2.2.0 | Bountiful-2.2.0.jar | None | | L | careerbees | 1.0 | careerbees-0.4.0.jar | None | | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | L | chunkpregenerator | 2.1 | Chunk Pregenerator V1.12-2.1.jar | None | | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | L | cof | 1.0.0 | Coin Of Flight (R.0.0.3).jar | None | | L | cyclopscore | 1.4.0 | CyclopsCore-1.12.2-1.4.0.jar | None | | L | commoncapabilities | 2.4.3 | CommonCapabilities-1.12.2-2.4.3.jar | None | | L | colossalchests | 1.7.3 | ColossalChests-1.12.2-1.7.3.jar | None | | L | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | None | | L | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None | | L | reskillable | 1.12.2-GRADLE:BUILD | Reskillable-1.12.2-1.12.5.jar | None | | L | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None | | L | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None | | L | compatskills | 1.12.2-1.16.1 | CompatSkills-1.12.2-1.16.1.jar | None | | L | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | None | | L | cosmiclib | 0.4.0 | CosmicLib-1.12.2-0.4.0.BETA.jar | None | | L | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None | | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | L | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | None | | L | deathquotes | 1.2.0 | DeathQuotes-1.2.0-mc1.12-forge.jar | None | | L | deepmoblearning | 1.12.2-2.5.2 | deepmoblearning-1.12.2-2.5.2-universal.jar | None | | L | deepmoblearningbm | 1.12.2-1.0.1 | deepmoblearningbm-1.12.2-1.0.1-universal.jar | None | | L | defaultworldgenerator-port | 1.12-2.3 | DefaultWorldGenerator-port-1.12-2.3.jar | None | | L | deuf | 1.1-1.12.2 | deuf-1.1-1.12.2.jar | None | | L | doggytalents | 1.15.0.5 | DoggyTalents-1.12.2-1.15.0.5-universal.jar | None | | L | dldungeonsjbg | 1.12.5 | DoomlikeDungeons-1.12.5-MC1.12.2.jar | None | | L | rcraft | 1.7.5 | dotHack Weapons-1.7.5.jar | None | | L | dummycore | 2.4.112.5. | DummyCoreUnofficial-2.4.112.5.jar | None | | L | dynamictrees | 1.12.2-0.9.5 | DynamicTrees-1.12.2-0.9.5.jar | None | | L | dynamictreestc | 1.12.2-1.4.1e | DynamicTreesTC-1.12.2-1.4.1e.jar | None | | L | net.blacklab.lib | 6.0.2.5 | EBLib-6.0.2.5.jar | None | | L | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None | | L | enderiobase | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderioconduits | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderioconduitsappliedenergistics | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderioconduitsopencomputers | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderioconduitsrefinedstorage | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderiointegrationforestry | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderiointegrationticlate | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | ftblib | 5.4.3.125 | FTBLib-5.4.3.125.jar | None | | L | enderiomachines | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderiopowertools | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None | | L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None | | L | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None | | L | mekanism | 1.12.2-9.7.8.379 | Mekanism-1.12.2-9.7.8.379.jar | None | | L | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | None | | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | | L | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None | | L | extendeddays | 0.2.9 | ExtendedDays-1.12.2-0.2.9-28.jar | None | | L | golems | 7.1.5 | ExtraGolems-1.12-7.1.5.jar | None | | L | extra_spells | 1.0.7 | ExtraSpells-1.12.2-1.0.7.jar | None | | L | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None | | L | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None | | L | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | L | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | L | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | L | friendlyfire | 1.5.10 | FriendlyFire-1.12.2-1.5.10.jar | None | | L | ftbguides | 1.0.2.33 | FTBGuides-1.0.2.33.jar | None | | L | ftbutilities | 5.4.0.100 | FTBUtilities-5.4.0.100.jar | None | | L | itemfilters | 1.0.3.12 | ItemFilters-1.0.3.12.jar | None | | L | ftbquests | 1.7.2.181 | FTBQuests-1.7.2.181.jar | None | | L | ftbmoney | 1.1.0.40 | FTBMoney-1.1.0.40.jar | None | | L | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.4.jar | None | | L | minecraftfuture | 0.1.5 | future-mc-0.1.5c.jar | None | | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | L | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None | | L | geneticsreborn | 1.09 | geneticsreborn-1.12-1.09.jar | None | | L | hammercore | 2.0.4.7 | HammerCore-1.12.2-2.0.4.7.jar | None | | L | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None | | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | L | improvedbackpacks | 1.12.2-1.4.0.0 | ImprovedBackpacks-1.12.2-1.4.0.0.jar | None | | L | incontrol | 3.9.10 | incontrol-1.12-3.9.10.jar | None | | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None | | L | infernalmobs | 1.7.6 | InfernalMobs-1.12.1.jar | None | | L | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None | | L | inventorypets | 2.0.1 | inventorypets-1.12-2.0.1.jar | None | | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.67.844.jar | None | | L | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None | | L | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None | | L | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None | | L | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | L | jeid | 1.0.2-26 | JustEnoughIDs-1.0.2-26.jar | None | | L | jeidsi | 1.2.1.29 | jeidsi-1.2.1.29.jar | None | | L | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None | | L | justenoughdimensions | 1.5.5 | justenoughdimensions-1.12.1-1.5.5.jar | None | | L | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None | | L | lagbgonreborn | 1.0.5 | lagbgonreborn-1.0.5.jar | None | | L | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None | | L | login_shield | 1.12.2-3-g7c6e7ac | Login_Shield-1.12.2-3-g7c6e7ac.jar | None | | L | lostcities | 2.0.20 | lostcities-1.12-2.0.20.jar | None | | L | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None | | L | magipsi | 1.3 | MagicalPsi-1.3.2.jar | None | | L | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | L | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None | | L | mekanismgenerators | 1.12.2-9.7.8.379 | MekanismGenerators-1.12.2-9.7.8.379.jar | None | | L | mekanismtools | 1.12.2-9.7.8.379 | MekanismTools-1.12.2-9.7.8.379.jar | None | | L | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None | | L | powersuits | 1.12.2-1.0.44 | ModularPowersuits-1.12.2-1.0.44.jar | None | | L | moreavaritia | 3.2 | moreavaritia-mc1.12.2-v3.2.jar | None | | L | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None | | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | | L | mysticalworld | 1.12.2-1.3.0 | MysticWorld-1.12.2-1.3.0.jar | None | | L | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None | | L | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None | | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None | | L | offlineskins | 1.12.2-v5g | OfflineSkins-1.12.2-v5g.jar | None | | L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None | | L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None | | L | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None | | L | pa | 1.12.2 | Passive Aggression-1.12.2-0.0.1.jar | None | | L | subcommonlib | 1.2.0.1 | subcommonlib-sublib-1.12.2-1.2.0.4.jar | None | | L | petbuddy | $version | petbuddy-petbuddy-1.12.2-2.4.1.0.jar | None | | L | placeableitems | 3.3 | placeableitems-3.3.jar | None | | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | | L | progressivebosses | 1.5.0 | ProgressiveBosses-1.5.0-mc1.12.x.jar | None | | L | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | | L | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | | L | refined_avaritia | 2.6 | refined_avaritia-1.12.2-2.6.jar | None | | L | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None | | L | roughmobs | 2.0.0 | roughmobs2-1.12.2_2.0.15.jar | None | | L | rspcompat | 1.2.2 | rspcompat-1.2.2.jar | None | | L | runecraft | 2.1.1 | RuneCraft-1.12.2-(v.2.1.1).jar | None | | L | scalinghealth | 1.3.37 | ScalingHealth-1.12.2-1.3.38+143.jar | None | | L | t3s4ebw | 1.0 | SeedsForWizardry 1.0 For MC Forge 1.12.2.jar | None | | L | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None | | L | sasit | 1.1.14 | StuffASockInIt-1.12.2-1.1.14.jar | None | | L | tardis | 0.1.0D | tardis-0.1.0D.jar | None | | L | tg | 0.1.5.0 | Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26.jar | None | | L | thaumadditions | 18r | ThaumicAdditions-1.12.2-18r.jar | None | | L | thaumicaugmentation | 1.12.2-1.0.7 | ThaumicAugmentation-1.12.2-1.0.7.jar | None | | L | thaumicbases | 3.3.310.5r | thaumicbases-3.3.350.6r.jar | None | | L | thaumicbrewing | 1.0.2 | thaumicbrewing-1.0.2.jar | None | | L | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | L | thaumicperiphery | 0.3.0 | thaumicperiphery-0.3.0.jar | None | | L | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | L | thaumicwonders | 1.7.0 | thaumicwonders-1.7.0.jar | None | | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None | | L | thermaltinkering | 1.0 | ThermalTinkering-1.12.2-2.0.1.jar | None | | L | tinker_io | rw2.7.1 | tinker_io-1.12.2-rw2.7.1.jar | None | | L | tinkersaether | 1.3.0 | tinkersaether-1.3.0.jar | None | | L | tcomplement | 1.12.2-0.4.2 | TinkersComplement-1.12.2-0.4.2.jar | None | | L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None | | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | | L | unforgivingvoid | 1.0.2 | UnforgivingVoid-1.12.2-1.0.2.jar | None | | L | unloader | 1.2.0 | unloader-1.2.0.jar | None | | L | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None | | L | villagenames | 3.1.1 | VillageNames-1.12.2-3.1.1.jar | None | | L | waim | 1.0.0 | WAIM-1.0.0.jar | None | | L | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None | | L | wizardry | 0.10.8 | wizardry-0.10.8.jar | None | | L | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None | | L | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46.jar | None | | L | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | None | | L | structurize | 1.12.2-0.10.79-ALPHA | structurize-1.12.2-0.10.79-ALPHA.jar | None | | L | minecolonies | 1.12.2-0.10.259-RELEASE | minecolonies-1.12.2-0.10.259-RELEASE-universal.jar | None | | L | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | None | | L | thebetweenlands | 3.4.9 | TheBetweenlands-3.4.9-universal.jar | None | | L | totemexpansion | 1.2.2 | totemexpansion-1.2.2-1.12.2.jar | None | | L | weeping-angels | 1.12.2-37 | weeping-angels-37.jar | None | | L | armoryexpansion-conarm | 1.3.1 | armoryexpansion-1.3.1.jar | None | | L | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None | | L | mysticallib | 1.12.2-1.3.0 | mysticallib-1.12.2-1.3.0.jar | None | | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None | | UD | movingquickly | | minecraft.jar | None | Plugins: | State | ID | Version | Source | Signature | |:----- |:-- |:------- |:------ |:--------- | Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.17.2.0.jar) com.therandomlabs.randompatches.core.RPTransformer MovingQuicklyCore (MovingQuickly-1.12.2_1.0.0-release.jar) movingquickly.MovingQuicklyTransformer TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer AppleCore (AppleCore-mc1.12.2-3.2.0.jar) squeek.applecore.asm.TransformerModuleHandler MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar) mekanism.coremod.KeybindingMigrationHelper offlineskins (OfflineSkins-1.12.2-v5g-core.jar) lain.mods.skins.init.forge.asm.ASMTransformer DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar) DummyCore.ASM.DCASMManager CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer SpongeCoremod (spongeforge-1.12.2-2838-7.1.7-RC3847.jar) org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar) VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar) Wizardry Plugin (wizardry-0.10.8.jar) com.teamwizardry.wizardry.asm.WizardryTransformer MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) GottaGoFastLoader (gottagofast-1.1.jar) com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer HCASM (HammerCore-1.12.2-2.0.4.7.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) openmods.core.OpenModsClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar) org.dimdev.jeid.JEIDTransformer ForgelinPlugin (Forgelin-1.8.3.jar) Plugin (NotEnoughIDs-1.5.4.4.jar) ru.fewizz.neid.asm.Transformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar) Quark Plugin (Quark-r1.5-167.jar) vazkii.quark.base.asm.ClassTransformer AstralCore (astralsorcery-1.12.2-1.10.19.jar) LoadingPlugin (Reskillable-1.12.2-1.12.5.jar) codersafterdark.reskillable.base.asm.ClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar) AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.6.0-151-universal.jar) zmaster587.advancedRocketry.asm.ClassTransformer 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] Suspected Mods: Unknown Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge,sponge' Type: Dedicated Server (map_server.txt)
gabizou commented 5 years ago

Phosphorus needs an update.

omerbadawy11 commented 5 years ago

I'm not sure I follow you on that, what is Phosphorus and how can I update it?

Zidane commented 5 years ago

| L | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46.jar | None |

How do you not know what you have installed on your own server?

omerbadawy11 commented 5 years ago

I found the mods in memory repo ( i didn't even know I had them btw) so I deleted the whole memory repo folder and they keep coming back. I'm not sure what to do.

omerbadawy11 commented 5 years ago

Update i found out the mod Aether_ii was the reason phosphor kept coming back so i disabled it and now i get this:

---- Minecraft Crash Report ---- // Why did you do that?

Time: 2019-07-12 22:22:59 SGT Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/world/gen/ChunkProviderServer at net.minecraft.world.WorldServer.createChunkProvider(WorldServer.java:848) at net.minecraft.world.WorldServer.(WorldServer.java:118) at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:846) at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:813) at net.minecraft.server.MinecraftServer.loadAllWorlds(MinecraftServer.java:4396) at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:270) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: net.minecraft.world.gen.ChunkProviderServer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 8 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521) at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 10 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/world/gen/ChunkProviderServer::func_186025_d(II)Lnet/minecraft/world/chunk/Chunk; has incompatible changes at opcode 104 in callback net/minecraft/world/gen/ChunkProviderServer::handler$impl$StopGenerationPhaseFromError$zmn000. Expected: [Lnet/minecraft/world/chunk/Chunk;, J, Ljava/lang/Throwable;, Lnet/minecraft/crash/CrashReport;, Lnet/minecraft/crash/CrashReportCategory;, Lnet/minecraft/world/gen/ChunkProviderServer;, I, I] Found: [Lnet/minecraft/world/chunk/Chunk;, J, Ljava/lang/Throwable;, Lnet/minecraft/crash/CrashReport;, Lnet/minecraft/crash/CrashReportCategory;, Lnet/minecraft/world/gen/IChunkGenerator;, I, I] at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:483) at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:433) at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:200) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1207) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:963) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:323) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:281) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) ... 13 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Sponge PhaseTracker -- Phase Stack: [Empty stack]

-- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_211, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4226659120 bytes (4030 MB) / 6433669120 bytes (6135 MB) up to 12562792448 bytes (11980 MB) JVM Flags: 15 total; -Xmx12G -Xms6G -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2838 267 mods loaded, 266 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   Mods:

   | State  | ID                                | Version                  | Source                                             | Signature                                |
   |:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
   | LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
   | LCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
   | LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2838-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | forge                             | 14.23.5.2838             | forge-1.12.2-14.23.5.2838-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | advancedrocketrycore              | 1                        | minecraft.jar                                      | None                                     |
   | LCHIJA | ivtoolkit                         | 1.3.3-1.12               | minecraft.jar                                      | None                                     |
   | LCHIJA | spongeapi                         | 7.1.0-b9318012e          | spongeforge-1.12.2-2838-7.1.7-RC3847.jar           | None                                     |
   | LCHIJA | sponge                            | 1.12.2-7.1.7-SNAPSHOT    | spongeforge-1.12.2-2838-7.1.7-RC3847.jar           | None                                     |
   | LCHIJA | spongeforge                       | 1.12.2-2838-7.1.7-RC3847 | spongeforge-1.12.2-2838-7.1.7-RC3847.jar           | None                                     |
   | LCHIJA | openmodscore                      | 0.12.2                   | minecraft.jar                                      | None                                     |
   | LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
   | LCHIJA | randompatches                     | 1.12.2-1.17.2.0          | randompatches-1.12.2-1.17.2.0.jar                  | None                                     |
   | LCHIJA | gottagofast                       | 1.1                      | gottagofast-1.1.jar                                | None                                     |
   | LCHIJA | concheckrmd                       | 1.8.1                    | Modpack Configuration Checker-1.12.2-v1.8.1.jar    | None                                     |
   | LCHIJA | crafttweaker                      | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
   | LCHIJA | mtlib                             | 3.0.6                    | MTLib-3.0.6.jar                                    | None                                     |
   | LCHIJA | modtweaker                        | 4.0.17                   | modtweaker-4.0.17.jar                              | None                                     |
   | LCHIJA | jei                               | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                          | None                                     |
   | LCHIJA | abyssalcraft                      | 1.9.9                    | AbyssalCraft-1.12.2-1.9.9.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
   | LCHIJA | roots                             | 1.12.2-3.0.2             | Roots-1.12.2-3.0.2.jar                             | None                                     |
   | LCHIJA | endercore                         | 1.12.2-0.5.59            | EnderCore-1.12.2-0.5.59.jar                        | None                                     |
   | LCHIJA | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
   | LCHIJA | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
   | LCHIJA | brandonscore                      | 2.4.12                   | BrandonsCore-1.12.2-2.4.12.205-universal.jar       | None                                     |
   | LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | draconicevolution                 | 2.3.22                   | Draconic-Evolution-1.12.2-2.3.22.343-universal.jar | None                                     |
   | LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | enderio                           | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderiointegrationtic             | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
   | LCHIJA | botania                           | r1.10-361                | Botania r1.10-361.jar                              | None                                     |
   | LCHIJA | forgelin                          | 1.8.3                    | Forgelin-1.8.3.jar                                 | None                                     |
   | LCHIJA | librarianlib                      | 4.19.2                   | librarianlib-1.12.2-4.19.2-release.jar             | None                                     |
   | LCHIJA | quark                             | r1.5-167                 | Quark-r1.5-167.jar                                 | None                                     |
   | LCHIJA | autoreglib                        | 1.3-31                   | AutoRegLib-1.3-31.jar                              | None                                     |
   | LCHIJA | psi                               | r1.1-77                  | Psi-r1.1-77.jar                                    | None                                     |
   | LCHIJA | rpsideas                          | 2.4.2                    | rpsideas-2.4.2.jar                                 | None                                     |
   | LCHIJA | twilightforest                    | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
   | LCHIJA | tconstruct                        | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar                   | None                                     |
   | LCHIJA | acintegration                     | 1.8.1                    | AbyssalCraft Integration-1.12.2-1.8.1.jar          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | LCHIJA | fastbench                         | 1.7.2                    | FastWorkbench-1.12.2-1.7.2.jar                     | None                                     |
   | LCHIJA | actuallyadditions                 | 1.12.2-r148              | ActuallyAdditions-1.12.2-r148.jar                  | None                                     |
   | LCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
   | LCHIJA | ic2                               | 2.8.109-ex112            | industrialcraft-2-2.8.109-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
   | LCHIJA | libvulpes                         | 0.4.1.-59                | LibVulpes-1.12.2-0.4.1-59-universal.jar            | None                                     |
   | LCHIJA | advancedrocketry                  | 1.6.0.-151               | AdvancedRocketry-1.12.2-1.6.0-151-universal.jar    | None                                     |
   | LCHIJA | aether_legacy                     | 1.4.4                    | aether_legacy-1.12.2-v1.4.4.jar                    | None                                     |
   | LCHIJA | aiimprovements                    | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                    | None                                     |
   | LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
   | LCHIJA | flyringbaublemod                  | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar        | None                                     |
   | LCHIJA | applecore                         | 3.2.0                    | AppleCore-mc1.12.2-3.2.0.jar                       | None                                     |
   | LCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
   | LCHIJA | ebwizardry                        | 4.1.4                    | Electroblob's Wizardry - 4.1.4 - MC 1.12.2.jar     | None                                     |
   | LCHIJA | arcane_essentials                 | 1.0                      | Arcane Essentials-0.9.jar                          | None                                     |
   | LCHIJA | base                              | 3.13.0                   | base-1.12.2-3.13.0.jar                             | None                                     |
   | LCHIJA | contenttweaker                    | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar                    | None                                     |
   | LCHIJA | conarm                            | 1.2.4                    | conarm-1.12.2-1.2.4.jar                            | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | LCHIJA | armoryexpansion                   | 1.3.1                    | armoryexpansion-1.3.1.jar                          | None                                     |
   | LCHIJA | armoryexpansion-custommaterials   | 1.3.1                    | armoryexpansion-1.3.1.jar                          | None                                     |
   | LCHIJA | armoryexpansion-iceandfire        | 1.3.1                    | armoryexpansion-1.3.1.jar                          | None                                     |
   | LCHIJA | armoryexpansion-matteroverdrive   | 1.3.1                    | armoryexpansion-1.3.1.jar                          | None                                     |
   | LCHIJA | aroma1997core                     | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | LCHIJA | aroma1997sdimension               | 2.0.0.2                  | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | LCHIJA | astralsorcery                     | 1.10.19                  | astralsorcery-1.12.2-1.10.19.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
   | LCHIJA | atum                              | 2.0.11                   | Atum-1.12.2-2.0.11.jar                             | None                                     |
   | LCHIJA | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
   | LCHIJA | avaritiatweaks                    | @VERSION@                | Avaritia's Complement-1.12.2-1.2a.jar              | None                                     |
   | LCHIJA | avaritiaio                        | 1.1                      | avaritiaio-1.3.jar                                 | None                                     |
   | LCHIJA | avaritiarecipemaker               | 1.0.0                    | avaritiarecipemaker-1.0.0.jar                      | None                                     |
   | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.3.16            | badwithernocookiereloaded-1.12.2-3.3.16.jar        | None                                     |
   | LCHIJA | battletowers                      | 1.6.4                    | BattleTowers-1.12.2.jar                            | None                                     |
   | LCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
   | LCHIJA | bedpatch                          | 2.2                      | bedpatch-2.2-1.12.2.jar                            | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
   | LCHIJA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
   | LCHIJA | bettercombatmod                   | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                      | None                                     |
   | LCHIJA | betterinvisibility                | 1.0                      | betterinvisibility-1.12-1.0.jar                    | None                                     |
   | LCHIJA | patchouli                         | 1.0-20                   | Patchouli-1.0-20.jar                               | None                                     |
   | LCHIJA | llibrary                          | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LCHIJA | bewitchment                       | @VERSION@                | Bewitchment-1.12.2-0.0.19.47-indev.jar             | None                                     |
   | LCHIJA | forestry                          | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
   | LCHIJA | binniecore                        | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | binniedesign                      | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | genetics                          | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | botany                            | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | extrabees                         | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | extratrees                        | 2.5.1.188                | binnie-mods-1.12.2-2.5.1.188.jar                   | None                                     |
   | LCHIJA | biomesoplenty                     | 7.0.1.2439               | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar      | None                                     |
   | LCHIJA | cyclicmagic                       | 1.19.12                  | Cyclic-1.12.2-1.19.12.jar                          | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
   | LCHIJA | kjlib                             | 1.0.4                    | kjlib-1.0.4.jar                                    | None                                     |
   | LCHIJA | inventorygenerators               | 1.2.2                    | inventorygenerators-1.2.2.jar                      | None                                     |
   | LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
   | LCHIJA | bloodmagic                        | 1.12.2-2.4.1-103         | BloodMagic-1.12.2-2.4.1-103.jar                    | None                                     |
   | LCHIJA | bloodarsenal                      | 1.12.2-2.2.0-28          | BloodArsenal-1.12.2-2.2.0-28.jar                   | None                                     |
   | LCHIJA | bloodmoon                         | 1.5.3                    | Bloodmoon-MC1.12.2-1.5.3.jar                       | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCHIJA | bloodmoonext                      | 1.0.5                    | BloodmoonExt-MC1.12.2-1.0.5.jar                    | None                                     |
   | LCHIJA | bloodtinker                       | 1.0.5                    | bloodtinker-1.0.5.jar                              | None                                     |
   | LCHIJA | bookshelf                         | 2.3.585                  | Bookshelf-1.12.2-2.3.585.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | bountiful                         | 2.2.0                    | Bountiful-2.2.0.jar                                | None                                     |
   | LCHIJA | careerbees                        | 1.0                      | careerbees-0.4.0.jar                               | None                                     |
   | LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
   | LCHIJA | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
   | LCHIJA | cof                               | 1.0.0                    | Coin Of Flight (R.0.0.3).jar                       | None                                     |
   | LCHIJA | cyclopscore                       | 1.4.0                    | CyclopsCore-1.12.2-1.4.0.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | commoncapabilities                | 2.4.3                    | CommonCapabilities-1.12.2-2.4.3.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | colossalchests                    | 1.7.3                    | ColossalChests-1.12.2-1.7.3.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | refinedstorage                    | 1.6.14                   | refinedstorage-1.6.14.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
   | LCHIJA | compactmachines3                  | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
   | LCHIJA | reskillable                       | 1.12.2-GRADLE:BUILD      | Reskillable-1.12.2-1.12.5.jar                      | None                                     |
   | LCHIJA | theoneprobe                       | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                        | None                                     |
   | LCHIJA | immersiveengineering              | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | LCHIJA | compatskills                      | 1.12.2-1.16.1            | CompatSkills-1.12.2-1.16.1.jar                     | None                                     |
   | LCHIJA | cosmeticarmorreworked             | 1.12.2-v4a               | CosmeticArmorReworked-1.12.2-v4a.jar               | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | LCHIJA | cosmiclib                         | 0.4.0                    | CosmicLib-1.12.2-0.4.0.BETA.jar                    | d3974446c00f9f1d275edce305771eeddf30c658 |
   | LCHIJA | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                    | None                                     |
   | LCHIJA | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
   | LCHIJA | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
   | LCHIJA | darkutils                         | 1.8.226                  | DarkUtils-1.12.2-1.8.226.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | deathquotes                       | 1.2.0                    | DeathQuotes-1.2.0-mc1.12-forge.jar                 | None                                     |
   | LCHIJA | deepmoblearning                   | 1.12.2-2.5.2             | deepmoblearning-1.12.2-2.5.2-universal.jar         | None                                     |
   | LCHIJA | deepmoblearningbm                 | 1.12.2-1.0.1             | deepmoblearningbm-1.12.2-1.0.1-universal.jar       | None                                     |
   | LCHIJA | defaultworldgenerator-port        | 1.12-2.3                 | DefaultWorldGenerator-port-1.12-2.3.jar            | None                                     |
   | LCHIJA | doggytalents                      | 1.15.0.5                 | DoggyTalents-1.12.2-1.15.0.5-universal.jar         | None                                     |
   | LCHIJA | dldungeonsjbg                     | 1.12.5                   | DoomlikeDungeons-1.12.5-MC1.12.2.jar               | None                                     |
   | LCHIJA | rcraft                            | 1.7.5                    | dotHack Weapons-1.7.5.jar                          | None                                     |
   | LCHIJA | dummycore                         | 2.4.112.5.               | DummyCoreUnofficial-2.4.112.5.jar                  | None                                     |
   | LCHIJA | dynamictrees                      | 1.12.2-0.9.5             | DynamicTrees-1.12.2-0.9.5.jar                      | None                                     |
   | LCHIJA | dynamictreestc                    | 1.12.2-1.4.1e            | DynamicTreesTC-1.12.2-1.4.1e.jar                   | None                                     |
   | LCHIJA | net.blacklab.lib                  | 6.0.2.5                  | EBLib-6.0.2.5.jar                                  | None                                     |
   | LCHIJA | embers                            | 1.13-hotfix2             | EmbersRekindled-1.13-hotfix2.jar                   | None                                     |
   | LCHIJA | enderiobase                       | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderioconduits                   | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderioconduitsappliedenergistics | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderioconduitsopencomputers      | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderioconduitsrefinedstorage     | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderiointegrationforestry        | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderiointegrationticlate         | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | ftblib                            | 5.4.3.125                | FTBLib-5.4.3.125.jar                               | None                                     |
   | LCHIJA | enderiomachines                   | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderiopowertools                 | 5.0.46                   | EnderIO-1.12.2-5.0.46.jar                          | None                                     |
   | LCHIJA | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | mcmultipart                       | 2.5.3                    | MCMultiPart-2.5.3.jar                              | None                                     |
   | LCHIJA | mekanism                          | 1.12.2-9.7.8.379         | Mekanism-1.12.2-9.7.8.379.jar                      | None                                     |
   | LCHIJA | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | LCHIJA | morpheus                          | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                        | None                                     |
   | LCHIJA | silentlib                         | 3.0.13                   | SilentLib-1.12.2-3.0.13+167.jar                    | None                                     |
   | LCHIJA | extendeddays                      | 0.2.9                    | ExtendedDays-1.12.2-0.2.9-28.jar                   | None                                     |
   | LCHIJA | golems                            | 7.1.5                    | ExtraGolems-1.12-7.1.5.jar                         | None                                     |
   | LCHIJA | extra_spells                      | 1.0.7                    | ExtraSpells-1.12.2-1.0.7.jar                       | None                                     |
   | LCHIJA | fencejumper                       | 1.0.5                    | fencejumper-1.12-1.0.5.jar                         | None                                     |
   | LCHIJA | foamfix                           | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                          | None                                     |
   | LCHIJA | forgemultipartcbe                 | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | microblockcbe                     | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
   | LCHIJA | minecraftmultipartcbe             | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
   | LCHIJA | friendlyfire                      | 1.5.10                   | FriendlyFire-1.12.2-1.5.10.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | ftbguides                         | 1.0.2.33                 | FTBGuides-1.0.2.33.jar                             | None                                     |
   | LCHIJA | ftbutilities                      | 5.4.0.100                | FTBUtilities-5.4.0.100.jar                         | None                                     |
   | LCHIJA | itemfilters                       | 1.0.3.12                 | ItemFilters-1.0.3.12.jar                           | None                                     |
   | LCHIJA | ftbquests                         | 1.7.2.181                | FTBQuests-1.7.2.181.jar                            | None                                     |
   | LCHIJA | ftbmoney                          | 1.1.0.40                 | FTBMoney-1.1.0.40.jar                              | None                                     |
   | LCHIJA | ftbbackups                        | 0.0.0.ftbbackups         | FTBUtilitiesBackups-1.0.0.4.jar                    | None                                     |
   | LCHIJA | minecraftfuture                   | 0.1.5                    | future-mc-0.1.5c.jar                               | None                                     |
   | LCHIJA | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                     | None                                     |
   | LCHIJA | gendustryjei                      | 1.0.2                    | gendustryjei-1.0.2.jar                             | None                                     |
   | LCHIJA | geneticsreborn                    | 1.09                     | geneticsreborn-1.12-1.09.jar                       | None                                     |
   | LCHIJA | hammercore                        | 2.0.4.7                  | HammerCore-1.12.2-2.0.4.7.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCHIJA | helpfixer                         | 1.12.1-1.5.18            | HelpFixer-1.12.1-1.5.18.jar                        | None                                     |
   | LCHIJA | immersivepetroleum                | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
   | LCHIJA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
   | LCHIJA | improvedbackpacks                 | 1.12.2-1.4.0.0           | ImprovedBackpacks-1.12.2-1.4.0.0.jar               | None                                     |
   | LCHIJA | incontrol                         | 3.9.10                   | incontrol-1.12-3.9.10.jar                          | None                                     |
   | LCHIJA | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar         | None                                     |
   | LCHIJA | infernalmobs                      | 1.7.6                    | InfernalMobs-1.12.1.jar                            | None                                     |
   | LCHIJA | instantunify                      | 1.1.2                    | instantunify-1.12.2-1.1.2.jar                      | None                                     |
   | LCHIJA | inventorypets                     | 2.0.1                    | inventorypets-1.12-2.0.1.jar                       | None                                     |
   | LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.67.844.jar                    | None                                     |
   | LCHIJA | jaopca                            | 1.12.2-2.2.8.103         | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
   | LCHIJA | oredictinit                       | 1.12.2-2.2.1.71          | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
   | LCHIJA | jaopcaadditions                   | 1.12.2-2.2.1.9           | JAOPCAAdditions-1.12.2-2.2.1.9.jar                 | None                                     |
   | LCHIJA | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
   | LCHIJA | jeid                              | 1.0.2-26                 | JustEnoughIDs-1.0.2-26.jar                         | None                                     |
   | LCHIJA | jeidsi                            | 1.2.1.29                 | jeidsi-1.2.1.29.jar                                | None                                     |
   | LCHIJA | jepb                              | 1.2.1                    | jepb-1.12-1.2.1.jar                                | None                                     |
   | LCHIJA | justenoughdimensions              | 1.5.5                    | justenoughdimensions-1.12.1-1.5.5.jar              | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCHIJA | kleeslabs                         | 5.4.12                   | KleeSlabs_1.12.2-5.4.12.jar                        | None                                     |
   | LCHIJA | lagbgonreborn                     | 1.0.5                    | lagbgonreborn-1.0.5.jar                            | None                                     |
   | LCHIJA | letsencryptcraft                  | @VERSION@                | letsencryptcraft-1.10.2-1.2.0.jar                  | None                                     |
   | LCHIJA | login_shield                      | 1.12.2-3-g7c6e7ac        | Login_Shield-1.12.2-3-g7c6e7ac.jar                 | None                                     |
   | LCHIJA | lostcities                        | 2.0.20                   | lostcities-1.12-2.0.20.jar                         | None                                     |
   | LCHIJA | lostsouls                         | 1.1.4                    | lostsouls-1.12-1.1.4.jar                           | None                                     |
   | LCHIJA | magipsi                           | 1.3                      | MagicalPsi-1.3.2.jar                               | None                                     |
   | LCHIJA | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                        | None                                     |
   | LCHIJA | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT    | malisiscore-1.12.2-6.5.1.jar                       | None                                     |
   | LCHIJA | mekanismgenerators                | 1.12.2-9.7.8.379         | MekanismGenerators-1.12.2-9.7.8.379.jar            | None                                     |
   | LCHIJA | mekanismtools                     | 1.12.2-9.7.8.379         | MekanismTools-1.12.2-9.7.8.379.jar                 | None                                     |
   | LCHIJA | numina                            | 1.12.2-1.0.38            | Numina-1.12.2-1.0.38.jar                           | None                                     |
   | LCHIJA | powersuits                        | 1.12.2-1.0.44            | ModularPowersuits-1.12.2-1.0.44.jar                | None                                     |
   | LCHIJA | moreavaritia                      | 3.2                      | moreavaritia-mc1.12.2-v3.2.jar                     | None                                     |
   | LCHIJA | morebees                          | 1.12.2-2.0.1             | morebees-1.12.2-2.0.1.jar                          | None                                     |
   | LCHIJA | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
   | LCHIJA | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar              | None                                     |
   | LCHIJA | mysticalworld                     | 1.12.2-1.3.0             | MysticWorld-1.12.2-1.3.0.jar                       | None                                     |
   | LCHIJA | naturescompass                    | 1.5.1                    | NaturesCompass-1.12.2-1.5.1.jar                    | None                                     |
   | LCHIJA | recipehandler                     | 0.13                     | NoMoreRecipeConflict-0.13(1.12.2).jar              | None                                     |
   | LCHIJA | neid                              | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                           | None                                     |
   | LCHIJA | offlineskins                      | 1.12.2-v5g               | OfflineSkins-1.12.2-v5g.jar                        | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | LCHIJA | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | LCHIJA | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | LCHIJA | packcrashinfo                     | %VERSION%                | packcrashinfo-1.0.1.jar                            | None                                     |
   | LCHIJA | pa                                | 1.12.2                   | Passive Aggression-1.12.2-0.0.1.jar                | None                                     |
   | LCHIJA | subcommonlib                      | 1.2.0.1                  | subcommonlib-sublib-1.12.2-1.2.0.4.jar             | None                                     |
   | LCHIJA | petbuddy                          | $version                 | petbuddy-petbuddy-1.12.2-2.4.1.0.jar               | None                                     |
   | LCHIJA | placeableitems                    | 3.3                      | placeableitems-3.3.jar                             | None                                     |
   | LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
   | LCHIJA | progressivebosses                 | 1.5.0                    | ProgressiveBosses-1.5.0-mc1.12.x.jar               | None                                     |
   | LCHIJA | quickleafdecay                    | 1.2.4                    | QuickLeafDecay-MC1.12.1-1.2.4.jar                  | None                                     |
   | LCHIJA | reccomplex                        | 1.4.8.2                  | RecurrentComplex-1.4.8.2.jar                       | None                                     |
   | LCHIJA | refined_avaritia                  | 2.6                      | refined_avaritia-1.12.2-2.6.jar                    | None                                     |
   | LCHIJA | xreliquary                        | 1.12.2-1.3.4.786         | Reliquary-1.12.2-1.3.4.786.jar                     | None                                     |
   | LCHIJA | roughmobs                         | 2.0.0                    | roughmobs2-1.12.2_2.0.15.jar                       | None                                     |
   | LCHIJA | rspcompat                         | 1.2.2                    | rspcompat-1.2.2.jar                                | None                                     |
   | LCHIJA | runecraft                         | 2.1.1                    | RuneCraft-1.12.2-(v.2.1.1).jar                     | None                                     |
   | LCHIJA | scalinghealth                     | 1.3.37                   | ScalingHealth-1.12.2-1.3.38+143.jar                | None                                     |
   | LCHIJA | t3s4ebw                           | 1.0                      | SeedsForWizardry 1.0 For MC Forge 1.12.2.jar       | None                                     |
   | LCHIJA | sereneseasons                     | 1.2.16                   | SereneSeasons-1.12.2-1.2.16-universal.jar          | None                                     |
   | LCHIJA | tardis                            | 0.1.0D                   | tardis-0.1.0D.jar                                  | None                                     |
   | LCHIJA | tg                                | 0.1.5.0                  | Thaumic_Gadgets_1.12.2_0.1.5.1_tb.26.jar           | None                                     |
   | LCHIJA | thaumadditions                    | 18r                      | ThaumicAdditions-1.12.2-18r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCHIJA | thaumicaugmentation               | 1.12.2-1.0.7             | ThaumicAugmentation-1.12.2-1.0.7.jar               | None                                     |
   | LCHIJA | thaumicbases                      | 3.3.310.5r               | thaumicbases-3.3.350.6r.jar                        | None                                     |
   | LCHIJA | thaumicbrewing                    | 1.0.2                    | thaumicbrewing-1.0.2.jar                           | None                                     |
   | LCHIJA | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
   | LCHIJA | thaumicperiphery                  | 0.3.0                    | thaumicperiphery-0.3.0.jar                         | None                                     |
   | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar             | None                                     |
   | LCHIJA | thaumicwonders                    | 1.7.0                    | thaumicwonders-1.7.0.jar                           | None                                     |
   | LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | thermaltinkering                  | 1.0                      | ThermalTinkering-1.12.2-2.0.1.jar                  | None                                     |
   | LCHIJA | tinker_io                         | rw2.7.1                  | tinker_io-1.12.2-rw2.7.1.jar                       | None                                     |
   | LCHIJA | tinkersaether                     | 1.3.0                    | tinkersaether-1.3.0.jar                            | None                                     |
   | LCHIJA | tcomplement                       | 1.12.2-0.4.2             | TinkersComplement-1.12.2-0.4.2.jar                 | None                                     |
   | LCHIJA | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                 | None                                     |
   | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
   | LCHIJA | unforgivingvoid                   | 1.0.2                    | UnforgivingVoid-1.12.2-1.0.2.jar                   | None                                     |
   | LCHIJA | unloader                          | 1.2.0                    | unloader-1.2.0.jar                                 | None                                     |
   | LCHIJA | vanillafix                        | 1.0.10-SNAPSHOT          | VanillaFix-1.0.10-99.jar                           | None                                     |
   | LCHIJA | villagenames                      | 3.1.1                    | VillageNames-1.12.2-3.1.1.jar                      | None                                     |
   | LCHIJA | waim                              | 1.0.0                    | WAIM-1.0.0.jar                                     | None                                     |
   | LCHIJA | waystones                         | 4.0.72                   | Waystones_1.12.2-4.0.72.jar                        | None                                     |
   | LCHIJA | wizardry                          | 0.10.8                   | wizardry-0.10.8.jar                                | None                                     |
   | LCHIJA | worldedit                         | 6.1.8                    | worldedit-forge-mc1.12-6.1.8-dist.jar              | None                                     |
   | LCHIJA | industrialwires                   | 1.7-36                   | IndustrialWires-1.7-36.jar                         | 7e11c175d1e24007afec7498a1616bef0000027d |
   | LCHIJA | structurize                       | 1.12.2-0.10.79-ALPHA     | structurize-1.12.2-0.10.79-ALPHA.jar               | None                                     |
   | LCHIJA | minecolonies                      | 1.12.2-0.10.259-RELEASE  | minecolonies-1.12.2-0.10.259-RELEASE-universal.jar | None                                     |
   | LCHIJA | orelib                            | 3.5.2.2                  | OreLib-1.12.2-3.5.2.2.jar                          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHIJA | thebetweenlands                   | 3.4.9                    | TheBetweenlands-3.4.9-universal.jar                | 38067d6878811efb38b6a045521cfd80b9b60b38 |
   | LCHIJA | totemexpansion                    | 1.2.2                    | totemexpansion-1.2.2-1.12.2.jar                    | None                                     |
   | LCHIJA | weeping-angels                    | 1.12.2-37                | weeping-angels-37.jar                              | None                                     |
   | LCHIJA | armoryexpansion-conarm            | 1.3.1                    | armoryexpansion-1.3.1.jar                          | None                                     |
   | LCHIJA | librarianliblate                  | 4.19.2                   | librarianlib-1.12.2-4.19.2-release.jar             | None                                     |
   | LCHIJA | mysticallib                       | 1.12.2-1.3.0             | mysticallib-1.12.2-1.3.0.jar                       | None                                     |
   | LCHIJA | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
   | LCHIJA | wrapup                            | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                              | None                                     |
   | UD     | movingquickly                     |                          | minecraft.jar                                      | None                                     |

   Plugins:

   | State | ID | Version | Source | Signature |
   |:----- |:-- |:------- |:------ |:--------- |

Loaded coremods (and transformers): RandomPatches (randompatches-1.12.2-1.17.2.0.jar) com.therandomlabs.randompatches.core.RPTransformer MovingQuicklyCore (MovingQuickly-1.12.2_1.0.0-release.jar) movingquickly.MovingQuicklyTransformer TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer AppleCore (AppleCore-mc1.12.2-3.2.0.jar) squeek.applecore.asm.TransformerModuleHandler MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar) mekanism.coremod.KeybindingMigrationHelper offlineskins (OfflineSkins-1.12.2-v5g-core.jar) lain.mods.skins.init.forge.asm.ASMTransformer DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar) DummyCore.ASM.DCASMManager CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer SpongeCoremod (spongeforge-1.12.2-2838-7.1.7-RC3847.jar) org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)

                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)

                                  Wizardry Plugin (wizardry-0.10.8.jar)
                                    com.teamwizardry.wizardry.asm.WizardryTransformer
                                  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)

                                  IvToolkit (IvToolkit-1.3.3-1.12.jar)

                                  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)

                                  GottaGoFastLoader (gottagofast-1.1.jar)
                                    com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
                                  BedPatch (bedpatch-2.2-1.12.2.jar)
                                    com.mordenkainen.bedpatch.BedPatchASM
                                  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  HCASM (HammerCore-1.12.2-2.0.4.7.jar)
                                    com.zeitheron.hammercore.asm.HammerCoreTransformer
                                  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
                                    openmods.core.OpenModsClassTransformer
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher
                                  JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
                                    org.dimdev.jeid.JEIDTransformer
                                  ForgelinPlugin (Forgelin-1.8.3.jar)

                                  Plugin (NotEnoughIDs-1.5.4.4.jar)
                                    ru.fewizz.neid.asm.Transformer
                                  llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  Quark Plugin (Quark-r1.5-167.jar)
                                    vazkii.quark.base.asm.ClassTransformer
                                  AstralCore (astralsorcery-1.12.2-1.10.19.jar)

                                  LoadingPlugin (Reskillable-1.12.2-1.12.5.jar)
                                    codersafterdark.reskillable.base.asm.ClassTransformer
                                  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
                                    sereneseasons.asm.transformer.EntityRendererTransformer
                                    sereneseasons.asm.transformer.WorldTransformer
                                  JEIDsILoadingPlugin (jeidsi-1.2.1.29.jar)

                                  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.6.0-151-universal.jar)
                                    zmaster587.advancedRocketry.asm.ClassTransformer

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] Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)