Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I have mods on my minecraft and one of them is causing trhe crash.

The error it gives me is the following.

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar)
  iceandfire (iceandfire-1.8.3.jar)
  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)
  ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  LesslagCorePlugin (lesslag-1.0-1.12.2.jar)
  LittlePatchingLoader (LittleTiles_v1.5.0-pre168_mc1.12.2.jar)
  McLib core mod (mclib-1.0.3-1.12.2 (1).jar)
  AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  BCModPlugin (backpacks+1.12.2+-+3.5.6.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  BlurPlugin (Blur-1.0.4-14.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 12/10/19 8:39 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/creativemd/opf/OPFrame$1
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor10.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: com.creativemd.opf.OPFrame$1
    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)
    ... 38 more
Caused by: java.lang.NoClassDefFoundError: com/creativemd/littletiles/common/gui/handler/LittleGuiHandler
    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)
    ... 40 more
Caused by: java.lang.ClassNotFoundException: com.creativemd.littletiles.common.gui.handler.LittleGuiHandler
    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)
    ... 44 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.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor10.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: 382376152 bytes (364 MB) / 1073741824 bytes (1024 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F4 116 mods loaded, 115 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.2847.jar                 | None                                     |
    | LC    | forge                       | 14.23.5.2847          | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
    | LC    | creativecoredummy           | 1.0.0                 | minecraft.jar                                 | None                                     |
    | LC    | littletilescore             | 1.0.0                 | minecraft.jar                                 | None                                     |
    | LC    | lesslag                     | 1.0                   | minecraft.jar                                 | None                                     |
    | LC    | obfuscate                   | 0.2.6                 | minecraft.jar                                 | None                                     |
    | LC    | advanced-fishing            | 1.3.3                 | Advanced-Fishing-1.12.2-1.3.3.jar             | None                                     |
    | LC    | mclib                       | 1.0.3                 | mclib-1.0.3-1.12.2 (1).jar                    | None                                     |
    | LC    | aperture                    | 1.3.2                 | aperture-1.3.2-1.12.2.jar                     | None                                     |
    | LC    | applecore                   | 3.2.0                 | AppleCore-mc1.12.2-3.2.0.jar                  | None                                     |
    | LC    | baubles                     | 1.5.2                 | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LC    | astralsorcery               | 1.10.20               | astralsorcery-1.12.2-1.10.20.jar              | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LC    | backpacks16840              | 3.5.6                 | backpacks+1.12.2+-+3.5.6.jar                  | None                                     |
    | LC    | betternether                | 0.1.8.3               | betternether-0.1.8.3.jar                      | None                                     |
    | LC    | blur                        | 1.0.4-14              | Blur-1.0.4-14.jar                             | None                                     |
    | LC    | bookshelf                   | 2.3.585               | Bookshelf-1.12.2-2.3.585.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | bookworm                    | 1.12.2-2.3.0          | bookworm-1.12.2-2.3.0.jar                     | None                                     |
    | LC    | cannibalism                 | 5.6.1                 | Cannibalism-5.6.1-1.12.2.jar                  | None                                     |
    | LC    | carryon                     | 1.12.3                | CarryOn+MC1.12.2+v1.12.3.jar                  | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LC    | chameleon                   | 1.12-4.1.3            | Chameleon-1.12-4.1.3.jar                      | None                                     |
    | LC    | ctm                         | MC1.12.2-0.3.3.22     | CTM-MC1.12.2-0.3.3.22.jar                     | None                                     |
    | LC    | jei                         | 4.15.0.268            | jei_1.12.2-4.15.0.268.jar                     | None                                     |
    | LC    | chisel                      | MC1.12.2-1.0.0.42     | Chisel-MC1.12.2-1.0.0.42.jar                  | None                                     |
    | LC    | chococraft                  | 0.9.7.0               | chococraft_1.12.2-0.9.7.0.jar                 | None                                     |
    | LC    | chunkanimator               | 1.2                   | ChunkAnimator-MC1.12-1.2.jar                  | None                                     |
    | LC    | cookingforblockheads        | 6.4.71                | CookingForBlockheads_1.12.2-6.4.71.jar        | None                                     |
    | LC    | craftstudioapi              | 1.0.0                 | CraftStudio-1.0.0.93-mc1.12-alpha.jar         | None                                     |
    | LC    | playerrevive                | 1.0                   | PlayerRevive_v1.2.28_mc1.12.2.jar             | None                                     |
    | LC    | creativecore                | 1.9.9                 | CreativeCore_v1.9.74_mc1.12.2.jar             | None                                     |
    | LC    | customnpcs                  | 1.12                  | CustomNPCs_1.12.2-(01Oct19).jar               | None                                     |
    | LC    | ptrmodellib                 | 1.0.4                 | PTRLib-1.0.4.jar                              | None                                     |
    | LC    | props                       | 2.6.3                 | Decocraft-2.6.3_1.12.2.jar                    | None                                     |
    | LC    | doggytalents                | 1.15.1.4              | DoggyTalents-1.12.2-1.15.1.4-universal.jar    | None                                     |
    | LC    | dynamiclights               | 1.4.9                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_onfire        | 1.0.7                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_creepers      | 1.0.6                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_dropitems     | 1.1.0                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_entityclasses | 1.0.1                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_mobequipment  | 1.1.0                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_flamearrows   | 1.0.1                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_floodlights   | 1.0.3                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_otherplayers  | 1.0.9                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamiclights_theplayer     | 1.1.3                 | DynamicLights-1.12.2.jar                      | None                                     |
    | LC    | dynamictrees                | 1.12.2-0.9.6          | DynamicTrees-1.12.2-0.9.6.jar                 | None                                     |
    | LC    | emoticons                   | 0.3.2                 | emoticons-0.3.2-1.12.2-dist.jar               | None                                     |
    | LC    | exoticbirds                 | 1.0                   | Exotic+Birds+1.12.2-3.1.0.jar                 | None                                     |
    | LC    | extrautils2                 | 1.0                   | extrautils2-1.12-1.9.9.jar                    | None                                     |
    | LC    | eyesinthedarkness           | 0.0.5                 | EyesInTheDarkness-0.0.5.jar                   | None                                     |
    | LC    | fbp                         | 2.4.1                 | FancyBlockParticles-1.12.x-2.4.1.jar          | None                                     |
    | LC    | fastbench                   | 1.7.2                 | FastWorkbench-1.12.2-1.7.2.jar                | None                                     |
    | LC    | ferdinandsflowers           | 1.10.4.1              | Ferdinand's+Flowers-1.12.x-1.10.4.1.jar       | None                                     |
    | LC    | llibrary                    | 1.7.19                | llibrary-1.7.19-1.12.2.jar                    | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LC    | fossil                      | 8.0.3                 | fossilsarcheology-8.0.3 (1).jar               | None                                     |
    | LC    | ftblib                      | 5.4.3.141             | FTBLib-5.4.3.141.jar                          | None                                     |
    | LC    | ftbutilities                | 5.4.0.107             | FTBUtilities-5.4.0.107.jar                    | None                                     |
    | LC    | ftbbackups                  | 0.0.0.ftbbackups      | FTBUtilitiesBackups-1.0.0.12.jar              | None                                     |
    | LC    | minecraftfuture             | 0.1.11                | future-mc-0.1.11.jar                          | None                                     |
    | LC    | gottschcore                 | 1.8.0                 | GottschCore-mc1.12.2-f14.23.5.2768-v1.8.0.jar | None                                     |
    | LC    | cgm                         | 0.15.2                | guns-0.15.2-1.12.2.jar                        | None                                     |
    | LC    | waila                       | 1.8.26                | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
    | LC    | iceandfire                  | 1.8.3                 | iceandfire-1.8.3.jar                          | None                                     |
    | LC    | ichunutil                   | 7.2.2                 | iChunUtil-1.12.2-7.2.2.jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | mcjtylib_ng                 | 3.5.4                 | mcjtylib-1.12-3.5.4.jar                       | None                                     |
    | LC    | immcraft                    | 1.6.0                 | immcraft-1.12-1.6.0.jar                       | None                                     |
    | LC    | infernalmobs                | 1.7.6                 | InfernalMobs-1.12.2.jar                       | None                                     |
    | LC    | journeymap                  | 1.12.2-5.5.5          | journeymap-1.12.2-5.5.5.jar                   | None                                     |
    | LC    | laggoggles                  | FAT-1.12.2-4.8        | LagGoggles-FAT-1.12.2-4.8.jar                 | None                                     |
    | LC    | leatherworks                | 1.78.0                | LeatherWorks-1.12-1.78.0.42.jar               | None                                     |
    | LC    | libraryex                   | 1.0.12                | LibraryEx-1.12.2-1.0.12.jar                   | None                                     |
    | LC    | littletiles                 | 1.5.0                 | LittleTiles_v1.5.0-pre168_mc1.12.2.jar        | None                                     |
    | LC    | forgelin                    | 1.8.3                 | Shadowfacts-Forgelin-1.12.2.jar               | None                                     |
    | LC    | magneticraft                | 2.7.0                 | Magneticraft_1.12-2.8.1-dev.jar               | None                                     |
    | LC    | malisiscore                 | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar                  | None                                     |
    | LC    | malisisdoors                | 1.12.2-7.3.0          | malisisdoors-1.12.2-7.3.0.jar                 | None                                     |
    | LC    | mca                         | 6.1.0                 | MCA-1.12.2-6.1.0-universal.jar                | None                                     |
    | LC    | mcmultipart                 | 2.5.3                 | MCMultiPart-2.5.3.jar                         | None                                     |
    | LC    | moarboats                   | 4.1.2.1               | moarboats-1.12.2-4.1.2.1.jar                  | None                                     |
    | LC    | mobdismemberment            | 7.0.0                 | MobDismemberment-1.12.2-7.0.0.jar             | None                                     |
    | LC    | modelloader                 | 1.1.7                 | modelloader-1.1.7.jar                         | None                                     |
    | LC    | mowziesmobs                 | 1.5.4                 | mowziesmobs-1.5.4.jar                         | None                                     |
    | LC    | naturescompass              | 1.5.1                 | NaturesCompass-1.12.2-1.5.1.jar               | None                                     |
    | LC    | neat                        | 1.4-17                | Neat+1.4-17.jar                               | None                                     |
    | LC    | netherex                    | 2.0.15                | NetherEx-1.12.2-2.0.15.jar                    | None                                     |
    | L     | opframe                     | 1.4.0                 | Online-Picture-Frame-Mod-1.12.2.jar           | None                                     |
    | L     | patchouli                   | 1.0-20                | Patchouli-1.0-20.jar                          | None                                     |
    | L     | playerskins                 | 1.0.4                 | playerskin-1.12.2-1.0.5.jar                   | None                                     |
    | L     | roost                       | 2.0.10                | roost-1.12.2-2.0.10.jar                       | None                                     |
    | L     | rustic                      | 1.1.1                 | rustic-1.1.1.jar                              | None                                     |
    | L     | silentlib                   | 3.0.13                | SilentLib-1.12.2-3.0.13+167.jar               | None                                     |
    | L     | scalinghealth               | 1.3.37                | ScalingHealth-1.12.2-1.3.42+147.jar           | None                                     |
    | L     | spartanshields              | 1.5.4                 | SpartanShields-1.12.2-1.5.4.jar               | None                                     |
    | L     | storagedrawers              | 1.12.2-5.4.0          | StorageDrawers-1.12.2-5.4.0.jar               | None                                     |
    | L     | strawgolem                  | 1.3                   | strawgolem-1.4.1.jar                          | None                                     |
    | L     | tammodized                  | 0.15.6                | TamModized-1.12.2-0.15.6.jar                  | None                                     |
    | L     | tektopia                    | 1.1.0                 | tektopia-1.1.0.jar                            | None                                     |
    | L     | teletubbies                 | 4.0.0                 | Teletubbies-1.12-4.0.0.jar                    | None                                     |
    | L     | cactusmod                   | 1.2.1                 | The-Cactus-Mod-1.12.2.jar                     | None                                     |
    | L     | tombstone                   | 3.6.2                 | tombstone-3.6.2-1.12.2.jar                    | None                                     |
    | L     | traverse                    | 1.6.0                 | Traverse-1.12.2-1.6.0-69.jar                  | None                                     |
    | L     | treasure2                   | 1.5.1                 | Treasure2-mc1.12.2-f14.23.5.2768-v1.5.1.jar   | None                                     |
    | L     | tropicraft                  | 7.1.9.115             | tropicraft-MC1.12.2-7.1.9.115.jar             | None                                     |
    | L     | tumbleweed                  | 1.11-0.4.5            | tumbleweed-1.11-0.4.5.jar                     | None                                     |
    | L     | twilightforest              | 3.10.1013             | twilightforest-1.12.2-3.10.1013-universal.jar | None                                     |
    | L     | of                          | 0.13.1                | Useful+Interior+-+0.13.1+[1.12.2].jar         | None                                     |
    | L     | vanillafoodpantry           | 4.3.1                 | vanillafoodpantry-mc1.12.2-4.3.1.jar          | None                                     |
    | L     | variedcommodities           | 1.12.2                | VariedCommodities_1.12.2(15may18.jar          | None                                     |
    | L     | voidcraft                   | 0.26.10               | VoidCraft-1.12-0.26.10.jar                    | None                                     |
    | L     | waddles                     | 0.6.0                 | Waddles-1.12.2-0.6.0.jar                      | None                                     |
    | L     | wawla                       | 2.5.273               | Wawla-1.12.2-2.5.273.jar                      | None                                     |
    | L     | zawa                        | 1.12.2-1.7.0          | zawa-1.12.2-1.7.0.jar                         | None                                     |
    | L     | jurassicraft                | 2.1.23                | JurassiCraft-1.12.2-2.1.23.jar                | None                                     |
    | L     | reauth                      | 3.6.0                 | reauth-3.6.0.jar                              | None                                     |
    | L     | rtg                         | 6.1.0.0-snapshot.1    | RTG-1.12.2-6.1.0.0-snapshot.1.jar             | None                                     |
    | UD    | mclib_core                  | 1.0.3                 | minecraft.jar                                 | None                                     |

    Loaded coremods (and transformers): 
CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar)
  
iceandfire (iceandfire-1.8.3.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)
  
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
LesslagCorePlugin (lesslag-1.0-1.12.2.jar)
  
LittlePatchingLoader (LittleTiles_v1.5.0-pre168_mc1.12.2.jar)
  com.creativemd.littletiles.LittleTilesTransformer
McLib core mod (mclib-1.0.3-1.12.2 (1).jar)
  mchorse.mclib.core.McLibCMClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
BCModPlugin (backpacks+1.12.2+-+3.5.6.jar)
  brad16840.core.ClassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BlurPlugin (Blur-1.0.4-14.jar)
  com.tterrag.blur.BlurTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  lumien.chunkanimator.asm.ClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1060 3GB/PCIe/SSE2'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.86, 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: !  §5§lVirusCraft TexturePack (incompatible)
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x AMD Ryzen 5 1400 Quad-Core Processor 
    OptiFine Version: OptiFine_1.12.2_HD_U_F4
    OptiFine Build: 20191023-234904
    Render Distance Chunks: 48
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 430.86
    OpenGlRenderer: GeForce GTX 1060 3GB/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.