Jump to content

Mods wont show up


CreativeImagine

Recommended Posts

There's no HTML in debug.log

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Spoiler

[14:53:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[14:53:08] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[14:53:08] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[14:53:08] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[14:53:08] [main/DEBUG] [FML]: Java classpath at launch is:
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2847\forge-1.12.2-14.23.5.2847.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar
[14:53:08] [main/DEBUG] [FML]: Java library path at launch is:
[14:53:08] [main/DEBUG] [FML]:     C:\Users\rocky\AppData\Roaming\.minecraft\bin\a55f-8f3e-30a5-9f14
[14:53:08] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\rocky\AppData\Roaming\.minecraft\libraries
[14:53:08] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\rocky\AppData\Roaming\.minecraft\mods
[14:53:08] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[14:53:08] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[14:53:08] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[14:53:08] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[14:53:08] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[14:53:08] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[14:53:08] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[14:53:08] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[14:53:08] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[14:53:08] [main/DEBUG] [FML]: Discovering coremods
[14:53:08] [main/INFO] [FML]: Searching C:\Users\rocky\AppData\Roaming\.minecraft\mods for mods
[14:53:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:53:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:53:08] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[14:53:08] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[14:53:08] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[14:53:08] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[14:53:08] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[14:53:08] [main/DEBUG] [FML]: Injection complete
[14:53:08] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[14:53:08] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[14:53:08] [main/DEBUG] [FML]: Read 1145 binary patches
[14:53:08] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[14:53:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[14:53:09] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[14:53:09] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[14:53:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:53:09] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[14:53:09] [main/DEBUG] [FML]: Injection complete
[14:53:09] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[14:53:09] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[14:53:09] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[14:53:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[14:53:09] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[14:53:09] [main/DEBUG] [FML]: Validating minecraft
[14:53:09] [main/DEBUG] [FML]: Minecraft validated, launching...
[14:53:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:53:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[14:53:09] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[14:53:10] [Client thread/INFO] [net.minecraft.client.Minecraft]: Setting user: CreativeImagine
[14:53:12] [Client thread/DEBUG] [FML]: Creating vanilla freeze snapshot
[14:53:12] [Client thread/DEBUG] [FML]: Vanilla freeze snapshot created
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.pickItem:key.mouse.middle
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.playerlist:key.keyboard.tab
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.advancements:key.keyboard.l
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.5:key.keyboard.5
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.6:key.keyboard.6
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.7:key.keyboard.7
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.8:key.keyboard.8
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.1:key.keyboard.1
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.2:key.keyboard.2
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.3:key.keyboard.3
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.4:key.keyboard.4
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sprint:key.keyboard.left.control
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.forward:key.keyboard.w
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.drop:key.keyboard.q
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.back:key.keyboard.s
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.attack:key.mouse.left
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.use:key.mouse.right
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.saveToolbarActivator:key.keyboard.c
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.smoothCamera:key.keyboard.unknown
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.right:key.keyboard.d
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.jump:key.keyboard.space
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sneak:key.keyboard.left.shift
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.spectatorOutlines:key.keyboard.unknown
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.left:key.keyboard.a
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.command:key.keyboard.slash
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.screenshot:key.keyboard.f2
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.9:key.keyboard.9
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.togglePerspective:key.keyboard.f5
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.chat:key.keyboard.t
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.inventory:key.keyboard.e
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.fullscreen:key.keyboard.f11
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.loadToolbarActivator:key.keyboard.x
[14:53:12] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.swapHands:key.keyboard.f
[14:53:12] [Client thread/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[14:53:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.001s
[14:53:12] [Client thread/INFO] [FML]: -- 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: 646636640 bytes (616 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.6952' Renderer: 'Intel(R) UHD Graphics 630'
[14:53:12] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[14:53:12] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[14:53:12] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[14:53:13] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
[14:53:13] [Client thread/DEBUG] [FML]: File C:\Users\rocky\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected
[14:53:13] [Client thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[14:53:13] [Client thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[14:53:13] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2847\forge-1.12.2-14.23.5.2847.jar, examining for mod candidates
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[14:53:13] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar, examining for mod candidates
[14:53:13] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar, examining for mod candidates
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[14:53:13] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rocky\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[14:53:13] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rocky\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar, examining for mod candidates
[14:53:13] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rocky\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar, examining for mod candidates
[14:53:13] [Client thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[14:53:13] [Client thread/INFO] [FML]: Searching C:\Users\rocky\AppData\Roaming\.minecraft\mods for mods
[14:53:13] [Client thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2847.jar for potential mods
[14:53:13] [Client thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2847.jar appears to be missing an mcmod.info file
[14:53:13] [Client thread/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods
[14:53:13] [Client thread/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file
[14:53:13] [Client thread/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods
[14:53:13] [Client thread/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file
[14:53:13] [Client thread/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods
[14:53:13] [Client thread/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file
[14:53:13] [Client thread/DEBUG] [FML]: Examining file 1.12.2.jar for potential mods
[14:53:13] [Client thread/DEBUG] [FML]: The mod container 1.12.2.jar appears to be missing an mcmod.info file
[14:53:13] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[14:53:13] [Client thread/TRACE] [FML]: Received a system property request ''
[14:53:13] [Client thread/TRACE] [FML]: System property request managing the state of 0 mods
[14:53:13] [Client thread/DEBUG] [FML]: After merging, found state information for 0 mods
[14:53:13] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[14:53:13] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[14:53:13] [Client thread/TRACE] [FML]: Verifying mod requirements are satisfied
[14:53:13] [Client thread/TRACE] [FML]: All mod requirements are satisfied
[14:53:13] [Client thread/TRACE] [FML]: Sorting mods into an ordered list
[14:53:13] [Client thread/TRACE] [FML]: Mod sorting completed successfully
[14:53:13] [Client thread/DEBUG] [FML]: Mod sorting data
[14:53:13] [Client thread/DEBUG] [FML]: No user mods found to sort
[14:53:13] [Client thread/DEBUG] [FML]: Loading @Config anotation data
[14:53:13] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[14:53:13] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[14:53:13] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.004s
[14:53:13] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[14:53:13] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[14:53:13] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.000s
[14:53:13] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[14:53:13] [Client thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[14:53:13] [Client thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[14:53:13] [Client thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[14:53:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at CLIENT
[14:53:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at SERVER
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.332s
[14:53:14] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[14:53:14] [Client thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@55f2e76a
[14:53:14] [Client thread/DEBUG] [forge]: Preloading CrashReport Classes
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[14:53:14] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[14:53:14] [Client thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[14:53:14] [Client thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[14:53:14] [Client thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2847)
[14:53:14] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.077s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Construction took 0.413s
[14:53:14] [Client thread/DEBUG] [FML]: Mod signature data
[14:53:14] [Client thread/DEBUG] [FML]:      Valid Signatures:
[14:53:14] [Client thread/DEBUG] [FML]:      Missing Signatures:
[14:53:14] [Client thread/DEBUG] [FML]:         minecraft    (Minecraft    1.12.2)    minecraft.jar
[14:53:14] [Client thread/DEBUG] [FML]:         mcp    (Minecraft Coder Pack    9.42)    minecraft.jar
[14:53:14] [Client thread/DEBUG] [FML]:         FML    (Forge Mod Loader    8.0.99.99)    forge-1.12.2-14.23.5.2847.jar
[14:53:14] [Client thread/DEBUG] [FML]:         forge    (Minecraft Forge    14.23.5.2847)    forge-1.12.2-14.23.5.2847.jar
[14:53:14] [Client thread/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.003s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.002s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.002s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.054s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.055s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resources took 0.062s
[14:53:14] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[14:53:14] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[14:53:14] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[14:53:14] [Client thread/INFO] [FML]: Found 1169 ObjectHolder annotations
[14:53:14] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[14:53:14] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[14:53:14] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s
[14:53:14] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s
[14:53:14] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s
[14:53:14] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge
[14:53:14] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[14:53:14] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.058s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: PreInitialization took 0.058s
[14:53:14] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[14:53:14] [Client thread/INFO] [FML]: Applying holder lookups
[14:53:14] [Client thread/INFO] [FML]: Holder lookups applied
[14:53:14] [Client thread/INFO] [FML]: Applying holder lookups
[14:53:14] [Client thread/INFO] [FML]: Holder lookups applied
[14:53:14] [Client thread/INFO] [FML]: Applying holder lookups
[14:53:14] [Client thread/INFO] [FML]: Holder lookups applied
[14:53:14] [Client thread/INFO] [FML]: Applying holder lookups
[14:53:14] [Client thread/INFO] [FML]: Holder lookups applied
[14:53:14] [Client thread/INFO] [FML]: Injecting itemstacks
[14:53:14] [Client thread/INFO] [FML]: Itemstack injection complete
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - TextureManager took 0.000s
[14:53:14] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data:
{
  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
  "promos": {
    "1.1-latest": "1.3.2.6",
    "1.10-latest": "12.18.0.2000",
    "1.10.2-latest": "12.18.3.2511",
    "1.10.2-recommended": "12.18.3.2185",
    "1.11-latest": "13.19.1.2199",
    "1.11-recommended": "13.19.1.2189",
    "1.11.2-latest": "13.20.1.2588",
    "1.11.2-recommended": "13.20.1.2386",
    "1.12-latest": "14.21.1.2443",
    "1.12-recommended": "14.21.1.2387",
    "1.12.1-latest": "14.22.1.2485",
    "1.12.1-recommended": "14.22.1.2478",
    "1.12.2-latest": "14.23.5.2847",
    "1.12.2-recommended": "14.23.5.2768",
    "1.13.2-latest": "25.0.219",
    "1.14.2-latest": "26.0.63",
    "1.14.3-latest": "27.0.60",
    "1.14.4-latest": "28.1.114",
    "1.14.4-recommended": "28.1.0",
    "1.15-latest": "29.0.4",
    "1.15.1-latest": "30.0.39",
    "1.5.2-latest": "7.8.1.738",
    "1.5.2-recommended": "7.8.1.737",
    "1.6.1-latest": "8.9.0.775",
    "1.6.2-latest": "9.10.1.871",
    "1.6.2-recommended": "9.10.1.871",
    "1.6.3-latest": "9.11.0.878",
    "1.6.4-latest": "9.11.1.1345",
    "1.6.4-recommended": "9.11.1.1345",
    "1.7.10-latest": "10.13.4.1614",
    "1.7.10-latest-1.7.10": "10.13.2.1343",
    "1.7.10-recommended": "10.13.4.1558",
    "1.7.2-latest": "10.12.2.1147",
    "1.7.2-recommended": "10.12.2.1121",
    "1.8-latest": "11.14.4.1577",
    "1.8-recommended": "11.14.4.1563",
    "1.8.8-latest": "11.15.0.1655",
    "1.8.9-latest": "11.15.1.2318",
    "1.8.9-recommended": "11.15.1.1722",
    "1.9-latest": "12.16.0.1942",
    "1.9-recommended": "12.16.1.1887",
    "1.9.4-latest": "12.17.0.2051",
    "1.9.4-recommended": "12.17.0.1976",
    "latest-1.7.10": "10.13.2.1343"
  }
}
[14:53:14] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading sounds took 0.415s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SoundHandler took 0.425s
[14:53:14] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem...
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.004s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.004s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.007s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.007s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - GL Setup took 0.001s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Texture Map took 0.007s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - B3DLoader took 0.000s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - OBJLoader took 0.000s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s
[14:53:14] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.001s
[14:53:15] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL
[14:53:15] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[14:53:15] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 69901500 nanos
[14:53:15] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized.
[14:53:15] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started
[14:53:16] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 1.490s
[14:53:17] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: items took 0.643s
[14:53:17] [Client thread/INFO] [FML]: Max texture size: 16384
[14:53:18] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 1.863s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 0.021s
[14:53:19] [Client thread/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 512x512 textures-atlas
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Texture creation took 0.025s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.077s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 0.302s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelManager took 4.502s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Model Manager took 4.560s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - RenderItem took 0.006s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Item Renderer took 0.159s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - EntityRenderer took 0.000s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - RenderGlobal took 0.000s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SearchTreeManager took 0.076s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.236s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Rendering Setup took 4.963s
[14:53:19] [Client thread/INFO] [FML]: Applying holder lookups
[14:53:19] [Client thread/INFO] [FML]: Holder lookups applied
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: Initialization took 0.001s
[14:53:19] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod minecraft
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.004s
[14:53:19] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod mcp
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod FML
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge
[14:53:19] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod forge
[14:53:19] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod forge
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.005s
[14:53:19] [Client thread/INFO] [FML]: Injecting itemstacks
[14:53:19] [Client thread/INFO] [FML]: Itemstack injection complete
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.009s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: PostInitialization took 0.009s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge
[14:53:19] [Client thread/DEBUG] [FML]: Forge RecipeSorter Baking:
[14:53:19] [Client thread/DEBUG] [FML]:   16: RecipeEntry("Before", UNKNOWN, )
[14:53:19] [Client thread/DEBUG] [FML]:   15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[14:53:19] [Client thread/DEBUG] [FML]:   13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[14:53:19] [Client thread/DEBUG] [FML]:   12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[14:53:19] [Client thread/DEBUG] [FML]:   11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[14:53:19] [Client thread/DEBUG] [FML]:   1: RecipeEntry("After", UNKNOWN, )
[14:53:19] [Client thread/DEBUG] [FML]: Sorting recipes
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.006s
[14:53:19] [Client thread/DEBUG] [FML]: Bar Finished: LoadComplete took 0.007s
[14:53:19] [Client thread/DEBUG] [FML]: Freezing registries
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.001s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML
[14:53:19] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML
[14:53:19] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[14:53:19] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge
[14:53:20] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge
[14:53:20] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.120s
[14:53:20] [Client thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.122s
[14:53:20] [Client thread/DEBUG] [FML]: All registries frozen
[14:53:20] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.pickItem:key.mouse.middle
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.playerlist:key.keyboard.tab
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.advancements:key.keyboard.l
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.5:key.keyboard.5
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.6:key.keyboard.6
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.7:key.keyboard.7
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.8:key.keyboard.8
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.1:key.keyboard.1
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.2:key.keyboard.2
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.3:key.keyboard.3
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.4:key.keyboard.4
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sprint:key.keyboard.left.control
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.forward:key.keyboard.w
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.drop:key.keyboard.q
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.back:key.keyboard.s
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.attack:key.mouse.left
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.use:key.mouse.right
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.saveToolbarActivator:key.keyboard.c
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.smoothCamera:key.keyboard.unknown
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.right:key.keyboard.d
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.jump:key.keyboard.space
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.sneak:key.keyboard.left.shift
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.spectatorOutlines:key.keyboard.unknown
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.left:key.keyboard.a
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.command:key.keyboard.slash
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.screenshot:key.keyboard.f2
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.hotbar.9:key.keyboard.9
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.togglePerspective:key.keyboard.f5
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.chat:key.keyboard.t
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.inventory:key.keyboard.e
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.fullscreen:key.keyboard.f11
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.loadToolbarActivator:key.keyboard.x
[14:53:20] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: key_key.swapHands:key.keyboard.f
[14:53:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading took 7.012s
[14:53:20] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows]: Narrator library for x64 successfully loaded
[14:53:20] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CloudRenderer took 0.005s
[14:53:20] [Client thread/INFO] [com.mojang.realmsclient.RealmsMainScreen]: Realms library version == 1.10.22
[14:53:31] [Client thread/INFO] [net.minecraft.client.Minecraft]: Stopping!
[14:53:31] [Client thread/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down...
[14:53:31] [Client thread/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com


 

Edited by DaemonUmbra
Text Wall Moved to Spoiler
Link to comment
Share on other sites

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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