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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • SLOT DANA : Situs Slot Gacor Nagaliga Deposit Via DANA 10.000
    • NAGALIGA :  Agen Taruhan Mix Parlay Bola EURO Terpercaya Di Indonesia Nagaliga merupakan situs taruhan  judi bola euro dan slot gacor terbaik menyediakan link alternatif terbaik dan pastinya bisa di akses di seluruh penjuru dunia. Ayo meriahkan EURO bersama situs Nagaliga kemenangan berapapun pasti dibayar lunas tanpa ada kendala.
    • I have no idea how a UI mod crashed a whole world but HUGE props to you man, just saved me +2 months of progress!  
    • So i know for a fact this has been asked before but Render stuff troubles me a little and i didnt find any answer for recent version. I have a custom nausea effect. Currently i add both my nausea effect and the vanilla one for the effect. But the problem is that when I open the inventory, both are listed, while I'd only want mine to show up (both in the inv and on the GUI)   I've arrived to the GameRender (on joined/net/minecraft/client) and also found shaders on client-extra/assets/minecraft/shaders/post and client-extra/assets/minecraft/shaders/program but I'm lost. I understand that its like a regular screen, where I'd render stuff "over" the game depending on data on the server, but If someone could point to the right client and server classes that i can read to see how i can manage this or any tip would be apreciated
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
  • Topics

×
×
  • Create New...

Important Information

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