Jump to content

Forge Crashes After Launch


AR.E

Recommended Posts

I managed to fix my previous problem, and now this is happening. I'm not sure why, but I'm pretty sure it has to do with a certain mod (I had some in the mods folder, and they worked fine, then I put another bunch in, and this started happening).

 

 

Here's the crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  B3M_CorePlugin (B3M-1.12.2-15.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 7/8/19 11:39 AM
Description: Initializing game

java.lang.NoClassDefFoundError: modconfig/IConfigCategory
	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.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: modconfig.IConfigCategory
	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.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.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
	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: 440817560 bytes (420 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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 35 mods loaded, 35 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    | dsurroundcore               | 3.5.4.3                  | minecraft.jar                                 | None                                     |
	| LC    | orbis-lib                   | 0.2.0                    | orbis-lib-1.12.2-0.2.0+build79.jar            | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
	| LC    | aether                      | 0.2.2                    | aether_ii-1.12.2-0.2.2+build79-universal.jar  | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
	| LC    | B3M                         | 1.12.2-15                | B3M-1.12.2-15.jar                             | None                                     |
	| LC    | betteranimationscollection2 | 1.0.1                    | BetterAnimationsCollection2-v1.0.1-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
	| LC    | forgelin                    | 1.8.3                    | Forgelin-1.8.3.jar                            | None                                     |
	| LC    | betterfoliage               | 2.2.0                    | BetterFoliage-MC1.12-2.2.0.jar                | None                                     |
	| LC    | betterportals               | 0.1.6                    | betterportals-0.1.6.jar                       | None                                     |
	| LC    | biomesoplenty               | 7.0.1.2441               | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None                                     |
	| LC    | chiselsandbits              | 14.20                    | chiselsandbits-14.20.jar                      | None                                     |
	| LC    | controlling                 | 3.0.7                    | Controlling-3.0.7.jar                         | None                                     |
	| LC    | corpse                      | 1.12.2-1.0.1             | corpse-1.12.2-1.0.1.jar                       | None                                     |
	| LC    | ptrmodellib                 | 1.0.4                    | PTRLib-1.0.4.jar                              | None                                     |
	| LC    | props                       | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                    | None                                     |
	| LC    | dynamictrees                | 1.12.2-0.9.5             | DynamicTrees-1.12.2-0.9.5-deobf.jar           | None                                     |
	| LC    | dynamictreesbop             | 1.12.2-1.4.1e            | DynamicTreesBOP-1.12.2-1.4.1e.jar             | None                                     |
	| LC    | exoticbirds                 | 1.0                      | Exotic+Birds+1.12.2-2.2.1.jar                 | None                                     |
	| LC    | waila                       | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
	| LC    | inventorytweaks             | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LC    | jei                         | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                     | None                                     |
	| LC    | journeymap                  | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                   | None                                     |
	| LC    | lostcities                  | 2.0.20                   | lostcities-1.12-2.0.20.jar                    | None                                     |
	| LC    | millenaire                  | Millénaire 7.2.1         | millenaire-1.12.2-7.2.1.jar                   | None                                     |
	| L     | moveplus                    | 1.12.1-2.4.6             | moveplus-1.12.1-2.4.6.jar                     | None                                     |
	| L     | soundfilters                | 0.11_for_1.12            | SoundFilters-0.11_for_1.12.jar                | None                                     |
	| L     | travellersbackpack          | 1.0.19.19                | TravellersBackpack-1.12.2-1.0.19.19.jar       | None                                     |
	| L     | tumbleweed                  | 1.11-0.4.5               | tumbleweed-1.11-0.4.5.jar                     | None                                     |
	| L     | twilightforest              | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar   | None                                     |
	| L     | phosphor-lighting           | 1.12.2-0.2.4             | phosphor-1.12.2-0.2.4+build46.jar             | None                                     |
	| L     | orelib                      | 3.5.2.2                  | OreLib-1.12.2-3.5.2.2-deobf.jar               | None                                     |
	| L     | dsurround                   | 3.5.4.3                  | DynamicSurroundings-1.12.2-3.5.4.3.jar        | None                                     |

	Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
B3M_CorePlugin (B3M-1.12.2-15.jar)
  sedridor.B3M.core.B3M_Transformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  org.orecruncher.dsurround.asm.Transformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 398.36' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
	Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 970M/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.36, 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: vanilla, file/Mizunos 16 Craft_JE_1.14.3-1.0
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 8x Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz

 

Would appreciate some help!

Link to comment
Share on other sites

And now it crashed again. The launcher has a pop-up saying:

The game crashed whilst initializing game
Error: java.lang.NoSuchFieldError: AIR

 

My crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  B3M_CorePlugin (B3M-1.12.2-15.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 7/8/19 11:49 AM
Description: Initializing game

java.lang.NoSuchFieldError: AIR
	at com.ferreusveritas.dynamictrees.trees.TreeFamily.<init>(TreeFamily.java:79)
	at com.ferreusveritas.dynamictrees.trees.TreeFamily$1.<init>(TreeFamily.java:60)
	at com.ferreusveritas.dynamictrees.trees.TreeFamily.<clinit>(TreeFamily.java:60)
	at com.ferreusveritas.dynamictrees.trees.Species.<init>(Species.java:173)
	at com.ferreusveritas.dynamictrees.trees.Species$1.<init>(Species.java:91)
	at com.ferreusveritas.dynamictrees.trees.Species.<clinit>(Species.java:91)
	at com.ferreusveritas.dynamictrees.ModTrees.newRegistry(ModTrees.java:66)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_102_ModTrees_newRegistry_NewRegistry.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireCreateRegistryEvents(GameData.java:825)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:623)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
	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)


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

-- Head --
Thread: Client thread
Stacktrace:
	at com.ferreusveritas.dynamictrees.trees.TreeFamily.<init>(TreeFamily.java:79)
	at com.ferreusveritas.dynamictrees.trees.TreeFamily$1.<init>(TreeFamily.java:60)
	at com.ferreusveritas.dynamictrees.trees.TreeFamily.<clinit>(TreeFamily.java:60)
	at com.ferreusveritas.dynamictrees.trees.Species.<init>(Species.java:173)
	at com.ferreusveritas.dynamictrees.trees.Species$1.<init>(Species.java:91)
	at com.ferreusveritas.dynamictrees.trees.Species.<clinit>(Species.java:91)
	at com.ferreusveritas.dynamictrees.ModTrees.newRegistry(ModTrees.java:66)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_102_ModTrees_newRegistry_NewRegistry.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireCreateRegistryEvents(GameData.java:825)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:623)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
	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: 415599696 bytes (396 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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 38 mods loaded, 38 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    | dsurroundcore               | 3.5.4.3                  | minecraft.jar                                 | None                                     |
	| LC    | orbis-lib                   | 0.2.0                    | orbis-lib-1.12.2-0.2.0+build79.jar            | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
	| LC    | aether                      | 0.2.2                    | aether_ii-1.12.2-0.2.2+build79-universal.jar  | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
	| LC    | B3M                         | 1.12.2-15                | B3M-1.12.2-15.jar                             | None                                     |
	| LC    | betteranimationscollection2 | 1.0.1                    | BetterAnimationsCollection2-v1.0.1-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
	| LC    | forgelin                    | 1.8.3                    | Forgelin-1.8.3.jar                            | None                                     |
	| LC    | betterfoliage               | 2.2.0                    | BetterFoliage-MC1.12-2.2.0.jar                | None                                     |
	| LC    | betterportals               | 0.1.6                    | betterportals-0.1.6.jar                       | None                                     |
	| LC    | biomesoplenty               | 7.0.1.2441               | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None                                     |
	| LC    | chiselsandbits              | 14.20                    | chiselsandbits-14.20.jar                      | None                                     |
	| LC    | controlling                 | 3.0.7                    | Controlling-3.0.7.jar                         | None                                     |
	| LC    | extendedrenderer            | v1.0                     | coroutil-1.12.1-1.2.32.jar                    | None                                     |
	| LC    | coroutil                    | 1.12.1-1.2.32            | coroutil-1.12.1-1.2.32.jar                    | None                                     |
	| LC    | configmod                   | v1.0                     | coroutil-1.12.1-1.2.32.jar                    | None                                     |
	| LC    | corpse                      | 1.12.2-1.0.1             | corpse-1.12.2-1.0.1.jar                       | None                                     |
	| LC    | ptrmodellib                 | 1.0.4                    | PTRLib-1.0.4.jar                              | None                                     |
	| LC    | props                       | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                    | None                                     |
	| LC    | dynamictrees                | 1.12.2-0.9.5             | DynamicTrees-1.12.2-0.9.5-deobf.jar           | None                                     |
	| LC    | dynamictreesbop             | 1.12.2-1.4.1e            | DynamicTreesBOP-1.12.2-1.4.1e.jar             | None                                     |
	| LC    | exoticbirds                 | 1.0                      | Exotic+Birds+1.12.2-2.2.1.jar                 | None                                     |
	| LC    | waila                       | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
	| LC    | inventorytweaks             | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LC    | jei                         | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                     | None                                     |
	| LC    | journeymap                  | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                   | None                                     |
	| LC    | lostcities                  | 2.0.20                   | lostcities-1.12-2.0.20.jar                    | None                                     |
	| LC    | millenaire                  | Millénaire 7.2.1         | millenaire-1.12.2-7.2.1.jar                   | None                                     |
	| LC    | moveplus                    | 1.12.1-2.4.6             | moveplus-1.12.1-2.4.6.jar                     | None                                     |
	| LC    | soundfilters                | 0.11_for_1.12            | SoundFilters-0.11_for_1.12.jar                | None                                     |
	| LC    | travellersbackpack          | 1.0.19.19                | TravellersBackpack-1.12.2-1.0.19.19.jar       | None                                     |
	| LC    | tumbleweed                  | 1.11-0.4.5               | tumbleweed-1.11-0.4.5.jar                     | None                                     |
	| LC    | twilightforest              | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar   | None                                     |
	| LC    | phosphor-lighting           | 1.12.2-0.2.4             | phosphor-1.12.2-0.2.4+build46.jar             | f0387d288626cc2d937daa504e74af570c52a2f1 |
	| LC    | orelib                      | 3.5.2.2                  | OreLib-1.12.2-3.5.2.2-deobf.jar               | None                                     |
	| LC    | dsurround                   | 3.5.4.3                  | DynamicSurroundings-1.12.2-3.5.4.3.jar        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |

	Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
B3M_CorePlugin (B3M-1.12.2-15.jar)
  sedridor.B3M.core.B3M_Transformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46.jar)
  
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  org.orecruncher.dsurround.asm.Transformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 398.36' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
	Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 970M/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.36, 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: vanilla, file/Mizunos 16 Craft_JE_1.14.3-1.0
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 8x Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz

 

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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