Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
- CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
- ForgelinPlugin (Forgelin-1.8.4.jar)
- AstralCore (astralsorcery-1.12.2-1.10.22.jar)
- OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
- Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
- ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
- EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
- McLib core mod (mclib-1.0.4-1.12.2.jar)
- CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
- PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
- ratscore (rats-3.2.5.jar)
- BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
- LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
- LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
- TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
- MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
- Contact their authors BEFORE contacting forge
- // Ooh. Shiny.
- Time: 11/22/20 3:00 PM
- Description: Initializing game
- java.lang.NoClassDefFoundError: Lgigaherz/toolbelt/belt/ItemToolBelt;
- at java.lang.Class.getDeclaredFields0(Native Method)
- at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
- at java.lang.Class.getDeclaredField(Class.java:2068)
- at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
- 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:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
- at net.minecraft.client.main.Main.main(SourceFile:123)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.ClassNotFoundException: gigaherz.toolbelt.belt.ItemToolBelt
- 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.NoClassDefFoundError: gigaherz/common/ItemRegistered
- at java.lang.ClassLoader.defineClass1(Native Method)
- at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 42 more
- Caused by: java.lang.ClassNotFoundException: gigaherz.common.ItemRegistered
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 46 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Client thread
- Stacktrace:
- at java.lang.Class.getDeclaredFields0(Native Method)
- at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
- at java.lang.Class.getDeclaredField(Class.java:2068)
- at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
- 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:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- -- Initialization --
- Details:
- Stacktrace:
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
- at net.minecraft.client.main.Main.main(SourceFile:123)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 805949792 bytes (768 MB) / 1942487040 bytes (1852 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2847 195 mods loaded, 194 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:----- |:--------------------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- |
- | LC | minecraft | 1.12.2 | minecraft.jar | None |
- | LC | mcp | 9.42 | minecraft.jar | None |
- | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
- | LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
- | LC | micdoodlecore | | minecraft.jar | None |
- | LC | openmodscore | 0.12.2 | minecraft.jar | None |
- | LC | bnbgamingcore | 0.11.0 | minecraft.jar | None |
- | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
- | LC | obfuscate | 0.2.6 | minecraft.jar | None |
- | LC | oresheepmod | v4.0.3 | 1.12.2-OreSheepMod-v4.0.3.jar | None |
- | LC | absentbydesign | 1.12.2-1.0.4 | absentbydesign-1.12.2-1.0.4.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
- | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
- | LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
- | LC | alib | 1.0.12 | alib-1.0.12.jar | None |
- | LC | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
- | LC | alchemistry | 1.0.36 | alchemistry-1.0.36.jar | None |
- | LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
- | LC | ancientwarfare | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
- | LC | ancientwarfarestructure | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
- | LC | ancientwarfarevehicle | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
- | LC | ancientwarfarenpc | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
- | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | ancientwarfareautomation | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
- | LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
- | LC | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.4.jar | None |
- | LC | endertweaker | 1.1.7 | EnderTweaker-1.12.2-1.1.7.jar | None |
- | LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
- | LC | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
- | LC | jei | 4.15.0.292 | jei_1.12.2-4.15.0.292.jar | None |
- | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
- | LC | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
- | LC | aroma1997core | 2.0.0.2.b166 | Aroma1997Core-1.12.2-2.0.0.2.b166.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
- | LC | aroma1997sdimension | 2.0.0.2.b96 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
- | LC | aromabackup | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
- | LC | aromabackuprecovery | 3.0.0.0.b130 | AromaBackup-1.12.2-3.0.0.0.b130.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
- | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
- | LC | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.22.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
- | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
- | LC | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
- | LC | bettercaves | 1.12.2 | bettercaves-1.12.2-1.6.0.jar | None |
- | LC | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
- | LC | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
- | LC | bnbgaminglib | 2.17.6 | BNBGamingLib-1.12.2-2.17.6.jar | None |
- | LC | bookshelf | 2.3.589 | Bookshelf-1.12.2-2.3.589.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | botania | r1.10-362 | Botania r1.10-362.jar | None |
- | LC | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
- | LC | calmdownzombieguy | 1.6.4 | CalmDownZombieGuy-1.12.2-1.6.4.jar | None |
- | LC | forestry | 5.8.2.409 | forestry_1.12.2-5.8.2.409.jar | None |
- | LC | careerbees | 1.0 | careerbees-0.4.0.jar | None |
- | LC | cctweaked | 1.85.0 | cc-tweaked-1.12.2-1.85.0.jar | None |
- | LC | computercraft | 1.85.0 | cc-tweaked-1.12.2-1.85.0.jar | None |
- | LC | cd4017be_lib | 6.4.13 | CD4017BE_lib-1.12.2-6.4.13.jar | None |
- | LC | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
- | LC | ctm | MC1.12.2-1.0.0.29 | CTM-MC1.12.2-1.0.0.29.jar | None |
- | LC | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
- | LC | chococraft | 0.9.8.0 | chococraft_1.12.2-0.9.8.0.jar | None |
- | LC | clickmachine | 1.2.0 | ClickMachine-1.12.2-1.2.0.jar | None |
- | LC | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
- | LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
- | LC | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None |
- | LC | pdp | 1.12.2-1.2.4 | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None |
- | LC | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
- | LC | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | cyclopscore | 1.5.1 | CyclopsCore-1.12.2-1.5.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
- | LC | colossalchests | 1.7.3 | ColossalChests-1.12.2-1.7.3.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
- | LC | colouredtooltips | 1.0.9 | ColouredTooltips-1.12.2-1.0.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | contentcreatorintegration | 1.2.1 | ContentCreatorIntegration-1.12.2-1.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
- | LC | controlling | 3.0.7 | Controlling-3.0.7.jar | None |
- | LC | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
- | LC | craftingstation | @VERSION@ | craftingstation-0.1.7b.jar | None |
- | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19.jar | None |
- | LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
- | LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
- | LC | culinaryconstruct | 1.3.3.1 | culinaryconstruct-1.3.3.1.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
- | LC | modcurrency | 1.12-1.3.11 | Currency-1.12.0-1.3.11.jar | None |
- | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
- | LC | journeymap | 1.12.2-5.5.6 | journeymap-1.12.2-5.5.6.jar | None |
- | LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
- | LC | dimstack | 1.12.2-1.2.1 | DimStack-1.12.2-1.2.1.jar | None |
- | LC | ebwizardry | 4.2.7 | ElectroblobsWizardry-4.2.7-MC1.12.2.jar | None |
- | LC | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
- | LC | enchdesc | 1.1.19 | EnchantmentDescriptions-1.12.2-1.1.19.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
- | LC | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
- | LC | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
- | LC | tombstone | 3.6.2 | tombstone-3.6.2-1.12.2.jar | None |
- | LC | erebus | 1.0.31 | Erebus-1.0.31.jar | None |
- | LC | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
- | LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
- | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
- | LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
- | LC | findme | 1.1.0 | findme-1.12.2-1.1.0-8.jar | None |
- | LC | foamfix | 0.10.8-1.12.2 | foamfix-0.10.8-1.12.2.jar | None |
- | LC | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
- | LC | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
- | LC | galacticraftcore | 4.0.2.238 | GalacticraftCore-1.12.2-4.0.2.238.jar | None |
- | LC | galacticraftplanets | 4.0.2.238 | Galacticraft-Planets-1.12.2-4.0.2.238.jar | None |
- | LC | gamestages | 2.0.117 | GameStages-1.12.2-2.0.117.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
- | LC | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
- | LC | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
- | LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
- | LC | icbmclassic | 1.12.2-3.3.0.65 | ICBM-classic-1.12.2-3.3.0b65.jar | None |
- | LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
- | LC | ido | 1.0.6 | ido-1.12.2-1.1.0.jar | None |
- | LC | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
- | LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
- | LC | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
- | LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
- | LC | literalascension | 1.12.2-1.0.2.2 | literalascension-1.12.2-2.0.0.0.jar | None |
- | LC | loadingscreens | 0.3.1 | LoadingScreens-1.12.2-0.3.1.jar | None |
- | LC | logisticspipes | 0.10.2.212 | logisticspipes-0.10.2.212.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
- | LC | lttweaker | 1.1.17 | LootTableTweaker-1.12.2-1.1.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
- | LC | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
- | LC | mclib | 1.0.4 | mclib-1.0.4-1.12.2.jar | None |
- | LC | megaloot | 0.2.40 | megaloot-1.12.2-0.2.40.jar | None |
- | LC | mercurius | 1.0.6 | Mercurius-1.12.2.jar | None |
- | LC | metamorph | 1.1.10 | metamorph-1.1.10-1.12.2.jar | None |
- | LC | mobstages | 2.0.13 | MobStages-1.12.2-2.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
- | LC | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
- | LC | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None |
- | LC | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
- | LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
- | LC | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
- | LC | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
- | LC | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
- | LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
- | LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
- | LC | nonetherportals | 1.0.0 | nonetherPortals_v1.0.0formc1.12.2.jar | None |
- | LC | noworldgen5you | 1.0.8 | NoWorldgen5You-1.12.2-1.0.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
- | LC | ompd | 3.1.0-61 | ompd-1.12.2-3.1.0-61.jar | None |
- | LC | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
- | LC | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
- | LC | openmodularturrets | 3.1.4-356 | openmodularturrets-1.12.2-3.1.4-356.jar | None |
- | LC | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
- | LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zf.jar | None |
- | LC | parrotpower | 1.12.2 | parrotpower-1.3.4.jar | None |
- | LC | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
- | LC | plummet | 1.0.0 | Plummet-1.12.2-1.0.0.jar | None |
- | LC | pneumaticcraft | 1.12.2-0.11.7-375 | pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar | None |
- | LC | pogosticks | 1.3.1 | PogoSticks-1.12.2-1.3.1.jar | None |
- | LC | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
- | LC | rats | 3.2.5 | rats-3.2.5.jar | None |
- | LC | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
- | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
- | LC | additionalstructures | 2.3.1 | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar | None |
- | LC | rftools | 7.72 | rftools-1.12-7.72.jar | None |
- | LC | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
- | LC | rootsclassic | 1.12.2-1.1.5 | RootsClassic-1.12.2-1.1.5.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
- | LC | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None |
- | LC | silentgear | 0.6.5 | SilentGear-1.12.2-0.6.7+76.jar | None |
- | LC | stackable | 1.3.3 | stackable-1.12.2-1.3.3.jar | None |
- | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
- | LC | sasit | 1.1.32 | StuffASockInIt-1.12.2-1.1.32.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | tallgates | 1.0.0 | TallGates-1.12.2-1.0.0.1.jar | None |
- | LC | beneath | 1.6.0 | The Beneath-1.12.2-1.6.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
- | LC | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
- | LC | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
- | LC | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
- | L | toolbelt | 1.9.12 | ToolBelt-1.12.2-1.9.12.jar | None |
- | L | topography | 1.10.1 | Topography-1.12.2-1.10.1.jar | None |
- | L | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None |
- | L | travellersbackpack | 1.0.22.22 | TravellersBackpack-1.12.2-1.0.22.22.jar | None |
- | L | triumph | 3.19.2 | Triumph-1.12.2-3.19.2.jar | None |
- | L | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
- | L | ultimate_unicorn_mod | 1.5.16 | ultimate_unicorn_mod-1.12.2-1.5.16.jar | None |
- | L | vehicle | 0.41.1 | vehicle-mod-0.41.1-1.12.2.jar | None |
- | L | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | None |
- | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
- | L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
- | L | zenstages | 0.4.1-19 | zenstages-0.4.1-19.jar | None |
- | L | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | None |
- | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None |
- | L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
- | L | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
- | L | thebetweenlands | 3.5.6 | TheBetweenlands-3.5.6-universal.jar | None |
- | L | mysticallib | 1.12.2-1.4.0 | mysticallib-1.12.2-1.4.0.jar | None |
- | UD | mclib_core | 1.0.4 | minecraft.jar | None |
- Loaded coremods (and transformers):
- Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
- pl.asie.foamfix.coremod.FoamFixTransformer
- CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
- team.chisel.ctm.client.asm.CTMTransformer
- ForgelinPlugin (Forgelin-1.8.4.jar)
- AstralCore (astralsorcery-1.12.2-1.10.22.jar)
- OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
- openmods.core.OpenModsClassTransformer
- Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
- invtweaks.forge.asm.ContainerTransformer
- ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
- com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
- EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
- com.enderio.core.common.transform.EnderCoreTransformer
- com.enderio.core.common.transform.SimpleMixinPatcher
- McLib core mod (mclib-1.0.4-1.12.2.jar)
- mchorse.mclib.core.McLibCMClassTransformer
- CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
- net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
- ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
- shadows.ApotheosisTransformer
- PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
- ratscore (rats-3.2.5.jar)
- com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
- BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
- com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
- LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
- logisticspipes.asm.LogisticsClassTransformer
- LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
- lumien.resourceloader.asm.ClassTransformer
- TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.6-core.jar)
- thebetweenlands.core.TheBetweenlandsClassTransformer
- MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
- micdoodle8.mods.miccore.MicdoodleTransformer
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
- OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
- Launched Version: forge-14.23.5.2847
- LWJGL: 2.9.4
- OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, 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: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement