---- Minecraft Crash Report ----
// Why did you do that?
Time: 3/1/20 6:25 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation)
Caused by: java.lang.NoClassDefFoundError: cofh/core/fluid/BlockFluidCore
at cofh.thermalfoundation.block.BlockOreFluid$Type.(BlockOreFluid.java:295)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at java.lang.Class.getEnumConstantsShared(Unknown Source)
at java.lang.Class.getEnumConstants(Unknown Source)
at net.minecraft.block.properties.PropertyEnum.func_177708_a(SourceFile:74)
at net.minecraft.block.properties.PropertyEnum.func_177709_a(SourceFile:70)
at cofh.thermalfoundation.block.BlockOreFluid.(BlockOreFluid.java:44)
at cofh.thermalfoundation.init.TFBlocks.preInit(TFBlocks.java:23)
at cofh.thermalfoundation.ThermalFoundation.preInit(ThermalFoundation.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.preinitializeMods(Loader.java:629)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: cofh.core.fluid.BlockFluidCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 52 more
Caused by: java.lang.VerifyError: class cofh.core.fluid.BlockFluidCore overrides final method getDensity.()I
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 54 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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: 143848160 bytes (137 MB) / 402653184 bytes (384 MB) up to 8556380160 bytes (8160 MB)
JVM Flags: 8 total; -Xmn128M -Xmx8147M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 24 mods loaded, 24 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 |
|:----- |:------------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
| LCH | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
| LCH | vgirlarmor | 2.9.6 | 1.12.2ValtielsGirlArmorMod_2.9.7.jar | None |
| LCH | rpghud | 3.6.6.2 | 1.12_RPG_HUD_3.6.6.2.jar | None |
| LCH | antmod | 1.1.0 | antmod_mc1.12.2_1.1.0.jar | None |
| LCH | codechickenlib | 3.2.3.358 | CodeChickenLib_1.12.2_3.2.3.358_universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | cofhcore | 4.3.11 | cofhcore-1_12_2 (1).jar | None |
| LCH | cofhworld | 1.0.2 | CoFHWorld-1.12.2-1.0.2.10-universal.jar | None |
| LCH | craftingstation | @VERSION@ | craftingstation_1.12.2_0.1.2.jar | None |
| LCH | dmcweapons | 1.1.0 | DMC_Weapons_1.12.2_1.1.0.jar | None |
| LCH | gravestone | 1.10.0 | gravestone_mc1.12.2_1.10.0.jar | None |
| LCH | ironchest | 1.12.2-7.0.67.844 | ironchest_1.12.2_7.0.67.844.jar | None |
| LCH | journeymap | 1.12.2-5.7.0 | journeymap_1.12.2_5.7.0.jar | None |
| LCH | mutantbeasts | 1.12.2-0.6.3 | MutantBeasts_1.12.2_0.6.3.jar | 25e0dcff5b5a7325d7c28898af41ff8b0ba41b77 |
| LCE | thermalfoundation | 2.3.6 | thermalfoundation-1.12-2.3.6.16-universal.jar | None |
| LC | thermaldynamics | 2.3.5 | ThermalDynamics-1.12-2.3.5.12-universal.jar | None |
| LC | useless_sword | 1.0.5 | UselessSword_1.12.2_V1.0.5.jar | None |
| LC | vampirism | 1.6.0 | Vampirism_1.12.2_1.6.0.jar | None |
| LC | teamlapen-lib | 1.6.0 | Vampirism_1.12.2_1.6.0.jar | None |
| LC | wailaharvestability | 1.1.12 | WailaHarvestability_mc1.12_1.1.12.jar | None |
| LC | matteroverdrive | 0.7.0.0 | MatterOverdrive_1.12.2_0.7.1.0_universal.jar | None |
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.15' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
ПОМОГИТЕ