thephoenixlodge / Heavens-of-Sorcery

Heavens of Sorcery modpack for MC 1.12.2. Developed by thephoenixlodge for ItsLewdicolo
MIT License
12 stars 4 forks source link

I update my mods and forge version and I always crash when I try and play it. #171

Closed kuzindwight closed 2 years ago

kuzindwight commented 2 years ago

The error I get is this:

The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: de/dumdidldum/dynamicTreesRoots/ritual/PatchedRitualWildGrowth Exit Code: -1

Here is the crash report as well:

---- Minecraft Crash Report ----

WARNING: coremods are present: wings (wings-1.1.6-1.12.2.jar) AALoadingPlugin (arcanearchives-0.2.0.25-mixins8.jar) LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar) Incorporeal Tweaker (incorporeal-1.2.5.jar) BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar) PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar) Quark Plugin (Quark-r1.6-179.jar) Wizardry Plugin (wizardry-0.11.1.jar) ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar) MistHookLoader (MistyWorld-1.12.2-1.2.5.3.jar) StackUpCore (StackUp-0.2.5.jar) ratscore (rats-3.2.14-1.12.2.jar) LittlePatchingLoader (LittleTiles_v1.5.58_mc1.12.2.jar) Botania Tweaks Core (botaniatweaks-1.9.1.jar) RandomPatches (randompatches-1.12.2-1.22.1.10.jar) ForgelinPlugin (Forgelin-1.8.4.jar) CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar) Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.7.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) AstralCore (astralsorcery-1.12.2-1.10.27.jar) ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar) JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar) Max Potion ID Extender (maxpotidext-1.0.3.jar) Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 8/8/22 12:46 AM Description: Initializing game

java.lang.NoClassDefFoundError: de/dumdidldum/dynamicTreesRoots/ritual/PatchedRitualWildGrowth at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: de.dumdidldum.dynamicTreesRoots.ritual.PatchedRitualWildGrowth at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 39 more Caused by: java.lang.NoClassDefFoundError: epicsquid/roots/ritual/RitualWildGrowth at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 41 more Caused by: java.lang.ClassNotFoundException: epicsquid.roots.ritual.RitualWildGrowth at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 45 more

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

-- Head -- Thread: Client thread Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1094788144 bytes (1044 MB) / 1722286080 bytes (1642 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 184 mods loaded, 182 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                      | Version                   | Source                                            | Signature                                |
|:----- |:----------------------- |:------------------------- |:------------------------------------------------- |:---------------------------------------- |
| LC    | minecraft               | 1.12.2                    | minecraft.jar                                     | None                                     |
| LC    | mcp                     | 9.42                      | minecraft.jar                                     | None                                     |
| LC    | FML                     | 8.0.99.99                 | forge-1.12.2-14.23.5.2860.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | forge                   | 14.23.5.2860              | forge-1.12.2-14.23.5.2860.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | creativecoredummy       | 1.0.0                     | minecraft.jar                                     | None                                     |
| LC    | incorporeal_core        | 1.1.0                     | minecraft.jar                                     | None                                     |
| LC    | littletilescore         | 1.0.0                     | minecraft.jar                                     | None                                     |
| LC    | bnbgamingcore           | 0.12.0                    | minecraft.jar                                     | None                                     |
| LC    | foamfixcore             | 7.7.4                     | minecraft.jar                                     | None                                     |
| LC    | botania_tweaks_core     | -100                      | minecraft.jar                                     | None                                     |
| LC    | randompatches           | 1.12.2-1.22.1.10          | randompatches-1.12.2-1.22.1.10.jar                | None                                     |
| LC    | aether_legacy           | 1.5.3.2                   | aether-1.12.2-v1.5.3.2.jar                        | None                                     |
| LC    | akashictome             | 1.2-12                    | AkashicTome-1.2-12.jar                            | None                                     |
| LC    | guideapi                | 1.12-2.1.8-63             | Guide-API-1.12-2.1.8-63.jar                       | None                                     |
| LC    | bloodmagic              | 1.12.2-2.4.3-105          | BloodMagic-1.12.2-2.4.3-105.jar                   | None                                     |
| LC    | animus                  | 1                         | Animus-1.12-2.1.7.jar                             | None                                     |
| LC    | tammodized              | 0.15.6                    | TamModized-1.12.2-0.15.6.jar                      | None                                     |
| LC    | aov                     | 0.11.7                    | AoV-1.12-0.11.7.jar                               | None                                     |
| LC    | crafttweaker            | 4.1.20                    | CraftTweaker2-1.12-4.1.20.678.jar                 | None                                     |
| LC    | mtlib                   | 3.0.7                     | MTLib-3.0.7.jar                                   | None                                     |
| LC    | modtweaker              | 4.0.19                    | modtweaker-4.0.20.11.jar                          | None                                     |
| LC    | jei                     | 4.16.1.301                | jei_1.12.2-4.16.1.301.jar                         | None                                     |
| LC    | appleskin               | 1.0.14                    | AppleSkin-mc1.12-1.0.14.jar                       | None                                     |
| LC    | baubles                 | 1.5.2                     | Baubles-1.12-1.5.2.jar                            | None                                     |
| LC    | ebwizardry              | 4.3.7                     | ElectroblobsWizardry-4.3.8.jar                    | None                                     |
| LC    | arcane_essentials       | 1.0                       | Arcane Essentials-1.0.0-alpha-11.jar              | None                                     |
| LC    | gbook_snapshot          | 2.9.1.s5                  | Guidebook-1.12.2-2.9.1.s5.jar                     | None                                     |
| LC    | thaumcraft              | 6.1.BETA26                | Thaumcraft-1.12.2-6.1.BETA26.jar                  | None                                     |
| LC    | arcanearchives          | 0.2.0.25-mixins8          | arcanearchives-0.2.0.25-mixins8.jar               | None                                     |
| LC    | architecturecraft       | @VERSION@                 | architecturecraft-1.12-3.98.jar                   | None                                     |
| LC    | artemislib              | 1.0.6                     | ArtemisLib-1.12.2-v1.0.6.jar                      | None                                     |
| LC    | artifacts               | 1.12.2-1.2.3              | Artifacts-1.12.2-1.2.3.jar                        | None                                     |
| LC    | astralsorcery           | 1.10.27                   | astralsorcery-1.12.2-1.10.27.jar                  | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC    | athenaeum               | 1.12.2-1.19.5             | athenaeum-1.12.2-1.19.5.jar                       | None                                     |
| LC    | attributefix            | 1.0.10                    | AttributeFix-1.12.2-1.0.10.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | auracontrol             | 1.12.2-1.0.2              | AuraControl-1.12.2-1.0.2.jar                      | None                                     |
| LC    | autonetworklib          | 1.0.45                    | autonetworklib-1.12.2-1.0.45.jar                  | None                                     |
| LC    | tombstone               | 4.5.7                     | tombstone-4.5.7-1.12.2.jar                        | None                                     |
| LC    | quark                   | r1.6-179                  | Quark-r1.6-179.jar                                | None                                     |
| LC    | autoreglib              | 1.3-32                    | AutoRegLib-1.3-32.jar                             | None                                     |
| LC    | base                    | 3.14.0                    | base-1.12.2-3.14.0.jar                            | None                                     |
| LC    | betteradvancements      | 0.1.0.77                  | BetterAdvancements-1.12.2-0.1.0.77.jar            | None                                     |
| LC    | betterbuilderswands     | 0.13.2                    | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None                                     |
| LC    | botania_tweaks          | 1.9.1                     | botaniatweaks-1.9.1.jar                           | None                                     |
| LC    | botania                 | r1.10-364                 | Botania r1.10-364.4.jar                           | None                                     |
| LC    | dynamictrees            | 1.12.2-0.9.29             | DynamicTrees-1.12.2-0.9.29.jar                    | None                                     |
| LC    | patchouli               | 1.0-23.6                  | Patchouli-1.0-23.6.jar                            | None                                     |
| LC    | bewitchment             | 0.22.63                   | bewitchment-1.12.2-0.0.22.64.jar                  | None                                     |
| LC    | biometweaker            | 3.2.369                   | BiomeTweaker-1.12.2-3.2.369.jar                   | 631f326344f7f5fd7df7eb940760ebd52b7c9c17 |
| LC    | blockcraftery           | 1.12.2-1.3.1              | blockcraftery-1.12.2-1.3.1.jar                    | None                                     |
| LC    | blue_skies              | 1.1.3                     | blue_skies-1.12.2-v1.1.3.jar                      | None                                     |
| LC    | bnbgaminglib            | 2.17.6                    | BNBGamingLib-1.12.2-2.17.6.jar                    | None                                     |
| LC    | bookshelf               | 2.3.590                   | Bookshelf-1.12.2-2.3.590.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | buildinggadgets         | 2.8.4                     | BuildingGadgets-2.8.4.jar                         | None                                     |
| LC    | chiselsandbits          | 14.33                     | chiselsandbits-14.33.jar                          | None                                     |
| LC    | creativecore            | 1.10.0                    | CreativeCore_v1.10.70_mc1.12.2.jar                | None                                     |
| LC    | littletiles             | 1.5.0                     | LittleTiles_v1.5.58_mc1.12.2.jar                  | None                                     |
| LC    | buildersbag             | 1.12.2                    | buildersbag-1.12.2-1.4.2.25.jar                   | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
| LC    | ctm                     | MC1.12.2-1.0.2.31         | CTM-MC1.12.2-1.0.2.31.jar                         | None                                     |
| LC    | mysticalworld           | 1.12.2-1.11.0             | mysticalworld-1.12.2-1.11.0.jar                   | None                                     |
| LC    | chisel                  | MC1.12.2-1.0.2.45         | Chisel-MC1.12.2-1.0.2.45.jar                      | None                                     |
| LC    | cathedral               | 1.12.2-1.9.9              | Cathedral-1.12.2-1.9.9.jar                        | None                                     |
| LC    | chesttransporter        | 2.8.8                     | ChestTransporter-1.12.2-2.8.8.jar                 | None                                     |
| LC    | colytra                 | 1.2.0.4                   | colytra-1.12.2-1.2.0.4.jar                        | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC    | comforts                | 1.4.1.3                   | comforts-1.12.2-1.4.1.3.jar                       | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC    | contenttweaker          | 1.12.2-4.10.0             | ContentTweaker-1.12.2-4.10.0.jar                  | None                                     |
| LC    | controlling             | 3.0.10                    | Controlling-3.0.10.jar                            | None                                     |
| LC    | cosmeticarmorreworked   | 1.12.2-v5a                | CosmeticArmorReworked-1.12.2-v5a.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LC    | craftingstation         | @VERSION@                 | craftingstation-0.1.8a.jar                        | None                                     |
| LC    | craftingtweaks          | 8.1.9                     | CraftingTweaks_1.12.2-8.1.9.jar                   | None                                     |
| LC    | ctgui                   | 1.0.0                     | CraftTweaker2-1.12-4.1.20.678.jar                 | None                                     |
| LC    | crafttweakerjei         | 2.0.3                     | CraftTweaker2-1.12-4.1.20.678.jar                 | None                                     |
| LC    | custommainmenu          | 2.0.9.1                   | CustomMainMenu-MC1.12.2-2.0.9.1.jar               | None                                     |
| LC    | diethopper              | 1.1                       | diethopper-1.1.jar                                | None                                     |
| LC    | dimdoors                | 3.0.10                    | DimensionalDoors-1.12.2-3.0.11.jar                | None                                     |
| LC    | divinefavor             | 1.0.758                   | divinefavor-1.0.758.jar                           | None                                     |
| LC    | gamestages              | 2.0.123                   | GameStages-1.12.2-2.0.123.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | dropt                   | 1.12.2-1.19.3             | dropt-1.12.2-1.19.3.jar                           | None                                     |
| LC    | naturesaura             | 18.1                      | NaturesAura-18.1.jar                              | None                                     |
| LC    | dynamictreesnaturesaura | 1.12.2-1.1.0              | DynamicTreesNaturesAura-1.12.2-1.1.0.jar          | None                                     |
| LC    | dynamictreesquark       | 1.12.2-1.0.6              | DynamicTreesQuark-1.12.2-1.0.6.jar                | None                                     |
| LC    | roots                   | @VERSION@                 | Roots-1.12.2-3.1.6.jar                            | None                                     |
| L     | dynamictreesroots       | 0.2.1                     | dynamicTreesRoots-0.2.1.jar                       | None                                     |
| L     | rustic                  | 1.1.7                     | rustic-1.1.7.jar                                  | None                                     |
| L     | dynamictreestc          | 1.12.2-1.4.2              | DynamicTreesTC-1.12.2-1.4.2.jar                   | None                                     |
| L     | lost_aether             | 1.0.2                     | lost-aether-content-1.12.2-1.0.2.jar              | None                                     |
| L     | dynamictreestheaether   | 1.0.14                    | DynamicTreesTheAether-1.12.2-1.0.14.jar           | None                                     |
| L     | earthworks              | 1.3.4.3                   | Earthworks-1.12-1.3.6.jar                         | None                                     |
| L     | mysticalmechanics       | 0.18                      | Mystical Mechanics-0.18.jar                       | None                                     |
| L     | embers                  | 1.19                      | EmbersRekindled-1.19.jar                          | None                                     |
| L     | enchdesc                | 1.1.15                    | EnchantmentDescriptions-1.12.2-1.1.15.jar         | None                                     |
| L     | equipmenttooltips       | 1.0.3                     | EquipmentTooltips-1.12.2-1.0.3-4.jar              | None                                     |
| L     | minerva                 | 1.0.13                    | minerva-library-1.0.13.jar                        | None                                     |
| L     | extraalchemy            | 0.5.4                     | extraalchemy-forge-1.12-build11-0.5.4.jar         | None                                     |
| L     | extrabitmanipulation    | 1.12.2-3.4.1              | ExtraBitManipulation-1.12.2-3.4.1.jar             | None                                     |
| L     | potioncore              | 1.9_for_1.12.2            | PotionCore-1.9_for_1.12.2.jar                     | None                                     |
| L     | extra_spells            | 1.2.0                     | ExtraSpells-1.12.2-1.2.0.jar                      | None                                     |
| L     | fancyspawneggs          | 1.0                       | FancySpawnEggs MC1.12.2 v1.0.jar                  | None                                     |
| L     | fastbench               | 1.7.3                     | FastWorkbench-1.12.2-1.7.3.jar                    | None                                     |
| L     | foamfix                 | 0.10.14-1.12.2            | foamfix-0.10.14-1.12.2.jar                        | None                                     |
| L     | forgelin                | 1.8.4                     | Forgelin-1.8.4.jar                                | None                                     |
| L     | forgivingvoid           | 1.1.0                     | ForgivingVoid_1.12.2-1.1.0.jar                    | None                                     |
| L     | ftbbackups              | 1.1.0.1                   | FTBBackups-1.1.0.1.jar                            | None                                     |
| L     | ftblib                  | 5.4.7.2                   | FTBLib-5.4.7.2.jar                                | None                                     |
| L     | ftbutilities            | 5.4.1.131                 | FTBUtilities-5.4.1.131.jar                        | None                                     |
| L     | waila                   | 1.8.26                    | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
| L     | incontrol               | 3.9.18                    | incontrol-1.12-3.9.18.jar                         | None                                     |
| L     | incorporeal             | 1.2.5                     | incorporeal-1.2.5.jar                             | None                                     |
| L     | stackup                 | 0.2.5                     | StackUp-0.2.5.jar                                 | None                                     |
| L     | mantle                  | 1.12-1.3.3.55             | Mantle-1.12-1.3.3.55.jar                          | None                                     |
| L     | inspirations            | 1.12.2-0.2.9              | Inspirations-1.12.2-0.2.9.jar                     | None                                     |
| L     | inventorysorter         | 1.13.3+57                 | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
| L     | itemzoom                | 1.11                      | itemzoom_1.12.2-1.11.jar                          | None                                     |
| L     | journeymap              | 1.12.2-5.7.1              | journeymap-1.12.2-5.7.1.jar                       | None                                     |
| L     | jeid                    | 1.0.4-SNAPSHOT            | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar             | None                                     |
| L     | loottweaker             | 0.3.1                     | LootTweaker-0.3.1+MC1.12.2.jar                    | None                                     |
| L     | jeresources             | 0.9.2.60                  | JustEnoughResources-1.12.2-0.9.2.60.jar           | None                                     |
| L     | kathairis               | 1.12.2-1.6.0-beta         | Kathairis-1.12.2-1.6.0-beta.jar                   | None                                     |
| L     | kleeslabs               | 5.4.12                    | KleeSlabs_1.12.2-5.4.12.jar                       | None                                     |
| L     | librarianlib            | 4.22                      | librarianlib-1.12.2-4.22.jar                      | None                                     |
| L     | login_shield            | 1.12.2-6-g5654706         | Login_Shield-1.12.2-6-g5654706.jar                | None                                     |
| L     | lunatriuscore           | 1.2.0.42                  | LunatriusCore-1.12.2-1.2.0.42-universal.jar       | None                                     |
| L     | magicalsculpture        | 0.99                      | magicalsculpture-1.0.0.jar                        | None                                     |
| L     | maxpotidext             | 1.0.3                     | maxpotidext-1.0.3.jar                             | None                                     |
| L     | mcjtylib_ng             | 3.5.4                     | mcjtylib-1.12-3.5.4.jar                           | None                                     |
| L     | mcmultipart             | 2.5.3                     | MCMultiPart-2.5.3.jar                             | None                                     |
| L     | meecreeps               | 1.3.1                     | meecreeps-1.12-1.3.1.jar                          | None                                     |
| L     | tbone                   | v1.6.8+mc1.12.2           | TBone-v1.6.8+mc1.12.2.jar                         | None                                     |
| L     | metalchests             | v6.1.0+mc1.12.2           | MetalChests-v6.1.0+mc1.12.2.jar                   | None                                     |
| L     | mist                    | 1.2.5.3                   | MistyWorld-1.12.2-1.2.5.3.jar                     | None                                     |
| L     | mobstages               | 2.0.8                     | MobStages-1.12.2-2.0.8.jar                        | None                                     |
| L     | moreoverlays            | 1.15.1                    | moreoverlays-1.15.1-mc1.12.2.jar                  | None                                     |
| L     | thebetweenlands         | 3.8.1                     | TheBetweenlands-3.8.1-universal.jar               | None                                     |
| L     | moretweaker             | 1.0.19                    | MoreTweaker-1.0.19.jar                            | None                                     |
| L     | mousetweaks             | 2.10                      | MouseTweaks-2.10-mc1.12.2.jar                     | None                                     |
| L     | thaumicperiphery        | 0.3.1                     | thaumicperiphery-0.3.1.jar                        | None                                     |
| L     | mystgears               | 1.1.7                     | mystgears-1.1.7.jar                               | None                                     |
| L     | naturalpledge           | 3.0.3                     | NaturalPledge-r3.1.2.jar                          | None                                     |
| L     | neat                    | 1.4-17                    | Neat 1.4-17.jar                                   | None                                     |
| L     | placebo                 | 1.6.0                     | Placebo-1.12.2-1.6.0.jar                          | None                                     |
| L     | shetiphiancore          | 3.5.9                     | shetiphiancore-1.12.0-3.5.9.jar                   | None                                     |
| L     | platforms               | 1.4.6                     | platforms-1.12.0-1.4.6.jar                        | None                                     |
| L     | qualitytools            | 1.0.7_for_1.12.2          | QualityTools-1.0.7_for_1.12.2.jar                 | None                                     |
| L     | randomportals           | 1.12.2-1.8.2.4            | randomportals-1.12.2-1.8.2.4.jar                  | None                                     |
| L     | llibrary                | 1.7.20                    | llibrary-1.7.20-1.12.2.jar                        | None                                     |
| L     | rats                    | 3.2.14                    | rats-3.2.14-1.12.2.jar                            | None                                     |
| L     | realdrops               | 1.2.14                    | RealisticItemDrops-1.2.14.jar                     | None                                     |
| L     | reauth                  | 4.0.3                     | ReAuth-1.12-Forge-4.0.3.jar                       | None                                     |
| L     | resourcereloader        | 1.0.2.5                   | ResourceReloader-1.0.2.5.jar                      | None                                     |
| L     | rusticthaumaturgy       | 4.4a                      | Rustic Thaumaturgy-4.4a.jar                       | None                                     |
| L     | rusticwitchcraft        | 1.0.2                     | rusticwitcraft-1.0.2.jar                          | None                                     |
| L     | scavenge                | 1.8                       | Scavenge V1.12-1.8.3.2.jar                        | None                                     |
| L     | similsaxtranstructors   | 1.12-1.0.21               | SimilsaxTranstructors-1.12-1.0.22.jar             | None                                     |
| L     | sledgehammer            | 1.12.2-2.0.18             | Sledgehammer-1.12.2-2.0.18.jar                    | None                                     |
| L     | soot                    | 1.10-hotfix               | Soot-1.10-hotfix.jar                              | None                                     |
| L     | soundfilters            | 0.12.1_for_1.12           | SoundFilters-0.12.1_for_1.12.jar                  | None                                     |
| L     | spawntabletweaker       | 1.0                       | spawntabletweaker-1.0.jar                         | None                                     |
| L     | superiorshields         | 1.12.2-1.0.2              | SuperiorShields-1.12.2-1.0.2.jar                  | None                                     |
| L     | supersoundmuffler       | 1.0.2.10                  | supersoundmuffler-revived_1.12.2_1.0.2.10.jar     | None                                     |
| L     | tellme                  | 0.7.0-dev.20200919.184303 | tellme-1.12.2-0.7.0-dev.20200919.184303.jar       | None                                     |
| L     | texfix                  | 4.0                       | TexFix V-1.12-4.0.jar                             | None                                     |
| L     | thaumicaugmentation     | 1.12.2-2.1.7              | ThaumicAugmentation-1.12.2-2.1.7.jar              | None                                     |
| L     | tcinventoryscan         | 2.0.10                    | ThaumicInventoryScanning_1.12.2-2.0.10.jar        | None                                     |
| L     | thaumicjei              | 1.6.0                     | ThaumicJEI-1.12.2-1.6.0-27.jar                    | None                                     |
| L     | tips                    | 1.0.9                     | Tips-1.12.2-1.0.9.jar                             | None                                     |
| L     | tipthescales            | 1.0.4                     | TipTheScales-1.12.2-1.0.4.jar                     | None                                     |
| L     | toastcontrol            | 1.8.1                     | Toast Control-1.12.2-1.8.1.jar                    | None                                     |
| L     | togetherforever         | 1.0.2                     | togetherforever-1.12.2-1.0.12-22.jar              | None                                     |
| L     | triumph                 | 3.19.2                    | Triumph-1.12.2-3.19.2.jar                         | None                                     |
| L     | vaultopic               | 2.2                       | vaultopic-2.2.jar                                 | None                                     |
| L     | voidislandcontrol       | 1.5.3                     | voidislandcontrol-1.5.3.jar                       | None                                     |
| L     | wailaharvestability     | 1.1.12                    | WailaHarvestability-mc1.12-1.1.12.jar             | None                                     |
| L     | wings                   | 1.1.6                     | wings-1.1.6-1.12.2.jar                            | None                                     |
| L     | bauble_wings            | 1.0.0                     | wings-1.1.6-1.12.2.jar                            | None                                     |
| L     | wizardry                | 0.11.1                    | wizardry-0.11.1.jar                               | None                                     |
| L     | lemonlib                | 1.3.0                     | lemonlib-1.12.2-1.3.0.jar                         | None                                     |
| L     | arcaneworld             | 0.0.11                    | arcaneworld-1.12.2-0.0.11.jar                     | None                                     |
| L     | kiwi                    | 0.5.3.32                  | Kiwi-1.12.2-0.5.3.32.jar                          | None                                     |
| L     | cuisine                 | 0.5.22-build929           | Cuisine-0.5.22-build929.jar                       | None                                     |
| L     | phosphor-lighting       | 1.12.2-0.2.7              | phosphor-forge-mc1.12.2-0.2.7-universal.jar       | None                                     |
| L     | librarianliblate        | 4.22                      | librarianlib-1.12.2-4.22.jar                      | None                                     |
| L     | mysticallib             | 1.12.2-1.13.0             | mysticallib-1.12.2-1.13.0.jar                     | None                                     |
| UD    | mowzies_wings           | 1.0.0                     | wings-1.1.6-1.12.2.jar                            | None                                     |
| UD    | mobends_wings           | 1.0.0                     | wings-1.1.6-1.12.2.jar                            | None                                     |

Loaded coremods (and transformers): 

wings (wings-1.1.6-1.12.2.jar) me.paulf.wings.server.asm.WingsRuntimePatcher me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher AALoadingPlugin (arcanearchives-0.2.0.25-mixins8.jar)

LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer Incorporeal Tweaker (incorporeal-1.2.5.jar) quaternary.incorporeal.spookyasm.IncorporealTransformer BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)

PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

Quark Plugin (Quark-r1.6-179.jar) vazkii.quark.base.asm.ClassTransformer Wizardry Plugin (wizardry-0.11.1.jar) com.teamwizardry.wizardry.asm.WizardryTransformer ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar) c4.colytra.asm.ElytraTransformer MistHookLoader (MistyWorld-1.12.2-1.2.5.3.jar) ru.liahim.mist.core.minecraft.PrimaryClassTransformer StackUpCore (StackUp-0.2.5.jar) pl.asie.stackup.core.StackUpTransformer ratscore (rats-3.2.14-1.12.2.jar) com.github.alexthe666.rats.server.misc.RatsRuntimePatcher LittlePatchingLoader (LittleTiles_v1.5.58_mc1.12.2.jar) com.creativemd.littletiles.LittleTilesTransformer Botania Tweaks Core (botaniatweaks-1.9.1.jar) quaternary.botaniatweaks.asm.BotaniaTweakerTransformer RandomPatches (randompatches-1.12.2-1.22.1.10.jar) com.therandomlabs.randompatches.core.RPTransformer ForgelinPlugin (Forgelin-1.8.4.jar)

CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)

Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.7.jar) thecodex6824.thaumicaugmentation.core.TATransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar) com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer AstralCore (astralsorcery-1.12.2-1.10.27.jar)

ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar) org.dimdev.jeid.JEIDTransformer Max Potion ID Extender (maxpotidext-1.0.3.jar)

GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7870' Renderer: 'Intel(R) UHD Graphics'
Launched Version: forge-14.23.5.2860
LWJGL: 2.9.4
OpenGL: Intel(R) UHD Graphics GL version 4.6.0 - Build 26.20.100.7870, Intel
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz
kuzindwight commented 2 years ago

I just didn't update anything and it worked.

ewanm89 commented 2 years ago

Yeah, we don't recommend just updating mods directly. We test things before updates are released to the pack.