---- Minecraft Crash Report ----

WARNING: coremods are present:
  XaeroMinimapPlugin (Xaeros_Minimap_21.17.2_Forge_1.12.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  wings (wings-1.1.6-1.12.2.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  Quark Plugin (Quark-r1.6-179.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 10/13/21 12:17 PM
Description: Initializing game

java.lang.NoClassDefFoundError: Lteam/creative/enhancedvisuals/common/death/DeathMessages;
	at java.lang.Class.getDeclaredFields0(Native Method)
	at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
	at java.lang.Class.getDeclaredField(Class.java:2068)
	at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
	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: team.creative.enhancedvisuals.common.death.DeathMessages
	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)
	... 40 more
Caused by: java.lang.NoClassDefFoundError: com/creativemd/creativecore/common/config/api/ICreativeConfig
	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)
	... 42 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.common.config.api.ICreativeConfig
	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)
	... 46 more
Caused by: java.lang.NullPointerException
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
	... 48 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.getDeclaredFields0(Native Method)
	at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
	at java.lang.Class.getDeclaredField(Class.java:2068)
	at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
	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: 1261216072 bytes (1202 MB) / 1842872320 bytes (1757 MB) up to 3817865216 bytes (3641 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_G5 110 mods loaded, 109 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.2855.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LC    | forge                   | 14.23.5.2855            | forge-1.12.2-14.23.5.2855.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LC    | ivtoolkit               | 1.3.3-1.12              | minecraft.jar                                   | None                                     |
	| LC    | xaerominimap_core       | 1.12.2-1.0              | minecraft.jar                                   | None                                     |
	| LC    | ctm                     | MC1.12.2-1.0.2.31       | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
	| LC    | appliedenergistics2     | rv6-stable-7            | appliedenergistics2-rv6-stable-7.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LC    | bdlib                   | 1.14.3.9                | bdlib-1.14.3.9-mc1.12.2.jar                     | None                                     |
	| LC    | ae2stuff                | 0.7.0.4                 | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
	| LC    | baubles                 | 1.5.2                   | Baubles-1.12-1.5.2.jar                          | None                                     |
	| LC    | p455w0rdslib            | 2.3.161                 | p455w0rdslib-1.12.2-2.3.161.jar                 | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LC    | ae2wtlib                | 1.0.34                  | AE2WTLib-1.12.2-1.0.34.jar                      | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LC    | aether_legacy           | 1.5.3.1                 | aether-1.12.2-v1.5.3.1.jar                      | None                                     |
	| LC    | architecturecraft       | @VERSION@               | architecturecraft-1.12-3.98.jar                 | None                                     |
	| LC    | atum                    | 2.0.20                  | Atum-1.12.2-2.0.20.jar                          | None                                     |
	| LC    | jei                     | 4.16.1.301              | jei_1.12.2-4.16.1.301.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    | gorecore                | 1.12.2-0.4.5            | avatarmod-1.5.17-alpha.jar                      | None                                     |
	| LC    | avatarmod               | 1.5.17-alpha            | avatarmod-1.5.17-alpha.jar                      | None                                     |
	| LC    | bettercaves             | 1.12.2                  | bettercaves-1.12.2-2.0.1.jar                    | None                                     |
	| LC    | bettermineshafts        | 1.12.2-2.2.1            | BetterMineshaftsForge-1.12.2-2.2.1.jar          | None                                     |
	| LC    | betternether            | 0.1.8.6                 | betternether-0.1.8.6.jar                        | None                                     |
	| LC    | biomesoplenty           | 7.0.1.2444              | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar   | None                                     |
	| LC    | bloodmoon               | 1.5.3                   | Bloodmoon-MC1.12.2-1.5.3.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LC    | blue_skies              | 1.1.3                   | blue_skies-1.12.2-v1.1.3.jar                    | None                                     |
	| LC    | bonsaitrees             | 1.1.4                   | bonsaitrees-1.1.4-b170.jar                      | None                                     |
	| LC    | bookshelf               | 2.3.573                 | Bookshelf-1.12.2-2.3.573.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LC    | bookworm                | 1.12.2-2.5.2.1          | bookworm-1.12.2-2.5.2.1.jar                     | None                                     |
	| LC    | botania                 | r1.10-364               | Botania r1.10-364.4.jar                         | None                                     |
	| LC    | bountifulbaubles        | 0.0.1                   | Bountiful+Baubles-1.12.2-0.1.6.jar              | None                                     |
	| LC    | forgelin                | 1.8.4                   | Forgelin-1.8.4.jar                              | None                                     |
	| LC    | bountiful               | 2.2.2                   | Bountiful-2.2.2.jar                             | None                                     |
	| LC    | chameleon               | 1.12-4.1.3              | Chameleon-1.12-4.1.3.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    | chiselsandbits          | 14.33                   | chiselsandbits-14.33.jar                        | None                                     |
	| LC    | codechickenlib          | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LC    | morpheus                | 1.12.2-3.5.106          | Morpheus-1.12.2-3.5.106.jar                     | None                                     |
	| LC    | comforts                | 1.4.1.3                 | comforts-1.12.2-1.4.1.3.jar                     | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
	| LC    | cookingforblockheads    | 6.5.0                   | CookingForBlockheads_1.12.2-6.5.0.jar           | None                                     |
	| LC    | extendedrenderer        | v1.0                    | coroutil-1.12.1-1.2.37.jar                      | None                                     |
	| LC    | coroutil                | 1.12.1-1.2.37           | coroutil-1.12.1-1.2.37.jar                      | None                                     |
	| LC    | configmod               | v1.0                    | coroutil-1.12.1-1.2.37.jar                      | None                                     |
	| LC    | cosmeticarmorreworked   | 1.12.2-v5a              | CosmeticArmorReworked-1.12.2-v5a.jar            | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
	| LC    | cyclicmagic             | 1.20.11                 | Cyclic-1.12.2-1.20.11.jar                       | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
	| LC    | waila                   | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
	| LC    | darkutils               | 1.8.230                 | DarkUtils-1.12.2-1.8.230.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LC    | ptrmodellib             | 1.0.5                   | PTRLib-1.0.5.jar                                | None                                     |
	| LC    | props                   | 2.6.3.7                 | Decocraft-2.6.3.7_1.12.2.jar                    | None                                     |
	| LC    | dldungeonsjbg           | 1.14.8                  | DoomlikeDungeons-1.14.8-MC1.12.2.jar            | None                                     |
	| LC    | mocreatures             | 12.0.5                  | DrZharks+MoCreatures+Mod-12.0.5.jar             | None                                     |
	| LC    | orelib                  | 3.6.0.1                 | OreLib-1.12.2-3.6.0.1.jar                       | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LC    | dsurround               | 3.6.1.0                 | DynamicSurroundings-1.12.2-3.6.1.0.jar          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LC    | reccomplex              | 1.4.8.2                 | RecurrentComplex-1.4.8.2.jar                    | None                                     |
	| LC    | dynamictrees            | 1.12.2-0.9.25           | DynamicTrees-1.12.2-0.9.25.jar                  | None                                     |
	| LC    | dynamictreesbop         | 1.12.2-1.5.1            | DynamicTreesBOP-1.12.2-1.5.1.jar                | None                                     |
	| LC    | ebwizardry              | 4.3.4                   | ElectroblobsWizardry-4.3.4-MC1.12.2.jar         | None                                     |
	| LC    | elevatorid              | 1.3.14                  | ElevatorMod-1.12.2-1.3.14.jar                   | None                                     |
	| LC    | enchdesc                | 1.1.15                  | EnchantmentDescriptions-1.12.2-1.1.15.jar       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LC    | enderstorage            | 2.4.6.137               | EnderStorage-1.12.2-2.4.6.137-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| L     | enhancedvisuals         | 1.3.0                   | EnhancedVisuals_v1.3.1_mc1.12.2.jar             | None                                     |
	| L     | erebus                  | 1.0.32                  | Erebus-1.0.32.jar                               | None                                     |
	| L     | extrautils2             | 1.0                     | extrautils2-1.12-1.9.9.jar                      | None                                     |
	| L     | fairylights             | 2.1.10                  | fairylights-2.2.0-1.12.2.jar                    | None                                     |
	| L     | fastleafdecay           | v14                     | FastLeafDecay-v14.jar                           | None                                     |
	| L     | cfm                     | 6.3.1                   | furniture-6.3.1-1.12.2.jar                      | None                                     |
	| L     | gravestone              | 1.10.3                  | gravestone-1.10.3.jar                           | None                                     |
	| L     | harvest                 | 1.12-1.2.8-25           | Harvest-1.12-1.2.8-25.jar                       | None                                     |
	| L     | ichunutil               | 7.2.2                   | iChunUtil-1.12.2-7.2.2.jar                      | None                                     |
	| L     | hats                    | 7.1.1                   | Hats-1.12.2-7.1.1.jar                           | None                                     |
	| L     | mekanism                | 1.12.2-9.8.3.390        | Mekanism-1.12.2-9.8.3.390.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.13-237.jar      | None                                     |
	| L     | ironchest               | 1.12.2-7.0.67.844       | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
	| L     | jeresources             | 0.9.2.60                | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
	| L     | malisiscore             | 1.12.2-6.5.1-SNAPSHOT   | malisiscore-1.12.2-6.5.1.jar                    | None                                     |
	| L     | malisisdoors            | 1.12.2-7.3.0            | malisisdoors-1.12.2-7.3.0.jar                   | None                                     |
	| L     | mekanismgenerators      | 1.12.2-9.8.3.390        | MekanismGenerators-1.12.2-9.8.3.390.jar         | None                                     |
	| L     | mobends                 | 1.1.0                   | MoBends_1.12.2-1.1.0-28.09.21.jar               | None                                     |
	| L     | morph                   | 7.2.0                   | Morph-1.12.2-7.2.1.jar                          | None                                     |
	| L     | llibrary                | 1.7.20                  | llibrary-1.7.20-1.12.2.jar                      | None                                     |
	| L     | mowziesmobs             | 1.5.8                   | mowziesmobs-1.5.8.jar                           | None                                     |
	| L     | naturescompass          | 1.8.5                   | NaturesCompass-1.12.2-1.8.5.jar                 | None                                     |
	| L     | neat                    | 1.4-17                  | Neat+1.4-17.jar                                 | None                                     |
	| L     | nei                     | 2.4.3                   | NotEnoughItems-1.12.2-2.4.3.245-universal.jar   | None                                     |
	| L     | patchouli               | 1.0-23.6                | Patchouli-1.0-23.6.jar                          | None                                     |
	| L     | xreliquary              | 1.12.2-1.3.4.796        | Reliquary-1.12.2-1.3.4.796.jar                  | None                                     |
	| L     | roguelike               | 1.8.0                   | RoguelikeDungeons-1.12.2-1.8.0.jar              | None                                     |
	| L     | storagedrawers          | 5.2.2                   | StorageDrawers-1.12.2-5.4.2.jar                 | None                                     |
	| L     | uteamcore               | 2.2.5.147               | u_team_core-1.12.2-2.2.5.147.jar                | None                                     |
	| L     | unlimitedchiselworks    | 0.3.4                   | UnlimitedChiselWorks-0.3.4.jar                  | None                                     |
	| L     | usefulbackpacks         | 1.5.4.85                | useful_backpacks-1.12.2-1.5.4.85.jar            | None                                     |
	| L     | veinminer               | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
	| L     | veinminermodsupport     | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
	| L     | waystones               | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                      | None                                     |
	| L     | weather2                | 1.12.1-2.6.12           | weather2-1.12.1-2.6.12.jar                      | None                                     |
	| L     | wings                   | 1.1.6                   | wings-1.1.6-1.12.2.jar                          | None                                     |
	| L     | mowzies_wings           | 1.0.0                   | 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     | wct                     | 3.12.97                 | WirelessCraftingTerminal-1.12.2-3.12.97.jar     | None                                     |
	| L     | xaerominimap            | 21.17.2                 | Xaeros_Minimap_21.17.2_Forge_1.12.jar           | None                                     |
	| L     | zawa                    | 1.12.2-2.1.0            | zawa-1.12.2-2.1.0.jar                           | None                                     |
	| L     | immersiveengineering    | 0.12-98                 | ImmersiveEngineering-0.12-98.jar                | None                                     |
	| L     | structurize             | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar         | None                                     |
	| L     | minecolonies            | 1.12.2-0.11.811-BETA    | minecolonies-1.12.2-0.11.811-BETA-universal.jar | None                                     |
	| L     | mysticallib             | 1.12.2-1.13.0           | mysticallib-1.12.2-1.13.0.jar                   | None                                     |
	| L     | teslacorelib_registries | 1.0.15                  | tesla-core-lib-1.12.2-1.0.15.jar                | None                                     |
	| UD    | mobends_wings           | 1.0.0                   | wings-1.1.6-1.12.2.jar                          | None                                     |

	Loaded coremods (and transformers): 
XaeroMinimapPlugin (Xaeros_Minimap_21.17.2_Forge_1.12.jar)
  xaero.common.core.transformer.ChunkTransformer
  xaero.common.core.transformer.NetHandlerPlayClientTransformer
  xaero.common.core.transformer.EntityPlayerTransformer
  xaero.common.core.transformer.AbstractClientPlayerTransformer
  xaero.common.core.transformer.WorldClientTransformer
  xaero.common.core.transformer.EntityPlayerSPTransformer
  xaero.common.core.transformer.PlayerListTransformer
  xaero.common.core.transformer.GuiIngameForgeTransformer
  xaero.common.core.transformer.GuiBossOverlayTransformer
  xaero.common.core.transformer.ModelRendererTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
wings (wings-1.1.6-1.12.2.jar)
  me.paulf.wings.server.asm.WingsRuntimePatcher
  me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
Quark Plugin (Quark-r1.6-179.jar)
  vazkii.quark.base.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  lumien.bloodmoon.asm.ClassTransformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 471.41' Renderer: 'NVIDIA GeForce RTX 3060/PCIe/SSE2'
	AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
	Launched Version: forge-14.23.5.2855
	LWJGL: 2.9.4
	OpenGL: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.41, NVIDIA Corporation
	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: 16x AMD Ryzen 7 3700X 8-Core Processor 
	OptiFine Version: OptiFine_1.12.2_HD_U_G5
	OptiFine Build: 20210124-142939
	Render Distance Chunks: 16
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.6.0 NVIDIA 471.41
	OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 16