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

The game crashes and gives this error: 

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos

And this is the crash log

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 7/12/19 9:30 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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: net.minecraft.util.BlockPos
    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.NullPointerException


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 445710080 bytes (425 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2838 48 mods loaded, 48 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.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                   | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | opencomputers|core      | 1.7.4.153                | minecraft.jar                                 | None                                     |
    | LC    | alt                     | 2.0.3                    | AdditionalLootTables-1.12-2.0.3.45.jar        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | appliedenergistics2     | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar          | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | crafttweaker            | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | LC    | jei                     | 4.12.0.216               | jei_1.12.2-4.12.0.216.jar                     | None                                     |
    | LC    | base                    | 3.13.0                   | base-1.12.2-3.13.0.jar                        | None                                     |
    | LC    | mantle                  | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                      | None                                     |
    | LC    | tconstruct              | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar              | None                                     |
    | LC    | contenttweaker          | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar               | None                                     |
    | LC    | conarm                  | 1.2.4                    | conarm-1.12.2-1.2.4.jar                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LC    | ic2                     | 2.8.109-ex112            | industrialcraft-2-2.8.109-ex112.jar           | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | veinminer               | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | LC    | mmdlib                  | 1.0.0-rc2                | MMDLib-1.12-1.0.0-rc2.36.jar                  | None                                     |
    | LC    | basemetals              | 2.5.0-rc2                | BaseMetals-1.12-2.5.0-rc2.332.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | baubles                 | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LC    | forgelin                | 1.8.3                    | Forgelin-1.8.3.jar                            | None                                     |
    | LC    | bushmastercore          | 1.0.3                    | bush-master-core-1.12.2-1.0.3.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | cctweaked               | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | computercraft           | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | codechickenlib          | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None                                     |
    | L     | redstoneflux            | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar       | None                                     |
    | L     | cofhcore                | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar        | None                                     |
    | L     | cofhworld               | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar        | None                                     |
    | L     | ctgui                   | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | crafttweakerjei         | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | cyclicmagic             | 1.19.12                  | Cyclic-1.12.2-1.19.12.jar                     | None                                     |
    | L     | enchdesc                | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar     | None                                     |
    | L     | guideapi                | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                   | None                                     |
    | L     | tesla                   | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                       | None                                     |
    | L     | teslacorelib            | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |
    | L     | industrialforegoing     | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar    | None                                     |
    | L     | mcmultipart             | 2.5.3                    | MCMultiPart-2.5.3.jar                         | None                                     |
    | L     | metallurgy              | 0.2.2                    | Metallurgy-4-Reforged-0.2.2.jar               | None                                     |
    | L     | morecraft               | 3.2b2                    | MoreCraft-1.12.2-3.2b2.jar                    | None                                     |
    | L     | nei                     | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | None                                     |
    | L     | opencomputers           | 1.7.4.153                | OpenComputers-MC1.12.2-1.7.4.153.jar          | None                                     |
    | L     | orespawn                | 3.3.1                    | OreSpawn-1.12-3.3.1.172.jar                   | None                                     |
    | L     | teslathingies           | 1.0.15                   | powered-thingies-1.12.2-1.0.15.jar            | None                                     |
    | L     | projecte                | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                   | None                                     |
    | L     | spartanweaponry         | beta 1.2.3               | SpartanWeaponry-1.12.2-beta-1.2.3.jar         | None                                     |
    | L     | theoneprobe             | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                   | None                                     |
    | L     | tinkertoolleveling      | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar           | None                                     |
    | L     | veinminermodsupport     | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | L     | teslacorelib_registries | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  li.cil.oc.common.asm.ClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'Quadro FX 1800M/PCIe/SSE2'
    AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: Quadro FX 1800M/PCIe/SSE2 GL version 3.3.0, 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: 8x Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz

 

 

 

Please Help

  • Author

I tried running the game without the coremods,w/o forgelin it launched but it said it's needed, w/o TransformerLoader it crashes and gave this: 

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos

and here is the crash log :

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 7/12/19 9:45 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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: net.minecraft.util.BlockPos
    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.NullPointerException


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 303089728 bytes (289 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2838 46 mods loaded, 46 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.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                   | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | alt                     | 2.0.3                    | AdditionalLootTables-1.12-2.0.3.45.jar        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | appliedenergistics2     | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar          | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | crafttweaker            | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | LC    | jei                     | 4.12.0.216               | jei_1.12.2-4.12.0.216.jar                     | None                                     |
    | LC    | base                    | 3.13.0                   | base-1.12.2-3.13.0.jar                        | None                                     |
    | LC    | mantle                  | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                      | None                                     |
    | LC    | tconstruct              | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar              | None                                     |
    | LC    | contenttweaker          | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar               | None                                     |
    | LC    | conarm                  | 1.2.4                    | conarm-1.12.2-1.2.4.jar                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LC    | ic2                     | 2.8.109-ex112            | industrialcraft-2-2.8.109-ex112.jar           | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | veinminer               | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | LC    | mmdlib                  | 1.0.0-rc2                | MMDLib-1.12-1.0.0-rc2.36.jar                  | None                                     |
    | LC    | basemetals              | 2.5.0-rc2                | BaseMetals-1.12-2.5.0-rc2.332.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | baubles                 | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LC    | forgelin                | 1.8.3                    | Forgelin-1.8.3.jar                            | None                                     |
    | LC    | bushmastercore          | 1.0.3                    | bush-master-core-1.12.2-1.0.3.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | cctweaked               | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | computercraft           | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | codechickenlib          | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None                                     |
    | L     | redstoneflux            | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar       | None                                     |
    | L     | cofhcore                | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar        | None                                     |
    | L     | cofhworld               | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar        | None                                     |
    | L     | ctgui                   | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | crafttweakerjei         | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | cyclicmagic             | 1.19.12                  | Cyclic-1.12.2-1.19.12.jar                     | None                                     |
    | L     | enchdesc                | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar     | None                                     |
    | L     | guideapi                | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                   | None                                     |
    | L     | tesla                   | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                       | None                                     |
    | L     | teslacorelib            | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |
    | L     | industrialforegoing     | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar    | None                                     |
    | L     | mcmultipart             | 2.5.3                    | MCMultiPart-2.5.3.jar                         | None                                     |
    | L     | metallurgy              | 0.2.2                    | Metallurgy-4-Reforged-0.2.2.jar               | None                                     |
    | L     | morecraft               | 3.2b2                    | MoreCraft-1.12.2-3.2b2.jar                    | None                                     |
    | L     | nei                     | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | None                                     |
    | L     | orespawn                | 3.3.1                    | OreSpawn-1.12-3.3.1.172.jar                   | None                                     |
    | L     | teslathingies           | 1.0.15                   | powered-thingies-1.12.2-1.0.15.jar            | None                                     |
    | L     | projecte                | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                   | None                                     |
    | L     | spartanweaponry         | beta 1.2.3               | SpartanWeaponry-1.12.2-beta-1.2.3.jar         | None                                     |
    | L     | theoneprobe             | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                   | None                                     |
    | L     | tinkertoolleveling      | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar           | None                                     |
    | L     | veinminermodsupport     | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | L     | teslacorelib_registries | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'Quadro FX 1800M/PCIe/SSE2'
    AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: Quadro FX 1800M/PCIe/SSE2 GL version 3.3.0, 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: 8x Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz

  • Author

Replaced the forgelin with another one I found on the internet this is what it said when it crashed:

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos

and the crash log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 7/12/19 9:51 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/util/BlockPos
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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: net.minecraft.util.BlockPos
    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.NullPointerException


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    at sun.reflect.GeneratedMethodAccessor3.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:593)
    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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 405453664 bytes (386 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2838 48 mods loaded, 48 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.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                   | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | opencomputers|core      | 1.7.4.153                | minecraft.jar                                 | None                                     |
    | LC    | alt                     | 2.0.3                    | AdditionalLootTables-1.12-2.0.3.45.jar        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | appliedenergistics2     | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar          | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | crafttweaker            | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | LC    | jei                     | 4.12.0.216               | jei_1.12.2-4.12.0.216.jar                     | None                                     |
    | LC    | base                    | 3.13.0                   | base-1.12.2-3.13.0.jar                        | None                                     |
    | LC    | mantle                  | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                      | None                                     |
    | LC    | tconstruct              | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar              | None                                     |
    | LC    | contenttweaker          | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar               | None                                     |
    | LC    | conarm                  | 1.2.4                    | conarm-1.12.2-1.2.4.jar                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LC    | ic2                     | 2.8.109-ex112            | industrialcraft-2-2.8.109-ex112.jar           | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | veinminer               | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | LC    | mmdlib                  | 1.0.0-rc2                | MMDLib-1.12-1.0.0-rc2.36.jar                  | None                                     |
    | LC    | basemetals              | 2.5.0-rc2                | BaseMetals-1.12-2.5.0-rc2.332.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | baubles                 | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LC    | forgelin                | 1.8.2                    | Shadowfacts-Forgelin-1.12.2.jar               | None                                     |
    | LC    | bushmastercore          | 1.0.3                    | bush-master-core-1.12.2-1.0.3.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | cctweaked               | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | computercraft           | 1.83.1                   | cc-tweaked-1.12.2-1.83.1.jar                  | None                                     |
    | L     | codechickenlib          | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None                                     |
    | L     | redstoneflux            | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar       | None                                     |
    | L     | cofhcore                | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar        | None                                     |
    | L     | cofhworld               | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar        | None                                     |
    | L     | ctgui                   | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | crafttweakerjei         | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                 | None                                     |
    | L     | cyclicmagic             | 1.19.12                  | Cyclic-1.12.2-1.19.12.jar                     | None                                     |
    | L     | enchdesc                | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar     | None                                     |
    | L     | guideapi                | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                   | None                                     |
    | L     | tesla                   | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                       | None                                     |
    | L     | teslacorelib            | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |
    | L     | industrialforegoing     | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.12-236.jar    | None                                     |
    | L     | mcmultipart             | 2.5.3                    | MCMultiPart-2.5.3.jar                         | None                                     |
    | L     | metallurgy              | 0.2.2                    | Metallurgy-4-Reforged-0.2.2.jar               | None                                     |
    | L     | morecraft               | 3.2b2                    | MoreCraft-1.12.2-3.2b2.jar                    | None                                     |
    | L     | nei                     | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | None                                     |
    | L     | opencomputers           | 1.7.4.153                | OpenComputers-MC1.12.2-1.7.4.153.jar          | None                                     |
    | L     | orespawn                | 3.3.1                    | OreSpawn-1.12-3.3.1.172.jar                   | None                                     |
    | L     | teslathingies           | 1.0.15                   | powered-thingies-1.12.2-1.0.15.jar            | None                                     |
    | L     | projecte                | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                   | None                                     |
    | L     | spartanweaponry         | beta 1.2.3               | SpartanWeaponry-1.12.2-beta-1.2.3.jar         | None                                     |
    | L     | theoneprobe             | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                   | None                                     |
    | L     | tinkertoolleveling      | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar           | None                                     |
    | L     | veinminermodsupport     | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar         | None                                     |
    | L     | teslacorelib_registries | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar              | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Shadowfacts-Forgelin-1.12.2.jar)
  
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  li.cil.oc.common.asm.ClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'Quadro FX 1800M/PCIe/SSE2'
    AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: Quadro FX 1800M/PCIe/SSE2 GL version 3.3.0, 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: 8x Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz

  • Author
Just now, diesieben07 said:

Don't just download mods from random places on the internet. Only use the official sources for mods. For Forgelin this is here. In general most of the time use only CurseForge or a modders own page. See https://stopmodreposts.org/ for more information.

ok

 

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.