Jump to content

minecraft shows a "stopped working" window when loading a world in 1.12.2


lookitsjoj

Recommended Posts

minecraft shows the "minecraft.exe has stopped working, looking for a solution" window and closes without any crash log coming up in the launcher when creating a new world or entering an existing one.

here is my latest.log in pastebin.

i only play 1.7.10 most of the time because of this issue, since it only occurs on versions 1.8+ as far as i remember.

 

thanks in advance

Link to comment
Share on other sites

Please provide your debug.log (more info in my signature)

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

here's my debug.log

 

(i have to put it into a spoiler, since pastebin has a limit or something now? sorry about that.)
 

Spoiler

[12:54:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:54:46] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[12:54:46] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2814 for Minecraft 1.12.2 loading
[12:54:46] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_144
[12:54:46] [main/DEBUG] [FML]: Java classpath at launch is:
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2814\forge-1.12.2-14.23.5.2814.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\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
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\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
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar
[12:54:46] [main/DEBUG] [FML]: Java library path at launch is:
[12:54:46] [main/DEBUG] [FML]:     C:\Users\rhys\AppData\Roaming\.minecraft\versions\1.12.2-forge1.12.2-14.23.5.2814\1.12.2-forge1.12.2-14.23.5.2814-natives-190989636832985
[12:54:46] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\rhys\AppData\Roaming\.minecraft\libraries
[12:54:46] [main/DEBUG] [FML]: Cleaning up mods folder: C:\Users\rhys\AppData\Roaming\.minecraft\mods
[12:54:46] [main/DEBUG] [FML]: Examining file: BetterFps-1.4.8.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: HeroesExpansion-1.12.2-1.3.2.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: iChunUtil-1.12.2-7.2.1.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.268.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: LucraftCore-1.12.2-2.4.2.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: Morph-1.12.2-7.1.3.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:54:46] [main/DEBUG] [FML]: Examining file: SpeedsterHeroes-1.12.2-2.1.3.jar
[12:54:46] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[12:54:46] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[12:54:46] [main/DEBUG] [FML]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
[12:54:46] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[12:54:46] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[12:54:46] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[12:54:46] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[12:54:46] [main/DEBUG] [FML]: Found signing certificates for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin)
[12:54:46] [main/DEBUG] [FML]: Found certificate e3c3d50c7c986df74c645c0ac54639741c90a557
[12:54:46] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[12:54:46] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[12:54:46] [main/DEBUG] [FML]: Discovering coremods
[12:54:46] [main/INFO] [FML]: Searching C:\Users\rhys\AppData\Roaming\.minecraft\mods for mods
[12:54:46] [main/DEBUG] [FML]:   Adding BetterFps-1.4.8.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding CodeChickenLib-1.12.2-3.2.2.353-universal.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding HeroesExpansion-1.12.2-1.3.2.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding iChunUtil-1.12.2-7.2.1.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.268.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding LucraftCore-1.12.2-2.4.2.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding Morph-1.12.2-7.1.3.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding NotEnoughItems-1.12.2-2.4.2.240-universal.jar to the mod list
[12:54:46] [main/DEBUG] [FML]:   Adding SpeedsterHeroes-1.12.2-2.1.3.jar to the mod list
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy BetterFps-1.4.8.jar
[12:54:46] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy HeroesExpansion-1.12.2-1.3.2.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in HeroesExpansion-1.12.2-1.3.2.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy iChunUtil-1.12.2-7.2.1.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in iChunUtil-1.12.2-7.2.1.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.268.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.268.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy LucraftCore-1.12.2-2.4.2.jar
[12:54:46] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in LucraftCore-1.12.2-2.4.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[12:54:46] [main/DEBUG] [FML]: Instantiating coremod class LucraftCoreCoreMod
[12:54:46] [main/WARN] [FML]: The coremod lucraft.mods.lucraftcore.core.LucraftCoreCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:54:46] [main/WARN] [FML]: The coremod LucraftCoreCoreMod (lucraft.mods.lucraftcore.core.LucraftCoreCoreMod) is not signed!
[12:54:46] [main/DEBUG] [FML]: Enqueued coremod LucraftCoreCoreMod
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy Morph-1.12.2-7.1.3.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in Morph-1.12.2-7.1.3.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:54:46] [main/DEBUG] [FML]: Examining for coremod candidacy SpeedsterHeroes-1.12.2-2.1.3.jar
[12:54:46] [main/DEBUG] [FML]: Not found coremod data in SpeedsterHeroes-1.12.2-2.1.3.jar
[12:54:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:54:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:54:46] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[12:54:46] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[12:54:46] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[12:54:46] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[12:54:46] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[12:54:46] [main/DEBUG] [FML]: Injection complete
[12:54:46] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[12:54:46] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[12:54:48] [main/DEBUG] [FML]: Read 1120 binary patches
[12:54:48] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[12:54:50] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[12:54:50] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:54:50] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[12:54:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:54:50] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[12:54:50] [main/DEBUG] [FML]: Injection complete
[12:54:50] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[12:54:50] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[12:54:50] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[12:54:50] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[12:54:50] [main/DEBUG] [BetterFps]: Loading Mappings...
[12:54:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:54:50] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[12:54:50] [main/DEBUG] [FML]: Loaded 46 rules from AccessTransformer mod jar file C:\Users\rhys\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.12.2-3.2.2.353-universal.jar!META-INF/ccl_at.cfg

[12:54:50] [main/DEBUG] [FML]: Loaded 12 rules from AccessTransformer mod jar file C:\Users\rhys\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.15.0.268.jar!META-INF/jei_at.cfg

[12:54:50] [main/DEBUG] [FML]: Loaded 20 rules from AccessTransformer mod jar file C:\Users\rhys\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.12.2-2.4.2.240-universal.jar!META-INF/nei_at.cfg

[12:54:50] [main/DEBUG] [FML]: Loaded 3 rules from AccessTransformer mod jar file C:\Users\rhys\AppData\Roaming\.minecraft\mods\LucraftCore-1.12.2-2.4.2.jar!META-INF/lucraftcore_at.cfg

[12:54:50] [main/DEBUG] [FML]: Loaded 119 rules from AccessTransformer mod jar file C:\Users\rhys\AppData\Roaming\.minecraft\mods\iChunUtil-1.12.2-7.2.1.jar!META-INF/iChunUtil_at.cfg

[12:54:50] [main/DEBUG] [FML]: Validating minecraft
[12:54:51] [main/DEBUG] [FML]: Minecraft validated, launching...
[12:54:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:54:51] [main/DEBUG] [FML]: Injecting coremod LucraftCoreCoreMod \{lucraft.mods.lucraftcore.core.LucraftCoreCoreMod\} class transformers
[12:54:51] [main/TRACE] [FML]: Registering transformer lucraft.mods.lucraftcore.core.LCTransformer
[12:54:51] [main/DEBUG] [FML]: Injection complete
[12:54:51] [main/DEBUG] [FML]: Running coremod plugin for LucraftCoreCoreMod \{lucraft.mods.lucraftcore.core.LucraftCoreCoreMod\}
[12:54:51] [main/DEBUG] [FML]: Running coremod plugin LucraftCoreCoreMod
[12:54:51] [main/DEBUG] [FML]: Coremod plugin class LucraftCoreCoreMod run successfully
[12:54:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:54:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:54:51] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:54:51] [main/INFO] [BetterFps]: Patching net.minecraft.client.Minecraft... (bib)
[12:54:51] [main/INFO] [BetterFps]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud)
[12:54:53] [Client thread/INFO] [net.minecraft.client.Minecraft]: Setting user: lookitsjoj
[12:54:53] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[12:54:54] [Client thread/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[12:54:55] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[12:54:56] [Client thread/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[12:54:56] [Client thread/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[12:54:59] [Client thread/DEBUG] [FML]: Creating vanilla freeze snapshot
[12:55:00] [Client thread/DEBUG] [FML]: Vanilla freeze snapshot created
[12:55:00] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
[12:55:00] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: streamPreferredServer:
[12:55:00] [Client thread/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[12:55:01] [Client thread/WARN] [net.minecraft.client.resources.ResourcePackRepository]: Removed selected resource pack 256x-JinRyuus-HD-ResourcePack-Addon-v0.6.zip because it's no longer compatible
[12:55:01] [Client thread/WARN] [net.minecraft.client.resources.ResourcePackRepository]: Removed selected resource pack ALinkToThePast 16X 1.7.10.zip because it's no longer compatible
[12:55:01] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.006s
[12:55:01] [Client thread/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_144, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 83309440 bytes (79 MB) / 261423104 bytes (249 MB) up to 2134114304 bytes (2035 MB)
    JVM Flags: 6 total; -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.2.jar)
  lucraft.mods.lucraftcore.core.LCTransformer
    GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3958' Renderer: 'Intel(R) HD Graphics 4000'
[12:55:01] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2814 Initialized
[12:55:01] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[12:55:02] [Client thread/INFO] [FML]: Replaced 1036 ore ingredients
[12:55:02] [Client thread/DEBUG] [FML]: File C:\Users\rhys\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected
[12:55:02] [Client thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[12:55:02] [Client thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[12:55:02] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2814\forge-1.12.2-14.23.5.2814.jar, examining for mod candidates
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\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
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\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
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar, examining for mod candidates
[12:55:02] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar, examining for mod candidates
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rhys\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar, examining for mod candidates
[12:55:02] [Client thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\rhys\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.jar, examining for mod candidates
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\mods\BetterFps-1.4.8.jar
[12:55:02] [Client thread/TRACE] [FML]: Skipping known library file C:\Users\rhys\AppData\Roaming\.minecraft\mods\LucraftCore-1.12.2-2.4.2.jar
[12:55:02] [Client thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[12:55:02] [Client thread/INFO] [FML]: Searching C:\Users\rhys\AppData\Roaming\.minecraft\mods for mods
[12:55:02] [Client thread/DEBUG] [FML]:   Adding BetterFps-1.4.8.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding CodeChickenLib-1.12.2-3.2.2.353-universal.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding HeroesExpansion-1.12.2-1.3.2.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding iChunUtil-1.12.2-7.2.1.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.268.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding LucraftCore-1.12.2-2.4.2.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding Morph-1.12.2-7.1.3.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding NotEnoughItems-1.12.2-2.4.2.240-universal.jar to the mod list
[12:55:02] [Client thread/DEBUG] [FML]:   Adding SpeedsterHeroes-1.12.2-2.1.3.jar to the mod list
[12:55:02] [Client thread/TRACE] [FML]: Skipping already parsed coremod or tweaker BetterFps-1.4.8.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file HeroesExpansion-1.12.2-1.3.2.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file iChunUtil-1.12.2-7.2.1.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.268.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file LucraftCore-1.12.2-2.4.2.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file Morph-1.12.2-7.1.3.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:55:02] [Client thread/DEBUG] [FML]: Found a candidate zip or jar file SpeedsterHeroes-1.12.2-2.1.3.jar
[12:55:02] [Client thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2814.jar for potential mods
[12:55:02] [Client thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2814.jar appears to be missing an mcmod.info file
[12:55:03] [Client thread/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods
[12:55:03] [Client thread/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file
[12:55:03] [Client thread/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods
[12:55:03] [Client thread/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file
[12:55:03] [Client thread/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods
[12:55:03] [Client thread/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file
[12:55:03] [Client thread/DEBUG] [FML]: Examining file 1.12.2.jar for potential mods
[12:55:03] [Client thread/DEBUG] [FML]: The mod container 1.12.2.jar appears to be missing an mcmod.info file
[12:55:04] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 137786602 nanos
[12:55:04] [Client thread/DEBUG] [FML]: Examining file CodeChickenLib-1.12.2-3.2.2.353-universal.jar for potential mods
[12:55:04] [Client thread/TRACE] [FML]: Located mcmod.info file in file CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:55:04] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.lib.CodeChickenLib) - loading
[12:55:04] [Client thread/TRACE] [FML]: Parsed dependency info for codechickenlib: Requirements: [forge@[14.23.4.2718,)] After:[forge@[14.23.4.2718,)] Before:[]
[12:55:04] [Client thread/DEBUG] [FML]: Attempting to load the file version.properties from CodeChickenLib-1.12.2-3.2.2.353-universal.jar to locate a version number for mod codechickenlib
[12:55:04] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353
[12:55:04] [Client thread/DEBUG] [FML]: Examining file HeroesExpansion-1.12.2-1.3.2.jar for potential mods
[12:55:04] [Client thread/TRACE] [FML]: Located mcmod.info file in file HeroesExpansion-1.12.2-1.3.2.jar
[12:55:04] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lucraft.mods.heroesexpansion.HeroesExpansion) - loading
[12:55:04] [Client thread/TRACE] [FML]: Parsed dependency info for heroesexpansion: Requirements: [lucraftcore@[1.12.2-2.4.0,)] After:[lucraftcore@[1.12.2-2.4.0,)] Before:[]
[12:55:04] [Client thread/DEBUG] [FML]: Examining file iChunUtil-1.12.2-7.2.1.jar for potential mods
[12:55:04] [Client thread/TRACE] [FML]: Located mcmod.info file in file iChunUtil-1.12.2-7.2.1.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.ichunutil.common.iChunUtil) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for ichunutil: Requirements: [forge@[14.23.5.2781,99999.24.0.0)] After:[forge@[14.23.5.2781,99999.24.0.0)] Before:[]
[12:55:05] [Client thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.268.jar for potential mods
[12:55:05] [Client thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.268.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.1.2594,)] After:[forge@[14.23.1.2594,)] Before:[]
[12:55:05] [Client thread/DEBUG] [FML]: Examining file LucraftCore-1.12.2-2.4.2.jar for potential mods
[12:55:05] [Client thread/TRACE] [FML]: Located mcmod.info file in file LucraftCore-1.12.2-2.4.2.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lucraft.mods.lucraftcore.LucraftCore) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for lucraftcore: Requirements: [forge@[14.23.2.2638,)] After:[forge@[14.23.2.2638,), tconstruct] Before:[]
[12:55:05] [Client thread/DEBUG] [FML]: Examining file Morph-1.12.2-7.1.3.jar for potential mods
[12:55:05] [Client thread/TRACE] [FML]: Located mcmod.info file in file Morph-1.12.2-7.1.3.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.morph.common.Morph) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for morph: Requirements: [ichunutil@[7.2.0,8.0.0)] After:[ichunutil@[7.2.0,8.0.0)] Before:[]
[12:55:05] [Client thread/DEBUG] [FML]: Examining file NotEnoughItems-1.12.2-2.4.2.240-universal.jar for potential mods
[12:55:05] [Client thread/TRACE] [FML]: Located mcmod.info file in file NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (codechicken.nei.NotEnoughItems) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for nei: Requirements: [jei@[4.12.0.+.,), codechickenlib@[3.2.2,), forge@[14.23.5.2768,)] After:[codechickenlib@[3.2.2,), jei@[4.12.0.+.,), forge@[14.23.5.2768,)] Before:[]
[12:55:05] [Client thread/DEBUG] [FML]: Examining file SpeedsterHeroes-1.12.2-2.1.3.jar for potential mods
[12:55:05] [Client thread/TRACE] [FML]: Located mcmod.info file in file SpeedsterHeroes-1.12.2-2.1.3.jar
[12:55:05] [Client thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lucraft.mods.speedsterheroes.SpeedsterHeroes) - loading
[12:55:05] [Client thread/TRACE] [FML]: Parsed dependency info for speedsterheroes: Requirements: [lucraftcore@[1.12.2-2.4.1,)] After:[] Before:[lucraftcore@[1.12.2-2.4.1,)]
[12:55:05] [Client thread/INFO] [FML]: Forge Mod Loader has identified 12 mods to load
[12:55:06] [Client thread/DEBUG] [FML]: Found API me.ichun.mods.ichunutil.api (owned by iChun providing iChunUtil API) embedded in ichunutil
[12:55:06] [Client thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei
[12:55:06] [Client thread/DEBUG] [FML]: Creating API container dummy for API iChunUtil API: owner: iChun, dependents: [ichunutil]
[12:55:06] [Client thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: []
[12:55:06] [Client thread/TRACE] [FML]: Received a system property request ''
[12:55:06] [Client thread/TRACE] [FML]: System property request managing the state of 0 mods
[12:55:06] [Client thread/DEBUG] [FML]: After merging, found state information for 0 mods
[12:55:06] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod codechickenlib
[12:55:06] [Client thread/DEBUG] [FML]: Mod CodeChicken Lib is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod heroesexpansion
[12:55:06] [Client thread/DEBUG] [FML]: Mod HeroesExpansion is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod ichunutil
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod jei
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod lucraftcore
[12:55:06] [Client thread/DEBUG] [FML]: Mod Lucraft: Core is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod morph
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod nei
[12:55:06] [Client thread/DEBUG] [FML]: Mod Not Enough Items is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/DEBUG] [FML]: Enabling mod speedsterheroes
[12:55:06] [Client thread/DEBUG] [FML]: Mod SpeedsterHeroes is missing a pack.mcmeta file, substituting a dummy one
[12:55:06] [Client thread/TRACE] [FML]: Verifying mod requirements are satisfied
[12:55:06] [Client thread/TRACE] [FML]: All mod requirements are satisfied
[12:55:06] [Client thread/TRACE] [FML]: Sorting mods into an ordered list
[12:55:06] [Client thread/TRACE] [FML]: Mod sorting completed successfully
[12:55:06] [Client thread/DEBUG] [FML]: Mod sorting data
[12:55:06] [Client thread/DEBUG] [FML]:     codechickenlib(CodeChicken Lib:3.2.2.353): CodeChickenLib-1.12.2-3.2.2.353-universal.jar (required-after:forge@[14.23.4.2718,))
[12:55:06] [Client thread/DEBUG] [FML]:     speedsterheroes(SpeedsterHeroes:1.12.2-2.1.3): SpeedsterHeroes-1.12.2-2.1.3.jar (required-before:lucraftcore@[1.12.2-2.4.1,))
[12:55:06] [Client thread/DEBUG] [FML]:     lucraftcore(Lucraft: Core:1.12.2-2.4.2): LucraftCore-1.12.2-2.4.2.jar (required-after:forge@[14.23.2.2638,);after:tconstruct)
[12:55:06] [Client thread/DEBUG] [FML]:     heroesexpansion(HeroesExpansion:1.12.2-1.3.2): HeroesExpansion-1.12.2-1.3.2.jar (required-after:lucraftcore@[1.12.2-2.4.0,))
[12:55:06] [Client thread/DEBUG] [FML]:     iChunUtil API(API: iChunUtil API:1.2.0): iChunUtil-1.12.2-7.2.1.jar ()
[12:55:06] [Client thread/DEBUG] [FML]:     ichunutil(iChunUtil:7.2.1): iChunUtil-1.12.2-7.2.1.jar (required-after:forge@[14.23.5.2781,99999.24.0.0))
[12:55:06] [Client thread/DEBUG] [FML]:     jei(Just Enough Items:4.15.0.268): jei_1.12.2-4.15.0.268.jar (required-after:forge@[14.23.1.2594,);)
[12:55:06] [Client thread/DEBUG] [FML]:     morph(Morph:7.1.3): Morph-1.12.2-7.1.3.jar (required-after:ichunutil@[7.2.0,8.0.0))
[12:55:06] [Client thread/DEBUG] [FML]:     nei(Not Enough Items:2.4.2): NotEnoughItems-1.12.2-2.4.2.240-universal.jar (required-after:codechickenlib@[3.2.2,);;required-after:jei@[4.12.0.+.,);required-after:forge@[14.23.5.2768,))
[12:55:06] [Client thread/DEBUG] [FML]:     JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.268.jar ()
[12:55:06] [Client thread/DEBUG] [FML]: Loading @Config anotation data
[12:55:06] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[12:55:06] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[12:55:06] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.005s
[12:55:06] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[12:55:06] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[12:55:06] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[12:55:06] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[12:55:06] [Client thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[12:55:06] [Client thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[12:55:06] [Client thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[12:55:06] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, codechickenlib, heroesexpansion, ichunutil, jei, lucraftcore, morph, nei, speedsterheroes] at CLIENT
[12:55:06] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, codechickenlib, heroesexpansion, ichunutil, jei, lucraftcore, morph, nei, speedsterheroes] at SERVER
[12:55:07] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[12:55:07] [Client thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.832s
[12:55:07] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[12:55:07] [Client thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46fbb0a3
[12:55:07] [Client thread/DEBUG] [forge]: Preloading CrashReport Classes
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/World$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[12:55:07] [Client thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[12:55:07] [Client thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[12:55:07] [Client thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[12:55:07] [Client thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2814)
[12:55:07] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[12:55:07] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[12:55:07] [Client thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.292s
[12:55:07] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod codechickenlib
[12:55:07] [Client thread/TRACE] [FML]: Mod codechickenlib is using network checker : Accepting version 3.2.2.353
[12:55:07] [Client thread/TRACE] [FML]: Testing mod codechickenlib to verify it accepts its own version in a remote connection
[12:55:07] [Client thread/TRACE] [FML]: The mod codechickenlib accepts its own version (3.2.2.353)
[12:55:07] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into codechickenlib
[12:55:07] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for codechickenlib
[12:55:07] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.configuration.ConfigSyncManager for mod codechickenlib
[12:55:07] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.configuration.ConfigSyncManager
[12:55:07] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.CCLLog for mod codechickenlib
[12:55:07] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.CCLLog
[12:55:07] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.HighlightHandler for mod codechickenlib
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.HighlightHandler
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for codechicken.lib.internal.ExceptionMessageEventHandler for mod codechickenlib
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class codechicken.lib.internal.ExceptionMessageEventHandler
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into codechickenlib for type INSTANCE
[12:55:08] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod codechickenlib
[12:55:08] [Client thread/DEBUG] [FML]: Bar Step: Construction - CodeChicken Lib took 0.502s
[12:55:08] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod speedsterheroes
[12:55:08] [Client thread/TRACE] [FML]: Mod speedsterheroes is using network checker : Accepting version 1.12.2-2.1.3
[12:55:08] [Client thread/TRACE] [FML]: Testing mod speedsterheroes to verify it accepts its own version in a remote connection
[12:55:08] [Client thread/TRACE] [FML]: The mod speedsterheroes accepts its own version (1.12.2-2.1.3)
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.abilities.AbilityArmVortex$Renderer for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.abilities.AbilityArmVortex$Renderer
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.abilities.AbilityPhasing$EventHandler for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.abilities.AbilityPhasing$EventHandler
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.abilities.AbilityWallRunning$Renderer for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.abilities.AbilityWallRunning$Renderer
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.entities.SHEntities for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.entities.SHEntities
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.SpeedsterHeroes for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.SpeedsterHeroes
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.abilities.AbilitySuperSpeed$Renderer for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.abilities.AbilitySuperSpeed$Renderer
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.speedsterheroes.worldgen.WorldGenHeater for mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.speedsterheroes.worldgen.WorldGenHeater
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into speedsterheroes for type INSTANCE
[12:55:08] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod speedsterheroes
[12:55:08] [Client thread/DEBUG] [FML]: Bar Step: Construction - SpeedsterHeroes took 0.314s
[12:55:08] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod lucraftcore
[12:55:08] [Client thread/TRACE] [FML]: Mod lucraftcore is using network checker : Accepting range fml.messages.version.restriction.lower.inclusive
[12:55:08] [Client thread/TRACE] [FML]: Testing mod lucraftcore to verify it accepts its own version in a remote connection
[12:55:08] [Client thread/TRACE] [FML]: The mod lucraftcore accepts its own version (1.12.2-2.4.2)
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.suitsets.AddonPackSuitSetReader for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.suitsets.AddonPackSuitSetReader
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.attributes.LCAttributes for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.attributes.LCAttributes
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.events.PlayerEmptyClickEvent$EventHandler for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.events.PlayerEmptyClickEvent$EventHandler
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.abilitybar.AbilityBarHandler$Renderer for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.abilitybar.AbilityBarHandler$Renderer
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.abilities.AbilityInvisibility$Renderer for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.abilities.AbilityInvisibility$Renderer
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.infinity.ModuleInfinity for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.infinity.ModuleInfinity
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.sounds.LCSoundEvents for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.sounds.LCSoundEvents
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.karma.potions.PotionKnockOut for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.karma.potions.PotionKnockOut
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.SuperpowerHandler for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.SuperpowerHandler
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.utilities.jei.JEIInfoReader for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.utilities.jei.JEIInfoReader
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.LCConfig$EventHandler for mod lucraftcore
[12:55:08] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.LCConfig$EventHandler
[12:55:08] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.addonpacks.AddonPackHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.addonpacks.AddonPackHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.sizechanging.sizechanger.SizeChanger for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.sizechanging.sizechanger.SizeChanger
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.utilities.recipes.BoilerRecipeHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.utilities.recipes.BoilerRecipeHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.AddonPackSuperpowerReader for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.AddonPackSuperpowerReader
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.abilities.Ability for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.abilities.Ability
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.utilities.recipes.AddonPackInstructionRecipeReader for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.utilities.recipes.AddonPackInstructionRecipeReader
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.infinity.EntityItemIndestructible for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.infinity.EntityItemIndestructible
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.proxies.LCClientProxy for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.proxies.LCClientProxy
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.karma.KarmaStat$EventHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.karma.KarmaStat$EventHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.helper.LCRenderHelper for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.helper.LCRenderHelper
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.items.ExtendedTooltip for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.items.ExtendedTooltip
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.abilities.AbilityToughLungs$EventHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.abilities.AbilityToughLungs$EventHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.addonpacks.gui.GuiAddonPacks for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.addonpacks.gui.GuiAddonPacks
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.superpowers.abilities.AbilityFlight$Renderer for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.superpowers.abilities.AbilityFlight$Renderer
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.addonpacks.AddonPackRecipeReader for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.addonpacks.AddonPackRecipeReader
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.utilities.recipes.InstructionRecipe for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.utilities.recipes.InstructionRecipe
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.materials.ModuleMaterials for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.materials.ModuleMaterials
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.util.gui.SplashTextChanger for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.util.gui.SplashTextChanger
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.utilities.recipes.ExtractorRecipeHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.utilities.recipes.ExtractorRecipeHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.lucraftcore.SupporterHandler for mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.lucraftcore.SupporterHandler
[12:55:09] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into lucraftcore for type INSTANCE
[12:55:09] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod lucraftcore
[12:55:09] [Client thread/DEBUG] [FML]: Bar Step: Construction - Lucraft: Core took 1.377s
[12:55:09] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod heroesexpansion
[12:55:09] [Client thread/TRACE] [FML]: Mod heroesexpansion is using network checker : Accepting version 1.12.2-1.3.2
[12:55:09] [Client thread/TRACE] [FML]: Testing mod heroesexpansion to verify it accepts its own version in a remote connection
[12:55:09] [Client thread/TRACE] [FML]: The mod heroesexpansion accepts its own version (1.12.2-1.3.2)
[12:55:09] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemBillyClub$EventHandler for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemBillyClub$EventHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.worldgen.spiderlab.VillageSpiderLabHouse$SpiderLabVillageManager for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.worldgen.spiderlab.VillageSpiderLabHouse$SpiderLabVillageManager
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.blocks.BlockHeartShapedHerb$EventHandler for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.blocks.BlockHeartShapedHerb$EventHandler
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemChitauriGun$Renderer for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemChitauriGun$Renderer
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.entities.HEEntities for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.entities.HEEntities
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.client.render.layer.LayerRendererWebbing for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.client.render.layer.LayerRendererWebbing
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.superpowers.HESuperpowers for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.superpowers.HESuperpowers
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityWebWings$Renderer for mod heroesexpansion
[12:55:09] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityWebWings$Renderer
[12:55:09] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.client.render.entity.RenderVultureWings for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.client.render.entity.RenderVultureWings
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemQuiver$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemQuiver$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilitySpiderSense$Renderer for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilitySpiderSense$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.recipes.HERecipes for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.recipes.HERecipes
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityBlindness$Renderer for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityBlindness$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.worldgen.HEWorldGenerator for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.worldgen.HEWorldGenerator
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityPhotonBlast$Renderer for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityPhotonBlast$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.sounds.HESoundEvents for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.sounds.HESoundEvents
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.HEAbilities for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.HEAbilities
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.blocks.HEBlocks for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.blocks.HEBlocks
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.potions.PotionKryptonitePoison for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.potions.PotionKryptonitePoison
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.enchantments.HEEnchantments for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.enchantments.HEEnchantments
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemWebShooter$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemWebShooter$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.client.render.layer.LayerRendererHighlightEntity for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.client.render.layer.LayerRendererHighlightEntity
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.potions.PotionChitauriVirus for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.potions.PotionChitauriVirus
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.entities.EntityThorWeapon$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.entities.EntityThorWeapon$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.HEItems for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.HEItems
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.fluids.HEFluids for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.fluids.HEFluids
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.util.items.IElytra$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.util.items.IElytra$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityLightningStrike$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityLightningStrike$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemCompoundBow$Renderer for mod heroesexpansion
[12:55:10] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.renderer.EntityRenderer... (buq)
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemCompoundBow$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityWallCrawling$Renderer for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityWallCrawling$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityHeatVision$Renderer for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityHeatVision$Renderer
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.suitsets.HESuitSet for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.suitsets.HESuitSet
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.HEConfig$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.HEConfig$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.abilities.AbilityKineticEnergyAbsorption$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.abilities.AbilityKineticEnergyAbsorption$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.capabilities.CapabilityOnceInWorldStructures$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.capabilities.CapabilityOnceInWorldStructures$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for lucraft.mods.heroesexpansion.items.ItemThorWeapon$EventHandler for mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class lucraft.mods.heroesexpansion.items.ItemThorWeapon$EventHandler
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into heroesexpansion for type INSTANCE
[12:55:10] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod heroesexpansion
[12:55:10] [Client thread/DEBUG] [FML]: Bar Step: Construction - HeroesExpansion took 0.973s
[12:55:10] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod ichunutil
[12:55:10] [Client thread/TRACE] [FML]: Mod ichunutil is using network checker : Accepting range fml.messages.version.restriction.bounded.upperexclusive
[12:55:10] [Client thread/TRACE] [FML]: Testing mod ichunutil to verify it accepts its own version in a remote connection
[12:55:10] [Client thread/TRACE] [FML]: The mod ichunutil accepts its own version (7.2.1)
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into ichunutil
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for ichunutil
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into ichunutil for type INSTANCE
[12:55:10] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod ichunutil
[12:55:10] [Client thread/DEBUG] [FML]: Bar Step: Construction - iChunUtil took 0.096s
[12:55:10] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jei
[12:55:10] [Client thread/TRACE] [FML]: Mod jei is using network checker : Invoking method checkModLists
[12:55:10] [Client thread/TRACE] [FML]: Testing mod jei to verify it accepts its own version in a remote connection
[12:55:10] [Client thread/TRACE] [FML]: The mod jei accepts its own version (4.15.0.268)
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jei
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[12:55:10] [Client thread/DEBUG] [FML]: Registering @EventBusSubscriber for mezz.jei.input.MouseHelper for mod jei
[12:55:10] [Client thread/DEBUG] [FML]: Injected @EventBusSubscriber class mezz.jei.input.MouseHelper
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into jei for type INSTANCE
[12:55:10] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jei
[12:55:10] [Client thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.087s
[12:55:10] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod morph
[12:55:10] [Client thread/TRACE] [FML]: Mod morph is using network checker : Accepting range fml.messages.version.restriction.bounded.upperexclusive
[12:55:10] [Client thread/TRACE] [FML]: Testing mod morph to verify it accepts its own version in a remote connection
[12:55:10] [Client thread/TRACE] [FML]: The mod morph accepts its own version (7.1.3)
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into morph
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for morph
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into morph for type INSTANCE
[12:55:10] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod morph
[12:55:10] [Client thread/DEBUG] [FML]: Bar Step: Construction - Morph took 0.105s
[12:55:10] [Client thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod nei
[12:55:10] [Client thread/TRACE] [FML]: Mod nei is using network checker : Accepting version 2.4.2
[12:55:10] [Client thread/TRACE] [FML]: Testing mod nei to verify it accepts its own version in a remote connection
[12:55:10] [Client thread/TRACE] [FML]: The mod nei accepts its own version (2.4.2)
[12:55:10] [Client thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into nei
[12:55:11] [Client thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for nei
[12:55:11] [Client thread/DEBUG] [FML]: Attempting to inject @Config classes into nei for type INSTANCE
[12:55:11] [Client thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod nei
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Construction - Not Enough Items took 0.032s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Finished: Construction took 4.615s
[12:55:11] [Client thread/DEBUG] [FML]: Mod signature data
[12:55:11] [Client thread/DEBUG] [FML]:      Valid Signatures:
[12:55:11] [Client thread/DEBUG] [FML]:         (e3c3d50c7c986df74c645c0ac54639741c90a557) FML    (Forge Mod Loader    8.0.99.99)    forge-1.12.2-14.23.5.2814.jar
[12:55:11] [Client thread/DEBUG] [FML]:         (e3c3d50c7c986df74c645c0ac54639741c90a557) forge    (Minecraft Forge    14.23.5.2814)    forge-1.12.2-14.23.5.2814.jar
[12:55:11] [Client thread/DEBUG] [FML]:         (f1850c39b2516232a2108a7bd84d1cb5df93b261) codechickenlib    (CodeChicken Lib    3.2.2.353)    CodeChickenLib-1.12.2-3.2.2.353-universal.jar
[12:55:11] [Client thread/DEBUG] [FML]:         (4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8) ichunutil    (iChunUtil    7.2.1)    iChunUtil-1.12.2-7.2.1.jar
[12:55:11] [Client thread/DEBUG] [FML]:         (4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8) morph    (Morph    7.1.3)    Morph-1.12.2-7.1.3.jar
[12:55:11] [Client thread/DEBUG] [FML]:         (f1850c39b2516232a2108a7bd84d1cb5df93b261) nei    (Not Enough Items    2.4.2)    NotEnoughItems-1.12.2-2.4.2.240-universal.jar
[12:55:11] [Client thread/DEBUG] [FML]:      Missing Signatures:
[12:55:11] [Client thread/DEBUG] [FML]:         minecraft    (Minecraft    1.12.2)    minecraft.jar
[12:55:11] [Client thread/DEBUG] [FML]:         mcp    (Minecraft Coder Pack    9.42)    minecraft.jar
[12:55:11] [Client thread/DEBUG] [FML]:         speedsterheroes    (SpeedsterHeroes    1.12.2-2.1.3)    SpeedsterHeroes-1.12.2-2.1.3.jar
[12:55:11] [Client thread/DEBUG] [FML]:         lucraftcore    (Lucraft: Core    1.12.2-2.4.2)    LucraftCore-1.12.2-2.4.2.jar
[12:55:11] [Client thread/DEBUG] [FML]:         heroesexpansion    (HeroesExpansion    1.12.2-1.3.2)    HeroesExpansion-1.12.2-1.3.2.jar
[12:55:11] [Client thread/DEBUG] [FML]:         jei    (Just Enough Items    4.15.0.268)    jei_1.12.2-4.15.0.268.jar
[12:55:11] [Client thread/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:HeroesExpansion, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Lucraft: Core, FMLFileResourcePack:Morph, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:SpeedsterHeroes, LCAddonPack:abilities
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - BetterFps took 0.009s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.000s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.007s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.007s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:CodeChicken Lib took 0.001s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:HeroesExpansion took 0.007s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:iChunUtil took 0.001s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Just Enough Items took 0.002s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Lucraft: Core took 0.005s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Morph took 0.001s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Not Enough Items took 0.001s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:SpeedsterHeroes took 0.002s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - LCAddonPack:abilities took 0.005s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.164s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.165s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resources took 0.214s
[12:55:11] [Client thread/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod CodeChicken Lib is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod HeroesExpansion is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod Lucraft: Core is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod Not Enough Items is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/DEBUG] [FML]: Mod SpeedsterHeroes is missing a pack.mcmeta file, substituting a dummy one
[12:55:11] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `lucraftcore` for name `radiation`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:11] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:55:11] [Client thread/INFO] [FML]: Found 1188 ObjectHolder annotations
[12:55:11] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:55:11] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:55:11] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft
[12:55:11] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.001s
[12:55:11] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp
[12:55:11] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s
[12:55:11] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML
[12:55:11] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s
[12:55:11] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge
[12:55:11] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:55:11] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge
[12:55:11] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.221s
[12:55:11] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod codechickenlib
[12:55:11] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[12:55:11] [Client thread/DEBUG] [CodeChickenLib Proxy Injection]: Successfully injected proxy to field %s.%s
[12:55:11] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CustomParticleHandler$$Lambda$106/1638345617 took 0.000s
[12:55:11] [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.2814",
    "1.12.2-recommended": "14.23.5.2768",
    "1.13.2-latest": "25.0.85",
    "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",
    "recommended": "14.23.5.2768"
  }
}
[12:55:11] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[12:55:11] [Forge Version Check/INFO] [forge.VersionCheck]: [nei] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=NotEnoughItems
[12:55:12] [Forge Version Check/DEBUG] [forge.VersionCheck]: [nei] Received version check data:
{"homepage": "http://chickenbones.net/Pages/links.html","promos": {"1.12-recommended": "2.4.0.231"}}
[12:55:12] [Forge Version Check/INFO] [forge.VersionCheck]: [nei] Found status: BETA Target: null
[12:55:12] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib
[12:55:12] [Forge Version Check/DEBUG] [forge.VersionCheck]: [codechickenlib] Received version check data:
{"homepage": "http://chickenbones.net/Pages/links.html","promos": {"1.12-recommended": "3.1.5.330"}}
[12:55:12] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelBakery$$Lambda$110/1695456714 took 0.001s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - B3DLoader took 0.006s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - OBJLoader took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CCCubeLoader took 0.000s
[12:55:12] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CCBakeryModelLoader took 0.000s
[12:55:12] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod codechickenlib
[12:55:12] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - CodeChicken Lib took 0.792s
[12:55:12] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod speedsterheroes
[12:55:12] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod speedsterheroes
[12:55:12] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - SpeedsterHeroes took 0.240s
[12:55:12] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod lucraftcore
[12:55:14] [Client thread/INFO] [lucraftcore]: Successfully read supporter information file!
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `construction_table`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `suit_stand`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `extractor`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `boiler`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furnace_generator`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'Utilities'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'AddonPacks'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'Materials'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'Superpowers'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'ExtendedInventory'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'Karma'
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `infinity_generator`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'Infinity'
[12:55:14] [Client thread/INFO] [lucraftcore]: Registered module 'SizeChanging'
[12:55:14] [Client thread/INFO] [lucraftcore]: Module 'Utilities' started pre-initialization
[12:55:14] [Client thread/INFO] [lucraftcore]: Module 'AddonPacks' started pre-initialization
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_black_flash`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_flash`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_kid_flash`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_reverse_flash`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_savitar`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_zoom`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:14] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `speedforce`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/INFO] [lucraftcore]: The addon-pack 'SpeedsterHeroes-1.12.2-2.1.3.jar' has finished loading.
[12:55:15] [Client thread/INFO] [lucraftcore]: The addon-pack 'HeroesExpansion-1.12.2-1.3.2.jar' has finished loading.
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'Materials' started pre-initialization
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'Superpowers' started pre-initialization
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `green_arrow`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `superman`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `black_panther`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `thor`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `thor_iw`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `captain_america`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `captain_marvel`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `spider_man_homemade`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `spider_man`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `falcon`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `daredevil_homemade`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `heroesexpansion` for name `daredevil`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'ExtendedInventory' started pre-initialization
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'Karma' started pre-initialization
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'Infinity' started pre-initialization
[12:55:15] [Client thread/INFO] [lucraftcore]: Module 'SizeChanging' started pre-initialization
[12:55:16] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod lucraftcore
[12:55:16] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Lucraft: Core took 3.349s
[12:55:16] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod heroesexpansion
[12:55:16] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod heroesexpansion
[12:55:16] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - HeroesExpansion took 0.270s
[12:55:16] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod ichunutil
[12:55:16] [Client thread/TRACE] [FML]: Automatically registered mod ichunutil entity EntityBlock as ichunutil:entity_block
[12:55:16] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod ichunutil
[12:55:16] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - iChunUtil took 0.319s
[12:55:16] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jei
[12:55:16] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jei
[12:55:16] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Just Enough Items took 0.273s
[12:55:16] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod morph
[12:55:17] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod morph
[12:55:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Morph took 0.171s
[12:55:17] [Client thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod nei
[12:55:17] [Client thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod nei
[12:55:17] [Client thread/DEBUG] [FML]: Bar Step: PreInitialization - Not Enough Items took 0.148s
[12:55:17] [Client thread/DEBUG] [FML]: Bar Finished: PreInitialization took 5.785s
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `particle_accelerator`, expected `speedsterheroes`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `particle_accelerator_part`, expected `speedsterheroes`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `philosophers_stone_chest`, expected `speedsterheroes`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portal_device`, expected `heroesexpansion`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/INFO] [FML]: Applying holder lookups
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:ring for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.ring. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:icon for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.icon. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:savitar_blade_sheath for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.savitarBladeSheath. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:small_tachyon_device for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.smallTachyonDevice. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:cw_black_flash_chest for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.blackFlashChest. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:tachyon_charge for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.tachyonCharge. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:tachyon_device for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.tachyonDevice. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:tachyon_prototype for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.tachyonPrototype. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:savitar_blade for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.savitarBlade. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:aether for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.heater. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:reality_stone for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.realityStone. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_death for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashDeath. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:philosophers_stone for public static net.minecraft.item.Item lucraft.mods.speedsterheroes.SpeedsterHeroes$Items.philosophersStone. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_ambient for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashAmbient. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:savitar_blade_draw for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.savitarBladeDraw. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/INFO] [FML]: Holder lookups applied
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_black_flash_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_black_flash_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_black_flash_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_black_flash_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_flash_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_flash_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_flash_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_flash_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_kid_flash_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_kid_flash_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_kid_flash_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_kid_flash_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_reverse_flash_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_reverse_flash_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_reverse_flash_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_reverse_flash_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_savitar_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_savitar_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_savitar_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_savitar_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_zoom_helmet`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_zoom_chest`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_zoom_legs`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `speedsterheroes` for name `cw_zoom_boots`, expected `lucraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/INFO] [FML]: Applying holder lookups
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:savitar_blade_sheath for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.savitarBladeSheath. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_death for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashDeath. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_ambient for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashAmbient. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:savitar_blade_draw for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.savitarBladeDraw. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/INFO] [FML]: Holder lookups applied
[12:55:17] [Client thread/WARN] [FML]: Potentially Dangerous alternative prefix `lucraftcore` for name `solar_energy`, expected `heroesexpansion`. This could be a intended override, but in most cases indicates a broken mod.
[12:55:17] [Client thread/TRACE] [FML]: Automatically registered mod lucraftcore entity item_indestructible as lucraftcore:item_indestructible
[12:55:17] [Client thread/INFO] [FML]: Applying holder lookups
[12:55:17] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:55:17] [Client thread/INFO] [FML]: Holder lookups applied
[12:55:18] [Client thread/INFO] [FML]: OBJLoader: Domain heroesexpansion has been added.
[12:55:18] [Client thread/INFO] [FML]: OBJLoader: Domain speedsterheroes has been added.
[12:55:18] [Client thread/INFO] [FML]: OBJLoader: Domain lucraftcore has been added.
[12:55:18] [Client thread/INFO] [FML]: Applying holder lookups
[12:55:18] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:55:18] [Client thread/INFO] [FML]: Holder lookups applied
[12:55:18] [Client thread/INFO] [FML]: Injecting itemstacks
[12:55:18] [Client thread/INFO] [FML]: Itemstack injection complete
[12:55:18] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - TextureManager took 0.000s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading sounds took 3.087s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SoundHandler took 3.140s
[12:55:21] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem...
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.019s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.022s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.040s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.042s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - GL Setup took 0.003s
[12:55:21] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Texture Map took 0.010s
[12:55:21] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL
[12:55:21] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:55:21] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized.
[12:55:22] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started
[12:55:30] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 8.408s
[12:55:34] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: items took 4.188s
[12:55:34] [Client thread/DEBUG] [FML]: Bar Finished: CCL ModelLoading: Blocks took 0.120s
[12:55:34] [Client thread/DEBUG] [FML]: Bar Finished: CCL ModelLoading: Items took 0.171s
[12:55:34] [Client thread/INFO] [FML]: Max texture size: 8192
[12:55:46] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 11.781s
[12:55:46] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 0.087s
[12:55:46] [Client thread/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas
[12:55:46] [Client thread/DEBUG] [FML]: Bar Finished: Texture creation took 0.106s
[12:55:47] [Client thread/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.207s
[12:55:49] [Client thread/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 2.656s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ModelManager took 28.222s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Model Manager took 28.317s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CCRenderItem took 0.025s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Item Renderer took 0.648s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - EntityRenderer took 0.000s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s
[12:55:50] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - RenderGlobal took 0.000s
[12:55:51] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - SearchTreeManager took 0.461s
[12:55:51] [Client thread/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Entity Renderer took 1.036s
[12:55:51] [Client thread/DEBUG] [FML]: Bar Finished: Rendering Setup took 30.015s
[12:55:52] [Client thread/INFO] [FML]: Applying holder lookups
[12:55:52] [Client thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:55:52] [Client thread/INFO] [FML]: Holder lookups applied
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.001s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.003s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod codechickenlib
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod codechickenlib
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - CodeChicken Lib took 0.044s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod speedsterheroes
[12:55:52] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod speedsterheroes
[12:55:52] [Client thread/DEBUG] [FML]: Bar Step: Initialization - SpeedsterHeroes took 0.105s
[12:55:52] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod lucraftcore
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'Utilities' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'AddonPacks' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'Materials' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'Superpowers' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'ExtendedInventory' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'Karma' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'Infinity' started initialization
[12:55:52] [Client thread/INFO] [lucraftcore]: Module 'SizeChanging' started initialization
[12:55:53] [Client thread/INFO] [lucraftcore]: Successfully generated abilities.html!
[12:55:53] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod lucraftcore
[12:55:53] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Lucraft: Core took 0.897s
[12:55:53] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod heroesexpansion
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod heroesexpansion
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: Initialization - HeroesExpansion took 1.143s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod ichunutil
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod ichunutil
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: Initialization - iChunUtil took 0.006s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 0.007s
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Texture stitching took 0.001s
[12:55:54] [Client thread/INFO] [jei]: Created: 256x128 textures-atlas
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Texture creation took 0.005s
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.062s
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Just Enough Items took 0.082s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod morph
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod morph
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Morph took 0.059s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod nei
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod nei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: Initialization - Not Enough Items took 0.204s
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Initialization took 2.546s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod minecraft
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod minecraft
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod mcp
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod mcp
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod FML
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod FML
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod forge
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod forge
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod codechickenlib
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod codechickenlib
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod codechickenlib
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - CodeChicken Lib took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod speedsterheroes
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod speedsterheroes
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod speedsterheroes
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - SpeedsterHeroes took 0.002s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod lucraftcore
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod lucraftcore
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod lucraftcore
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Lucraft: Core took 0.006s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod heroesexpansion
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod heroesexpansion
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod heroesexpansion
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - HeroesExpansion took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod ichunutil
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod ichunutil
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod ichunutil
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - iChunUtil took 0.002s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod jei
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod jei
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod jei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Just Enough Items took 0.002s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod morph
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod morph
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod morph
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Morph took 0.002s
[12:55:54] [Client thread/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod nei
[12:55:54] [Client thread/TRACE] [FML]: Sending event IMCEvent to mod nei
[12:55:54] [Client thread/TRACE] [FML]: Sent event IMCEvent to mod nei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: InterModComms$IMC - Not Enough Items took 0.001s
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.020s
[12:55:54] [Client thread/INFO] [FML]: Injecting itemstacks
[12:55:54] [Client thread/INFO] [FML]: Itemstack injection complete
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.039s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod codechickenlib
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod codechickenlib
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - CodeChicken Lib took 0.007s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod speedsterheroes
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod speedsterheroes
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - SpeedsterHeroes took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod lucraftcore
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'Utilities' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'AddonPacks' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'Materials' started post-initialization
[12:55:54] [Client thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.oreGold@0 = 1xitem.ingotGold@0
[12:55:54] [Client thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.oreIron@0 = 1xitem.ingotIron@0
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'Superpowers' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'ExtendedInventory' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'Karma' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'Infinity' started post-initialization
[12:55:54] [Client thread/INFO] [lucraftcore]: Module 'SizeChanging' started post-initialization
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod lucraftcore
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Lucraft: Core took 0.080s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod heroesexpansion
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod heroesexpansion
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - HeroesExpansion took 0.021s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod ichunutil
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod ichunutil
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - iChunUtil took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod jei
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod jei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Just Enough Items took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod morph
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod morph
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Morph took 0.008s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod nei
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod nei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: PostInitialization - Not Enough Items took 0.001s
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: PostInitialization took 0.160s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.003s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod codechickenlib
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod codechickenlib
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - CodeChicken Lib took 0.005s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod speedsterheroes
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod speedsterheroes
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - SpeedsterHeroes took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod lucraftcore
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod lucraftcore
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Lucraft: Core took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod heroesexpansion
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod heroesexpansion
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - HeroesExpansion took 0.001s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod ichunutil
[12:55:54] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod ichunutil
[12:55:54] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - iChunUtil took 0.002s
[12:55:54] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod jei
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - ProxyCommonClient$$Lambda$254/273082117 took 0.000s
[12:55:54] [Client thread/INFO] [jei]: Starting JEI...
[12:55:54] [Client thread/DEBUG] [FML]: Bar Finished: Registering item subtypes took 0.053s
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Client thread/ERROR] [jei]: Found an empty itemStack from creative tab: lucraft.mods.lucraftcore.materials.CreativeTabMaterials@4b1010ac
[12:55:55] [Morph Resource Thread/INFO] [Morph]: Loaded NBT modifiers for presumably 18 Minecraft mobs
[12:55:55] [Client thread/DEBUG] [FML]: Bar Finished: Registering ingredients took 0.392s
[12:55:55] [Client thread/INFO] [jei]: Registering recipe categories...
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: mezz.jei.plugins.vanilla.VanillaPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: mezz.jei.plugins.vanilla.VanillaPlugin in 68 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: lucraft.mods.heroesexpansion.HEJEIPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: lucraft.mods.heroesexpansion.HEJEIPlugin in 0 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: lucraft.mods.lucraftcore.utilities.jei.LCJEIPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: lucraft.mods.lucraftcore.utilities.jei.LCJEIPlugin in 18 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: lucraft.mods.speedsterheroes.jei.SHJEIPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: lucraft.mods.speedsterheroes.jei.SHJEIPlugin in 0 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: codechicken.nei.jei.proxy.JEIProxy$Plugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: codechicken.nei.jei.proxy.JEIProxy$Plugin in 0 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: lucraft.mods.heroesexpansion.integration.jei.HEJEIPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: lucraft.mods.heroesexpansion.integration.jei.HEJEIPlugin in 0 ms
[12:55:55] [Client thread/DEBUG] [jei]: Registering categories: mezz.jei.plugins.jei.JEIInternalPlugin ...
[12:55:55] [Client thread/DEBUG] [jei]: Registered  categories: mezz.jei.plugins.jei.JEIInternalPlugin in 10 ms
[12:55:55] [Client thread/DEBUG] [FML]: Bar Finished: Registering categories took 0.098s
[12:55:55] [Client thread/INFO] [jei]: Registering recipe categories took 97.93 ms
[12:55:55] [Client thread/INFO] [jei]: Registering mod plugins...
[12:55:55] [Client thread/DEBUG] [jei]: Registering plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[12:55:56] [Client thread/DEBUG] [jei]: Registered vanilla repair recipes in 18.35 ms
[12:55:56] [Client thread/DEBUG] [jei]: Registered enchantment recipes in 145.9 ms
[12:55:57] [Client thread/DEBUG] [jei]: Registered  plugin: mezz.jei.plugins.vanilla.VanillaPlugin in 1245 ms
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: lucraft.mods.heroesexpansion.HEJEIPlugin ...
[12:55:57] [Client thread/DEBUG] [jei]: Registered  plugin: lucraft.mods.heroesexpansion.HEJEIPlugin in 0 ms
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: lucraft.mods.lucraftcore.utilities.jei.LCJEIPlugin ...
[12:55:57] [Client thread/ERROR] [jei]: Failed to register mod plugin: class lucraft.mods.lucraftcore.utilities.jei.LCJEIPlugin
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.anvil.AnvilRecipeWrapper.<init>(Lnet/minecraft/item/ItemStack;Ljava/util/List;Ljava/util/List;)V
    at lucraft.mods.lucraftcore.utilities.jei.LCAnvilRecipe.<init>(LCAnvilRecipe.java:16) ~[LCAnvilRecipe.class:?]
    at lucraft.mods.lucraftcore.utilities.jei.LCJEIPlugin.register(LCJEIPlugin.java:88) ~[LCJEIPlugin.class:?]
    at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:202) [JeiStarter.class:?]
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) [JeiStarter.class:?]
    at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
    at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:55) [JustEnoughItems.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) [FMLModContainer.class:?]
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:752) [Loader.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: lucraft.mods.speedsterheroes.jei.SHJEIPlugin ...
[12:55:57] [Client thread/ERROR] [jei]: Failed to register mod plugin: class lucraft.mods.speedsterheroes.jei.SHJEIPlugin
java.lang.NoSuchFieldError: earliestTony
    at lucraft.mods.speedsterheroes.jei.SHJEIPlugin.register(SHJEIPlugin.java:14) ~[SHJEIPlugin.class:?]
    at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:202) [JeiStarter.class:?]
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) [JeiStarter.class:?]
    at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
    at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:55) [JustEnoughItems.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) [FMLModContainer.class:?]
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:752) [Loader.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: codechicken.nei.jei.proxy.JEIProxy$Plugin ...
[12:55:57] [Client thread/DEBUG] [jei]: Registered  plugin: codechicken.nei.jei.proxy.JEIProxy$Plugin in 0 ms
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: lucraft.mods.heroesexpansion.integration.jei.HEJEIPlugin ...
[12:55:57] [Client thread/ERROR] [jei]: Failed to register mod plugin: class lucraft.mods.heroesexpansion.integration.jei.HEJEIPlugin
java.lang.NoSuchMethodError: mezz.jei.plugins.vanilla.anvil.AnvilRecipeWrapper.<init>(Lnet/minecraft/item/ItemStack;Ljava/util/List;Ljava/util/List;)V
    at lucraft.mods.lucraftcore.utilities.jei.LCAnvilRecipe.<init>(LCAnvilRecipe.java:16) ~[LCAnvilRecipe.class:?]
    at lucraft.mods.heroesexpansion.integration.jei.HEJEIPlugin.register(HEJEIPlugin.java:29) ~[HEJEIPlugin.class:?]
    at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:202) [JeiStarter.class:?]
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) [JeiStarter.class:?]
    at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
    at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:55) [JustEnoughItems.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) [FMLModContainer.class:?]
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:752) [Loader.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_144]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[12:55:57] [Client thread/DEBUG] [jei]: Registering plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[12:55:57] [Client thread/DEBUG] [jei]: Registered  plugin: mezz.jei.plugins.jei.JEIInternalPlugin in 40 ms
[12:55:57] [Client thread/DEBUG] [FML]: Bar Finished: Registering plugins took 1.396s
[12:55:57] [Client thread/INFO] [jei]: Registering mod plugins took 1.396 s
[12:55:57] [Client thread/INFO] [jei]: Building recipe registry...
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:armordye
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:bookcloning
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:mapcloning
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:fireworks
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:repairitem
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:tippedarrow
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:bannerduplicate
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:banneraddpattern
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:shielddecoration
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Minecraft minecraft:shulkerboxcoloring
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: Lucraft: Core lucraftcore:clone_instruction
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:cape_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:quiver_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:sharpened_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:explosive_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:smoke_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:gas_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:grappling_hook_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:kryptonite_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:vibranium_arrow_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:billy_club_dyes
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:captain_america_shield
[12:55:57] [Client thread/DEBUG] [jei]: No recipe wrapper for recipe: HeroesExpansion heroesexpansion:remove_shield_color
[12:55:57] [Client thread/DEBUG] [FML]: Bar Finished: Loading recipes took 0.412s
[12:55:57] [Client thread/INFO] [jei]: Building recipe registry took 491.9 ms
[12:55:57] [Client thread/INFO] [jei]: Building ingredient list...
[12:55:57] [Client thread/DEBUG] [FML]: Bar Finished: Registering ingredients: EnchantmentData took 0.035s
[12:55:57] [Client thread/DEBUG] [FML]: Bar Finished: Registering ingredients: ItemStack took 0.063s
[12:55:57] [Client thread/DEBUG] [FML]: Bar Finished: Registering ingredients: FluidStack took 0.001s
[12:55:57] [Client thread/INFO] [jei]: Building ingredient list took 130.1 ms
[12:55:57] [Client thread/INFO] [jei]: Building ingredient filter...
[12:55:58] [Client thread/DEBUG] [FML]: Bar Finished: Indexing ingredients took 0.443s
[12:55:58] [Client thread/INFO] [jei]: Building ingredient filter took 534.2 ms
[12:55:58] [Client thread/INFO] [jei]: Building bookmarks...
[12:55:58] [Client thread/INFO] [jei]: Building bookmarks took 9.310 ms
[12:55:58] [Client thread/INFO] [jei]: Building runtime...
[12:55:58] [Client thread/INFO] [jei]: Building runtime took 150.7 ms
[12:55:58] [Client thread/DEBUG] [jei]: Sending runtime to plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[12:55:58] [Client thread/DEBUG] [jei]: Sending runtime to plugin: lucraft.mods.heroesexpansion.HEJEIPlugin ...
[12:55:58] [Client thread/DEBUG] [jei]: Sending runtime to plugin: codechicken.nei.jei.proxy.JEIProxy$Plugin ...
[12:55:58] [Client thread/DEBUG] [jei]: Sending runtime to plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[12:55:58] [Client thread/DEBUG] [FML]: Bar Finished: Sending Runtime took 0.000s
[12:55:58] [Client thread/INFO] [jei]: Starting JEI took 3.614 s
[12:55:58] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod jei
[12:55:58] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Just Enough Items took 3.625s
[12:55:58] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod morph
[12:55:58] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod morph
[12:55:58] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Morph took 0.001s
[12:55:58] [Client thread/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod nei
[12:55:58] [Client thread/INFO] [NotEnoughItems]: Loading NEI.
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading save states..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading potion helper..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading default hide's..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading subsets..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]:  Base subsets..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]:  Default subsets..
[12:55:58] [Client thread/DEBUG] [FML]: Bar Finished: Subset calculation took 0.039s
[12:55:58] [Client thread/TRACE] [NotEnoughItems]:  Potion subsets..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]:  Mod subsets..
[12:55:58] [Client thread/DEBUG] [FML]: Bar Finished: Mod Subsets took 0.017s
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading dumps..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Adding filters..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Registering search callback..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Registering gui handlers..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading LayoutManager..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading NEIController..
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading plugins..
[12:55:58] [Client thread/DEBUG] [NotEnoughItems]: Loaded Plugin: Colossal Chests Gui blacklisting[codechicken.nei.thirdparty.colossalchests.NEIColossalChestsConfig]
[12:55:58] [Client thread/TRACE] [NotEnoughItems]: Loading ItemSorter..
[12:55:58] [Client thread/INFO] [NotEnoughItems]: Finished NEI Initialization after 400 ms
[12:55:58] [Client thread/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod nei
[12:55:58] [Client thread/DEBUG] [FML]: Bar Step: LoadComplete - Not Enough Items took 0.402s
[12:55:58] [Client thread/DEBUG] [FML]: Bar Finished: LoadComplete took 4.042s
[12:55:58] [Client thread/DEBUG] [FML]: Freezing registries
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.001s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.447s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod codechickenlib
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod codechickenlib
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - CodeChicken Lib took 0.001s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod speedsterheroes
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod speedsterheroes
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - SpeedsterHeroes took 0.001s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lucraftcore
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lucraftcore
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Lucraft: Core took 0.001s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod heroesexpansion
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod heroesexpansion
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - HeroesExpansion took 0.000s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ichunutil
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ichunutil
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - iChunUtil took 0.000s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jei
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jei
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just Enough Items took 0.000s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod morph
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod morph
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Morph took 0.000s
[12:55:59] [Client thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nei
[12:55:59] [Client thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nei
[12:55:59] [Client thread/DEBUG] [FML]: Bar Step: ModIdMapping - Not Enough Items took 0.000s
[12:55:59] [Client thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.453s
[12:55:59] [Client thread/DEBUG] [FML]: All registries frozen
[12:55:59] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 12 mods
[12:55:59] [Client thread/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: streamPreferredServer:
[12:55:59] [Client thread/DEBUG] [FML]: Bar Finished: Loading took 57.094s
[12:55:59] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows]: Narrator library for x64 successfully loaded
[12:55:59] [Client thread/INFO] [BetterFps]: Patching net.minecraft.client.gui.GuiOptions... (ble)
[12:55:59] [Client thread/DEBUG] [FML]: Bar Finished: Loading Resource - CloudRenderer took 0.018s
[12:56:10] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2
[12:56:10] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.001s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.001s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.001s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod codechickenlib
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod codechickenlib
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - CodeChicken Lib took 0.001s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod speedsterheroes
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod speedsterheroes
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - SpeedsterHeroes took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod lucraftcore
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod lucraftcore
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Lucraft: Core took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod heroesexpansion
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod heroesexpansion
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - HeroesExpansion took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod ichunutil
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod ichunutil
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - iChunUtil took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod jei
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod jei
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Just Enough Items took 0.000s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod morph
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod morph
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Morph took 0.024s
[12:56:11] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nei
[12:56:11] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nei
[12:56:11] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Not Enough Items took 0.001s
[12:56:11] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 0.031s
[12:56:11] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[12:56:11] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:air Block{minecraft:air}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:stone Block{minecraft:stone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:grass Block{minecraft:grass}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:dirt Block{minecraft:dirt}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:planks Block{minecraft:planks}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:sapling Block{minecraft:sapling}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bedrock Block{minecraft:bedrock}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:water Block{minecraft:water}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:lava Block{minecraft:lava}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:sand Block{minecraft:sand}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:gravel Block{minecraft:gravel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:log Block{minecraft:log}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:leaves Block{minecraft:leaves}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:sponge Block{minecraft:sponge}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:glass Block{minecraft:glass}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:dispenser Block{minecraft:dispenser}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:sandstone Block{minecraft:sandstone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:noteblock Block{minecraft:noteblock}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:bed Block{minecraft:bed}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:web Block{minecraft:web}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:deadbush Block{minecraft:deadbush}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:piston Block{minecraft:piston}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:piston_head Block{minecraft:piston_head}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:wool Block{minecraft:wool}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:red_flower Block{minecraft:red_flower}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:gold_block Block{minecraft:gold_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:iron_block Block{minecraft:iron_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:brick_block Block{minecraft:brick_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:tnt Block{minecraft:tnt}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:obsidian Block{minecraft:obsidian}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:torch Block{minecraft:torch}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:fire Block{minecraft:fire}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:chest Block{minecraft:chest}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:wheat Block{minecraft:wheat}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:farmland Block{minecraft:farmland}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:furnace Block{minecraft:furnace}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:ladder Block{minecraft:ladder}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:rail Block{minecraft:rail}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:lever Block{minecraft:lever}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:iron_door Block{minecraft:iron_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:stone_button Block{minecraft:stone_button}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:ice Block{minecraft:ice}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:snow Block{minecraft:snow}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:cactus Block{minecraft:cactus}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:clay Block{minecraft:clay}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:reeds Block{minecraft:reeds}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:jukebox Block{minecraft:jukebox}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:fence Block{minecraft:fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:netherrack Block{minecraft:netherrack}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:glowstone Block{minecraft:glowstone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:portal Block{minecraft:portal}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:cake Block{minecraft:cake}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:melon_block Block{minecraft:melon_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:vine Block{minecraft:vine}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:mycelium Block{minecraft:mycelium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:waterlily Block{minecraft:waterlily}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:cauldron Block{minecraft:cauldron}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:end_portal Block{minecraft:end_portal}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:end_stone Block{minecraft:end_stone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:cocoa Block{minecraft:cocoa}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:tripwire Block{minecraft:tripwire}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:command_block Block{minecraft:command_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:beacon Block{minecraft:beacon}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:carrots Block{minecraft:carrots}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:potatoes Block{minecraft:potatoes}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:skull Block{minecraft:skull}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:anvil Block{minecraft:anvil}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:hopper Block{minecraft:hopper}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:dropper Block{minecraft:dropper}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:leaves2 Block{minecraft:leaves2}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:log2 Block{minecraft:log2}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:slime Block{minecraft:slime}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:barrier Block{minecraft:barrier}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:prismarine Block{minecraft:prismarine}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:hay_block Block{minecraft:hay_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:carpet Block{minecraft:carpet}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:coal_block Block{minecraft:coal_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:double_plant Block{minecraft:double_plant}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:birch_door Block{minecraft:birch_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:end_rod Block{minecraft:end_rod}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:beetroots Block{minecraft:beetroots}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:grass_path Block{minecraft:grass_path}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:magma Block{minecraft:magma}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:bone_block Block{minecraft:bone_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:structure_void Block{minecraft:structure_void}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:observer Block{minecraft:observer}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:concrete Block{minecraft:concrete}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 253 speedsterheroes:particle_accelerator Block{speedsterheroes:particle_accelerator}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 254 speedsterheroes:particle_accelerator_part Block{speedsterheroes:particle_accelerator_part}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:structure_block Block{minecraft:structure_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 256 speedsterheroes:philosophers_stone_chest Block{speedsterheroes:philosophers_stone_chest}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 257 lucraftcore:infinity_generator Block{lucraftcore:infinity_generator}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 258 heroesexpansion:heart_shaped_herb Block{heroesexpansion:heart_shaped_herb}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 259 heroesexpansion:kryptonite_block Block{heroesexpansion:kryptonite_block}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 260 heroesexpansion:portal_device Block{heroesexpansion:portal_device}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 261 heroesexpansion:web_fluid Block{heroesexpansion:web_fluid}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 262 heroesexpansion:super_soldier_serum Block{heroesexpansion:super_soldier_serum}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 263 heroesexpansion:radioactive_acid Block{heroesexpansion:radioactive_acid}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 264 lucraftcore:construction_table Block{lucraftcore:construction_table}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 265 lucraftcore:suit_stand Block{lucraftcore:suit_stand}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 266 lucraftcore:extractor Block{lucraftcore:extractor}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 267 lucraftcore:boiler Block{lucraftcore:boiler}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 268 lucraftcore:furnace_generator Block{lucraftcore:furnace_generator}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 269 lucraftcore:ore_copper Block{lucraftcore:ore_copper}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 270 lucraftcore:block_copper Block{lucraftcore:block_copper}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 271 lucraftcore:ore_tin Block{lucraftcore:ore_tin}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 272 lucraftcore:block_tin Block{lucraftcore:block_tin}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 273 lucraftcore:ore_nickel Block{lucraftcore:ore_nickel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 274 lucraftcore:block_nickel Block{lucraftcore:block_nickel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 275 lucraftcore:ore_lead Block{lucraftcore:ore_lead}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 276 lucraftcore:block_lead Block{lucraftcore:block_lead}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 277 lucraftcore:ore_silver Block{lucraftcore:ore_silver}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 278 lucraftcore:block_silver Block{lucraftcore:block_silver}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 279 lucraftcore:ore_palladium Block{lucraftcore:ore_palladium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 280 lucraftcore:block_palladium Block{lucraftcore:block_palladium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 281 lucraftcore:ore_titanium Block{lucraftcore:ore_titanium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 282 lucraftcore:block_titanium Block{lucraftcore:block_titanium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 283 lucraftcore:ore_vibranium Block{lucraftcore:ore_vibranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 284 lucraftcore:block_vibranium Block{lucraftcore:block_vibranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 285 lucraftcore:ore_osmium Block{lucraftcore:ore_osmium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 286 lucraftcore:block_osmium Block{lucraftcore:block_osmium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 287 lucraftcore:ore_iridium Block{lucraftcore:ore_iridium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 288 lucraftcore:block_iridium Block{lucraftcore:block_iridium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 289 lucraftcore:ore_dwarf_star_alloy Block{lucraftcore:ore_dwarf_star_alloy}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 290 lucraftcore:block_dwarf_star_alloy Block{lucraftcore:block_dwarf_star_alloy}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 291 lucraftcore:block_bronze Block{lucraftcore:block_bronze}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 292 lucraftcore:block_gold_titanium_alloy Block{lucraftcore:block_gold_titanium_alloy}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 293 lucraftcore:block_intertium Block{lucraftcore:block_intertium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 294 lucraftcore:ore_uranium Block{lucraftcore:ore_uranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 295 lucraftcore:block_uranium Block{lucraftcore:block_uranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 296 lucraftcore:block_steel Block{lucraftcore:block_steel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 297 lucraftcore:block_adamantium Block{lucraftcore:block_adamantium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 298 lucraftcore:ore_uru Block{lucraftcore:ore_uru}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 299 lucraftcore:block_uru Block{lucraftcore:block_uru}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 300 lucraftcore:molten_iron Block{lucraftcore:molten_iron}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 301 lucraftcore:molten_gold Block{lucraftcore:molten_gold}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 302 lucraftcore:molten_copper Block{lucraftcore:molten_copper}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 303 lucraftcore:molten_tin Block{lucraftcore:molten_tin}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 304 lucraftcore:molten_nickel Block{lucraftcore:molten_nickel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 305 lucraftcore:molten_lead Block{lucraftcore:molten_lead}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 306 lucraftcore:molten_silver Block{lucraftcore:molten_silver}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 307 lucraftcore:molten_palladium Block{lucraftcore:molten_palladium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 308 lucraftcore:molten_titanium Block{lucraftcore:molten_titanium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 309 lucraftcore:molten_vibranium Block{lucraftcore:molten_vibranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 310 lucraftcore:molten_osmium Block{lucraftcore:molten_osmium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 311 lucraftcore:molten_iridium Block{lucraftcore:molten_iridium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 312 lucraftcore:molten_dwarf_star_alloy Block{lucraftcore:molten_dwarf_star_alloy}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 313 lucraftcore:molten_bronze Block{lucraftcore:molten_bronze}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 314 lucraftcore:molten_gold_titanium_alloy Block{lucraftcore:molten_gold_titanium_alloy}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 315 lucraftcore:molten_intertium Block{lucraftcore:molten_intertium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 316 lucraftcore:molten_uranium Block{lucraftcore:molten_uranium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 317 lucraftcore:molten_steel Block{lucraftcore:molten_steel}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 318 lucraftcore:molten_adamantium Block{lucraftcore:molten_adamantium}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 319 lucraftcore:molten_uru Block{lucraftcore:molten_uru}
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 320 ichunutil:compact_porkchop Block{ichunutil:compact_porkchop}
[12:56:11] [Server thread/TRACE] [FML]: Registry Name : minecraft:items
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:air net.minecraft.item.ItemAir@27d98bef
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@2e3252
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:grass net.minecraft.item.ItemColored@671d97bc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@602298b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@1fb6b8fb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@1a10c47e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@2712e8f4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@5896cb9c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@674184d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3611153f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5835e24a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@5238896f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@74a85515
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@3dfe92ef
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@1d3d76b4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@22ca1242
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@54b44879
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@78288f83
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@29c1249a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@5beb6be2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@1182d1df
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@31c7c281
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@31f31b20
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@4c5f7b4f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@44084713
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:web net.minecraft.item.ItemBlock@6d8b7ea9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@5a39e554
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@333d44f6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@350bbd5d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@4f8659d0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@3b4bd341
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@7d28cdcd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@255ed8e4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@406ad6d5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@2a7bc16b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@1186374c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@20820df0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@9e62fb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@205159dc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@43c0c13a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@731db93f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@67941d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@2ad2b274
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@7530090a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@4492b393
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@55fb36de
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@63a7781
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@73b74615
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@22686ddb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@2e29f28e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@7bfa1eb5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@32b46831
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@5353dd09
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@320ff86f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@192b472d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@84f51d9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@45b96e4c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@8383a14
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@4b691611
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@395a573c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@7e3ee128
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7d64a960
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@166ce247
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5d92e8e2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@542c65d9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@cdbe995
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@7dd45c93
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@16b64a03
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@1584c019
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@3688baab
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@4fe2dd02
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6ba060af
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@655621fd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@5817f1ca
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@726a8729
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@7dd91ffc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@1c2dd89b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@3ad847f8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@19faedcc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@2c6927f0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@5ef2cbe6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:vine net.minecraft.item.ItemColored@266da047
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@68b7bdcb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@3973b6d4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@18dd7767
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@9205c0a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@2f1f9515
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@5c8ab9de
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@57416e49
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@2e7bb00e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@7d1f3fe9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@74d22ddd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@283d3628
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@5fd18419
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@3a88f6fb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@7b451bf4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@844e66d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@5b665a30
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@26a45089
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@75ed7512
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@5ab5924c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@33ebe4f0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@37cfda1c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@29147c12
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@5f45bc8e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@33e50ff2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@704d3b00
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@21e484b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@138a85d3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@709d86a2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@59baf2c7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@ce655b9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@4b85edeb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@5731caaf
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@59933644
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@67e6eb52
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@3e8b8f0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@5ad57e90
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@1a345298
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@4ad896f7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@c318864
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@77e9dca8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@6f986501
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@1d2def55
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@241fc278
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@5c76fce4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@5aab5b31
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7d61468c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@45796b2a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@4e4d0a0b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@1a4083f6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@4b98225c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@4beae1e3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@3c488b34
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@32e697ac
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@3866c96e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@65a48cab
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@44abdb1f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@62108cd3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@7cd1ec54
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@d84418a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@45e11627
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@ec5f944
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@5b4954b2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@74eec640
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@374b6e33
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@7ed7ae
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@53ba1175
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@cd5ff55
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@6003220a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@6fde6f05
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@7114e780
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@4def42c3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@72110818
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@6eabe718
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@38d525aa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@f9b8129
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@5b3518e1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@5408d4b3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@77ab5214
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@6d420cdd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@bd273b2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@78128dd0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@55044b34
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@28dd81ad
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@300a38e7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@5c9a4f3b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@6f24ce45
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@e881e46
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@657b3b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@2cea921a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@65753724
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@2bc16fe2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@d66502
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@78545d40
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@34549979
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@144a5e6e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@2707c790
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@7de3206d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@6dece1f9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@2b936b04
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@32b112a1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@5635bcd2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@5c5c7cc4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@6c27e700
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@56b9d43f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@2d913116
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@1214d23c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@41582899
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@595814a1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@7de5871d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@49d42faf
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@4948daec
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@502c2278
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@1209a0f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@696174d3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@66715ca9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@577f9dfd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@520a95ff
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@30afb481
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@5c573229
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@77ecdc2b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@25fd6d1e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@c11332b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@3005623b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@50df37eb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:apple net.minecraft.item.ItemFood@21f50d2c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:bow net.minecraft.item.ItemBow@74b97416
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@7956f93a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@606d6d2c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:diamond net.minecraft.item.Item@2e3cd732
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@56d822dc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@2ab8589a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@7ea3839e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@16b76858
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@d3cce46
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@30eedaa4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@52b30054
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@7f6b57f2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@144ee8a7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@52b32b70
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@18c820d2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@3d3930fe
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@5e51ec2e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@15f2a43f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@4c65d8e3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:stick net.minecraft.item.Item@382faf51
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:bowl net.minecraft.item.Item@69ce14e6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@4ecd8ab1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@57bdceaa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@52909a97
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@36e409e0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@145e958f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@6d001fbe
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:feather net.minecraft.item.Item@d120d7c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:gunpowder net.minecraft.item.Item@5ee77baf
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@38a96593
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@5df64b2a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@7afb9c93
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@30d15e4a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@43a7203e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@30c7be6f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:wheat net.minecraft.item.Item@4a9bce99
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:bread net.minecraft.item.ItemFood@5a0f87e5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@165d1d54
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@4be12f6c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@52cb52bd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@1d1c37d5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@63553e9f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@218df7d6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@295b07e0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@55053f81
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fee4278
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@51132514
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@20864cd1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5c839677
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@3193e21d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@79604abe
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@6b126187
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2b6262bc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@5cffec7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@7e81617a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@6e73974
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@3e28dc96
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:flint net.minecraft.item.Item@44eb2452
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@31940704
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@e07b4db
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@521ba38f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@17c53dfb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:sign net.minecraft.item.ItemSign@6dcf7b6a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@5834198f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@7e8f23ad
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@7433ca19
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@5d221b20
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@3ef0e576
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@2bf3ec4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@3b5da0b0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@7df4709e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@708dfe10
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@3739f3c9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:leather net.minecraft.item.Item@7ab2ba47
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@4fa0ee7e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:brick net.minecraft.item.Item@202f054f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:clay_ball net.minecraft.item.Item@141bb6b8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@5c8b10b4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:paper net.minecraft.item.Item@1410d645
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:book net.minecraft.item.ItemBook@1a0d313
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:slime_ball net.minecraft.item.Item@13908f9c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@329b331f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@640a8f93
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@642c72cf
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@5dae5a70
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@678586f0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:clock net.minecraft.item.ItemClock@786ff0ea
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@15186ce0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@72324965
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@249b54af
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:dye net.minecraft.item.ItemDye@121ddca4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:bone net.minecraft.item.Item@297bd171
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:sugar net.minecraft.item.Item@118cbded
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4cc26df
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:bed net.minecraft.item.ItemBed@7b5833ee
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@1e471884
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@27261190
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@1d7c9811
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:shears net.minecraft.item.ItemShears@79cdf2d4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:melon net.minecraft.item.ItemFood@8851ec
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@18b40fe6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@7198ab9a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:beef net.minecraft.item.ItemFood@67d5ac2f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@25109608
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@443af394
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@734f8317
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@7dd3981e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@1850f2da
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@38d42ab7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@6ace919c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@4005e485
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@5f5c187d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@58182b96
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@6e517c9e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@770cae59
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@76b5a559
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@4bdb04c8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:magma_cream net.minecraft.item.Item@2e8b24a1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@3ce7394f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@6723cce7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7f012923
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@601f264d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@502c087e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@60ed0b9d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@3c07e830
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@2eb6d34a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@3e39e0fb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:emerald net.minecraft.item.Item@260d48f5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@148ab138
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@6f106af8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@131ba005
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@7f305f34
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@1a84a8b2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@601d295
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@a1e912f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@2036f83
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@20fcea37
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3ae2702a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@3b0ed98a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@12448de1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@1640f20f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@24405466
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@7ed8b44
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@21280cbb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:netherbrick net.minecraft.item.Item@1cc708a7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:quartz net.minecraft.item.Item@995ad50
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@6249a08d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@36525ab
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@27438750
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@39851c5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@2c7ad4f3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@698f4aa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@3dda8a2e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@7c0de229
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@6aa6c17
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@12f51a65
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7657d90b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@3f0c6b3c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@416a4275
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:lead net.minecraft.item.ItemLead@7c421952
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@27502e5c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@4b343b6d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@17d2b646
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@48ae9e8b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@6cd2cb2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@7de6549d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@12214f2f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@756c67cd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@50de907a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@1fd37440
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@79308a2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@315b5913
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@2e929182
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@5423a17
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@42ff9a77
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@2987d0fa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@13234ac9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@915d7c4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@60f662bd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@3562e7c7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@6029f2a4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:shield net.minecraft.item.ItemShield@50bf795f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@110620d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f402027
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@22aee519
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@7c226095
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@7ea07516
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@30af23fd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@65fc8edc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@a357c3e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@7740b0ab
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@1e477944
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@323e026d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@1716c037
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@79b63325
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@708769b7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@32e830a0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@135e49b2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@5bb97fe7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@10b87ff6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@63262071
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@2d4f67e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1282f784
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@41167ded
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4096 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@4c7f5f51
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4097 speedsterheroes:ring lucraft.mods.speedsterheroes.items.ItemRing@591f1cc
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4098 speedsterheroes:savitar_blade lucraft.mods.lucraftcore.util.items.ItemBase@3483bb28
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4099 speedsterheroes:philosophers_stone lucraft.mods.speedsterheroes.items.ItemPhilosophersStone@2542240d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4100 speedsterheroes:tachyon_prototype lucraft.mods.speedsterheroes.items.ItemTachyonDevice@5e14f405
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4101 speedsterheroes:tachyon_device lucraft.mods.speedsterheroes.items.ItemTachyonDevice@27edfdf9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4102 speedsterheroes:small_tachyon_device lucraft.mods.speedsterheroes.items.ItemTachyonDevice@1e2e5c39
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4103 speedsterheroes:tachyon_charge lucraft.mods.speedsterheroes.items.ItemTachyonCharge@e840be5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4104 speedsterheroes:icon lucraft.mods.speedsterheroes.items.ItemSHIcon@57913cf5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4105 speedsterheroes:reality_stone lucraft.mods.speedsterheroes.items.ItemRealityStone@275e7b06
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4106 speedsterheroes:aether lucraft.mods.speedsterheroes.items.ItemAether@289e4d14
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4107 speedsterheroes:particle_accelerator net.minecraft.item.ItemBlock@2a88249d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4108 speedsterheroes:particle_accelerator_part net.minecraft.item.ItemBlock@484424e3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4109 speedsterheroes:philosophers_stone_chest net.minecraft.item.ItemBlock@68a08d18
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4110 speedsterheroes:cw_black_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@30c1a903
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4111 speedsterheroes:cw_black_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@31f608d2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4112 speedsterheroes:cw_black_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@44b463f8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4113 speedsterheroes:cw_black_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4cd4e20b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4114 speedsterheroes:cw_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@51044708
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4115 speedsterheroes:cw_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50357562
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4116 speedsterheroes:cw_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3779773f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4117 speedsterheroes:cw_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@5cd61f61
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4118 speedsterheroes:cw_kid_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2f193ff4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4119 speedsterheroes:cw_kid_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@547cc110
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4120 speedsterheroes:cw_kid_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@28c0942f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4121 speedsterheroes:cw_kid_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4481bb41
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4122 speedsterheroes:cw_reverse_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2281daba
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4123 speedsterheroes:cw_reverse_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@10c7ebbb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4124 speedsterheroes:cw_reverse_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3c0a6460
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4125 speedsterheroes:cw_reverse_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@75989b13
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4126 speedsterheroes:cw_savitar_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@59e0cb10
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4127 speedsterheroes:cw_savitar_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@765569a4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4128 speedsterheroes:cw_savitar_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@19932a6a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4129 speedsterheroes:cw_savitar_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@28627a48
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4130 speedsterheroes:cw_zoom_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@77858c1f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4131 speedsterheroes:cw_zoom_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2a40d302
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4132 speedsterheroes:cw_zoom_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2a807c5a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4133 speedsterheroes:cw_zoom_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@110be378
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4134 lucraftcore:infinity_gauntlet lucraft.mods.lucraftcore.infinity.items.ItemInfinityGauntlet@4ab56032
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4135 lucraftcore:infinity_gauntlet_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@66c162a5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4136 lucraftcore:infinity_generator net.minecraft.item.ItemBlock@4f0aa08b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4137 heroesexpansion:heart_shaped_herb net.minecraft.item.ItemBlock@1d48a31
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4138 heroesexpansion:kryptonite_block lucraft.mods.heroesexpansion.items.ItemKryptonite$ItemBlockKryptonite@5c15c93a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4139 heroesexpansion:portal_device net.minecraft.item.ItemBlock@1383f7f2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4140 heroesexpansion:cape lucraft.mods.heroesexpansion.items.ItemCape@52cd1595
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4141 heroesexpansion:supporter_cloak lucraft.mods.heroesexpansion.items.ItemSupporterCloak@60264331
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4142 heroesexpansion:mjolnir lucraft.mods.heroesexpansion.items.ItemThorWeapon@39459b5a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4143 heroesexpansion:ultimate_mjolnir lucraft.mods.heroesexpansion.items.ItemThorWeapon@addefe5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4144 heroesexpansion:stormbreaker lucraft.mods.heroesexpansion.items.ItemThorWeapon@30062296
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4145 heroesexpansion:mjolnir_head lucraft.mods.lucraftcore.util.items.ItemBase@62ebd06c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4146 heroesexpansion:ultimate_mjolnir_head lucraft.mods.lucraftcore.util.items.ItemBase@77e11820
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4147 heroesexpansion:stormbreaker_head lucraft.mods.lucraftcore.util.items.ItemBase@122673fe
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4148 heroesexpansion:mjolnir_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@1335f1be
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4149 heroesexpansion:ultimate_mjolnir_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@2fe12b04
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4150 heroesexpansion:stormbreaker_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@50be06c0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4151 heroesexpansion:compound_bow lucraft.mods.heroesexpansion.items.ItemCompoundBow@712626aa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4152 heroesexpansion:quiver lucraft.mods.heroesexpansion.items.ItemQuiver@4d228131
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4153 heroesexpansion:sharpened_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@61c53e05
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4154 heroesexpansion:explosive_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@7a9bdca
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4155 heroesexpansion:smoke_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@45d19da1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4156 heroesexpansion:gas_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@7315c662
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4157 heroesexpansion:grappling_hook_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@3be8eb13
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4158 heroesexpansion:kryptonite_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@71e55649
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4159 heroesexpansion:vibranium_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@3810e141
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4160 heroesexpansion:kryptonite lucraft.mods.heroesexpansion.items.ItemKryptonite@6b3d3a9a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4161 heroesexpansion:kryptonian_fossil lucraft.mods.lucraftcore.util.items.ItemBase@4b95a93b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4162 heroesexpansion:heart_shaped_herb_potion lucraft.mods.heroesexpansion.items.ItemHeartShapedHerbPotion@b46d595
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4163 heroesexpansion:vibranium_shield lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield@5f36c928
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4164 heroesexpansion:captain_america_shield lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield@61fb25bd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4165 heroesexpansion:chitauri_gun lucraft.mods.heroesexpansion.items.ItemChitauriGun@5234f6c5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4166 heroesexpansion:chitauri_metal lucraft.mods.lucraftcore.util.items.ItemBase@50dffff3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4167 heroesexpansion:chitauri_energy_core lucraft.mods.lucraftcore.util.items.ItemBase@366558a2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4168 heroesexpansion:kree_battle_axe lucraft.mods.heroesexpansion.items.ItemKreeBattleAxe@bb2c986
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4169 heroesexpansion:kree_flesh lucraft.mods.heroesexpansion.items.ItemKreeFlesh@7ec594eb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4170 heroesexpansion:web_shooter_1 lucraft.mods.heroesexpansion.items.ItemWebShooter@514acca7
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4171 heroesexpansion:web_shooter_2 lucraft.mods.heroesexpansion.items.ItemWebShooter@4df62e64
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4172 heroesexpansion:billy_club lucraft.mods.heroesexpansion.items.ItemBillyClub@509520a5
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4173 heroesexpansion:billy_club_separate lucraft.mods.heroesexpansion.items.ItemBillyClub@2259490
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4174 heroesexpansion:tesseract lucraft.mods.heroesexpansion.items.ItemTesseract@50d4f87
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4175 heroesexpansion:space_stone lucraft.mods.heroesexpansion.items.ItemSpaceStone@7974c44c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4176 heroesexpansion:green_arrow_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@9d43cf
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4177 heroesexpansion:green_arrow_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2e32c658
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4178 heroesexpansion:green_arrow_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@412cd56e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4179 heroesexpansion:superman_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1e253fa3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4180 heroesexpansion:superman_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@74cc9493
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4181 heroesexpansion:superman_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4cf48c54
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4182 heroesexpansion:black_panther_suit lucraft.mods.heroesexpansion.items.ItemBlackPantherSuit@6a1f5e2e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4183 heroesexpansion:thor_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6c8d6a2f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4184 heroesexpansion:thor_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@394c61cb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4185 heroesexpansion:thor_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@71713254
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4186 heroesexpansion:thor_iw_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@618ffc7a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4187 heroesexpansion:thor_iw_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@66d43e76
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4188 heroesexpansion:thor_iw_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3c4c595e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4189 heroesexpansion:captain_america_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@44572f11
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4190 heroesexpansion:captain_america_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@5a2577cd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4191 heroesexpansion:captain_america_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1d45c571
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4192 heroesexpansion:captain_america_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@439df92e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4193 heroesexpansion:captain_marvel_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3ecf69eb
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4194 heroesexpansion:captain_marvel_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4fa5fae0
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4195 heroesexpansion:captain_marvel_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@7c78d028
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4196 heroesexpansion:spider_man_homemade_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50001200
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4197 heroesexpansion:spider_man_homemade_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1545b9da
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4198 heroesexpansion:spider_man_homemade_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@75573368
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4199 heroesexpansion:spider_man_homemade_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4f94547a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4200 heroesexpansion:spider_man_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1fd4df9a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4201 heroesexpansion:spider_man_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@27672ed3
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4202 heroesexpansion:spider_man_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6b678524
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4203 heroesexpansion:spider_man_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6bd3bb6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4204 heroesexpansion:falcon_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3fac0cf4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4205 heroesexpansion:falcon_chest lucraft.mods.heroesexpansion.items.ItemSuitSetElytra@5edd76b8
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4206 heroesexpansion:falcon_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6aed9736
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4207 heroesexpansion:falcon_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2296c3d4
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4208 heroesexpansion:daredevil_homemade_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@34eef7a1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4209 heroesexpansion:daredevil_homemade_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1332f32
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4210 heroesexpansion:daredevil_homemade_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@7e14c05
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4211 heroesexpansion:daredevil_homemade_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@13fda74e
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4212 heroesexpansion:daredevil_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50ed196f
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4213 heroesexpansion:daredevil_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@48bff6ff
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4214 heroesexpansion:daredevil_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@45330a89
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4215 heroesexpansion:daredevil_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3b8a02b6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4216 lucraftcore:hammer lucraft.mods.lucraftcore.utilities.items.ItemHammer@31452c9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4217 lucraftcore:wire_cutter lucraft.mods.lucraftcore.utilities.items.ItemHammer@342b545a
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4218 lucraftcore:injection lucraft.mods.lucraftcore.utilities.items.ItemInjection@69117714
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4219 lucraftcore:instruction lucraft.mods.lucraftcore.utilities.items.ItemInstruction@2655732
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4220 lucraftcore:lv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@2346dfad
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4221 lucraftcore:mv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@4da1d61b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4222 lucraftcore:hv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@2feaa16c
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4223 lucraftcore:servo_motor lucraft.mods.lucraftcore.util.items.ItemBase@79eaf64
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4224 lucraftcore:basic_circuit lucraft.mods.lucraftcore.util.items.ItemBase@1230a38d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4225 lucraftcore:advanced_circuit lucraft.mods.lucraftcore.util.items.ItemBase@5162bede
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4226 lucraftcore:tri_polymer_white lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@6db96289
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4227 lucraftcore:tri_polymer_orange lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@43a77cd6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4228 lucraftcore:tri_polymer_magenta lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@25290b95
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4229 lucraftcore:tri_polymer_light_blue lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@1af29de
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4230 lucraftcore:tri_polymer_yellow lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@2724ae48
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4231 lucraftcore:tri_polymer_lime lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@5f9d27b6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4232 lucraftcore:tri_polymer_pink lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@3205ea73
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4233 lucraftcore:tri_polymer_gray lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4a9cd434
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4234 lucraftcore:tri_polymer_silver lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@48c865c1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4235 lucraftcore:tri_polymer_cyan lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@7e5e5bf9
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4236 lucraftcore:tri_polymer_purple lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@63157033
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4237 lucraftcore:tri_polymer_blue lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4f843511
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4238 lucraftcore:tri_polymer_brown lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4469a74d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4239 lucraftcore:tri_polymer_green lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4864adaa
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4240 lucraftcore:tri_polymer_red lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@38d87d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4241 lucraftcore:tri_polymer_black lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@6efa59d6
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4242 lucraftcore:construction_table net.minecraft.item.ItemBlock@6720c88b
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4243 lucraftcore:suit_stand net.minecraft.item.ItemBlock@a442038
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4244 lucraftcore:extractor net.minecraft.item.ItemBlock@4cf9fa3d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4245 lucraftcore:boiler net.minecraft.item.ItemBlock@70713e9d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4246 lucraftcore:furnace_generator net.minecraft.item.ItemBlock@11f4c488
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4247 lucraftcore:dust_iron lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@1ec2caf2
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4248 lucraftcore:plate_iron lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2d30d676
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4249 lucraftcore:dust_gold lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5063fdd
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4250 lucraftcore:plate_gold lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@20ba2011
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4251 lucraftcore:ingot_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2827fbae
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4252 lucraftcore:dust_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@38f0bba
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4253 lucraftcore:nugget_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@374334c1
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4254 lucraftcore:plate_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@46883090
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4255 lucraftcore:wiring_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@51e55964
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4256 lucraftcore:ingot_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2acc5a39
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4257 lucraftcore:dust_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@487969d
[12:56:11] [Server thread/TRACE] [FML]:   Registry: 4258 lucraftcore:nugget_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@30c2a2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4259 lucraftcore:plate_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@78596d51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4260 lucraftcore:ingot_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@308cfdf1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4261 lucraftcore:dust_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@887b603
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4262 lucraftcore:nugget_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6a38a87c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4263 lucraftcore:plate_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5938638f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4264 lucraftcore:ingot_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e0c6e2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4265 lucraftcore:dust_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3b0ee640
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4266 lucraftcore:nugget_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@145ac215
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4267 lucraftcore:plate_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e64ef0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4268 lucraftcore:ingot_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@63f48de4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4269 lucraftcore:dust_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2f045b3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4270 lucraftcore:nugget_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6d0c6ea3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4271 lucraftcore:plate_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@44b9d0b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4272 lucraftcore:ingot_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3e5ee69
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4273 lucraftcore:dust_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@eb59892
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4274 lucraftcore:nugget_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@429691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4275 lucraftcore:plate_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@af4d246
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4276 lucraftcore:ingot_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@26cee3d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4277 lucraftcore:dust_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@41d8e94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4278 lucraftcore:nugget_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@107f6698
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4279 lucraftcore:plate_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3cb5f033
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4280 lucraftcore:ingot_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6db47c29
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4281 lucraftcore:dust_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5352625
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4282 lucraftcore:nugget_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6e15cbbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4283 lucraftcore:plate_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@7db29a24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4284 lucraftcore:ingot_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@33a9e48f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4285 lucraftcore:dust_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@1f01f8d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4286 lucraftcore:nugget_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5f8990af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4287 lucraftcore:plate_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@368352c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4288 lucraftcore:ingot_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4af25503
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4289 lucraftcore:dust_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5a25ebfc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4290 lucraftcore:nugget_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@49ba04ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4291 lucraftcore:plate_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@65035a5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4292 lucraftcore:ingot_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3d8141b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4293 lucraftcore:dust_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@488e27f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4294 lucraftcore:nugget_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@510a5fe1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4295 lucraftcore:plate_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2ea41e10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4296 lucraftcore:ingot_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@199f6691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4297 lucraftcore:dust_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@20976bee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4298 lucraftcore:nugget_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@23e1dd4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4299 lucraftcore:plate_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2d3b13b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4300 lucraftcore:ingot_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4f724360
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4301 lucraftcore:dust_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@54a1997b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4302 lucraftcore:nugget_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@79871528
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4303 lucraftcore:plate_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@c546f73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4304 lucraftcore:ingot_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@51e044da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4305 lucraftcore:dust_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@9d275dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4306 lucraftcore:nugget_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@48bd1f9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4307 lucraftcore:plate_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@673dde08
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4308 lucraftcore:ingot_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@342880a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4309 lucraftcore:dust_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2e4e7f6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4310 lucraftcore:nugget_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e2fecf8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4311 lucraftcore:plate_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@76baeab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4312 lucraftcore:ingot_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@77b60b6f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4313 lucraftcore:dust_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2adeb7e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4314 lucraftcore:nugget_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5b67d66c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4315 lucraftcore:plate_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@123255d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4316 lucraftcore:ingot_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4689ab65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4317 lucraftcore:dust_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@19377df8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4318 lucraftcore:nugget_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@7c061c04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4319 lucraftcore:plate_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6497c714
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4320 lucraftcore:dust_coal lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6fce9a60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4321 lucraftcore:dust_charcoal lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4db4e2dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4322 lucraftcore:ingot_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@19e3152
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4323 lucraftcore:dust_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5bebe912
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4324 lucraftcore:nugget_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@406d6595
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4325 lucraftcore:plate_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2a25dd46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4326 lucraftcore:ore_tin net.minecraft.item.ItemBlock@5a416df1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4327 lucraftcore:ore_iridium net.minecraft.item.ItemBlock@5ee6bcd2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4328 lucraftcore:ore_uranium net.minecraft.item.ItemBlock@750c3b56
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4329 lucraftcore:ore_titanium net.minecraft.item.ItemBlock@71c7075c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4330 lucraftcore:ore_osmium net.minecraft.item.ItemBlock@20b8d270
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4331 lucraftcore:ore_dwarf_star_alloy net.minecraft.item.ItemBlock@4bd3ea99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4332 lucraftcore:ore_uru net.minecraft.item.ItemBlock@5f91ae3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4333 lucraftcore:ore_copper net.minecraft.item.ItemBlock@16a5bf77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4334 lucraftcore:ore_vibranium net.minecraft.item.ItemBlock@70e8d481
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4335 lucraftcore:ore_palladium net.minecraft.item.ItemBlock@243b6f27
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4336 lucraftcore:ore_silver net.minecraft.item.ItemBlock@7609c5c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4337 lucraftcore:ore_nickel net.minecraft.item.ItemBlock@4dec9271
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4338 lucraftcore:ore_lead net.minecraft.item.ItemBlock@7b161b91
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4339 lucraftcore:block_tin net.minecraft.item.ItemBlock@42b0183
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4340 lucraftcore:block_iridium net.minecraft.item.ItemBlock@3c34e303
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4341 lucraftcore:block_bronze net.minecraft.item.ItemBlock@15e281ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4342 lucraftcore:block_uranium net.minecraft.item.ItemBlock@5ee3ca50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4343 lucraftcore:block_titanium net.minecraft.item.ItemBlock@298ff16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4344 lucraftcore:block_adamantium net.minecraft.item.ItemBlock@192f28bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4345 lucraftcore:block_osmium net.minecraft.item.ItemBlock@18432787
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4346 lucraftcore:block_dwarf_star_alloy net.minecraft.item.ItemBlock@58b2df95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4347 lucraftcore:block_uru net.minecraft.item.ItemBlock@1d17fbda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4348 lucraftcore:block_copper net.minecraft.item.ItemBlock@7d9d4205
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4349 lucraftcore:block_vibranium net.minecraft.item.ItemBlock@7ce32d2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4350 lucraftcore:block_intertium net.minecraft.item.ItemBlock@32631b50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4351 lucraftcore:block_steel net.minecraft.item.ItemBlock@1088efed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4352 lucraftcore:block_palladium net.minecraft.item.ItemBlock@7921a93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4353 lucraftcore:block_gold_titanium_alloy net.minecraft.item.ItemBlock@627dcd12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4354 lucraftcore:block_silver net.minecraft.item.ItemBlock@486ee396
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4355 lucraftcore:block_nickel net.minecraft.item.ItemBlock@1f4e8af1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4356 lucraftcore:block_lead net.minecraft.item.ItemBlock@89f4d09
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4357 ichunutil:compact_porkchop net.minecraft.item.ItemBlock@4061455
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:knock_out lucraft.mods.lucraftcore.karma.potions.PotionKnockOut@511ecb4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:speed net.minecraft.potion.Potion@4d290757
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:slowness net.minecraft.potion.Potion@720a1fd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:haste net.minecraft.potion.Potion@5ab7ac02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@4abbe41c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@acb5508
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@e972ee1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5e24592e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@6f0a4e30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:nausea net.minecraft.potion.Potion@50ff7063
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@67a8bcbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:resistance net.minecraft.potion.Potion@1bb96449
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@26ffd2c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@d28c214
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@2fc7fa6e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:blindness net.minecraft.potion.Potion@7f8c48f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@273dec10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6cceb281
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@7cca31fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:poison net.minecraft.potion.Potion@619c3546
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:wither net.minecraft.potion.Potion@29090809
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@1d944fc0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@15ac02d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@2af9a5ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:glowing net.minecraft.potion.Potion@34f23816
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:levitation net.minecraft.potion.Potion@6736f40f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:luck net.minecraft.potion.Potion@12f9f896
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:unluck net.minecraft.potion.Potion@7548e1fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 heroesexpansion:kryptonite_poison lucraft.mods.heroesexpansion.potions.PotionKryptonitePoison@4ad3f5ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 heroesexpansion:chitauri_virus lucraft.mods.heroesexpansion.potions.PotionChitauriVirus@a7e3897
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 lucraftcore:radiation lucraft.mods.lucraftcore.materials.potions.PotionRadiation@7788921d
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@1827fc4e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@2faf6e4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@644947ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@71262020
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@336d28a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@40738846
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@1686ed85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@4fc3529
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@4cd5fc46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@11adab6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@11bfd751
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@29519337
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@17df689e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@21540255
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@1c8e8fed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@70f98f7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@681d704e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@846b47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@3c3ab672
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@3e6acec2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@3d764641
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@1f1fbc9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@10d4b573
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@50785f86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@7c3c3d67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@2b6fcca1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@39f93225
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@24b3f778
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@164dea80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@4392362c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@338a4c61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@839755f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@71d99732
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@2328ec73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@42a05533
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@3cad24ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@58021c3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@4ef8090b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6d31f14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@404009df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@65ef9a0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@25216999
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@77e6761f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@5c997de8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@45bf93bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@6b7c4734
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@2f6e92ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@380fdcf2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@114b203
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@8d810f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@15d58530
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@31f5b923
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@79e2606f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@734cf881
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@4a890fdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@56299b0e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@3ca278bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@2acb1264
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@30a01dd8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@1f68e4e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@47b4ac83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@351ede23
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@5c77ba8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@7add323c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@4a734c04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@4760f169
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@261ea657
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@35c12c7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@658255aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@25290bca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@76563d26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@4ac86d6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@3d904e9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@508a65bf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@17f2dd85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@1e58512c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@210308d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@22a736d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@23b8d9f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f353d99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@4649d70a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@5d43409a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@38d17d80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@6ede46f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66273da0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2127e66e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@1229a2b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@e5cbff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@51c959a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@4fc3c165
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@10a0fe30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@7b6860f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@60f70249
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@31ee2fdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@262816a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@1effd53c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@46c269e0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@6920614
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@6069dd38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@5fa23c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@558756be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@433348bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@6d1dcdff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@102ecc22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@7ff35a3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@26dc9bd5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@252dc8c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@43045f9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2643d762
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@6403e24c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@2f236de0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@4eba373c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@767a014e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@d109c4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@3968bc60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@26f46fa6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@227a47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@9596ce8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@75ae4a1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@70228253
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@63c12e52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@21bd20ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@26c47874
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@421056e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@2849434b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@60bbacfc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@65b97f47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@255eaa6b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@476fe690
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@7a0e7ecd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@54e3658c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@43e9089
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@3c5dbdf8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@352c44a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7aac8884
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@a66e580
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@5b852b49
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@cdb2d95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@122d6c22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@2f5ac102
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@5df778c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@895416d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@71a06021
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@80bfdc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@6edcad64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@4c6007fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@3e33d73e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@6981f8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@623dcf2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@2eae4349
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@e84fb85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@68a4dcc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@646c0a67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@3804a9a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@117525fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@5f7989fa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@5bc28f40
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@46963479
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7e74a380
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@6dd1c3ed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@22a6e998
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@55e42449
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@e57e5d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@6dfa915a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@78054f54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@cb7fa71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@3dffc764
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@4b6e1c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@561b61ed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@654c7d2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@26cb5207
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@15400fff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@18d910b3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@1e7ab390
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@625d9132
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@77774571
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@277b8fa4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@6cd64ee8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@620c8641
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@2f1d0bbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5460b754
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@a9f023e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@c27a3a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@4b200971
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@1a2bcd56
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@68d7a2df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@59dc36d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@12fcc71f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@5679e96b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@3ed7821
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3bbf841e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@4f0f7849
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@56a4f272
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3ee0b4f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@79b84841
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@4d41ba0f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@3c87e6b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@77bbadc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@3c3a0032
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@7ceb4478
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@7fdab70c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@25ad4f71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@49faf066
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@6f94a5a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@455c1d8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@a451491
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@1422ac7f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@5e519ad3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@7bc44ce8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@59072e9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@58472096
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@a92be4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@53e800f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@337bbfdf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@52d97ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@4da6d664
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@5e5af8e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@30b131b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@2924f1d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@524a076e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@5b5e7036
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@62dbe64e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@6cff61fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6e0c6a7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@467b684d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@7baf1f5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@6cc86152
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@611a990b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@7cbeac65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@7fe82967
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@50850539
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@65e21ce3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@6c3659be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@522bf64e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@2aff9dff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@5f0f9947
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@1aad0b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@c3edf4c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5af8bb51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@799ed4e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@2e66bc32
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@54d8c20d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@4b65d9f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@44536de4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@5fcfde70
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@4d95a72e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@28da7d11
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@77b919a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@5624657a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@36681447
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@4d21c56e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@726aa968
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@7100dea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@712cfb63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@32e54a9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@15639440
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@121bb45b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@4faa298
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@1cd3b138
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@151bf776
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@5a6d30e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@b52b755
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@a098d76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@40e37b06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@733aa9d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@6dcc40f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@2b680207
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@70887727
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@56da7487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@599e4d41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@328d044f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@10f7c76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@4745e9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@2f2bff16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@75de29c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@fc807c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@296e281a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@59cda16e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5dd903be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@12e0f1cb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@4a163575
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@7e642b88
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@6b350309
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@7ecec90d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@588f63c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@5a6fa56e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@1981d861
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@118ffcfd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@53f4c1e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@74174a23
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@6342d610
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@dc4a691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@784abd3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@36c2b646
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@434514d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@6b1dc20f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@4613311f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@6540cf1d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@ec8f4b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@bc042d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@5484117b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@37df14d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@7efb53af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@7724704f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3dfa819
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@4ce94d2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@68ab0936
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@3cd9aa64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@42b84286
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@443effcb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@74ecacc3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@517a2b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@53b7ce6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@36480b2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@27d33393
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@1f6917fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@41eb94bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@378cfecf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@97d0c06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@5e7c141d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@43af351a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@1305c126
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@72f9f27c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@4c1bdcc2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@762637be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@4b97c4ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@7640a5b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@642f9a77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@23f3da8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5634d0f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@252a8aae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@3d4e405e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@54e2fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@70972170
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@119aa36
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@4e1a46fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@69fe0ed4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@20ab3e3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@6caf7803
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@709ed6f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@698fee9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@102c577f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@7d44a19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@1fb2d5e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1716e8c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6573d2f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@4052c8c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@181b8c4b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@38eb0f4d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@437486cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@15b642b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@518bfd90
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@317a118b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@56dfab87
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@715b886f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@7fb29ca9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1e253c9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@350d3f4d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@18b8d173
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@73844119
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@44f24a20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@1859e2a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@46349b95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@176996c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@411c6d44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@1687eb01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@748d2277
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@2f897dab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@d5d5353
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@242b6e1a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@39a87e72
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@5d2828c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@3a082ff4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@45acdd11
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3f0d6038
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@237f7970
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@58f39564
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@7b948f3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@2f4c2cd4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@77a074b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@333c8791
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@6c0e13b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@22eaa86e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@561b7d53
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@1cc680e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@1dc3502b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@6a1d3225
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@67e13bd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@50fb33a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@2cae9b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1457fde
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@6f94fb9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@17fa1336
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@4228bf58
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@68b9834c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@20b9d5d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@671d1157
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@60c8a093
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@44cffc25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@2a369e14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@25aeb5ac
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@c755b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@3bd2af5b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@250a500b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@75d982d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@4f89331f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@618ff5c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@16727bf0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@2f84acf7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@291373d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@372ca2d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@3204e238
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@38ed139b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@a5272be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@58ba5b30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@4dba773d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@1d9bd4da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@4c58255
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@eac3a26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@10b1a751
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@53cf9c99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@7b306b9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@142213d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@934b52f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@2630dbc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@5ea4300e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@5a1c3cb4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@76ad6715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@56637cff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@2938127d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@127a7272
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@ff23ae7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@423b2b62
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@2b7962a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6ad16c5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@74ea46e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@6f911326
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@f1d0004
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@6e4f263e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@48b4a043
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@2f5b8250
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@4821aa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5f481b73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@32130e61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@41294371
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4996c99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@1b956cfa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@315f09ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@3a66e67e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@75d4a80f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@4596f8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@ccf91df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@117d32e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@51d387d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@2370ac7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@534180a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@6cf0a747
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@21505815
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@7e53339
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@58fef7f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@31ddb930
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@12eedfee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@3c3c4a71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@1352434e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@4f9a6c2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@2b6fcb9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@75de6341
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@74170687
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@68f0f72c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@3d96fa9e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3b545206
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@77bb48d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@181d8899
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@12d5c30e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@b887730
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@26586b74
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@52f57666
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@6e041285
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@267dc982
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@439b15f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@3aa41da1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@74fab04a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@3c83468e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@272ce069
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@3d7fb838
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@1c26273d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@3a37a501
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@7a583586
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3a26ec8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@17143b3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@100c8b75
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@2bc378f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@268cbb86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@10f7918f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@64d4f7c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@54e02f6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@17f3eefb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@3ba46e63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@788ddc1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@2dc3271b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@254f906e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@3d0035d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@2bfb6b49
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@1f346ad2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@46a145ba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@7ab34619
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@ae2db25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@363c4251
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@7afc4db9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@1a1f5f71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@63884e4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@524270b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@4acb7ecc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@2a4f5433
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@6812fa3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@29149030
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@38b8b6c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@68868328
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@173a6728
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@1a22e0ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@67514bdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@3b920bdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@7f5538a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@72fd8a3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@1f9f381d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@34780cd9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@623ebac7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@7c8c70d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@1ab5f08a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@6edf29c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@79a04e5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@66b59b7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@53311681
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@4437ac07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@3f1ed068
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@753aca85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@2e645fbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@574a89e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@1e1e9ef3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@3dd31157
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@31c628e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@3240b2a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@58434b19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7d3fb0ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@7dbe2ebf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@4adc663e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@885e7ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@8bd86c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@4fa9ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@2d3ef181
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@a2341c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@6e4c0d8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@3e3315d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64db4967
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@74e6094b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@7a485a36
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@5cf3157b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@625dfff3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@26350ea2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1e9469b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@5a08efdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@57272109
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@59696551
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@648d0e6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@79e66b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@17273273
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@5f69e2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@984169e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@43f1bb92
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@6d6bbd35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@5c5d6175
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@7544ac86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@3b27b497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@b1534d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@3c74aa0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@6c841199
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@6a818392
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@489091bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@512d6e60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@1de9b505
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@7b122839
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@3743539f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@d277579
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@5db6b845
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@378f002a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1afd72ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@2cc75074
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@445bb139
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b9a77c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@7a81065e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@6cd3ad8a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@75181b50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@2d64160c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@5f254608
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@2eeb0f9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@1b1c538d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@1645f294
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@6325f352
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@15c4af7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@6cbd0674
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@55d58825
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@19a64eae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@29a98d9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@2da3b078
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@544e8149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@7fb66650
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@1a96d94c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@2a869a16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@ae202c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@46aa712c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@6ada9c0c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 549 speedsterheroes:blackflash_ambient net.minecraft.util.SoundEvent@50eb7b10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 550 speedsterheroes:blackflash_hurt net.minecraft.util.SoundEvent@540823d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 551 speedsterheroes:blackflash_death net.minecraft.util.SoundEvent@7e81b882
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 552 speedsterheroes:savitar_blade_draw net.minecraft.util.SoundEvent@4d2ad535
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 553 speedsterheroes:savitar_blade_sheath net.minecraft.util.SoundEvent@4692047b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 554 lucraftcore:energy_blast net.minecraft.util.SoundEvent@47c237fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 555 lucraftcore:infinity_stone_equip net.minecraft.util.SoundEvent@34f4d22c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 556 lucraftcore:use_infinity_gauntlet net.minecraft.util.SoundEvent@2fec2afa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 557 heroesexpansion:claws_out net.minecraft.util.SoundEvent@798b52a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 558 heroesexpansion:claws_in net.minecraft.util.SoundEvent@2fa0e7a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 559 heroesexpansion:shield_throw net.minecraft.util.SoundEvent@3d5735c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 560 heroesexpansion:shield_hit net.minecraft.util.SoundEvent@73226368
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 561 heroesexpansion:hammer_swing net.minecraft.util.SoundEvent@501f21fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 562 heroesexpansion:hammer_drop net.minecraft.util.SoundEvent@78aa11f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 563 heroesexpansion:hammer_hit net.minecraft.util.SoundEvent@7c57c200
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 564 heroesexpansion:hammer_throw net.minecraft.util.SoundEvent@1c0ed7c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 565 heroesexpansion:web_shoot net.minecraft.util.SoundEvent@35b7156f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 566 heroesexpansion:spider_sense net.minecraft.util.SoundEvent@1dbaa7aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 567 heroesexpansion:leviathan_ambient net.minecraft.util.SoundEvent@5f3f31df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 568 heroesexpansion:chitauri_ambient net.minecraft.util.SoundEvent@35e55526
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 569 heroesexpansion:chitauri_hurt net.minecraft.util.SoundEvent@38f42298
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 570 heroesexpansion:chitauri_death net.minecraft.util.SoundEvent@703b55db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 571 heroesexpansion:boing net.minecraft.util.SoundEvent@562c23ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 572 morph:morph net.minecraft.util.SoundEvent@497f104c
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:empty net.minecraft.potion.PotionType@13e1e816
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:water net.minecraft.potion.PotionType@36238b12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@33187485
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:thick net.minecraft.potion.PotionType@41938e1e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@5d2e6f62
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@77ff14ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@733fae8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@5a8d676e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@74764622
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@7ba06506
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@63dc3420
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@525b8922
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@145a821d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@6caa4dc5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@6ed51944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@60c98f25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@20c3b34b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1eb906f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@58e02359
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@74fc3fc7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@491893f8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:healing net.minecraft.potion.PotionType@1f408ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@46e388ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:harming net.minecraft.potion.PotionType@53f495f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@5efe5b25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:poison net.minecraft.potion.PotionType@45707f76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@1f0e2bdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@682266d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@44a93f8a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@26463a6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@6c5ae8fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:strength net.minecraft.potion.PotionType@17354708
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@1aed6f0b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@3b3546a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@134c38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@3d235635
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:luck net.minecraft.potion.PotionType@4cc7e3ad
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@1b475663
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@1669931a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@6b24ddd7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@12e007be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@3335afcf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@36d697ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@58e03769
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@4e2cdc51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@6182ffef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@30dd00b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@27d73d22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 heroesexpansion:worthiness lucraft.mods.heroesexpansion.enchantments.EnchantmentWorthiness@a57b4bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@1124910c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@f849027
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@4a9869a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@6bd7439d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@1d77746b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6ce9771c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@4d20616a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@7893c715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@7db791df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@1da75dde
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@5c5f0edc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@595fed99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@790654d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@3dc46f24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@9c0d0bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@176333ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@3ea75b05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4597e6e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@7910f355
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@fbbd90c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@23d0944b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@6d9428f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@2cadcff6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@343d1d25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@76dc36e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@1fb71788
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@2c54c497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@a44effb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@73a49597
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@5d32c1c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@70439c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3a9c11fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5a205ee5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@58f50dd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@56f2c9e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@1dd44289
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3de45b6c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@5599dc60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@70592729
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@54d60fa1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@57b711b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@474ce6b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@4ca5cb99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@1115be8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:wooden_pressure_plate net.minecraft.item.crafting.ShapedRecipes@6550ce46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@1bb172dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@14239223
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@2336cd91
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:wooden_button net.minecraft.item.crafting.ShapedRecipes@6c1e40d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6f52a229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1c3d9e28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@47c81e89
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@c5a2d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6bc25ac2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@478089b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@407f2029
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@1dcca426
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@77cc6a28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@6f65aa58
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@fb5d334
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4d664323
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@2a65e237
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@3dded90a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@5aac6f9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@3a5ce4b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@65262308
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@2e1291a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@54997f67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@76b05c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@2382b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@55c46ec1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@1a67f8b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@7434ee13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@430aae8e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@4882b9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@75f32817
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@d0fabc8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3f64d943
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@1b485c8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@2248d140
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@68479e8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@4fd3b20a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@56b66a26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@6dbb3d7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@16f4a3c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@543da15
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@75ee6f89
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@21c99abf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@35f760a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4213bc3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@4e10a320
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@7d17906
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3ec7eb5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@6ad112de
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@44485db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@ab2009f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@66314fee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@6b6fd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@62360a68
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@6adcf059
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@772cf46b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@1fc5c0b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@d2cb2d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@6124dda2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@4a0c3aa8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@29188050
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@65259c53
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@5e95b0ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7976e536
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45311a99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@42edde25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@4f8900b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@18463720
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@4f525e13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@4a58e0e9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@25e95af1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@7c9ea1d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@51d88c38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@13390a96
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@795faad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@36511772
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@2c15034f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@3e5ebdfe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@2047adea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@2110684a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@2d3b0978
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@79617c3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@616f81b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@5e2975ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@1c411474
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@15a484a9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@7c47e077
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@294c44b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@2cc61b3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@3b2c8bda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@362be0cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7227926b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@1b69fc07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@9cc0505
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@3d3b272a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@43778371
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@54286339
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@290807e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@2b9ecd05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@4946485c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@340fc1aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@126254ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2a99fa07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@323efafe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@2de7c84a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@55682482
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@5b23c1f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@6ffc6ea7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@5627b8eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@397a10df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@63eea8c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@280d6a20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@1dd64243
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@3b347439
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@1d1b3620
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6f655dbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@7fb82f73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@68c4a860
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@1fe05fff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@ad5cffa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@fceab5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@4449b273
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@2b1d1a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@2739ecc0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7544260a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@ace2408
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@7b2d58e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@3dd750ba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@34bf66af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@103e7c7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@57839834
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3dfc59c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@25df2014
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@35f01759
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@e993715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@472719df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@3e28af44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@7482309c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@40013051
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@43294e9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@42ffbab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@4654e373
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@3e9b3b3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@22a63740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@4e51eda7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@653e7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@6cbbfe29
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@5be69f7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@779b4f9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@6b0ba697
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@2cacb445
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@3c89b864
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@2168def
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@1aee6d14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@405603b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5b59c3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@6f65a203
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@4af7ac25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@37fca349
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@252d8df6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@229cb4d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@7d3bcd3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@63c4d16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6e0d058a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@4e647f39
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a1c7619
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@1f4dd016
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@199806aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@18b3db6e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@2299f6d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2548fc01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5f67181f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@1bd59b82
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@63d0e8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@153c6603
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@13aa54f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e57b783
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@41026e5c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@23c72128
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@74e4be21
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@2a984952
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3ef46749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65da4a5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@632b5c79
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@1d2d4d7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@783dc0e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@4990b335
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@45f241df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@3c2dda7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@30e143ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@31e22365
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@45f0038
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@41d877bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@470135da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@6cb194f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1e482ecd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5615f82d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@3ad2883a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@18d22ecf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@3a988299
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@c87787d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@1ab9c735
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@72ceafeb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@63d3c9dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@454e9d65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@63f3366a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@5cdda548
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@70aa58e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@25ea068e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@7b64bbad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@2d3eecda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@13662609
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@4c000cc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@460e5ffe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@620572db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1a02ebe0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@752494dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@3d4818e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@e2c627e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@59a2bed1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@309cf657
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@46ee7013
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@6b289535
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@4a5b38e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@115ef673
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@77476fcf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@7404aff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@2567c091
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@6fc7e828
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@76eadc5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@417446d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@7e76a66f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@1e3566e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@f01fc6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@2820b369
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@540212be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@3af39e7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@433ae0b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@6e9f8160
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@3291d9c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@76f9e000
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@990b86b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@8d5da7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@67593f7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@53918b5e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@21e39b82
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1868ed54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@4780341
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@13d10057
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@6866e740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@286dfa20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@42066f0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@1e23ee0e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@29c80149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5bccaedb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@6c2dd88b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@268f0ff3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@3ba5c4dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1d0dad12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@5e7e7a7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5c3007d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@1191029d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@7b795db7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@79ec57b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@55f6f965
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@409395b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@257b3561
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@2a259f6f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@61d42275
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@416b681c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@2633d09c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@451af781
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@51df2a41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@49f50c8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@13137835
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@7f1fec57
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@4dffff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@126af200
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@54f69311
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@4ac7856f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@3a63d248
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@6dde1bf5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@1ea96ff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@35841d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@537451d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@1d8dbf10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@1ba7db2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@19e2db7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@af3295f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@2f0e7fa8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@312819ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@45d38165
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@13714753
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@2d3c501b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@27ec74a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@662713b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@b8142f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@2ed7978c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@424a152f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@4bb9f7d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@351e86b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@558127d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@12532e37
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@148fca83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@7846913f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@7d4da729
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@601d9f3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@5ca4c88a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@24ac6fef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@b56d8a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@cfb94fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@a6fc1bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@124ff64d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@5e05a706
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@50e1f3fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@61bd0845
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@16e4db59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@c6c84fa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@25f14e93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@74231642
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@545f0b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@5da3f32a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@6be422da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@575d48db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@59b3f754
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@22ff11ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@66dd04e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@4b511e61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@50e8ed74
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@39f68aec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@2aa0feb2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@bea5941
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@2759749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@4adcc981
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:crafting_table net.minecraft.item.crafting.ShapedRecipes@d190639
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@514dc5f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45cb5307
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@99223ac
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@34fc315d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@10dbf660
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@28f8ce2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@311a09b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@674ed201
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@62cf86d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@5d5cd210
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@4e20a985
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@6706da3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@6badb08c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@71418a4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@106802ea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@23358740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@66682e8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@10e8c7a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@6338afe2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@415262a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@7977f046
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@718ad3a6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1859e55c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1c0cf193
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3dd591b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@780c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@188bf4d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@28cf179c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@2a9f8d47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4b5aa48b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@3c98981e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@6bf54260
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@5709e10b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@756200d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@322ab6ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@5b1f5fcc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@53e166ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@25dad235
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@6ffdbeef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@fefb66c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@ca60688
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@35555145
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@2c2e5e72
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@e60c5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1425e531
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@37c37d67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6df87ffd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@2ace1cd3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@515940af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@12404f9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@25b20860
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1af82ba8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5f369fc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@59014efe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7c03f9d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@1f547af8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@4bdef487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@60c4cf2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@65a80fdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@7294a684
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@7bc8ffbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@40b70f31
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@b3004e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b55c3d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@50734cea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@5ac646b3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@7641ed02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@2059f785
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@e5864c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@22368ddc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@4ab90d01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@3dbbed3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@54a5496f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@1123d461
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@30b9728f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@73a116d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@7e2a76be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@417bfebd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@44c27b8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@6cb662e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@52a75c12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@61288814
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 443 speedsterheroes:tachyon_prototype net.minecraft.item.crafting.ShapedRecipes@39f202da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 444 speedsterheroes:tachyon_device net.minecraft.item.crafting.ShapedRecipes@4cc72fa5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 445 speedsterheroes:tachyon_charge net.minecraft.item.crafting.ShapedRecipes@6223136
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 446 speedsterheroes:particle_accelerator_part net.minecraft.item.crafting.ShapedRecipes@78f2dab0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 447 speedsterheroes:particle_accelerator net.minecraft.item.crafting.ShapedRecipes@5aa3d1c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 448 lucraftcore:wiring_copper net.minecraftforge.oredict.ShapelessOreRecipe@59f08b80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 449 lucraftcore:wire_cutter net.minecraftforge.oredict.ShapedOreRecipe@2ac76b0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 450 lucraftcore:tri_polymer_yellow net.minecraftforge.oredict.ShapelessOreRecipe@1dbdcca1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 451 lucraftcore:tri_polymer_white net.minecraftforge.oredict.ShapelessOreRecipe@4acbfa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 452 lucraftcore:tri_polymer_silver net.minecraftforge.oredict.ShapelessOreRecipe@18c30851
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 453 lucraftcore:tri_polymer_red net.minecraftforge.oredict.ShapelessOreRecipe@7ad474d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 454 lucraftcore:tri_polymer_purple net.minecraftforge.oredict.ShapelessOreRecipe@825ad63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 455 lucraftcore:tri_polymer_pink net.minecraftforge.oredict.ShapelessOreRecipe@32be84f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 456 lucraftcore:tri_polymer_orange net.minecraftforge.oredict.ShapelessOreRecipe@6ace6e05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 457 lucraftcore:tri_polymer_magenta net.minecraftforge.oredict.ShapelessOreRecipe@5e951e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 458 lucraftcore:tri_polymer_lime net.minecraftforge.oredict.ShapelessOreRecipe@2ebb0be2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 459 lucraftcore:tri_polymer_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@3c66e539
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 460 lucraftcore:tri_polymer_green net.minecraftforge.oredict.ShapelessOreRecipe@7ca4a0ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 461 lucraftcore:tri_polymer_gray net.minecraftforge.oredict.ShapelessOreRecipe@37f4719a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 462 lucraftcore:tri_polymer_cyan net.minecraftforge.oredict.ShapelessOreRecipe@6b1f930b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 463 lucraftcore:tri_polymer_brown net.minecraftforge.oredict.ShapelessOreRecipe@3de6d205
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 464 lucraftcore:tri_polymer_blue net.minecraftforge.oredict.ShapelessOreRecipe@6e993864
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 465 lucraftcore:tri_polymer_black net.minecraftforge.oredict.ShapelessOreRecipe@a8f1f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 466 lucraftcore:suit_stand net.minecraftforge.oredict.ShapedOreRecipe@5e4b90cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 467 lucraftcore:servo_motor net.minecraftforge.oredict.ShapedOreRecipe@4936e82f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 468 lucraftcore:plate_vibranium net.minecraft.item.crafting.ShapelessRecipes@46feffe9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 469 lucraftcore:plate_uru net.minecraft.item.crafting.ShapelessRecipes@1f963035
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 470 lucraftcore:plate_uranium net.minecraft.item.crafting.ShapelessRecipes@571e49e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 471 lucraftcore:plate_titanium net.minecraft.item.crafting.ShapelessRecipes@75478bf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 472 lucraftcore:plate_tin net.minecraft.item.crafting.ShapelessRecipes@24abed19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 473 lucraftcore:plate_steel net.minecraft.item.crafting.ShapelessRecipes@7b5f652f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 474 lucraftcore:plate_silver net.minecraft.item.crafting.ShapelessRecipes@46a78476
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 475 lucraftcore:plate_palladium net.minecraft.item.crafting.ShapelessRecipes@d575d98
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 476 lucraftcore:plate_osmium net.minecraft.item.crafting.ShapelessRecipes@6d29915c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 477 lucraftcore:plate_nickel net.minecraft.item.crafting.ShapelessRecipes@7af5ecb4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 478 lucraftcore:plate_lead net.minecraft.item.crafting.ShapelessRecipes@7faaa21f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 479 lucraftcore:plate_iron net.minecraft.item.crafting.ShapelessRecipes@674263fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 480 lucraftcore:plate_iridium net.minecraft.item.crafting.ShapelessRecipes@ffa9646
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 481 lucraftcore:plate_intertium net.minecraft.item.crafting.ShapelessRecipes@203a62e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 482 lucraftcore:plate_gold_titanium_alloy net.minecraft.item.crafting.ShapelessRecipes@34e2e1e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 483 lucraftcore:plate_gold net.minecraft.item.crafting.ShapelessRecipes@6464df4e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 484 lucraftcore:plate_dwarf_star_alloy net.minecraft.item.crafting.ShapelessRecipes@77635a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 485 lucraftcore:plate_copper net.minecraft.item.crafting.ShapelessRecipes@3601da5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 486 lucraftcore:plate_bronze net.minecraft.item.crafting.ShapelessRecipes@626dcea4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 487 lucraftcore:plate_adamantium net.minecraft.item.crafting.ShapelessRecipes@3813b6a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 488 lucraftcore:nugget_vibranium net.minecraftforge.oredict.ShapedOreRecipe@7c8c7a16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 489 lucraftcore:nugget_uru net.minecraftforge.oredict.ShapedOreRecipe@4d8dfff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 490 lucraftcore:nugget_uranium net.minecraftforge.oredict.ShapedOreRecipe@41f6e83e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 491 lucraftcore:nugget_titanium net.minecraftforge.oredict.ShapedOreRecipe@4b2e7daa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 492 lucraftcore:nugget_tin net.minecraftforge.oredict.ShapedOreRecipe@40480d84
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 493 lucraftcore:nugget_steel net.minecraftforge.oredict.ShapedOreRecipe@5c9c1238
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 494 lucraftcore:nugget_silver net.minecraftforge.oredict.ShapedOreRecipe@6f240c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 495 lucraftcore:nugget_palladium net.minecraftforge.oredict.ShapedOreRecipe@3b97b2ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 496 lucraftcore:nugget_osmium net.minecraftforge.oredict.ShapedOreRecipe@1294bcb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 497 lucraftcore:nugget_nickel net.minecraftforge.oredict.ShapedOreRecipe@660979aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 498 lucraftcore:nugget_lead net.minecraftforge.oredict.ShapedOreRecipe@1251414a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 499 lucraftcore:nugget_iridium net.minecraftforge.oredict.ShapedOreRecipe@37066547
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 500 lucraftcore:nugget_intertium net.minecraftforge.oredict.ShapedOreRecipe@7f77b24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 501 lucraftcore:nugget_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@4e5ad54b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 502 lucraftcore:nugget_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@163a83ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 503 lucraftcore:nugget_copper net.minecraftforge.oredict.ShapedOreRecipe@61a3e18d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 504 lucraftcore:nugget_bronze net.minecraftforge.oredict.ShapedOreRecipe@16fac490
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 505 lucraftcore:nugget_adamantium net.minecraftforge.oredict.ShapedOreRecipe@1057d9a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 506 lucraftcore:mv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@ef56a7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 507 lucraftcore:lv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@67c70197
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 508 lucraftcore:injection net.minecraftforge.oredict.ShapedOreRecipe@1afb0ca2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 509 lucraftcore:ingot_vibranium_alt net.minecraftforge.oredict.ShapedOreRecipe@1aec6b35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 510 lucraftcore:ingot_vibranium net.minecraftforge.oredict.ShapedOreRecipe@62eb5d1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 511 lucraftcore:ingot_uru_alt net.minecraftforge.oredict.ShapedOreRecipe@5ea4151c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 512 lucraftcore:ingot_uru net.minecraftforge.oredict.ShapedOreRecipe@744b1522
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 513 lucraftcore:ingot_uranium_alt net.minecraftforge.oredict.ShapedOreRecipe@6c68575b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 514 lucraftcore:ingot_uranium net.minecraftforge.oredict.ShapedOreRecipe@64edc74c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 515 lucraftcore:ingot_titanium_alt net.minecraftforge.oredict.ShapedOreRecipe@7d458a77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 516 lucraftcore:ingot_titanium net.minecraftforge.oredict.ShapedOreRecipe@619e383b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 517 lucraftcore:ingot_tin_alt net.minecraftforge.oredict.ShapedOreRecipe@4ecaaa44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 518 lucraftcore:ingot_tin net.minecraftforge.oredict.ShapedOreRecipe@652ca38a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 519 lucraftcore:ingot_steel_alt net.minecraftforge.oredict.ShapedOreRecipe@1baed7c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 520 lucraftcore:ingot_steel net.minecraftforge.oredict.ShapedOreRecipe@67560fb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 521 lucraftcore:ingot_silver_alt net.minecraftforge.oredict.ShapedOreRecipe@1241d57a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 522 lucraftcore:ingot_silver net.minecraftforge.oredict.ShapedOreRecipe@75f02a41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 523 lucraftcore:ingot_palladium_alt net.minecraftforge.oredict.ShapedOreRecipe@51c4d84c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 524 lucraftcore:ingot_palladium net.minecraftforge.oredict.ShapedOreRecipe@52355243
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 525 lucraftcore:ingot_osmium_alt net.minecraftforge.oredict.ShapedOreRecipe@52991723
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 526 lucraftcore:ingot_osmium net.minecraftforge.oredict.ShapedOreRecipe@32096336
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 527 lucraftcore:ingot_nickel_alt net.minecraftforge.oredict.ShapedOreRecipe@268ade97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 528 lucraftcore:ingot_nickel net.minecraftforge.oredict.ShapedOreRecipe@5a355ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 529 lucraftcore:ingot_lead_alt net.minecraftforge.oredict.ShapedOreRecipe@58921723
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 530 lucraftcore:ingot_lead net.minecraftforge.oredict.ShapedOreRecipe@4d6a4e0f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 531 lucraftcore:ingot_iridium_alt net.minecraftforge.oredict.ShapedOreRecipe@645de2a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 532 lucraftcore:ingot_iridium net.minecraftforge.oredict.ShapedOreRecipe@33ad5dcd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 533 lucraftcore:ingot_intertium_alt net.minecraftforge.oredict.ShapedOreRecipe@2eecd312
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 534 lucraftcore:ingot_intertium net.minecraftforge.oredict.ShapedOreRecipe@623c43bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 535 lucraftcore:ingot_gold_titanium_alloy_alt net.minecraftforge.oredict.ShapedOreRecipe@1720c3b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 536 lucraftcore:ingot_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@7e0e9a2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 537 lucraftcore:ingot_dwarf_star_alloy_alt net.minecraftforge.oredict.ShapedOreRecipe@20bbc924
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 538 lucraftcore:ingot_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@4a68daa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 539 lucraftcore:ingot_copper_alt net.minecraftforge.oredict.ShapedOreRecipe@1777d3eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 540 lucraftcore:ingot_copper net.minecraftforge.oredict.ShapedOreRecipe@5df369a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 541 lucraftcore:ingot_bronze_alt net.minecraftforge.oredict.ShapedOreRecipe@460b75a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 542 lucraftcore:ingot_bronze net.minecraftforge.oredict.ShapedOreRecipe@72025b75
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 543 lucraftcore:ingot_adamantium_alt net.minecraftforge.oredict.ShapedOreRecipe@656a8c8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 544 lucraftcore:ingot_adamantium net.minecraftforge.oredict.ShapedOreRecipe@40647d94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 545 lucraftcore:infinity_generator net.minecraftforge.oredict.ShapedOreRecipe@720da58e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 546 lucraftcore:hv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@aa2bb68
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 547 lucraftcore:hammer net.minecraftforge.oredict.ShapedOreRecipe@4ef02d6c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 548 lucraftcore:furnace_generator net.minecraftforge.oredict.ShapedOreRecipe@5c62fbed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 549 lucraftcore:extractor net.minecraftforge.oredict.ShapedOreRecipe@64f4c577
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 550 lucraftcore:dust_vibranium net.minecraft.item.crafting.ShapelessRecipes@61989734
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 551 lucraftcore:dust_uru net.minecraft.item.crafting.ShapelessRecipes@28a48b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 552 lucraftcore:dust_uranium net.minecraft.item.crafting.ShapelessRecipes@69ce7774
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 553 lucraftcore:dust_titanium net.minecraft.item.crafting.ShapelessRecipes@620de5d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 554 lucraftcore:dust_tin net.minecraft.item.crafting.ShapelessRecipes@6b22dc2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 555 lucraftcore:dust_steel_alt net.minecraftforge.oredict.ShapelessOreRecipe@3db2755
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 556 lucraftcore:dust_steel net.minecraft.item.crafting.ShapelessRecipes@1a6c58b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 557 lucraftcore:dust_silver net.minecraft.item.crafting.ShapelessRecipes@33747649
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 558 lucraftcore:dust_palladium net.minecraft.item.crafting.ShapelessRecipes@2c01480f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 559 lucraftcore:dust_osmium net.minecraft.item.crafting.ShapelessRecipes@288af9bf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 560 lucraftcore:dust_nickel net.minecraft.item.crafting.ShapelessRecipes@3e93117b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 561 lucraftcore:dust_lead net.minecraft.item.crafting.ShapelessRecipes@7e34a05b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 562 lucraftcore:dust_iron net.minecraft.item.crafting.ShapelessRecipes@4a8b2ea0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 563 lucraftcore:dust_iridium net.minecraft.item.crafting.ShapelessRecipes@2530584c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 564 lucraftcore:dust_intertium_alt net.minecraftforge.oredict.ShapelessOreRecipe@4d69e42d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 565 lucraftcore:dust_intertium net.minecraft.item.crafting.ShapelessRecipes@68edb7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 566 lucraftcore:dust_gold_titanium_alloy_alt net.minecraftforge.oredict.ShapelessOreRecipe@46823e4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 567 lucraftcore:dust_gold_titanium_alloy net.minecraft.item.crafting.ShapelessRecipes@47afcbdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 568 lucraftcore:dust_gold net.minecraft.item.crafting.ShapelessRecipes@65e661b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 569 lucraftcore:dust_dwarf_star_alloy net.minecraft.item.crafting.ShapelessRecipes@75c73a5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 570 lucraftcore:dust_copper net.minecraft.item.crafting.ShapelessRecipes@6edd90b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 571 lucraftcore:dust_coal net.minecraft.item.crafting.ShapelessRecipes@74e78fa2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 572 lucraftcore:dust_charcoal net.minecraft.item.crafting.ShapelessRecipes@14500290
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 573 lucraftcore:dust_bronze_alt net.minecraftforge.oredict.ShapelessOreRecipe@11705780
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 574 lucraftcore:dust_bronze net.minecraft.item.crafting.ShapelessRecipes@28276b3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 575 lucraftcore:dust_adamantium_alt net.minecraftforge.oredict.ShapelessOreRecipe@39513f6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 576 lucraftcore:dust_adamantium net.minecraft.item.crafting.ShapelessRecipes@2167cb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 577 lucraftcore:construction_table net.minecraftforge.oredict.ShapedOreRecipe@5ea28229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 578 lucraftcore:boiler net.minecraftforge.oredict.ShapedOreRecipe@12a8809a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 579 lucraftcore:block_vibranium net.minecraftforge.oredict.ShapedOreRecipe@53d44e7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 580 lucraftcore:block_uru net.minecraftforge.oredict.ShapedOreRecipe@29346a21
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 581 lucraftcore:block_uranium net.minecraftforge.oredict.ShapedOreRecipe@3ab7798b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 582 lucraftcore:block_titanium net.minecraftforge.oredict.ShapedOreRecipe@42dda18
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 583 lucraftcore:block_tin net.minecraftforge.oredict.ShapedOreRecipe@3717d1d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 584 lucraftcore:block_steel net.minecraftforge.oredict.ShapedOreRecipe@164148d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 585 lucraftcore:block_silver net.minecraftforge.oredict.ShapedOreRecipe@5d514625
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 586 lucraftcore:block_palladium net.minecraftforge.oredict.ShapedOreRecipe@70b51448
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 587 lucraftcore:block_osmium net.minecraftforge.oredict.ShapedOreRecipe@10ca944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 588 lucraftcore:block_nickel net.minecraftforge.oredict.ShapedOreRecipe@128a9f4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 589 lucraftcore:block_lead net.minecraftforge.oredict.ShapedOreRecipe@6d0a7e80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 590 lucraftcore:block_iridium net.minecraftforge.oredict.ShapedOreRecipe@58fda467
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 591 lucraftcore:block_intertium net.minecraftforge.oredict.ShapedOreRecipe@49f2736
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 592 lucraftcore:block_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@5d40fd79
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 593 lucraftcore:block_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@5d6d3efe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 594 lucraftcore:block_copper net.minecraftforge.oredict.ShapedOreRecipe@735a9993
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 595 lucraftcore:block_bronze net.minecraftforge.oredict.ShapedOreRecipe@4e9df89f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 596 lucraftcore:block_adamantium net.minecraftforge.oredict.ShapedOreRecipe@3fa13e52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 597 lucraftcore:basic_circuit net.minecraftforge.oredict.ShapedOreRecipe@244b5d81
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 598 lucraftcore:advanced_circuit net.minecraftforge.oredict.ShapedOreRecipe@6215b41c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 599 heroesexpansion:web_shooter_2 net.minecraftforge.oredict.ShapedOreRecipe@6e0b41cb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 600 heroesexpansion:web_shooter_1 net.minecraftforge.oredict.ShapedOreRecipe@1b02763b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 601 heroesexpansion:vibranium_shield net.minecraftforge.oredict.ShapedOreRecipe@67d215a9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 602 heroesexpansion:vibranium_arrow net.minecraftforge.oredict.ShapelessOreRecipe@26e3d977
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 603 heroesexpansion:ultimate_mjolnir net.minecraftforge.oredict.ShapedOreRecipe@4f2aeb97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 604 heroesexpansion:supporter_cloak net.minecraft.item.crafting.ShapedRecipes@4244fae2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 605 heroesexpansion:stormbreaker net.minecraftforge.oredict.ShapedOreRecipe@35e99149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 606 heroesexpansion:smoke_arrow net.minecraft.item.crafting.ShapelessRecipes@5288077e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 607 heroesexpansion:sharpened_arrow net.minecraftforge.oredict.ShapelessOreRecipe@51db31c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 608 heroesexpansion:quiver net.minecraft.item.crafting.ShapedRecipes@658a5112
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 609 heroesexpansion:portal_device net.minecraftforge.oredict.ShapedOreRecipe@5dad1080
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 610 heroesexpansion:mjolnir net.minecraftforge.oredict.ShapedOreRecipe@23c34976
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 611 heroesexpansion:kryptonite_block net.minecraft.item.crafting.ShapedRecipes@2d563ec4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 612 heroesexpansion:kryptonite_arrow net.minecraft.item.crafting.ShapelessRecipes@326177ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 613 heroesexpansion:injection net.minecraft.item.crafting.ShapelessRecipes@771d1487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 614 heroesexpansion:heart_shaped_herb_potion net.minecraft.item.crafting.ShapelessRecipes@682f18d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 615 heroesexpansion:grappling_hook_arrow net.minecraft.item.crafting.ShapelessRecipes@261857a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 616 heroesexpansion:gas_arrow_alt net.minecraft.item.crafting.ShapelessRecipes@4f17067a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 617 heroesexpansion:gas_arrow net.minecraft.item.crafting.ShapelessRecipes@768caa07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 618 heroesexpansion:falcon_legs net.minecraftforge.oredict.ShapedOreRecipe@5d9f0b3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 619 heroesexpansion:falcon_helmet net.minecraftforge.oredict.ShapedOreRecipe@2d170407
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 620 heroesexpansion:falcon_chest net.minecraftforge.oredict.ShapedOreRecipe@62c08ede
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 621 heroesexpansion:falcon_boots net.minecraft.item.crafting.ShapedRecipes@494754f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 622 heroesexpansion:explosive_arrow net.minecraft.item.crafting.ShapelessRecipes@e493f00
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 623 heroesexpansion:daredevil_homemade_legs net.minecraft.item.crafting.ShapedRecipes@59a39a97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 624 heroesexpansion:daredevil_homemade_helmet net.minecraft.item.crafting.ShapedRecipes@15307c1e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 625 heroesexpansion:daredevil_homemade_chest net.minecraft.item.crafting.ShapedRecipes@10a70c14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 626 heroesexpansion:daredevil_homemade_boots net.minecraft.item.crafting.ShapedRecipes@4dbeb18a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 627 heroesexpansion:compound_bow net.minecraftforge.oredict.ShapedOreRecipe@70f0e76d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 628 heroesexpansion:chitauri_gun net.minecraftforge.oredict.ShapedOreRecipe@22629c25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 629 heroesexpansion:cape net.minecraft.item.crafting.ShapedRecipes@3f9df28e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 630 heroesexpansion:billy_club_separate net.minecraftforge.oredict.ShapedOreRecipe@272c56c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 631 ichunutil:porkchops me.ichun.mods.ichunutil.common.recipe.ConditionalRecipe@5a1da8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 632 ichunutil:compact_porkchop me.ichun.mods.ichunutil.common.recipe.ConditionalRecipe@44973096
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 633 lucraftcore:clone_instruction lucraft.mods.lucraftcore.utilities.recipes.RecipeInstructionCloning@2a042d0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 634 heroesexpansion:cape_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@65e67c43
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 635 heroesexpansion:quiver_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@6cdca749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 636 heroesexpansion:sharpened_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@35137ba5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 637 heroesexpansion:explosive_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@32ef162b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 638 heroesexpansion:smoke_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@643d7051
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 639 heroesexpansion:gas_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@6dd26570
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 640 heroesexpansion:grappling_hook_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@4332e53c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 641 heroesexpansion:kryptonite_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@926ed3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 642 heroesexpansion:vibranium_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@696bbb2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 643 heroesexpansion:billy_club_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@7811b7f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 644 heroesexpansion:captain_america_shield lucraft.mods.heroesexpansion.recipes.RecipeCaptainAmericaShield@dbd0afa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 645 heroesexpansion:remove_shield_color lucraft.mods.heroesexpansion.recipes.RecipeRemoveShieldColor@6a60a620
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7c4ca87c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6480a063
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@2f6f4ac4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@727dcc64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@49e62b17
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@288409f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 heroesexpansion:scientist net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@50060b19
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 ichunutil:entity_block net.minecraftforge.fml.common.registry.EntityEntry@272aa224
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@52856ff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@460f1cdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@2487e20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@12670e55
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@286a4c52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@3cbfdf5c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@210635fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@3cb195dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@7d7b4e04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@24615687
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@7f4f1536
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@3fc1abf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@f810c18
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@1a34a51e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@2c668c2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@51de5efa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@28bd5015
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@d1f23a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@6996bbc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@2dbf2da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@7db162f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@39e3ea78
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@1e0294a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@15cee630
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@19647566
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@17003497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@376498da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@67f591c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1b8d20e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@7645b7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@5a1a20ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@186481d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@78d6c244
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@3cf8a235
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@334b392d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@1bdafb01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@1d2046bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 speedsterheroes:lightning net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5e714b78
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 speedsterheroes:dimension_breach net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@41a6e7d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@797f97e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@77cd235b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@3568ea59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@389a1e34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@6f68756d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@5d9bb69b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@7ffcb232
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@37cf91d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 speedsterheroes:time_remnant net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b5d852b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 speedsterheroes:time_wraith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@46b70adb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@7462ba4b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@627acb38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@7d126083
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@40538370
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@18faaff6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@dc8b2ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1f3c5308
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@6c519e47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@717a8a76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@1da53f4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3fef1e6b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@7d8f2eec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@5158a9f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@553fbe94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@29c25bbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@4aeaff64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@1029cf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@27dfd12b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@563843f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@5f2b9da8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 speedsterheroes:black_flash net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28b15698
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 speedsterheroes:other_trail net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2913f3ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 speedsterheroes:particle_accelerator_sit net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4cd9e486
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 speedsterheroes:ring_dummy net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@45583680
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 speedsterheroes:malekith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@e447d2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 speedsterheroes:aether net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@95536c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 lucraftcore:item_indestructible net.minecraftforge.fml.common.registry.EntityEntry@a2e57be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 heroesexpansion:thrown_mjolnir net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2a6dab20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 heroesexpansion:mjolnir net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28cfdcb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 heroesexpansion:tesseract net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d945944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 heroesexpansion:portal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@f610578
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 heroesexpansion:captain_america_shield net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54cf508a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 heroesexpansion:leviathan net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@cc226b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 heroesexpansion:chitauri net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4733b248
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 heroesexpansion:kree net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@27ef226
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 heroesexpansion:vulture_wings net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1582adc5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 heroesexpansion:radioactive_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5bfa9a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 heroesexpansion:thrown_billy_club net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4b2dd504
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 heroesexpansion:billy_club_hook net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@89ebacd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 heroesexpansion:sharpened_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b907f80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6630dd28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@7b3085a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@445058e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@5a7a6d34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@5ae66c98
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@39acd1f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@92e2c93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@4a105556
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@28f90752
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@e36bc01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@35536760
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@592cb470
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@45424c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@603f4e3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@3c7d8a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@30c8c6ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 heroesexpansion:explosive_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@40d8cb26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 heroesexpansion:smoke_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6617fa99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 heroesexpansion:gas_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@371ea5d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 heroesexpansion:grappling_hook_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7f4358b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 heroesexpansion:kryptonite_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@421e2baf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 heroesexpansion:vibranium_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ca17241
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 heroesexpansion:pull_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1f6e7714
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 heroesexpansion:swing_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@62281081
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 heroesexpansion:taser_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@51c0bdf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 heroesexpansion:impact_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@34bdf0da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 heroesexpansion:web_grenade net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@8880259
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 lucraftcore:energy_blast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5f63e1c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@39dda56f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@2ee456c7
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:ability_condition
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:ability lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@1cedabb0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 lucraftcore:has_superpower lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@177c8d08
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 lucraftcore:level lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@7248ec5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 lucraftcore:or lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@ac61487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 lucraftcore:not lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@1085fad8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 lucraftcore:held_item lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@5d98fa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 lucraftcore:open_armor lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@111c5660
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 lucraftcore:potion_weakness lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@692e4a35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 heroesexpansion: lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@4623bf06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 heroesexpansion:thor_weapon lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@662d42e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 lucraftcore:solar_energy lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@46061e1c
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:superpower
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 speedsterheroes:speedforce lucraft.mods.lucraftcore.superpowers.JsonSuperpower@925e0c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 heroesexpansion:god_of_thunder lucraft.mods.heroesexpansion.superpowers.SuperpowerGodOfThunder@be6b0d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 heroesexpansion:kryptonian lucraft.mods.heroesexpansion.superpowers.SuperpowerKryptonian@67ac1be1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 heroesexpansion:black_panther lucraft.mods.heroesexpansion.superpowers.SuperpowerBlackPanther@1d6d2b60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 heroesexpansion:super_soldier lucraft.mods.heroesexpansion.superpowers.SuperpowerSuperSoldier@a200a54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 heroesexpansion:kree_hybrid lucraft.mods.heroesexpansion.superpowers.SuperpowerKreeHybrid@347e6bc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 heroesexpansion:spider_powers lucraft.mods.heroesexpansion.superpowers.SuperpowerSpiderPowers@330a0dbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 heroesexpansion:blindness lucraft.mods.heroesexpansion.superpowers.SuperpowerBlindness@47c81691
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:size_changer
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:default lucraft.mods.lucraftcore.sizechanging.sizechanger.DefaultSizeChanger@7001da49
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:ability
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 speedsterheroes:super_speed lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3bcb3510
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 speedsterheroes:change_speed lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@29b5ef59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 speedsterheroes:water_running lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@661ccd02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 speedsterheroes:wall_running lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@748d72cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 speedsterheroes:phasing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2f7bfd32
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 speedsterheroes:lightning_throw lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3137a5cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 speedsterheroes:arm_vortex lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4036d9cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 speedsterheroes:blade lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@54669c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 speedsterheroes:dimension_breach lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@215a865
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 speedsterheroes:time_remnant lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@53cde2dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 speedsterheroes:suit_ring lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7f04ff02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 speedsterheroes:change_blocks lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7f5435ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 speedsterheroes:save_block lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@599df260
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 speedsterheroes:turn_into_bubbles lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3d1414d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 lucraftcore:toggle_power lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3a38c543
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 lucraftcore:health lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@63daf2e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 lucraftcore:healing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5caa7cea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 lucraftcore:strength lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4477baf2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 lucraftcore:punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@184c6764
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 lucraftcore:sprint lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@76d28406
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 lucraftcore:jump_boost lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2e27c2b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 lucraftcore:resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@24c8fc2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 lucraftcore:fall_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6f9439e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 lucraftcore:fire_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5ad43a90
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 lucraftcore:step_assist lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@1bfa5069
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 lucraftcore:size_change lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6dd3a1a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 lucraftcore:teleport lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3246b04b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 lucraftcore:knockback_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@16c35bf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 lucraftcore:potion_punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3f7baa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 lucraftcore:slowfall lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4c1d530d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 lucraftcore:energy_blast lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@46e241b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 lucraftcore:fire_punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6098a311
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 lucraftcore:flight lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7c4f721e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 lucraftcore:water_breathing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5b7ec35a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 lucraftcore:tough_lungs lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@63fbefe8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 lucraftcore:invisibility lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5a99e4cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 heroesexpansion:god_mode lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3bcb8460
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 heroesexpansion:lightning_strike lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@23f8fa61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 heroesexpansion:lightning_attack lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@57f28893
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 heroesexpansion:solar_energy lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@755b45f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 heroesexpansion:heat_vision lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7d51d634
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 heroesexpansion:kinetic_energy_absorption lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@31a19d25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 heroesexpansion:call_weapon lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@22e0965c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 heroesexpansion:energy_absorption lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@78633092
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 heroesexpansion:i_dont_feel_so_good lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6ef4ae5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 heroesexpansion:spider_sense lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@1f238bc9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 heroesexpansion:wall_crawling lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@79b850d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 heroesexpansion:web_wings lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@56f7fe04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 heroesexpansion:blindness lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2a333e5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 heroesexpansion:precision lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4854fd1c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 heroesexpansion:portal lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@d748c1a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 heroesexpansion:grab_entity lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5e1c88ea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 heroesexpansion:photon_blast lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@12d9f737
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:karma_stats
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:monster_kill lucraft.mods.lucraftcore.karma.KarmaStat@94170d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 lucraftcore:good_player_kill lucraft.mods.lucraftcore.karma.KarmaStat@19921674
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 lucraftcore:bad_player_kill lucraft.mods.lucraftcore.karma.KarmaStat@36f2bb92
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 lucraftcore:good_knockout lucraft.mods.lucraftcore.karma.KarmaStat@40f2b5ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 lucraftcore:bad_knockout lucraft.mods.lucraftcore.karma.KarmaStat@4237aaa6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 lucraftcore:taming lucraft.mods.lucraftcore.karma.KarmaStat@4b9f2522
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 lucraftcore:saves lucraft.mods.lucraftcore.karma.KarmaStat@681229e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 lucraftcore:thefts lucraft.mods.lucraftcore.karma.KarmaStat@3d18ae81
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 lucraftcore:modified lucraft.mods.lucraftcore.karma.KarmaStat@4205411e
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:kryptonite_block: 259 (init) -> 262 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:portal_device: 260 (init) -> 263 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:web_fluid: 261 (init) -> 258 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:radioactive_acid: 263 (init) -> 260 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:heart_shaped_herb: 258 (init) -> 261 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Block: Fixed minecraft:blocks id mismatch heroesexpansion:super_soldier_serum: 262 (init) -> 259 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:stormbreaker_head: 4147 (init) -> 4184 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_black_flash_chest: 4111 (init) -> 4114 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:smoke_arrow: 4155 (init) -> 4192 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:falcon_chest: 4205 (init) -> 4166 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_homemade_chest: 4197 (init) -> 4158 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_adamantium: 4344 (init) -> 4345 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_tin: 4326 (init) -> 4335 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_legs: 4214 (init) -> 4175 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_homemade_boots: 4211 (init) -> 4172 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kryptonite_block: 4138 (init) -> 4214 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_vibranium: 4349 (init) -> 4344 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:portal_device: 4139 (init) -> 4215 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_tin: 4339 (init) -> 4351 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:gas_arrow: 4156 (init) -> 4193 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_savitar_legs: 4128 (init) -> 4131 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_reverse_flash_boots: 4125 (init) -> 4128 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_america_chest: 4190 (init) -> 4151 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_iw_legs: 4187 (init) -> 4148 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:vibranium_shield: 4163 (init) -> 4200 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:superman_legs: 4180 (init) -> 4141 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_marvel_legs: 4194 (init) -> 4155 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:space_stone: 4175 (init) -> 4212 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:quiver: 4152 (init) -> 4189 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_silver: 4336 (init) -> 4334 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:ultimate_mjolnir_head_cast: 4149 (init) -> 4186 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:chitauri_energy_core: 4167 (init) -> 4204 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kryptonite_arrow: 4158 (init) -> 4195 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_palladium: 4335 (init) -> 4336 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_savitar_boots: 4129 (init) -> 4132 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_kid_flash_boots: 4121 (init) -> 4124 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_nickel: 4337 (init) -> 4331 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_osmium: 4330 (init) -> 4338 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_bronze: 4341 (init) -> 4342 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:chitauri_gun: 4165 (init) -> 4202 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:green_arrow_boots: 4178 (init) -> 4139 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_boots: 4185 (init) -> 4146 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_homemade_helmet: 4196 (init) -> 4157 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:vibranium_arrow: 4159 (init) -> 4196 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_uru: 4347 (init) -> 4348 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_helmet: 4212 (init) -> 4173 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_zoom_boots: 4133 (init) -> 4136 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:sharpened_arrow: 4153 (init) -> 4190 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_black_flash_boots: 4113 (init) -> 4116 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_copper: 4333 (init) -> 4330 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_savitar_chest: 4127 (init) -> 4130 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:falcon_helmet: 4204 (init) -> 4165 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:stormbreaker: 4144 (init) -> 4181 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_flash_helmet: 4114 (init) -> 4117 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:stormbreaker_head_cast: 4150 (init) -> 4187 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:cape: 4140 (init) -> 4177 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_titanium: 4329 (init) -> 4328 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:ultimate_mjolnir_head: 4146 (init) -> 4183 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kree_battle_axe: 4168 (init) -> 4205 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:tesseract: 4174 (init) -> 4211 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:billy_club: 4172 (init) -> 4209 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_america_boots: 4192 (init) -> 4153 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:web_shooter_2: 4171 (init) -> 4208 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:web_shooter_1: 4170 (init) -> 4207 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_iw_chest: 4186 (init) -> 4147 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_america_helmet: 4189 (init) -> 4150 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:grappling_hook_arrow: 4157 (init) -> 4194 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_legs: 4202 (init) -> 4163 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:infinity_gauntlet_cast: 4135 (init) -> 4111 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_boots: 4215 (init) -> 4176 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:explosive_arrow: 4154 (init) -> 4191 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:falcon_legs: 4206 (init) -> 4167 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:infinity_generator: 4136 (init) -> 4112 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:heart_shaped_herb_potion: 4162 (init) -> 4199 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_iridium: 4327 (init) -> 4326 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:chitauri_metal: 4166 (init) -> 4203 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_zoom_chest: 4131 (init) -> 4134 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_iridium: 4340 (init) -> 4339 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_osmium: 4345 (init) -> 4356 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_boots: 4203 (init) -> 4164 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:green_arrow_chest: 4176 (init) -> 4137 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:superman_boots: 4181 (init) -> 4142 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:green_arrow_legs: 4177 (init) -> 4138 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_chest: 4213 (init) -> 4174 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_chest: 4183 (init) -> 4144 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_black_flash_helmet: 4110 (init) -> 4113 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_reverse_flash_helmet: 4122 (init) -> 4125 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_marvel_chest: 4193 (init) -> 4154 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_palladium: 4352 (init) -> 4354 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_iw_boots: 4188 (init) -> 4149 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:superman_chest: 4179 (init) -> 4140 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_lead: 4356 (init) -> 4349 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_helmet: 4200 (init) -> 4161 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:mjolnir: 4142 (init) -> 4179 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_nickel: 4355 (init) -> 4347 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_uranium: 4342 (init) -> 4341 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:mjolnir_head_cast: 4148 (init) -> 4185 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_flash_boots: 4117 (init) -> 4120 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_homemade_legs: 4210 (init) -> 4171 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_flash_legs: 4116 (init) -> 4119 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_zoom_helmet: 4130 (init) -> 4133 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_homemade_helmet: 4208 (init) -> 4169 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:thor_legs: 4184 (init) -> 4145 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_vibranium: 4334 (init) -> 4329 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_america_legs: 4191 (init) -> 4152 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_silver: 4354 (init) -> 4350 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:supporter_cloak: 4141 (init) -> 4178 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:compound_bow: 4151 (init) -> 4188 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:mjolnir_head: 4145 (init) -> 4182 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_intertium: 4350 (init) -> 4352 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_black_flash_legs: 4112 (init) -> 4115 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_marvel_boots: 4195 (init) -> 4156 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_steel: 4351 (init) -> 4353 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_zoom_legs: 4132 (init) -> 4135 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:daredevil_homemade_chest: 4209 (init) -> 4170 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_kid_flash_helmet: 4118 (init) -> 4121 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kryptonite: 4160 (init) -> 4197 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_reverse_flash_chest: 4123 (init) -> 4126 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_dwarf_star_alloy: 4346 (init) -> 4355 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:captain_america_shield: 4164 (init) -> 4201 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kree_flesh: 4169 (init) -> 4206 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_homemade_legs: 4198 (init) -> 4159 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_kid_flash_chest: 4119 (init) -> 4122 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:infinity_gauntlet: 4134 (init) -> 4110 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_chest: 4201 (init) -> 4162 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:falcon_boots: 4207 (init) -> 4168 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:heart_shaped_herb: 4137 (init) -> 4213 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:spider_man_homemade_boots: 4199 (init) -> 4160 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:billy_club_separate: 4173 (init) -> 4210 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:kryptonian_fossil: 4161 (init) -> 4198 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:black_panther_suit: 4182 (init) -> 4143 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_flash_chest: 4115 (init) -> 4118 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_savitar_helmet: 4126 (init) -> 4129 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_reverse_flash_legs: 4124 (init) -> 4127 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_uranium: 4328 (init) -> 4327 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch speedsterheroes:cw_kid_flash_legs: 4120 (init) -> 4123 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_dwarf_star_alloy: 4331 (init) -> 4337 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch heroesexpansion:ultimate_mjolnir: 4143 (init) -> 4180 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_gold_titanium_alloy: 4353 (init) -> 4340 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:block_copper: 4348 (init) -> 4346 (map).
[12:56:12] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch lucraftcore:ore_lead: 4338 (init) -> 4333 (map).
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:air Block{minecraft:air}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:stone Block{minecraft:stone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:grass Block{minecraft:grass}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:dirt Block{minecraft:dirt}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:planks Block{minecraft:planks}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:sapling Block{minecraft:sapling}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bedrock Block{minecraft:bedrock}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:water Block{minecraft:water}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:lava Block{minecraft:lava}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:sand Block{minecraft:sand}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:gravel Block{minecraft:gravel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:log Block{minecraft:log}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:leaves Block{minecraft:leaves}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:sponge Block{minecraft:sponge}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:glass Block{minecraft:glass}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:dispenser Block{minecraft:dispenser}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:sandstone Block{minecraft:sandstone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:noteblock Block{minecraft:noteblock}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:bed Block{minecraft:bed}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:web Block{minecraft:web}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:deadbush Block{minecraft:deadbush}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:piston Block{minecraft:piston}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:piston_head Block{minecraft:piston_head}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:wool Block{minecraft:wool}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:red_flower Block{minecraft:red_flower}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:gold_block Block{minecraft:gold_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:iron_block Block{minecraft:iron_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:brick_block Block{minecraft:brick_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:tnt Block{minecraft:tnt}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:obsidian Block{minecraft:obsidian}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:torch Block{minecraft:torch}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:fire Block{minecraft:fire}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:chest Block{minecraft:chest}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:wheat Block{minecraft:wheat}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:farmland Block{minecraft:farmland}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:furnace Block{minecraft:furnace}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:ladder Block{minecraft:ladder}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:rail Block{minecraft:rail}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:lever Block{minecraft:lever}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:iron_door Block{minecraft:iron_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:stone_button Block{minecraft:stone_button}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:ice Block{minecraft:ice}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:snow Block{minecraft:snow}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:cactus Block{minecraft:cactus}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:clay Block{minecraft:clay}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:reeds Block{minecraft:reeds}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:jukebox Block{minecraft:jukebox}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:fence Block{minecraft:fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:netherrack Block{minecraft:netherrack}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:glowstone Block{minecraft:glowstone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:portal Block{minecraft:portal}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:cake Block{minecraft:cake}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:melon_block Block{minecraft:melon_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:vine Block{minecraft:vine}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:mycelium Block{minecraft:mycelium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:waterlily Block{minecraft:waterlily}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:cauldron Block{minecraft:cauldron}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:end_portal Block{minecraft:end_portal}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:end_stone Block{minecraft:end_stone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:cocoa Block{minecraft:cocoa}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:tripwire Block{minecraft:tripwire}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:command_block Block{minecraft:command_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:beacon Block{minecraft:beacon}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:carrots Block{minecraft:carrots}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:potatoes Block{minecraft:potatoes}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:skull Block{minecraft:skull}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:anvil Block{minecraft:anvil}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:hopper Block{minecraft:hopper}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:dropper Block{minecraft:dropper}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:leaves2 Block{minecraft:leaves2}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:log2 Block{minecraft:log2}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:slime Block{minecraft:slime}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:barrier Block{minecraft:barrier}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:prismarine Block{minecraft:prismarine}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:hay_block Block{minecraft:hay_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:carpet Block{minecraft:carpet}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:coal_block Block{minecraft:coal_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:double_plant Block{minecraft:double_plant}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:birch_door Block{minecraft:birch_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:end_rod Block{minecraft:end_rod}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:beetroots Block{minecraft:beetroots}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:grass_path Block{minecraft:grass_path}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:magma Block{minecraft:magma}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:bone_block Block{minecraft:bone_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:structure_void Block{minecraft:structure_void}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:observer Block{minecraft:observer}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:concrete Block{minecraft:concrete}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 253 speedsterheroes:particle_accelerator Block{speedsterheroes:particle_accelerator}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 254 speedsterheroes:particle_accelerator_part Block{speedsterheroes:particle_accelerator_part}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:structure_block Block{minecraft:structure_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 speedsterheroes:philosophers_stone_chest Block{speedsterheroes:philosophers_stone_chest}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 lucraftcore:infinity_generator Block{lucraftcore:infinity_generator}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 heroesexpansion:web_fluid Block{heroesexpansion:web_fluid}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 heroesexpansion:super_soldier_serum Block{heroesexpansion:super_soldier_serum}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 heroesexpansion:radioactive_acid Block{heroesexpansion:radioactive_acid}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 heroesexpansion:heart_shaped_herb Block{heroesexpansion:heart_shaped_herb}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 heroesexpansion:kryptonite_block Block{heroesexpansion:kryptonite_block}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 heroesexpansion:portal_device Block{heroesexpansion:portal_device}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 lucraftcore:construction_table Block{lucraftcore:construction_table}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 lucraftcore:suit_stand Block{lucraftcore:suit_stand}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 lucraftcore:extractor Block{lucraftcore:extractor}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 lucraftcore:boiler Block{lucraftcore:boiler}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 lucraftcore:furnace_generator Block{lucraftcore:furnace_generator}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 lucraftcore:ore_copper Block{lucraftcore:ore_copper}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 lucraftcore:block_copper Block{lucraftcore:block_copper}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 lucraftcore:ore_tin Block{lucraftcore:ore_tin}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 lucraftcore:block_tin Block{lucraftcore:block_tin}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 lucraftcore:ore_nickel Block{lucraftcore:ore_nickel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 lucraftcore:block_nickel Block{lucraftcore:block_nickel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 lucraftcore:ore_lead Block{lucraftcore:ore_lead}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 lucraftcore:block_lead Block{lucraftcore:block_lead}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 lucraftcore:ore_silver Block{lucraftcore:ore_silver}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 lucraftcore:block_silver Block{lucraftcore:block_silver}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 lucraftcore:ore_palladium Block{lucraftcore:ore_palladium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 lucraftcore:block_palladium Block{lucraftcore:block_palladium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 lucraftcore:ore_titanium Block{lucraftcore:ore_titanium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 lucraftcore:block_titanium Block{lucraftcore:block_titanium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 lucraftcore:ore_vibranium Block{lucraftcore:ore_vibranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 lucraftcore:block_vibranium Block{lucraftcore:block_vibranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 lucraftcore:ore_osmium Block{lucraftcore:ore_osmium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 lucraftcore:block_osmium Block{lucraftcore:block_osmium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 lucraftcore:ore_iridium Block{lucraftcore:ore_iridium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 lucraftcore:block_iridium Block{lucraftcore:block_iridium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 lucraftcore:ore_dwarf_star_alloy Block{lucraftcore:ore_dwarf_star_alloy}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 lucraftcore:block_dwarf_star_alloy Block{lucraftcore:block_dwarf_star_alloy}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 lucraftcore:block_bronze Block{lucraftcore:block_bronze}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 lucraftcore:block_gold_titanium_alloy Block{lucraftcore:block_gold_titanium_alloy}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 lucraftcore:block_intertium Block{lucraftcore:block_intertium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 lucraftcore:ore_uranium Block{lucraftcore:ore_uranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 lucraftcore:block_uranium Block{lucraftcore:block_uranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 lucraftcore:block_steel Block{lucraftcore:block_steel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 lucraftcore:block_adamantium Block{lucraftcore:block_adamantium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 lucraftcore:ore_uru Block{lucraftcore:ore_uru}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 lucraftcore:block_uru Block{lucraftcore:block_uru}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 lucraftcore:molten_iron Block{lucraftcore:molten_iron}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 lucraftcore:molten_gold Block{lucraftcore:molten_gold}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 lucraftcore:molten_copper Block{lucraftcore:molten_copper}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 lucraftcore:molten_tin Block{lucraftcore:molten_tin}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 lucraftcore:molten_nickel Block{lucraftcore:molten_nickel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 lucraftcore:molten_lead Block{lucraftcore:molten_lead}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 lucraftcore:molten_silver Block{lucraftcore:molten_silver}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 lucraftcore:molten_palladium Block{lucraftcore:molten_palladium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 lucraftcore:molten_titanium Block{lucraftcore:molten_titanium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 lucraftcore:molten_vibranium Block{lucraftcore:molten_vibranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 lucraftcore:molten_osmium Block{lucraftcore:molten_osmium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 lucraftcore:molten_iridium Block{lucraftcore:molten_iridium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 lucraftcore:molten_dwarf_star_alloy Block{lucraftcore:molten_dwarf_star_alloy}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 lucraftcore:molten_bronze Block{lucraftcore:molten_bronze}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 lucraftcore:molten_gold_titanium_alloy Block{lucraftcore:molten_gold_titanium_alloy}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 lucraftcore:molten_intertium Block{lucraftcore:molten_intertium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 lucraftcore:molten_uranium Block{lucraftcore:molten_uranium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 lucraftcore:molten_steel Block{lucraftcore:molten_steel}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 lucraftcore:molten_adamantium Block{lucraftcore:molten_adamantium}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 lucraftcore:molten_uru Block{lucraftcore:molten_uru}
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 ichunutil:compact_porkchop Block{ichunutil:compact_porkchop}
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:items
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:air net.minecraft.item.ItemAir@27d98bef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@2e3252
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:grass net.minecraft.item.ItemColored@671d97bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@602298b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@1fb6b8fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@1a10c47e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@2712e8f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@5896cb9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@674184d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3611153f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5835e24a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@5238896f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@74a85515
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@3dfe92ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@1d3d76b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@22ca1242
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@54b44879
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@78288f83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@29c1249a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@5beb6be2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@1182d1df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@31c7c281
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@31f31b20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@4c5f7b4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@44084713
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:web net.minecraft.item.ItemBlock@6d8b7ea9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@5a39e554
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@333d44f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@350bbd5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@4f8659d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@3b4bd341
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@7d28cdcd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@255ed8e4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@406ad6d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@2a7bc16b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@1186374c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@20820df0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@9e62fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@205159dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@43c0c13a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@731db93f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@67941d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@2ad2b274
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@7530090a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@4492b393
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@55fb36de
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@63a7781
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@73b74615
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@22686ddb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@2e29f28e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@7bfa1eb5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@32b46831
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@5353dd09
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@320ff86f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@192b472d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@84f51d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@45b96e4c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@8383a14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@4b691611
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@395a573c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@7e3ee128
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7d64a960
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@166ce247
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5d92e8e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@542c65d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@cdbe995
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@7dd45c93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@16b64a03
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@1584c019
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@3688baab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@4fe2dd02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6ba060af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@655621fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@5817f1ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@726a8729
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@7dd91ffc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@1c2dd89b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@3ad847f8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@19faedcc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@2c6927f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@5ef2cbe6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:vine net.minecraft.item.ItemColored@266da047
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@68b7bdcb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@3973b6d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@18dd7767
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@9205c0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@2f1f9515
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@5c8ab9de
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@57416e49
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@2e7bb00e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@7d1f3fe9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@74d22ddd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@283d3628
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@5fd18419
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@3a88f6fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@7b451bf4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@844e66d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@5b665a30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@26a45089
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@75ed7512
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@5ab5924c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@33ebe4f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@37cfda1c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@29147c12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@5f45bc8e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@33e50ff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@704d3b00
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@21e484b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@138a85d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@709d86a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@59baf2c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@ce655b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@4b85edeb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@5731caaf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@59933644
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@67e6eb52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@3e8b8f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@5ad57e90
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@1a345298
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@4ad896f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@c318864
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@77e9dca8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@6f986501
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@1d2def55
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@241fc278
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@5c76fce4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@5aab5b31
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7d61468c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@45796b2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@4e4d0a0b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@1a4083f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@4b98225c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@4beae1e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@3c488b34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@32e697ac
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@3866c96e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@65a48cab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@44abdb1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@62108cd3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@7cd1ec54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@d84418a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@45e11627
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@ec5f944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@5b4954b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@74eec640
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@374b6e33
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@7ed7ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@53ba1175
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@cd5ff55
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@6003220a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@6fde6f05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@7114e780
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@4def42c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@72110818
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@6eabe718
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@38d525aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@f9b8129
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@5b3518e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@5408d4b3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@77ab5214
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@6d420cdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@bd273b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@78128dd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@55044b34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@28dd81ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@300a38e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@5c9a4f3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@6f24ce45
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@e881e46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@657b3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@2cea921a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@65753724
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@2bc16fe2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@d66502
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@78545d40
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@34549979
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@144a5e6e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@2707c790
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@7de3206d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@6dece1f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@2b936b04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@32b112a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@5635bcd2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@5c5c7cc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@6c27e700
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@56b9d43f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@2d913116
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@1214d23c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@41582899
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@595814a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@7de5871d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@49d42faf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@4948daec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@502c2278
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@1209a0f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@696174d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@66715ca9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@577f9dfd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@520a95ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@30afb481
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@5c573229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@77ecdc2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@25fd6d1e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@c11332b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@3005623b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@50df37eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:apple net.minecraft.item.ItemFood@21f50d2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:bow net.minecraft.item.ItemBow@74b97416
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@7956f93a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@606d6d2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:diamond net.minecraft.item.Item@2e3cd732
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@56d822dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@2ab8589a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@7ea3839e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@16b76858
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@d3cce46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@30eedaa4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@52b30054
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@7f6b57f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@144ee8a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@52b32b70
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@18c820d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@3d3930fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@5e51ec2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@15f2a43f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@4c65d8e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:stick net.minecraft.item.Item@382faf51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:bowl net.minecraft.item.Item@69ce14e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@4ecd8ab1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@57bdceaa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@52909a97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@36e409e0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@145e958f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@6d001fbe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:feather net.minecraft.item.Item@d120d7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:gunpowder net.minecraft.item.Item@5ee77baf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@38a96593
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@5df64b2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@7afb9c93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@30d15e4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@43a7203e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@30c7be6f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:wheat net.minecraft.item.Item@4a9bce99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:bread net.minecraft.item.ItemFood@5a0f87e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@165d1d54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@4be12f6c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@52cb52bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@1d1c37d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@63553e9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@218df7d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@295b07e0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@55053f81
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fee4278
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@51132514
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@20864cd1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5c839677
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@3193e21d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@79604abe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@6b126187
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2b6262bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@5cffec7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@7e81617a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@6e73974
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@3e28dc96
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:flint net.minecraft.item.Item@44eb2452
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@31940704
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@e07b4db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@521ba38f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@17c53dfb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:sign net.minecraft.item.ItemSign@6dcf7b6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@5834198f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@7e8f23ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@7433ca19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@5d221b20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@3ef0e576
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@2bf3ec4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@3b5da0b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@7df4709e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@708dfe10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@3739f3c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:leather net.minecraft.item.Item@7ab2ba47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@4fa0ee7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:brick net.minecraft.item.Item@202f054f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:clay_ball net.minecraft.item.Item@141bb6b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@5c8b10b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:paper net.minecraft.item.Item@1410d645
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:book net.minecraft.item.ItemBook@1a0d313
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:slime_ball net.minecraft.item.Item@13908f9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@329b331f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@640a8f93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@642c72cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@5dae5a70
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@678586f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:clock net.minecraft.item.ItemClock@786ff0ea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@15186ce0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@72324965
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@249b54af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:dye net.minecraft.item.ItemDye@121ddca4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:bone net.minecraft.item.Item@297bd171
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:sugar net.minecraft.item.Item@118cbded
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4cc26df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:bed net.minecraft.item.ItemBed@7b5833ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@1e471884
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@27261190
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@1d7c9811
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:shears net.minecraft.item.ItemShears@79cdf2d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:melon net.minecraft.item.ItemFood@8851ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@18b40fe6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@7198ab9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:beef net.minecraft.item.ItemFood@67d5ac2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@25109608
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@443af394
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@734f8317
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@7dd3981e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@1850f2da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@38d42ab7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@6ace919c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@4005e485
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@5f5c187d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@58182b96
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@6e517c9e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@770cae59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@76b5a559
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@4bdb04c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:magma_cream net.minecraft.item.Item@2e8b24a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@3ce7394f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@6723cce7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7f012923
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@601f264d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@502c087e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@60ed0b9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@3c07e830
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@2eb6d34a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@3e39e0fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:emerald net.minecraft.item.Item@260d48f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@148ab138
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@6f106af8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@131ba005
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@7f305f34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@1a84a8b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@601d295
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@a1e912f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@2036f83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@20fcea37
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3ae2702a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@3b0ed98a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@12448de1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@1640f20f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@24405466
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@7ed8b44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@21280cbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:netherbrick net.minecraft.item.Item@1cc708a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:quartz net.minecraft.item.Item@995ad50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@6249a08d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@36525ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@27438750
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@39851c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@2c7ad4f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@698f4aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@3dda8a2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@7c0de229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@6aa6c17
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@12f51a65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7657d90b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@3f0c6b3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@416a4275
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:lead net.minecraft.item.ItemLead@7c421952
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@27502e5c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@4b343b6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@17d2b646
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@48ae9e8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@6cd2cb2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@7de6549d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@12214f2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@756c67cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@50de907a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@1fd37440
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@79308a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@315b5913
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@2e929182
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@5423a17
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@42ff9a77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@2987d0fa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@13234ac9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@915d7c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@60f662bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@3562e7c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@6029f2a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:shield net.minecraft.item.ItemShield@50bf795f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@110620d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f402027
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@22aee519
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@7c226095
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@7ea07516
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@30af23fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@65fc8edc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@a357c3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@7740b0ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@1e477944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@323e026d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@1716c037
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@79b63325
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@708769b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@32e830a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@135e49b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@5bb97fe7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@10b87ff6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@63262071
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@2d4f67e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1282f784
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@41167ded
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4096 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@4c7f5f51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4097 speedsterheroes:ring lucraft.mods.speedsterheroes.items.ItemRing@591f1cc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4098 speedsterheroes:savitar_blade lucraft.mods.lucraftcore.util.items.ItemBase@3483bb28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4099 speedsterheroes:philosophers_stone lucraft.mods.speedsterheroes.items.ItemPhilosophersStone@2542240d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4100 speedsterheroes:tachyon_prototype lucraft.mods.speedsterheroes.items.ItemTachyonDevice@5e14f405
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4101 speedsterheroes:tachyon_device lucraft.mods.speedsterheroes.items.ItemTachyonDevice@27edfdf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4102 speedsterheroes:small_tachyon_device lucraft.mods.speedsterheroes.items.ItemTachyonDevice@1e2e5c39
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4103 speedsterheroes:tachyon_charge lucraft.mods.speedsterheroes.items.ItemTachyonCharge@e840be5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4104 speedsterheroes:icon lucraft.mods.speedsterheroes.items.ItemSHIcon@57913cf5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4105 speedsterheroes:reality_stone lucraft.mods.speedsterheroes.items.ItemRealityStone@275e7b06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4106 speedsterheroes:aether lucraft.mods.speedsterheroes.items.ItemAether@289e4d14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4107 speedsterheroes:particle_accelerator net.minecraft.item.ItemBlock@2a88249d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4108 speedsterheroes:particle_accelerator_part net.minecraft.item.ItemBlock@484424e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4109 speedsterheroes:philosophers_stone_chest net.minecraft.item.ItemBlock@68a08d18
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4110 lucraftcore:infinity_gauntlet lucraft.mods.lucraftcore.infinity.items.ItemInfinityGauntlet@4ab56032
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4111 lucraftcore:infinity_gauntlet_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@66c162a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4112 lucraftcore:infinity_generator net.minecraft.item.ItemBlock@4f0aa08b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4113 speedsterheroes:cw_black_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@30c1a903
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4114 speedsterheroes:cw_black_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@31f608d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4115 speedsterheroes:cw_black_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@44b463f8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4116 speedsterheroes:cw_black_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4cd4e20b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4117 speedsterheroes:cw_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@51044708
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4118 speedsterheroes:cw_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50357562
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4119 speedsterheroes:cw_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3779773f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4120 speedsterheroes:cw_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@5cd61f61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4121 speedsterheroes:cw_kid_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2f193ff4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4122 speedsterheroes:cw_kid_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@547cc110
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4123 speedsterheroes:cw_kid_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@28c0942f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4124 speedsterheroes:cw_kid_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4481bb41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4125 speedsterheroes:cw_reverse_flash_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2281daba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4126 speedsterheroes:cw_reverse_flash_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@10c7ebbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4127 speedsterheroes:cw_reverse_flash_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3c0a6460
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4128 speedsterheroes:cw_reverse_flash_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@75989b13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4129 speedsterheroes:cw_savitar_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@59e0cb10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4130 speedsterheroes:cw_savitar_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@765569a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4131 speedsterheroes:cw_savitar_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@19932a6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4132 speedsterheroes:cw_savitar_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@28627a48
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4133 speedsterheroes:cw_zoom_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@77858c1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4134 speedsterheroes:cw_zoom_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2a40d302
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4135 speedsterheroes:cw_zoom_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2a807c5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4136 speedsterheroes:cw_zoom_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@110be378
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4137 heroesexpansion:green_arrow_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@9d43cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4138 heroesexpansion:green_arrow_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2e32c658
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4139 heroesexpansion:green_arrow_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@412cd56e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4140 heroesexpansion:superman_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1e253fa3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4141 heroesexpansion:superman_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@74cc9493
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4142 heroesexpansion:superman_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4cf48c54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4143 heroesexpansion:black_panther_suit lucraft.mods.heroesexpansion.items.ItemBlackPantherSuit@6a1f5e2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4144 heroesexpansion:thor_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6c8d6a2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4145 heroesexpansion:thor_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@394c61cb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4146 heroesexpansion:thor_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@71713254
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4147 heroesexpansion:thor_iw_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@618ffc7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4148 heroesexpansion:thor_iw_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@66d43e76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4149 heroesexpansion:thor_iw_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3c4c595e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4150 heroesexpansion:captain_america_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@44572f11
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4151 heroesexpansion:captain_america_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@5a2577cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4152 heroesexpansion:captain_america_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1d45c571
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4153 heroesexpansion:captain_america_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@439df92e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4154 heroesexpansion:captain_marvel_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3ecf69eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4155 heroesexpansion:captain_marvel_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4fa5fae0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4156 heroesexpansion:captain_marvel_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@7c78d028
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4157 heroesexpansion:spider_man_homemade_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50001200
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4158 heroesexpansion:spider_man_homemade_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1545b9da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4159 heroesexpansion:spider_man_homemade_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@75573368
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4160 heroesexpansion:spider_man_homemade_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@4f94547a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4161 heroesexpansion:spider_man_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1fd4df9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4162 heroesexpansion:spider_man_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@27672ed3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4163 heroesexpansion:spider_man_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6b678524
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4164 heroesexpansion:spider_man_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6bd3bb6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4165 heroesexpansion:falcon_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3fac0cf4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4166 heroesexpansion:falcon_chest lucraft.mods.heroesexpansion.items.ItemSuitSetElytra@5edd76b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4167 heroesexpansion:falcon_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@6aed9736
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4168 heroesexpansion:falcon_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@2296c3d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4169 heroesexpansion:daredevil_homemade_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@34eef7a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4170 heroesexpansion:daredevil_homemade_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@1332f32
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4171 heroesexpansion:daredevil_homemade_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@7e14c05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4172 heroesexpansion:daredevil_homemade_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@13fda74e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4173 heroesexpansion:daredevil_helmet lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@50ed196f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4174 heroesexpansion:daredevil_chest lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@48bff6ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4175 heroesexpansion:daredevil_legs lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@45330a89
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4176 heroesexpansion:daredevil_boots lucraft.mods.lucraftcore.superpowers.suitsets.ItemSuitSetArmor@3b8a02b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4177 heroesexpansion:cape lucraft.mods.heroesexpansion.items.ItemCape@52cd1595
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4178 heroesexpansion:supporter_cloak lucraft.mods.heroesexpansion.items.ItemSupporterCloak@60264331
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4179 heroesexpansion:mjolnir lucraft.mods.heroesexpansion.items.ItemThorWeapon@39459b5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4180 heroesexpansion:ultimate_mjolnir lucraft.mods.heroesexpansion.items.ItemThorWeapon@addefe5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4181 heroesexpansion:stormbreaker lucraft.mods.heroesexpansion.items.ItemThorWeapon@30062296
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4182 heroesexpansion:mjolnir_head lucraft.mods.lucraftcore.util.items.ItemBase@62ebd06c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4183 heroesexpansion:ultimate_mjolnir_head lucraft.mods.lucraftcore.util.items.ItemBase@77e11820
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4184 heroesexpansion:stormbreaker_head lucraft.mods.lucraftcore.util.items.ItemBase@122673fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4185 heroesexpansion:mjolnir_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@1335f1be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4186 heroesexpansion:ultimate_mjolnir_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@2fe12b04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4187 heroesexpansion:stormbreaker_head_cast lucraft.mods.lucraftcore.infinity.items.ItemLCCast@50be06c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4188 heroesexpansion:compound_bow lucraft.mods.heroesexpansion.items.ItemCompoundBow@712626aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4189 heroesexpansion:quiver lucraft.mods.heroesexpansion.items.ItemQuiver@4d228131
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4190 heroesexpansion:sharpened_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@61c53e05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4191 heroesexpansion:explosive_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@7a9bdca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4192 heroesexpansion:smoke_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@45d19da1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4193 heroesexpansion:gas_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@7315c662
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4194 heroesexpansion:grappling_hook_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@3be8eb13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4195 heroesexpansion:kryptonite_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@71e55649
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4196 heroesexpansion:vibranium_arrow lucraft.mods.heroesexpansion.items.ItemHEArrow@3810e141
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4197 heroesexpansion:kryptonite lucraft.mods.heroesexpansion.items.ItemKryptonite@6b3d3a9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4198 heroesexpansion:kryptonian_fossil lucraft.mods.lucraftcore.util.items.ItemBase@4b95a93b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4199 heroesexpansion:heart_shaped_herb_potion lucraft.mods.heroesexpansion.items.ItemHeartShapedHerbPotion@b46d595
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4200 heroesexpansion:vibranium_shield lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield@5f36c928
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4201 heroesexpansion:captain_america_shield lucraft.mods.heroesexpansion.items.ItemCaptainAmericaShield@61fb25bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4202 heroesexpansion:chitauri_gun lucraft.mods.heroesexpansion.items.ItemChitauriGun@5234f6c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4203 heroesexpansion:chitauri_metal lucraft.mods.lucraftcore.util.items.ItemBase@50dffff3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4204 heroesexpansion:chitauri_energy_core lucraft.mods.lucraftcore.util.items.ItemBase@366558a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4205 heroesexpansion:kree_battle_axe lucraft.mods.heroesexpansion.items.ItemKreeBattleAxe@bb2c986
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4206 heroesexpansion:kree_flesh lucraft.mods.heroesexpansion.items.ItemKreeFlesh@7ec594eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4207 heroesexpansion:web_shooter_1 lucraft.mods.heroesexpansion.items.ItemWebShooter@514acca7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4208 heroesexpansion:web_shooter_2 lucraft.mods.heroesexpansion.items.ItemWebShooter@4df62e64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4209 heroesexpansion:billy_club lucraft.mods.heroesexpansion.items.ItemBillyClub@509520a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4210 heroesexpansion:billy_club_separate lucraft.mods.heroesexpansion.items.ItemBillyClub@2259490
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4211 heroesexpansion:tesseract lucraft.mods.heroesexpansion.items.ItemTesseract@50d4f87
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4212 heroesexpansion:space_stone lucraft.mods.heroesexpansion.items.ItemSpaceStone@7974c44c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4213 heroesexpansion:heart_shaped_herb net.minecraft.item.ItemBlock@1d48a31
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4214 heroesexpansion:kryptonite_block lucraft.mods.heroesexpansion.items.ItemKryptonite$ItemBlockKryptonite@5c15c93a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4215 heroesexpansion:portal_device net.minecraft.item.ItemBlock@1383f7f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4216 lucraftcore:hammer lucraft.mods.lucraftcore.utilities.items.ItemHammer@31452c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4217 lucraftcore:wire_cutter lucraft.mods.lucraftcore.utilities.items.ItemHammer@342b545a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4218 lucraftcore:injection lucraft.mods.lucraftcore.utilities.items.ItemInjection@69117714
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4219 lucraftcore:instruction lucraft.mods.lucraftcore.utilities.items.ItemInstruction@2655732
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4220 lucraftcore:lv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@2346dfad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4221 lucraftcore:mv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@4da1d61b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4222 lucraftcore:hv_capacitor lucraft.mods.lucraftcore.util.items.ItemBaseEnergyStorage@2feaa16c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4223 lucraftcore:servo_motor lucraft.mods.lucraftcore.util.items.ItemBase@79eaf64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4224 lucraftcore:basic_circuit lucraft.mods.lucraftcore.util.items.ItemBase@1230a38d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4225 lucraftcore:advanced_circuit lucraft.mods.lucraftcore.util.items.ItemBase@5162bede
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4226 lucraftcore:tri_polymer_white lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@6db96289
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4227 lucraftcore:tri_polymer_orange lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@43a77cd6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4228 lucraftcore:tri_polymer_magenta lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@25290b95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4229 lucraftcore:tri_polymer_light_blue lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@1af29de
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4230 lucraftcore:tri_polymer_yellow lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@2724ae48
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4231 lucraftcore:tri_polymer_lime lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@5f9d27b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4232 lucraftcore:tri_polymer_pink lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@3205ea73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4233 lucraftcore:tri_polymer_gray lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4a9cd434
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4234 lucraftcore:tri_polymer_silver lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@48c865c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4235 lucraftcore:tri_polymer_cyan lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@7e5e5bf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4236 lucraftcore:tri_polymer_purple lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@63157033
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4237 lucraftcore:tri_polymer_blue lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4f843511
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4238 lucraftcore:tri_polymer_brown lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4469a74d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4239 lucraftcore:tri_polymer_green lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@4864adaa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4240 lucraftcore:tri_polymer_red lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@38d87d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4241 lucraftcore:tri_polymer_black lucraft.mods.lucraftcore.utilities.items.ItemTriPolymer@6efa59d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4242 lucraftcore:construction_table net.minecraft.item.ItemBlock@6720c88b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4243 lucraftcore:suit_stand net.minecraft.item.ItemBlock@a442038
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4244 lucraftcore:extractor net.minecraft.item.ItemBlock@4cf9fa3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4245 lucraftcore:boiler net.minecraft.item.ItemBlock@70713e9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4246 lucraftcore:furnace_generator net.minecraft.item.ItemBlock@11f4c488
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4247 lucraftcore:dust_iron lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@1ec2caf2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4248 lucraftcore:plate_iron lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2d30d676
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4249 lucraftcore:dust_gold lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5063fdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4250 lucraftcore:plate_gold lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@20ba2011
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4251 lucraftcore:ingot_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2827fbae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4252 lucraftcore:dust_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@38f0bba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4253 lucraftcore:nugget_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@374334c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4254 lucraftcore:plate_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@46883090
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4255 lucraftcore:wiring_copper lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@51e55964
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4256 lucraftcore:ingot_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2acc5a39
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4257 lucraftcore:dust_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@487969d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4258 lucraftcore:nugget_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@30c2a2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4259 lucraftcore:plate_tin lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@78596d51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4260 lucraftcore:ingot_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@308cfdf1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4261 lucraftcore:dust_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@887b603
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4262 lucraftcore:nugget_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6a38a87c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4263 lucraftcore:plate_nickel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5938638f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4264 lucraftcore:ingot_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e0c6e2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4265 lucraftcore:dust_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3b0ee640
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4266 lucraftcore:nugget_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@145ac215
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4267 lucraftcore:plate_lead lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e64ef0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4268 lucraftcore:ingot_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@63f48de4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4269 lucraftcore:dust_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2f045b3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4270 lucraftcore:nugget_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6d0c6ea3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4271 lucraftcore:plate_silver lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@44b9d0b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4272 lucraftcore:ingot_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3e5ee69
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4273 lucraftcore:dust_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@eb59892
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4274 lucraftcore:nugget_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@429691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4275 lucraftcore:plate_palladium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@af4d246
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4276 lucraftcore:ingot_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@26cee3d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4277 lucraftcore:dust_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@41d8e94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4278 lucraftcore:nugget_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@107f6698
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4279 lucraftcore:plate_titanium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3cb5f033
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4280 lucraftcore:ingot_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6db47c29
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4281 lucraftcore:dust_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5352625
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4282 lucraftcore:nugget_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6e15cbbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4283 lucraftcore:plate_vibranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@7db29a24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4284 lucraftcore:ingot_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@33a9e48f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4285 lucraftcore:dust_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@1f01f8d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4286 lucraftcore:nugget_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5f8990af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4287 lucraftcore:plate_osmium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@368352c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4288 lucraftcore:ingot_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4af25503
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4289 lucraftcore:dust_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5a25ebfc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4290 lucraftcore:nugget_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@49ba04ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4291 lucraftcore:plate_iridium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@65035a5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4292 lucraftcore:ingot_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@3d8141b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4293 lucraftcore:dust_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@488e27f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4294 lucraftcore:nugget_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@510a5fe1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4295 lucraftcore:plate_dwarf_star_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2ea41e10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4296 lucraftcore:ingot_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@199f6691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4297 lucraftcore:dust_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@20976bee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4298 lucraftcore:nugget_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@23e1dd4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4299 lucraftcore:plate_bronze lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2d3b13b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4300 lucraftcore:ingot_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4f724360
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4301 lucraftcore:dust_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@54a1997b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4302 lucraftcore:nugget_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@79871528
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4303 lucraftcore:plate_gold_titanium_alloy lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@c546f73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4304 lucraftcore:ingot_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@51e044da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4305 lucraftcore:dust_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@9d275dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4306 lucraftcore:nugget_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@48bd1f9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4307 lucraftcore:plate_intertium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@673dde08
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4308 lucraftcore:ingot_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@342880a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4309 lucraftcore:dust_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2e4e7f6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4310 lucraftcore:nugget_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@e2fecf8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4311 lucraftcore:plate_uranium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@76baeab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4312 lucraftcore:ingot_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@77b60b6f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4313 lucraftcore:dust_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2adeb7e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4314 lucraftcore:nugget_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5b67d66c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4315 lucraftcore:plate_steel lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@123255d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4316 lucraftcore:ingot_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4689ab65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4317 lucraftcore:dust_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@19377df8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4318 lucraftcore:nugget_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@7c061c04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4319 lucraftcore:plate_adamantium lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6497c714
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4320 lucraftcore:dust_coal lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@6fce9a60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4321 lucraftcore:dust_charcoal lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@4db4e2dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4322 lucraftcore:ingot_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@19e3152
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4323 lucraftcore:dust_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@5bebe912
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4324 lucraftcore:nugget_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@406d6595
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4325 lucraftcore:plate_uru lucraft.mods.lucraftcore.materials.items.ItemLCMaterial@2a25dd46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4326 lucraftcore:ore_iridium net.minecraft.item.ItemBlock@5ee6bcd2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4327 lucraftcore:ore_uranium net.minecraft.item.ItemBlock@750c3b56
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4328 lucraftcore:ore_titanium net.minecraft.item.ItemBlock@71c7075c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4329 lucraftcore:ore_vibranium net.minecraft.item.ItemBlock@70e8d481
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4330 lucraftcore:ore_copper net.minecraft.item.ItemBlock@16a5bf77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4331 lucraftcore:ore_nickel net.minecraft.item.ItemBlock@4dec9271
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4332 lucraftcore:ore_uru net.minecraft.item.ItemBlock@5f91ae3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4333 lucraftcore:ore_lead net.minecraft.item.ItemBlock@7b161b91
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4334 lucraftcore:ore_silver net.minecraft.item.ItemBlock@7609c5c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4335 lucraftcore:ore_tin net.minecraft.item.ItemBlock@5a416df1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4336 lucraftcore:ore_palladium net.minecraft.item.ItemBlock@243b6f27
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4337 lucraftcore:ore_dwarf_star_alloy net.minecraft.item.ItemBlock@4bd3ea99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4338 lucraftcore:ore_osmium net.minecraft.item.ItemBlock@20b8d270
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4339 lucraftcore:block_iridium net.minecraft.item.ItemBlock@3c34e303
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4340 lucraftcore:block_gold_titanium_alloy net.minecraft.item.ItemBlock@627dcd12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4341 lucraftcore:block_uranium net.minecraft.item.ItemBlock@5ee3ca50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4342 lucraftcore:block_bronze net.minecraft.item.ItemBlock@15e281ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4343 lucraftcore:block_titanium net.minecraft.item.ItemBlock@298ff16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4344 lucraftcore:block_vibranium net.minecraft.item.ItemBlock@7ce32d2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4345 lucraftcore:block_adamantium net.minecraft.item.ItemBlock@192f28bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4346 lucraftcore:block_copper net.minecraft.item.ItemBlock@7d9d4205
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4347 lucraftcore:block_nickel net.minecraft.item.ItemBlock@1f4e8af1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4348 lucraftcore:block_uru net.minecraft.item.ItemBlock@1d17fbda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4349 lucraftcore:block_lead net.minecraft.item.ItemBlock@89f4d09
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4350 lucraftcore:block_silver net.minecraft.item.ItemBlock@486ee396
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4351 lucraftcore:block_tin net.minecraft.item.ItemBlock@42b0183
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4352 lucraftcore:block_intertium net.minecraft.item.ItemBlock@32631b50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4353 lucraftcore:block_steel net.minecraft.item.ItemBlock@1088efed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4354 lucraftcore:block_palladium net.minecraft.item.ItemBlock@7921a93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4355 lucraftcore:block_dwarf_star_alloy net.minecraft.item.ItemBlock@58b2df95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4356 lucraftcore:block_osmium net.minecraft.item.ItemBlock@18432787
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4357 ichunutil:compact_porkchop net.minecraft.item.ItemBlock@4061455
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:knock_out lucraft.mods.lucraftcore.karma.potions.PotionKnockOut@511ecb4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:speed net.minecraft.potion.Potion@4d290757
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:slowness net.minecraft.potion.Potion@720a1fd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:haste net.minecraft.potion.Potion@5ab7ac02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@4abbe41c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@acb5508
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@e972ee1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5e24592e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@6f0a4e30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:nausea net.minecraft.potion.Potion@50ff7063
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@67a8bcbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:resistance net.minecraft.potion.Potion@1bb96449
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@26ffd2c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@d28c214
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@2fc7fa6e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:blindness net.minecraft.potion.Potion@7f8c48f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@273dec10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6cceb281
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@7cca31fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:poison net.minecraft.potion.Potion@619c3546
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:wither net.minecraft.potion.Potion@29090809
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@1d944fc0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@15ac02d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@2af9a5ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:glowing net.minecraft.potion.Potion@34f23816
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:levitation net.minecraft.potion.Potion@6736f40f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:luck net.minecraft.potion.Potion@12f9f896
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:unluck net.minecraft.potion.Potion@7548e1fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 heroesexpansion:kryptonite_poison lucraft.mods.heroesexpansion.potions.PotionKryptonitePoison@4ad3f5ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 heroesexpansion:chitauri_virus lucraft.mods.heroesexpansion.potions.PotionChitauriVirus@a7e3897
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 lucraftcore:radiation lucraft.mods.lucraftcore.materials.potions.PotionRadiation@7788921d
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@1827fc4e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@2faf6e4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@644947ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@71262020
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@336d28a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@40738846
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@1686ed85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@4fc3529
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@4cd5fc46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@11adab6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@11bfd751
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@29519337
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@17df689e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@21540255
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@1c8e8fed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@70f98f7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@681d704e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@846b47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@3c3ab672
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@3e6acec2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@3d764641
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@1f1fbc9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@10d4b573
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@50785f86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@7c3c3d67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@2b6fcca1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@39f93225
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@24b3f778
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@164dea80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@4392362c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@338a4c61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@839755f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@71d99732
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@2328ec73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@42a05533
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@3cad24ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@58021c3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@4ef8090b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6d31f14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@404009df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@65ef9a0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@25216999
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@77e6761f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@5c997de8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@45bf93bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@6b7c4734
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@2f6e92ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@380fdcf2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@114b203
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@8d810f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@15d58530
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@31f5b923
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@79e2606f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@734cf881
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@4a890fdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@56299b0e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@3ca278bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@2acb1264
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@30a01dd8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@1f68e4e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@47b4ac83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@351ede23
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@5c77ba8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@7add323c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@4a734c04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@4760f169
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@261ea657
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@35c12c7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@658255aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@25290bca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@76563d26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@4ac86d6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@3d904e9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@508a65bf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@17f2dd85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@1e58512c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@210308d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@22a736d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@23b8d9f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f353d99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@4649d70a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@5d43409a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@38d17d80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@6ede46f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66273da0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2127e66e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@1229a2b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@e5cbff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@51c959a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@4fc3c165
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@10a0fe30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@7b6860f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@60f70249
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@31ee2fdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@262816a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@1effd53c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@46c269e0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@6920614
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@6069dd38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@5fa23c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@558756be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@433348bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@6d1dcdff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@102ecc22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@7ff35a3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@26dc9bd5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@252dc8c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@43045f9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2643d762
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@6403e24c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@2f236de0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@4eba373c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@767a014e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@d109c4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@3968bc60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@26f46fa6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@227a47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@9596ce8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@75ae4a1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@70228253
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@63c12e52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@21bd20ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@26c47874
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@421056e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@2849434b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@60bbacfc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@65b97f47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@255eaa6b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@476fe690
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@7a0e7ecd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@54e3658c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@43e9089
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@3c5dbdf8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@352c44a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7aac8884
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@a66e580
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@5b852b49
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@cdb2d95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@122d6c22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@2f5ac102
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@5df778c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@895416d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@71a06021
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@80bfdc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@6edcad64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@4c6007fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@3e33d73e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@6981f8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@623dcf2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@2eae4349
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@e84fb85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@68a4dcc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@646c0a67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@3804a9a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@117525fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@5f7989fa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@5bc28f40
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@46963479
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7e74a380
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@6dd1c3ed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@22a6e998
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@55e42449
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@e57e5d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@6dfa915a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@78054f54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@cb7fa71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@3dffc764
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@4b6e1c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@561b61ed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@654c7d2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@26cb5207
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@15400fff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@18d910b3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@1e7ab390
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@625d9132
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@77774571
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@277b8fa4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@6cd64ee8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@620c8641
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@2f1d0bbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5460b754
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@a9f023e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@c27a3a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@4b200971
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@1a2bcd56
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@68d7a2df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@59dc36d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@12fcc71f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@5679e96b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@3ed7821
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3bbf841e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@4f0f7849
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@56a4f272
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3ee0b4f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@79b84841
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@4d41ba0f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@3c87e6b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@77bbadc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@3c3a0032
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@7ceb4478
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@7fdab70c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@25ad4f71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@49faf066
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@6f94a5a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@455c1d8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@a451491
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@1422ac7f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@5e519ad3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@7bc44ce8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@59072e9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@58472096
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@a92be4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@53e800f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@337bbfdf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@52d97ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@4da6d664
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@5e5af8e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@30b131b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@2924f1d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@524a076e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@5b5e7036
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@62dbe64e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@6cff61fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6e0c6a7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@467b684d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@7baf1f5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@6cc86152
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@611a990b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@7cbeac65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@7fe82967
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@50850539
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@65e21ce3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@6c3659be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@522bf64e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@2aff9dff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@5f0f9947
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@1aad0b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@c3edf4c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5af8bb51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@799ed4e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@2e66bc32
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@54d8c20d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@4b65d9f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@44536de4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@5fcfde70
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@4d95a72e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@28da7d11
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@77b919a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@5624657a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@36681447
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@4d21c56e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@726aa968
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@7100dea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@712cfb63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@32e54a9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@15639440
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@121bb45b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@4faa298
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@1cd3b138
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@151bf776
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@5a6d30e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@b52b755
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@a098d76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@40e37b06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@733aa9d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@6dcc40f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@2b680207
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@70887727
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@56da7487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@599e4d41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@328d044f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@10f7c76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@4745e9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@2f2bff16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@75de29c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@fc807c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@296e281a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@59cda16e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5dd903be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@12e0f1cb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@4a163575
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@7e642b88
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@6b350309
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@7ecec90d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@588f63c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@5a6fa56e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@1981d861
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@118ffcfd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@53f4c1e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@74174a23
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@6342d610
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@dc4a691
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@784abd3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@36c2b646
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@434514d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@6b1dc20f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@4613311f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@6540cf1d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@ec8f4b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@bc042d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@5484117b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@37df14d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@7efb53af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@7724704f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3dfa819
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@4ce94d2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@68ab0936
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@3cd9aa64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@42b84286
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@443effcb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@74ecacc3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@517a2b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@53b7ce6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@36480b2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@27d33393
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@1f6917fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@41eb94bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@378cfecf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@97d0c06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@5e7c141d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@43af351a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@1305c126
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@72f9f27c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@4c1bdcc2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@762637be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@4b97c4ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@7640a5b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@642f9a77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@23f3da8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5634d0f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@252a8aae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@3d4e405e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@54e2fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@70972170
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@119aa36
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@4e1a46fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@69fe0ed4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@20ab3e3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@6caf7803
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@709ed6f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@698fee9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@102c577f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@7d44a19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@1fb2d5e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1716e8c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6573d2f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@4052c8c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@181b8c4b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@38eb0f4d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@437486cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@15b642b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@518bfd90
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@317a118b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@56dfab87
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@715b886f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@7fb29ca9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1e253c9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@350d3f4d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@18b8d173
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@73844119
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@44f24a20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@1859e2a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@46349b95
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@176996c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@411c6d44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@1687eb01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@748d2277
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@2f897dab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@d5d5353
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@242b6e1a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@39a87e72
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@5d2828c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@3a082ff4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@45acdd11
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3f0d6038
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@237f7970
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@58f39564
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@7b948f3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@2f4c2cd4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@77a074b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@333c8791
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@6c0e13b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@22eaa86e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@561b7d53
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@1cc680e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@1dc3502b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@6a1d3225
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@67e13bd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@50fb33a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@2cae9b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1457fde
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@6f94fb9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@17fa1336
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@4228bf58
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@68b9834c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@20b9d5d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@671d1157
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@60c8a093
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@44cffc25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@2a369e14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@25aeb5ac
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@c755b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@3bd2af5b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@250a500b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@75d982d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@4f89331f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@618ff5c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@16727bf0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@2f84acf7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@291373d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@372ca2d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@3204e238
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@38ed139b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@a5272be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@58ba5b30
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@4dba773d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@1d9bd4da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@4c58255
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@eac3a26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@10b1a751
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@53cf9c99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@7b306b9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@142213d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@934b52f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@2630dbc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@5ea4300e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@5a1c3cb4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@76ad6715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@56637cff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@2938127d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@127a7272
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@ff23ae7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@423b2b62
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@2b7962a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6ad16c5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@74ea46e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@6f911326
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@f1d0004
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@6e4f263e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@48b4a043
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@2f5b8250
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@4821aa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5f481b73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@32130e61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@41294371
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4996c99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@1b956cfa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@315f09ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@3a66e67e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@75d4a80f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@4596f8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@ccf91df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@117d32e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@51d387d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@2370ac7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@534180a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@6cf0a747
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@21505815
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@7e53339
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@58fef7f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@31ddb930
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@12eedfee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@3c3c4a71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@1352434e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@4f9a6c2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@2b6fcb9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@75de6341
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@74170687
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@68f0f72c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@3d96fa9e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3b545206
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@77bb48d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@181d8899
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@12d5c30e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@b887730
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@26586b74
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@52f57666
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@6e041285
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@267dc982
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@439b15f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@3aa41da1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@74fab04a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@3c83468e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@272ce069
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@3d7fb838
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@1c26273d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@3a37a501
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@7a583586
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3a26ec8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@17143b3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@100c8b75
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@2bc378f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@268cbb86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@10f7918f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@64d4f7c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@54e02f6a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@17f3eefb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@3ba46e63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@788ddc1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@2dc3271b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@254f906e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@3d0035d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@2bfb6b49
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@1f346ad2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@46a145ba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@7ab34619
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@ae2db25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@363c4251
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@7afc4db9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@1a1f5f71
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@63884e4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@524270b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@4acb7ecc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@2a4f5433
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@6812fa3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@29149030
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@38b8b6c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@68868328
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@173a6728
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@1a22e0ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@67514bdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@3b920bdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@7f5538a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@72fd8a3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@1f9f381d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@34780cd9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@623ebac7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@7c8c70d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@1ab5f08a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@6edf29c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@79a04e5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@66b59b7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@53311681
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@4437ac07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@3f1ed068
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@753aca85
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@2e645fbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@574a89e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@1e1e9ef3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@3dd31157
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@31c628e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@3240b2a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@58434b19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7d3fb0ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@7dbe2ebf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@4adc663e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@885e7ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@8bd86c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@4fa9ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@2d3ef181
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@a2341c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@6e4c0d8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@3e3315d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64db4967
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@74e6094b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@7a485a36
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@5cf3157b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@625dfff3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@26350ea2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1e9469b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@5a08efdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@57272109
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@59696551
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@648d0e6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@79e66b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@17273273
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@5f69e2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@984169e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@43f1bb92
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@6d6bbd35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@5c5d6175
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@7544ac86
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@3b27b497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@b1534d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@3c74aa0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@6c841199
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@6a818392
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@489091bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@512d6e60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@1de9b505
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@7b122839
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@3743539f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@d277579
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@5db6b845
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@378f002a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1afd72ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@2cc75074
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@445bb139
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b9a77c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@7a81065e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@6cd3ad8a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@75181b50
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@2d64160c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@5f254608
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@2eeb0f9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@1b1c538d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@1645f294
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@6325f352
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@15c4af7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@6cbd0674
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@55d58825
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@19a64eae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@29a98d9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@2da3b078
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@544e8149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@7fb66650
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@1a96d94c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@2a869a16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@ae202c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@46aa712c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@6ada9c0c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 549 speedsterheroes:blackflash_ambient net.minecraft.util.SoundEvent@50eb7b10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 550 speedsterheroes:blackflash_hurt net.minecraft.util.SoundEvent@540823d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 551 speedsterheroes:blackflash_death net.minecraft.util.SoundEvent@7e81b882
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 552 speedsterheroes:savitar_blade_draw net.minecraft.util.SoundEvent@4d2ad535
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 553 speedsterheroes:savitar_blade_sheath net.minecraft.util.SoundEvent@4692047b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 554 lucraftcore:energy_blast net.minecraft.util.SoundEvent@47c237fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 555 lucraftcore:infinity_stone_equip net.minecraft.util.SoundEvent@34f4d22c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 556 lucraftcore:use_infinity_gauntlet net.minecraft.util.SoundEvent@2fec2afa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 557 heroesexpansion:claws_out net.minecraft.util.SoundEvent@798b52a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 558 heroesexpansion:claws_in net.minecraft.util.SoundEvent@2fa0e7a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 559 heroesexpansion:shield_throw net.minecraft.util.SoundEvent@3d5735c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 560 heroesexpansion:shield_hit net.minecraft.util.SoundEvent@73226368
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 561 heroesexpansion:hammer_swing net.minecraft.util.SoundEvent@501f21fe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 562 heroesexpansion:hammer_drop net.minecraft.util.SoundEvent@78aa11f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 563 heroesexpansion:hammer_hit net.minecraft.util.SoundEvent@7c57c200
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 564 heroesexpansion:hammer_throw net.minecraft.util.SoundEvent@1c0ed7c1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 565 heroesexpansion:web_shoot net.minecraft.util.SoundEvent@35b7156f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 566 heroesexpansion:spider_sense net.minecraft.util.SoundEvent@1dbaa7aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 567 heroesexpansion:leviathan_ambient net.minecraft.util.SoundEvent@5f3f31df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 568 heroesexpansion:chitauri_ambient net.minecraft.util.SoundEvent@35e55526
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 569 heroesexpansion:chitauri_hurt net.minecraft.util.SoundEvent@38f42298
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 570 heroesexpansion:chitauri_death net.minecraft.util.SoundEvent@703b55db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 571 heroesexpansion:boing net.minecraft.util.SoundEvent@562c23ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 572 morph:morph net.minecraft.util.SoundEvent@497f104c
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:empty net.minecraft.potion.PotionType@13e1e816
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:water net.minecraft.potion.PotionType@36238b12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@33187485
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:thick net.minecraft.potion.PotionType@41938e1e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@5d2e6f62
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@77ff14ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@733fae8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@5a8d676e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@74764622
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@7ba06506
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@63dc3420
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@525b8922
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@145a821d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@6caa4dc5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@6ed51944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@60c98f25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@20c3b34b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1eb906f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@58e02359
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@74fc3fc7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@491893f8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:healing net.minecraft.potion.PotionType@1f408ab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@46e388ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:harming net.minecraft.potion.PotionType@53f495f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@5efe5b25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:poison net.minecraft.potion.PotionType@45707f76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@1f0e2bdc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@682266d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@44a93f8a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@26463a6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@6c5ae8fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:strength net.minecraft.potion.PotionType@17354708
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@1aed6f0b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@3b3546a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@134c38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@3d235635
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:luck net.minecraft.potion.PotionType@4cc7e3ad
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@1b475663
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@1669931a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@6b24ddd7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@12e007be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@3335afcf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@36d697ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@58e03769
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@4e2cdc51
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@6182ffef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@30dd00b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@27d73d22
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 heroesexpansion:worthiness lucraft.mods.heroesexpansion.enchantments.EnchantmentWorthiness@a57b4bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@1124910c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@f849027
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@4a9869a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@6bd7439d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@1d77746b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6ce9771c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@4d20616a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@7893c715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@7db791df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@1da75dde
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@5c5f0edc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@595fed99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@790654d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@3dc46f24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@9c0d0bd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@176333ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@3ea75b05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4597e6e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@7910f355
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@fbbd90c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@23d0944b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@6d9428f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@2cadcff6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@343d1d25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@76dc36e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@1fb71788
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@2c54c497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@a44effb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@73a49597
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@5d32c1c7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@70439c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3a9c11fb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5a205ee5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@58f50dd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@56f2c9e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@1dd44289
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3de45b6c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@5599dc60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@70592729
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@54d60fa1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@57b711b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@474ce6b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@4ca5cb99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@1115be8c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:wooden_pressure_plate net.minecraft.item.crafting.ShapedRecipes@6550ce46
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@1bb172dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@14239223
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@2336cd91
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:wooden_button net.minecraft.item.crafting.ShapedRecipes@6c1e40d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6f52a229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1c3d9e28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@47c81e89
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@c5a2d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6bc25ac2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@478089b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@407f2029
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@1dcca426
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@77cc6a28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@6f65aa58
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@fb5d334
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4d664323
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@2a65e237
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@3dded90a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@5aac6f9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@3a5ce4b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@65262308
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@2e1291a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@54997f67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@76b05c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@2382b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@55c46ec1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@1a67f8b4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@7434ee13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@430aae8e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@4882b9a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@75f32817
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@d0fabc8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3f64d943
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@1b485c8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@2248d140
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@68479e8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@4fd3b20a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@56b66a26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@6dbb3d7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@16f4a3c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@543da15
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@75ee6f89
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@21c99abf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@35f760a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4213bc3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@4e10a320
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@7d17906
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3ec7eb5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@6ad112de
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@44485db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@ab2009f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@66314fee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@6b6fd0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@62360a68
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@6adcf059
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@772cf46b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@1fc5c0b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@d2cb2d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@6124dda2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@4a0c3aa8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@29188050
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@65259c53
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@5e95b0ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7976e536
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45311a99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@42edde25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@4f8900b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@18463720
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@4f525e13
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@4a58e0e9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@25e95af1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@7c9ea1d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@51d88c38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@13390a96
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@795faad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@36511772
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@2c15034f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@3e5ebdfe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@2047adea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@2110684a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@2d3b0978
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@79617c3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@616f81b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@5e2975ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@1c411474
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@15a484a9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@7c47e077
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@294c44b7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@2cc61b3b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@3b2c8bda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@362be0cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7227926b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@1b69fc07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@9cc0505
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@3d3b272a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@43778371
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@54286339
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@290807e5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@2b9ecd05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@4946485c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@340fc1aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@126254ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2a99fa07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@323efafe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@2de7c84a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@55682482
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@5b23c1f6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@6ffc6ea7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@5627b8eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@397a10df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@63eea8c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@280d6a20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@1dd64243
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@3b347439
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@1d1b3620
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6f655dbd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@7fb82f73
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@68c4a860
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@1fe05fff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@ad5cffa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@fceab5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@4449b273
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@2b1d1a5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@2739ecc0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7544260a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@ace2408
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@7b2d58e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@3dd750ba
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@34bf66af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@103e7c7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@57839834
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3dfc59c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@25df2014
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@35f01759
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@e993715
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@472719df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@3e28af44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@7482309c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@40013051
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@43294e9b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@42ffbab6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@4654e373
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@3e9b3b3c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@22a63740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@4e51eda7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@653e7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@6cbbfe29
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@5be69f7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@779b4f9c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@6b0ba697
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@2cacb445
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@3c89b864
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@2168def
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@1aee6d14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@405603b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5b59c3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@6f65a203
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@4af7ac25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@37fca349
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@252d8df6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@229cb4d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@7d3bcd3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@63c4d16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6e0d058a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@4e647f39
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a1c7619
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@1f4dd016
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@199806aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@18b3db6e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@2299f6d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2548fc01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5f67181f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@1bd59b82
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@63d0e8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@153c6603
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@13aa54f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e57b783
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@41026e5c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@23c72128
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@74e4be21
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@2a984952
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3ef46749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65da4a5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@632b5c79
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@1d2d4d7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@783dc0e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@4990b335
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@45f241df
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@3c2dda7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@30e143ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@31e22365
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@45f0038
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@41d877bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@470135da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@6cb194f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1e482ecd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5615f82d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@3ad2883a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@18d22ecf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@3a988299
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@c87787d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@1ab9c735
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@72ceafeb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@63d3c9dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@454e9d65
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@63f3366a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@5cdda548
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@70aa58e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@25ea068e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@7b64bbad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@2d3eecda
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@13662609
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@4c000cc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@460e5ffe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@620572db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1a02ebe0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@752494dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@3d4818e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@e2c627e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@59a2bed1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@309cf657
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@46ee7013
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@6b289535
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@4a5b38e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@115ef673
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@77476fcf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@7404aff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@2567c091
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@6fc7e828
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@76eadc5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@417446d9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@7e76a66f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@1e3566e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@f01fc6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@2820b369
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@540212be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@3af39e7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@433ae0b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@6e9f8160
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@3291d9c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@76f9e000
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@990b86b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@8d5da7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@67593f7b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@53918b5e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@21e39b82
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1868ed54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@4780341
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@13d10057
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@6866e740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@286dfa20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@42066f0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@1e23ee0e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@29c80149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5bccaedb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@6c2dd88b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@268f0ff3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@3ba5c4dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1d0dad12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@5e7e7a7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5c3007d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@1191029d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@7b795db7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@79ec57b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@55f6f965
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@409395b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@257b3561
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@2a259f6f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@61d42275
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@416b681c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@2633d09c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@451af781
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@51df2a41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@49f50c8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@13137835
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@7f1fec57
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@4dffff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@126af200
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@54f69311
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@4ac7856f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@3a63d248
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@6dde1bf5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@1ea96ff2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@35841d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@537451d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@1d8dbf10
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@1ba7db2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@19e2db7c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@af3295f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@2f0e7fa8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@312819ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@45d38165
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@13714753
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@2d3c501b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@27ec74a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@662713b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@b8142f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@2ed7978c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@424a152f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@4bb9f7d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@351e86b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@558127d2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@12532e37
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@148fca83
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@7846913f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@7d4da729
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@601d9f3a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@5ca4c88a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@24ac6fef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@b56d8a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@cfb94fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@a6fc1bc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@124ff64d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@5e05a706
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@50e1f3fc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@61bd0845
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@16e4db59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@c6c84fa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@25f14e93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@74231642
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@545f0b6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@5da3f32a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@6be422da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@575d48db
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@59b3f754
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@22ff11ef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@66dd04e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@4b511e61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@50e8ed74
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@39f68aec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@2aa0feb2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@bea5941
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@2759749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@4adcc981
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 360 minecraft:crafting_table net.minecraft.item.crafting.ShapedRecipes@d190639
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@514dc5f4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45cb5307
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@99223ac
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@34fc315d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@10dbf660
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@28f8ce2e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@311a09b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@674ed201
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@62cf86d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@5d5cd210
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@4e20a985
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@6706da3d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@6badb08c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@71418a4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@106802ea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@23358740
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@66682e8f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@10e8c7a2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@6338afe2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@415262a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@7977f046
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@718ad3a6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1859e55c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1c0cf193
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3dd591b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@780c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@188bf4d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@28cf179c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@2a9f8d47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4b5aa48b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@3c98981e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@6bf54260
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@5709e10b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@756200d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@322ab6ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@5b1f5fcc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@53e166ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@25dad235
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@6ffdbeef
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@fefb66c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@ca60688
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@35555145
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@2c2e5e72
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@e60c5a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1425e531
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@37c37d67
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@6df87ffd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@2ace1cd3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@515940af
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@12404f9d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@25b20860
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1af82ba8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5f369fc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@59014efe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7c03f9d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@1f547af8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@4bdef487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@60c4cf2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@65a80fdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@7294a684
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@7bc8ffbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@40b70f31
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@b3004e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b55c3d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@50734cea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@5ac646b3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@7641ed02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@2059f785
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@e5864c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@22368ddc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@4ab90d01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@3dbbed3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@54a5496f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@1123d461
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@30b9728f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@73a116d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@7e2a76be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@417bfebd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@44c27b8b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@6cb662e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@52a75c12
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@61288814
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 443 speedsterheroes:tachyon_prototype net.minecraft.item.crafting.ShapedRecipes@39f202da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 444 speedsterheroes:tachyon_device net.minecraft.item.crafting.ShapedRecipes@4cc72fa5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 445 speedsterheroes:tachyon_charge net.minecraft.item.crafting.ShapedRecipes@6223136
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 446 speedsterheroes:particle_accelerator_part net.minecraft.item.crafting.ShapedRecipes@78f2dab0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 447 speedsterheroes:particle_accelerator net.minecraft.item.crafting.ShapedRecipes@5aa3d1c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 448 lucraftcore:wiring_copper net.minecraftforge.oredict.ShapelessOreRecipe@59f08b80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 449 lucraftcore:wire_cutter net.minecraftforge.oredict.ShapedOreRecipe@2ac76b0d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 450 lucraftcore:tri_polymer_yellow net.minecraftforge.oredict.ShapelessOreRecipe@1dbdcca1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 451 lucraftcore:tri_polymer_white net.minecraftforge.oredict.ShapelessOreRecipe@4acbfa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 452 lucraftcore:tri_polymer_silver net.minecraftforge.oredict.ShapelessOreRecipe@18c30851
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 453 lucraftcore:tri_polymer_red net.minecraftforge.oredict.ShapelessOreRecipe@7ad474d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 454 lucraftcore:tri_polymer_purple net.minecraftforge.oredict.ShapelessOreRecipe@825ad63
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 455 lucraftcore:tri_polymer_pink net.minecraftforge.oredict.ShapelessOreRecipe@32be84f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 456 lucraftcore:tri_polymer_orange net.minecraftforge.oredict.ShapelessOreRecipe@6ace6e05
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 457 lucraftcore:tri_polymer_magenta net.minecraftforge.oredict.ShapelessOreRecipe@5e951e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 458 lucraftcore:tri_polymer_lime net.minecraftforge.oredict.ShapelessOreRecipe@2ebb0be2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 459 lucraftcore:tri_polymer_light_blue net.minecraftforge.oredict.ShapelessOreRecipe@3c66e539
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 460 lucraftcore:tri_polymer_green net.minecraftforge.oredict.ShapelessOreRecipe@7ca4a0ce
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 461 lucraftcore:tri_polymer_gray net.minecraftforge.oredict.ShapelessOreRecipe@37f4719a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 462 lucraftcore:tri_polymer_cyan net.minecraftforge.oredict.ShapelessOreRecipe@6b1f930b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 463 lucraftcore:tri_polymer_brown net.minecraftforge.oredict.ShapelessOreRecipe@3de6d205
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 464 lucraftcore:tri_polymer_blue net.minecraftforge.oredict.ShapelessOreRecipe@6e993864
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 465 lucraftcore:tri_polymer_black net.minecraftforge.oredict.ShapelessOreRecipe@a8f1f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 466 lucraftcore:suit_stand net.minecraftforge.oredict.ShapedOreRecipe@5e4b90cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 467 lucraftcore:servo_motor net.minecraftforge.oredict.ShapedOreRecipe@4936e82f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 468 lucraftcore:plate_vibranium net.minecraft.item.crafting.ShapelessRecipes@46feffe9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 469 lucraftcore:plate_uru net.minecraft.item.crafting.ShapelessRecipes@1f963035
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 470 lucraftcore:plate_uranium net.minecraft.item.crafting.ShapelessRecipes@571e49e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 471 lucraftcore:plate_titanium net.minecraft.item.crafting.ShapelessRecipes@75478bf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 472 lucraftcore:plate_tin net.minecraft.item.crafting.ShapelessRecipes@24abed19
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 473 lucraftcore:plate_steel net.minecraft.item.crafting.ShapelessRecipes@7b5f652f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 474 lucraftcore:plate_silver net.minecraft.item.crafting.ShapelessRecipes@46a78476
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 475 lucraftcore:plate_palladium net.minecraft.item.crafting.ShapelessRecipes@d575d98
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 476 lucraftcore:plate_osmium net.minecraft.item.crafting.ShapelessRecipes@6d29915c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 477 lucraftcore:plate_nickel net.minecraft.item.crafting.ShapelessRecipes@7af5ecb4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 478 lucraftcore:plate_lead net.minecraft.item.crafting.ShapelessRecipes@7faaa21f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 479 lucraftcore:plate_iron net.minecraft.item.crafting.ShapelessRecipes@674263fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 480 lucraftcore:plate_iridium net.minecraft.item.crafting.ShapelessRecipes@ffa9646
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 481 lucraftcore:plate_intertium net.minecraft.item.crafting.ShapelessRecipes@203a62e2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 482 lucraftcore:plate_gold_titanium_alloy net.minecraft.item.crafting.ShapelessRecipes@34e2e1e7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 483 lucraftcore:plate_gold net.minecraft.item.crafting.ShapelessRecipes@6464df4e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 484 lucraftcore:plate_dwarf_star_alloy net.minecraft.item.crafting.ShapelessRecipes@77635a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 485 lucraftcore:plate_copper net.minecraft.item.crafting.ShapelessRecipes@3601da5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 486 lucraftcore:plate_bronze net.minecraft.item.crafting.ShapelessRecipes@626dcea4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 487 lucraftcore:plate_adamantium net.minecraft.item.crafting.ShapelessRecipes@3813b6a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 488 lucraftcore:nugget_vibranium net.minecraftforge.oredict.ShapedOreRecipe@7c8c7a16
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 489 lucraftcore:nugget_uru net.minecraftforge.oredict.ShapedOreRecipe@4d8dfff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 490 lucraftcore:nugget_uranium net.minecraftforge.oredict.ShapedOreRecipe@41f6e83e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 491 lucraftcore:nugget_titanium net.minecraftforge.oredict.ShapedOreRecipe@4b2e7daa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 492 lucraftcore:nugget_tin net.minecraftforge.oredict.ShapedOreRecipe@40480d84
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 493 lucraftcore:nugget_steel net.minecraftforge.oredict.ShapedOreRecipe@5c9c1238
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 494 lucraftcore:nugget_silver net.minecraftforge.oredict.ShapedOreRecipe@6f240c3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 495 lucraftcore:nugget_palladium net.minecraftforge.oredict.ShapedOreRecipe@3b97b2ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 496 lucraftcore:nugget_osmium net.minecraftforge.oredict.ShapedOreRecipe@1294bcb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 497 lucraftcore:nugget_nickel net.minecraftforge.oredict.ShapedOreRecipe@660979aa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 498 lucraftcore:nugget_lead net.minecraftforge.oredict.ShapedOreRecipe@1251414a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 499 lucraftcore:nugget_iridium net.minecraftforge.oredict.ShapedOreRecipe@37066547
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 500 lucraftcore:nugget_intertium net.minecraftforge.oredict.ShapedOreRecipe@7f77b24
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 501 lucraftcore:nugget_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@4e5ad54b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 502 lucraftcore:nugget_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@163a83ec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 503 lucraftcore:nugget_copper net.minecraftforge.oredict.ShapedOreRecipe@61a3e18d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 504 lucraftcore:nugget_bronze net.minecraftforge.oredict.ShapedOreRecipe@16fac490
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 505 lucraftcore:nugget_adamantium net.minecraftforge.oredict.ShapedOreRecipe@1057d9a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 506 lucraftcore:mv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@ef56a7e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 507 lucraftcore:lv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@67c70197
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 508 lucraftcore:injection net.minecraftforge.oredict.ShapedOreRecipe@1afb0ca2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 509 lucraftcore:ingot_vibranium_alt net.minecraftforge.oredict.ShapedOreRecipe@1aec6b35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 510 lucraftcore:ingot_vibranium net.minecraftforge.oredict.ShapedOreRecipe@62eb5d1f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 511 lucraftcore:ingot_uru_alt net.minecraftforge.oredict.ShapedOreRecipe@5ea4151c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 512 lucraftcore:ingot_uru net.minecraftforge.oredict.ShapedOreRecipe@744b1522
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 513 lucraftcore:ingot_uranium_alt net.minecraftforge.oredict.ShapedOreRecipe@6c68575b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 514 lucraftcore:ingot_uranium net.minecraftforge.oredict.ShapedOreRecipe@64edc74c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 515 lucraftcore:ingot_titanium_alt net.minecraftforge.oredict.ShapedOreRecipe@7d458a77
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 516 lucraftcore:ingot_titanium net.minecraftforge.oredict.ShapedOreRecipe@619e383b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 517 lucraftcore:ingot_tin_alt net.minecraftforge.oredict.ShapedOreRecipe@4ecaaa44
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 518 lucraftcore:ingot_tin net.minecraftforge.oredict.ShapedOreRecipe@652ca38a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 519 lucraftcore:ingot_steel_alt net.minecraftforge.oredict.ShapedOreRecipe@1baed7c6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 520 lucraftcore:ingot_steel net.minecraftforge.oredict.ShapedOreRecipe@67560fb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 521 lucraftcore:ingot_silver_alt net.minecraftforge.oredict.ShapedOreRecipe@1241d57a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 522 lucraftcore:ingot_silver net.minecraftforge.oredict.ShapedOreRecipe@75f02a41
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 523 lucraftcore:ingot_palladium_alt net.minecraftforge.oredict.ShapedOreRecipe@51c4d84c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 524 lucraftcore:ingot_palladium net.minecraftforge.oredict.ShapedOreRecipe@52355243
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 525 lucraftcore:ingot_osmium_alt net.minecraftforge.oredict.ShapedOreRecipe@52991723
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 526 lucraftcore:ingot_osmium net.minecraftforge.oredict.ShapedOreRecipe@32096336
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 527 lucraftcore:ingot_nickel_alt net.minecraftforge.oredict.ShapedOreRecipe@268ade97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 528 lucraftcore:ingot_nickel net.minecraftforge.oredict.ShapedOreRecipe@5a355ee
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 529 lucraftcore:ingot_lead_alt net.minecraftforge.oredict.ShapedOreRecipe@58921723
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 530 lucraftcore:ingot_lead net.minecraftforge.oredict.ShapedOreRecipe@4d6a4e0f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 531 lucraftcore:ingot_iridium_alt net.minecraftforge.oredict.ShapedOreRecipe@645de2a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 532 lucraftcore:ingot_iridium net.minecraftforge.oredict.ShapedOreRecipe@33ad5dcd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 533 lucraftcore:ingot_intertium_alt net.minecraftforge.oredict.ShapedOreRecipe@2eecd312
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 534 lucraftcore:ingot_intertium net.minecraftforge.oredict.ShapedOreRecipe@623c43bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 535 lucraftcore:ingot_gold_titanium_alloy_alt net.minecraftforge.oredict.ShapedOreRecipe@1720c3b9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 536 lucraftcore:ingot_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@7e0e9a2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 537 lucraftcore:ingot_dwarf_star_alloy_alt net.minecraftforge.oredict.ShapedOreRecipe@20bbc924
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 538 lucraftcore:ingot_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@4a68daa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 539 lucraftcore:ingot_copper_alt net.minecraftforge.oredict.ShapedOreRecipe@1777d3eb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 540 lucraftcore:ingot_copper net.minecraftforge.oredict.ShapedOreRecipe@5df369a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 541 lucraftcore:ingot_bronze_alt net.minecraftforge.oredict.ShapedOreRecipe@460b75a8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 542 lucraftcore:ingot_bronze net.minecraftforge.oredict.ShapedOreRecipe@72025b75
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 543 lucraftcore:ingot_adamantium_alt net.minecraftforge.oredict.ShapedOreRecipe@656a8c8d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 544 lucraftcore:ingot_adamantium net.minecraftforge.oredict.ShapedOreRecipe@40647d94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 545 lucraftcore:infinity_generator net.minecraftforge.oredict.ShapedOreRecipe@720da58e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 546 lucraftcore:hv_capacitor net.minecraftforge.oredict.ShapedOreRecipe@aa2bb68
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 547 lucraftcore:hammer net.minecraftforge.oredict.ShapedOreRecipe@4ef02d6c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 548 lucraftcore:furnace_generator net.minecraftforge.oredict.ShapedOreRecipe@5c62fbed
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 549 lucraftcore:extractor net.minecraftforge.oredict.ShapedOreRecipe@64f4c577
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 550 lucraftcore:dust_vibranium net.minecraft.item.crafting.ShapelessRecipes@61989734
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 551 lucraftcore:dust_uru net.minecraft.item.crafting.ShapelessRecipes@28a48b2f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 552 lucraftcore:dust_uranium net.minecraft.item.crafting.ShapelessRecipes@69ce7774
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 553 lucraftcore:dust_titanium net.minecraft.item.crafting.ShapelessRecipes@620de5d3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 554 lucraftcore:dust_tin net.minecraft.item.crafting.ShapelessRecipes@6b22dc2c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 555 lucraftcore:dust_steel_alt net.minecraftforge.oredict.ShapelessOreRecipe@3db2755
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 556 lucraftcore:dust_steel net.minecraft.item.crafting.ShapelessRecipes@1a6c58b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 557 lucraftcore:dust_silver net.minecraft.item.crafting.ShapelessRecipes@33747649
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 558 lucraftcore:dust_palladium net.minecraft.item.crafting.ShapelessRecipes@2c01480f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 559 lucraftcore:dust_osmium net.minecraft.item.crafting.ShapelessRecipes@288af9bf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 560 lucraftcore:dust_nickel net.minecraft.item.crafting.ShapelessRecipes@3e93117b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 561 lucraftcore:dust_lead net.minecraft.item.crafting.ShapelessRecipes@7e34a05b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 562 lucraftcore:dust_iron net.minecraft.item.crafting.ShapelessRecipes@4a8b2ea0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 563 lucraftcore:dust_iridium net.minecraft.item.crafting.ShapelessRecipes@2530584c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 564 lucraftcore:dust_intertium_alt net.minecraftforge.oredict.ShapelessOreRecipe@4d69e42d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 565 lucraftcore:dust_intertium net.minecraft.item.crafting.ShapelessRecipes@68edb7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 566 lucraftcore:dust_gold_titanium_alloy_alt net.minecraftforge.oredict.ShapelessOreRecipe@46823e4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 567 lucraftcore:dust_gold_titanium_alloy net.minecraft.item.crafting.ShapelessRecipes@47afcbdd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 568 lucraftcore:dust_gold net.minecraft.item.crafting.ShapelessRecipes@65e661b1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 569 lucraftcore:dust_dwarf_star_alloy net.minecraft.item.crafting.ShapelessRecipes@75c73a5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 570 lucraftcore:dust_copper net.minecraft.item.crafting.ShapelessRecipes@6edd90b5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 571 lucraftcore:dust_coal net.minecraft.item.crafting.ShapelessRecipes@74e78fa2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 572 lucraftcore:dust_charcoal net.minecraft.item.crafting.ShapelessRecipes@14500290
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 573 lucraftcore:dust_bronze_alt net.minecraftforge.oredict.ShapelessOreRecipe@11705780
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 574 lucraftcore:dust_bronze net.minecraft.item.crafting.ShapelessRecipes@28276b3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 575 lucraftcore:dust_adamantium_alt net.minecraftforge.oredict.ShapelessOreRecipe@39513f6d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 576 lucraftcore:dust_adamantium net.minecraft.item.crafting.ShapelessRecipes@2167cb1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 577 lucraftcore:construction_table net.minecraftforge.oredict.ShapedOreRecipe@5ea28229
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 578 lucraftcore:boiler net.minecraftforge.oredict.ShapedOreRecipe@12a8809a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 579 lucraftcore:block_vibranium net.minecraftforge.oredict.ShapedOreRecipe@53d44e7a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 580 lucraftcore:block_uru net.minecraftforge.oredict.ShapedOreRecipe@29346a21
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 581 lucraftcore:block_uranium net.minecraftforge.oredict.ShapedOreRecipe@3ab7798b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 582 lucraftcore:block_titanium net.minecraftforge.oredict.ShapedOreRecipe@42dda18
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 583 lucraftcore:block_tin net.minecraftforge.oredict.ShapedOreRecipe@3717d1d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 584 lucraftcore:block_steel net.minecraftforge.oredict.ShapedOreRecipe@164148d5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 585 lucraftcore:block_silver net.minecraftforge.oredict.ShapedOreRecipe@5d514625
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 586 lucraftcore:block_palladium net.minecraftforge.oredict.ShapedOreRecipe@70b51448
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 587 lucraftcore:block_osmium net.minecraftforge.oredict.ShapedOreRecipe@10ca944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 588 lucraftcore:block_nickel net.minecraftforge.oredict.ShapedOreRecipe@128a9f4a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 589 lucraftcore:block_lead net.minecraftforge.oredict.ShapedOreRecipe@6d0a7e80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 590 lucraftcore:block_iridium net.minecraftforge.oredict.ShapedOreRecipe@58fda467
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 591 lucraftcore:block_intertium net.minecraftforge.oredict.ShapedOreRecipe@49f2736
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 592 lucraftcore:block_gold_titanium_alloy net.minecraftforge.oredict.ShapedOreRecipe@5d40fd79
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 593 lucraftcore:block_dwarf_star_alloy net.minecraftforge.oredict.ShapedOreRecipe@5d6d3efe
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 594 lucraftcore:block_copper net.minecraftforge.oredict.ShapedOreRecipe@735a9993
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 595 lucraftcore:block_bronze net.minecraftforge.oredict.ShapedOreRecipe@4e9df89f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 596 lucraftcore:block_adamantium net.minecraftforge.oredict.ShapedOreRecipe@3fa13e52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 597 lucraftcore:basic_circuit net.minecraftforge.oredict.ShapedOreRecipe@244b5d81
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 598 lucraftcore:advanced_circuit net.minecraftforge.oredict.ShapedOreRecipe@6215b41c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 599 heroesexpansion:web_shooter_2 net.minecraftforge.oredict.ShapedOreRecipe@6e0b41cb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 600 heroesexpansion:web_shooter_1 net.minecraftforge.oredict.ShapedOreRecipe@1b02763b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 601 heroesexpansion:vibranium_shield net.minecraftforge.oredict.ShapedOreRecipe@67d215a9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 602 heroesexpansion:vibranium_arrow net.minecraftforge.oredict.ShapelessOreRecipe@26e3d977
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 603 heroesexpansion:ultimate_mjolnir net.minecraftforge.oredict.ShapedOreRecipe@4f2aeb97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 604 heroesexpansion:supporter_cloak net.minecraft.item.crafting.ShapedRecipes@4244fae2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 605 heroesexpansion:stormbreaker net.minecraftforge.oredict.ShapedOreRecipe@35e99149
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 606 heroesexpansion:smoke_arrow net.minecraft.item.crafting.ShapelessRecipes@5288077e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 607 heroesexpansion:sharpened_arrow net.minecraftforge.oredict.ShapelessOreRecipe@51db31c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 608 heroesexpansion:quiver net.minecraft.item.crafting.ShapedRecipes@658a5112
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 609 heroesexpansion:portal_device net.minecraftforge.oredict.ShapedOreRecipe@5dad1080
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 610 heroesexpansion:mjolnir net.minecraftforge.oredict.ShapedOreRecipe@23c34976
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 611 heroesexpansion:kryptonite_block net.minecraft.item.crafting.ShapedRecipes@2d563ec4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 612 heroesexpansion:kryptonite_arrow net.minecraft.item.crafting.ShapelessRecipes@326177ad
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 613 heroesexpansion:injection net.minecraft.item.crafting.ShapelessRecipes@771d1487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 614 heroesexpansion:heart_shaped_herb_potion net.minecraft.item.crafting.ShapelessRecipes@682f18d1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 615 heroesexpansion:grappling_hook_arrow net.minecraft.item.crafting.ShapelessRecipes@261857a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 616 heroesexpansion:gas_arrow_alt net.minecraft.item.crafting.ShapelessRecipes@4f17067a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 617 heroesexpansion:gas_arrow net.minecraft.item.crafting.ShapelessRecipes@768caa07
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 618 heroesexpansion:falcon_legs net.minecraftforge.oredict.ShapedOreRecipe@5d9f0b3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 619 heroesexpansion:falcon_helmet net.minecraftforge.oredict.ShapedOreRecipe@2d170407
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 620 heroesexpansion:falcon_chest net.minecraftforge.oredict.ShapedOreRecipe@62c08ede
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 621 heroesexpansion:falcon_boots net.minecraft.item.crafting.ShapedRecipes@494754f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 622 heroesexpansion:explosive_arrow net.minecraft.item.crafting.ShapelessRecipes@e493f00
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 623 heroesexpansion:daredevil_homemade_legs net.minecraft.item.crafting.ShapedRecipes@59a39a97
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 624 heroesexpansion:daredevil_homemade_helmet net.minecraft.item.crafting.ShapedRecipes@15307c1e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 625 heroesexpansion:daredevil_homemade_chest net.minecraft.item.crafting.ShapedRecipes@10a70c14
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 626 heroesexpansion:daredevil_homemade_boots net.minecraft.item.crafting.ShapedRecipes@4dbeb18a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 627 heroesexpansion:compound_bow net.minecraftforge.oredict.ShapedOreRecipe@70f0e76d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 628 heroesexpansion:chitauri_gun net.minecraftforge.oredict.ShapedOreRecipe@22629c25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 629 heroesexpansion:cape net.minecraft.item.crafting.ShapedRecipes@3f9df28e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 630 heroesexpansion:billy_club_separate net.minecraftforge.oredict.ShapedOreRecipe@272c56c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 631 ichunutil:porkchops me.ichun.mods.ichunutil.common.recipe.ConditionalRecipe@5a1da8f3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 632 ichunutil:compact_porkchop me.ichun.mods.ichunutil.common.recipe.ConditionalRecipe@44973096
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 633 lucraftcore:clone_instruction lucraft.mods.lucraftcore.utilities.recipes.RecipeInstructionCloning@2a042d0a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 634 heroesexpansion:cape_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@65e67c43
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 635 heroesexpansion:quiver_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@6cdca749
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 636 heroesexpansion:sharpened_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@35137ba5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 637 heroesexpansion:explosive_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@32ef162b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 638 heroesexpansion:smoke_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@643d7051
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 639 heroesexpansion:gas_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@6dd26570
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 640 heroesexpansion:grappling_hook_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@4332e53c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 641 heroesexpansion:kryptonite_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@926ed3f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 642 heroesexpansion:vibranium_arrow_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@696bbb2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 643 heroesexpansion:billy_club_dyes lucraft.mods.heroesexpansion.recipes.RecipesColorableItem@7811b7f5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 644 heroesexpansion:captain_america_shield lucraft.mods.heroesexpansion.recipes.RecipeCaptainAmericaShield@dbd0afa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 645 heroesexpansion:remove_shield_color lucraft.mods.heroesexpansion.recipes.RecipeRemoveShieldColor@6a60a620
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7c4ca87c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6480a063
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@2f6f4ac4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@727dcc64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@49e62b17
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@288409f0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 heroesexpansion:scientist net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@50060b19
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 ichunutil:entity_block net.minecraftforge.fml.common.registry.EntityEntry@272aa224
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@52856ff9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@460f1cdb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@2487e20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@12670e55
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@286a4c52
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@3cbfdf5c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@210635fd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@3cb195dd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@7d7b4e04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@24615687
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@7f4f1536
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@3fc1abf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@f810c18
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@1a34a51e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@2c668c2a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@51de5efa
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@28bd5015
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@d1f23a0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@6996bbc4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@2dbf2da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@7db162f2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@39e3ea78
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@1e0294a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@15cee630
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@19647566
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@17003497
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@376498da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@67f591c2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1b8d20e6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@7645b7d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@5a1a20ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@186481d4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@78d6c244
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@3cf8a235
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@334b392d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@1bdafb01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@1d2046bb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 speedsterheroes:lightning net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5e714b78
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 speedsterheroes:dimension_breach net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@41a6e7d0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@797f97e3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@77cd235b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@3568ea59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@389a1e34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@6f68756d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@5d9bb69b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@7ffcb232
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@37cf91d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 speedsterheroes:time_remnant net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b5d852b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 speedsterheroes:time_wraith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@46b70adb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@7462ba4b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@627acb38
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@7d126083
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@40538370
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@18faaff6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@dc8b2ff
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1f3c5308
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@6c519e47
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@717a8a76
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@1da53f4f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3fef1e6b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@7d8f2eec
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@5158a9f7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@553fbe94
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@29c25bbc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@4aeaff64
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@1029cf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@27dfd12b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@563843f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@5f2b9da8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 70 speedsterheroes:black_flash net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28b15698
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 71 speedsterheroes:other_trail net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2913f3ca
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 72 speedsterheroes:particle_accelerator_sit net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4cd9e486
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 73 speedsterheroes:ring_dummy net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@45583680
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 74 speedsterheroes:malekith net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@e447d2d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 75 speedsterheroes:aether net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@95536c5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 76 lucraftcore:item_indestructible net.minecraftforge.fml.common.registry.EntityEntry@a2e57be
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 77 heroesexpansion:thrown_mjolnir net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@2a6dab20
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 78 heroesexpansion:mjolnir net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@28cfdcb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 79 heroesexpansion:tesseract net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@3d945944
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 80 heroesexpansion:portal net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@f610578
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 81 heroesexpansion:captain_america_shield net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@54cf508a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 82 heroesexpansion:leviathan net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@cc226b0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 83 heroesexpansion:chitauri net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4733b248
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 84 heroesexpansion:kree net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@27ef226
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 85 heroesexpansion:vulture_wings net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1582adc5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 86 heroesexpansion:radioactive_spider net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5bfa9a7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 87 heroesexpansion:thrown_billy_club net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4b2dd504
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 88 heroesexpansion:billy_club_hook net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@89ebacd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 89 heroesexpansion:sharpened_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6b907f80
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6630dd28
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@7b3085a3
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@445058e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@5a7a6d34
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@5ae66c98
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@39acd1f1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@92e2c93
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@4a105556
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@28f90752
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@e36bc01
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@35536760
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@592cb470
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@45424c0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@603f4e3e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@3c7d8a4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@30c8c6ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 106 heroesexpansion:explosive_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@40d8cb26
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 107 heroesexpansion:smoke_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@6617fa99
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 108 heroesexpansion:gas_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@371ea5d7
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 109 heroesexpansion:grappling_hook_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@7f4358b8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 110 heroesexpansion:kryptonite_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@421e2baf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 111 heroesexpansion:vibranium_arrow net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@4ca17241
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 112 heroesexpansion:pull_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@1f6e7714
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 113 heroesexpansion:swing_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@62281081
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 114 heroesexpansion:taser_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@51c0bdf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 115 heroesexpansion:impact_web net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@34bdf0da
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 116 heroesexpansion:web_grenade net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@8880259
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 117 lucraftcore:energy_blast net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@5f63e1c9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@39dda56f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@2ee456c7
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:ability_condition
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:ability lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@1cedabb0
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 lucraftcore:has_superpower lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@177c8d08
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 lucraftcore:level lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@7248ec5f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 lucraftcore:or lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@ac61487
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 lucraftcore:not lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@1085fad8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 lucraftcore:held_item lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@5d98fa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 lucraftcore:open_armor lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@111c5660
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 lucraftcore:potion_weakness lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@692e4a35
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 heroesexpansion: lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@4623bf06
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 heroesexpansion:thor_weapon lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@662d42e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 lucraftcore:solar_energy lucraft.mods.lucraftcore.superpowers.abilities.predicates.AbilityCondition$ConditionEntry@46061e1c
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:superpower
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 speedsterheroes:speedforce lucraft.mods.lucraftcore.superpowers.JsonSuperpower@925e0c8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 heroesexpansion:god_of_thunder lucraft.mods.heroesexpansion.superpowers.SuperpowerGodOfThunder@be6b0d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 heroesexpansion:kryptonian lucraft.mods.heroesexpansion.superpowers.SuperpowerKryptonian@67ac1be1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 heroesexpansion:black_panther lucraft.mods.heroesexpansion.superpowers.SuperpowerBlackPanther@1d6d2b60
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 heroesexpansion:super_soldier lucraft.mods.heroesexpansion.superpowers.SuperpowerSuperSoldier@a200a54
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 heroesexpansion:kree_hybrid lucraft.mods.heroesexpansion.superpowers.SuperpowerKreeHybrid@347e6bc6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 heroesexpansion:spider_powers lucraft.mods.heroesexpansion.superpowers.SuperpowerSpiderPowers@330a0dbb
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 heroesexpansion:blindness lucraft.mods.heroesexpansion.superpowers.SuperpowerBlindness@47c81691
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:size_changer
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:default lucraft.mods.lucraftcore.sizechanging.sizechanger.DefaultSizeChanger@7001da49
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:ability
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 speedsterheroes:super_speed lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3bcb3510
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 speedsterheroes:change_speed lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@29b5ef59
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 speedsterheroes:water_running lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@661ccd02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 speedsterheroes:wall_running lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@748d72cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 speedsterheroes:phasing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2f7bfd32
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 speedsterheroes:lightning_throw lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3137a5cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 speedsterheroes:arm_vortex lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4036d9cd
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 speedsterheroes:blade lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@54669c4
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 speedsterheroes:dimension_breach lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@215a865
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 9 speedsterheroes:time_remnant lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@53cde2dc
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 10 speedsterheroes:suit_ring lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7f04ff02
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 11 speedsterheroes:change_blocks lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7f5435ab
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 12 speedsterheroes:save_block lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@599df260
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 13 speedsterheroes:turn_into_bubbles lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3d1414d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 14 lucraftcore:toggle_power lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3a38c543
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 15 lucraftcore:health lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@63daf2e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 16 lucraftcore:healing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5caa7cea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 17 lucraftcore:strength lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4477baf2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 18 lucraftcore:punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@184c6764
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 19 lucraftcore:sprint lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@76d28406
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 20 lucraftcore:jump_boost lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2e27c2b2
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 21 lucraftcore:resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@24c8fc2b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 22 lucraftcore:fall_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6f9439e1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 23 lucraftcore:fire_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5ad43a90
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 24 lucraftcore:step_assist lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@1bfa5069
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 25 lucraftcore:size_change lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6dd3a1a1
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 26 lucraftcore:teleport lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3246b04b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 27 lucraftcore:knockback_resistance lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@16c35bf9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 28 lucraftcore:potion_punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3f7baa9f
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 29 lucraftcore:slowfall lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4c1d530d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 30 lucraftcore:energy_blast lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@46e241b
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 31 lucraftcore:fire_punch lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6098a311
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 32 lucraftcore:flight lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7c4f721e
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 33 lucraftcore:water_breathing lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5b7ec35a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 34 lucraftcore:tough_lungs lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@63fbefe8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 35 lucraftcore:invisibility lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5a99e4cf
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 36 heroesexpansion:god_mode lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@3bcb8460
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 37 heroesexpansion:lightning_strike lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@23f8fa61
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 38 heroesexpansion:lightning_attack lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@57f28893
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 39 heroesexpansion:solar_energy lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@755b45f9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 40 heroesexpansion:heat_vision lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@7d51d634
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 41 heroesexpansion:kinetic_energy_absorption lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@31a19d25
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 42 heroesexpansion:call_weapon lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@22e0965c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 43 heroesexpansion:energy_absorption lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@78633092
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 44 heroesexpansion:i_dont_feel_so_good lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@6ef4ae5
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 45 heroesexpansion:spider_sense lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@1f238bc9
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 46 heroesexpansion:wall_crawling lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@79b850d8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 47 heroesexpansion:web_wings lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@56f7fe04
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 48 heroesexpansion:blindness lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@2a333e5d
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 49 heroesexpansion:precision lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@4854fd1c
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 50 heroesexpansion:portal lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@d748c1a
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 51 heroesexpansion:grab_entity lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@5e1c88ea
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 52 heroesexpansion:photon_blast lucraft.mods.lucraftcore.superpowers.abilities.AbilityEntry@12d9f737
[12:56:12] [Server thread/TRACE] [FML]: Registry Name : lucraftcore:karma_stats
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 0 lucraftcore:monster_kill lucraft.mods.lucraftcore.karma.KarmaStat@94170d6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 1 lucraftcore:good_player_kill lucraft.mods.lucraftcore.karma.KarmaStat@19921674
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 2 lucraftcore:bad_player_kill lucraft.mods.lucraftcore.karma.KarmaStat@36f2bb92
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 3 lucraftcore:good_knockout lucraft.mods.lucraftcore.karma.KarmaStat@40f2b5ae
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 4 lucraftcore:bad_knockout lucraft.mods.lucraftcore.karma.KarmaStat@4237aaa6
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 5 lucraftcore:taming lucraft.mods.lucraftcore.karma.KarmaStat@4b9f2522
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 6 lucraftcore:saves lucraft.mods.lucraftcore.karma.KarmaStat@681229e8
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 7 lucraftcore:thefts lucraft.mods.lucraftcore.karma.KarmaStat@3d18ae81
[12:56:12] [Server thread/TRACE] [FML]:   Registry: 8 lucraftcore:modified lucraft.mods.lucraftcore.karma.KarmaStat@4205411e
[12:56:12] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft
[12:56:12] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft
[12:56:12] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s
[12:56:12] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp
[12:56:12] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp
[12:56:12] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s
[12:56:12] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML
[12:56:12] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML
[12:56:12] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[12:56:12] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.487s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod codechickenlib
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod codechickenlib
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - CodeChicken Lib took 0.001s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod speedsterheroes
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod speedsterheroes
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - SpeedsterHeroes took 0.000s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod lucraftcore
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod lucraftcore
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Lucraft: Core took 0.000s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod heroesexpansion
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod heroesexpansion
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - HeroesExpansion took 0.002s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod ichunutil
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod ichunutil
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - iChunUtil took 0.000s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jei
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jei
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just Enough Items took 0.000s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod morph
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod morph
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Morph took 0.002s
[12:56:13] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nei
[12:56:13] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nei
[12:56:13] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Not Enough Items took 0.002s
[12:56:13] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.496s
[12:56:13] [Server thread/INFO] [FML]: Applying holder lookups
[12:56:13] [Server thread/DEBUG] [FML]: Unable to lookup speedsterheroes:blackflash_hurtt for public static net.minecraft.util.SoundEvent lucraft.mods.speedsterheroes.SpeedsterHeroes$Sounds.blackFlashHurt. This means the object wasn't registered. It's likely just mod options.
[12:56:13] [Server thread/INFO] [FML]: Holder lookups applied
[12:56:13] [Server thread/DEBUG] [FML]: Loading persistent fluid defaults from world
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:dwarfstaralloy has been selected as the default fluid for dwarfstaralloy
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:osmium has been selected as the default fluid for osmium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:lead has been selected as the default fluid for lead
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:gold has been selected as the default fluid for gold
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:titanium has been selected as the default fluid for titanium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:vibranium has been selected as the default fluid for vibranium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:tin has been selected as the default fluid for tin
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:palladium has been selected as the default fluid for palladium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:intertium has been selected as the default fluid for intertium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:iridium has been selected as the default fluid for iridium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:steel has been selected as the default fluid for steel
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:goldtitaniumalloy has been selected as the default fluid for goldtitaniumalloy
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:nickel has been selected as the default fluid for nickel
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:adamantium has been selected as the default fluid for adamantium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid heroesexpansion:radioactive_acid has been selected as the default fluid for radioactive_acid
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:uranium has been selected as the default fluid for uranium
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:uru has been selected as the default fluid for uru
[12:56:13] [Server thread/DEBUG] [FML]: The fluid heroesexpansion:web_fluid has been selected as the default fluid for web_fluid
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:iron has been selected as the default fluid for iron
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:copper has been selected as the default fluid for copper
[12:56:13] [Server thread/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:silver has been selected as the default fluid for silver
[12:56:13] [Server thread/DEBUG] [FML]: The fluid heroesexpansion:super_soldier_serum has been selected as the default fluid for super_soldier_serum
[12:56:13] [Server thread/DEBUG] [FML]: The fluid lucraftcore:bronze has been selected as the default fluid for bronze
[12:56:13] [Server thread/INFO] [FML]: Loading dimension 0 (Gensokyo) (net.minecraft.server.integrated.IntegratedServer@178729fd)
[12:56:14] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 529 advancements
[12:56:14] [Server thread/DEBUG] [NotEnoughItems]: Loading NEI Server
[12:56:14] [Server thread/INFO] [FML]: Loading dimension -1 (Gensokyo) (net.minecraft.server.integrated.IntegratedServer@178729fd)
[12:56:14] [Server thread/INFO] [FML]: Loading dimension 1 (Gensokyo) (net.minecraft.server.integrated.IntegratedServer@178729fd)
[12:56:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[12:56:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0%
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:cow that already exists with UUID 477cc8c0-b2f0-4fa4-8aa0-fb05cd33dbab
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID a62015ba-1f6b-409f-ada7-4389508e3ed8
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID 1ad8f0ea-3453-4636-a7c1-5eef801a1acb
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID ff413862-1a6d-4dfa-b549-720d05d0d0e5
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID c000e87d-f19f-4cdf-96a1-4e95f9c4e0da
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:skeleton_horse that already exists with UUID 7d72ff82-bf6d-4705-8fef-940e7136735a
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:sheep that already exists with UUID 08f6be11-1809-471c-9c42-0dc46a662b47
[12:56:16] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID 99e0eab5-a0da-42aa-ad4e-f406214b67b7
[12:56:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 28%
[12:56:17] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:sheep that already exists with UUID dec8a6f5-1819-41f7-853e-b38268da8143
[12:56:17] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:sheep that already exists with UUID 6d4e47fb-4848-4392-ae47-d1ceb90466cd
[12:56:17] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:cow that already exists with UUID 8ce5e391-3fd2-4275-b75e-56a6dc896fa6
[12:56:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 56%
[12:56:18] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:skeleton_horse that already exists with UUID d2e23cc2-edae-4fa0-a5d2-40220eef96d8
[12:56:18] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:skeleton_horse that already exists with UUID 0c3af7d0-fd8d-4b01-86d2-9a81ff87acf5
[12:56:18] [Server thread/WARN] [net.minecraft.world.WorldServer]: Keeping entity minecraft:pig that already exists with UUID c3db9a8c-c0f6-48fe-adca-d0902146700b
[12:56:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 98%
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.063s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod codechickenlib
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod codechickenlib
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - CodeChicken Lib took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod speedsterheroes
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod speedsterheroes
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - SpeedsterHeroes took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod lucraftcore
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod lucraftcore
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Lucraft: Core took 0.014s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod heroesexpansion
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod heroesexpansion
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - HeroesExpansion took 0.003s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod ichunutil
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod ichunutil
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - iChunUtil took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod jei
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod jei
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Just Enough Items took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod morph
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod morph
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Morph took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nei
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nei
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Not Enough Items took 0.000s
[12:56:19] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.083s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod codechickenlib
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod codechickenlib
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - CodeChicken Lib took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod speedsterheroes
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod speedsterheroes
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - SpeedsterHeroes took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod lucraftcore
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod lucraftcore
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Lucraft: Core took 0.001s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod heroesexpansion
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod heroesexpansion
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - HeroesExpansion took 0.003s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod ichunutil
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod ichunutil
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - iChunUtil took 0.009s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod jei
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod jei
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Just Enough Items took 0.000s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod morph
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod morph
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Morph took 0.003s
[12:56:19] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nei
[12:56:19] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nei
[12:56:19] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Not Enough Items took 0.003s
[12:56:19] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.021s
[12:56:19] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload
[12:56:19] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload
[12:56:19] [Server thread/INFO] [FML]: Unloading dimension -1
[12:56:19] [Server thread/INFO] [FML]: Unloading dimension 1
[12:56:19] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 6, from 10
[12:56:22] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2582ms behind, skipping 51 tick(s)
[12:56:23] [Netty Local Client IO #0/TRACE] [FML]: Handshake channel activating
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]:   Next: HELLO
[12:56:23] [Server thread/TRACE] [FML]: Handshake channel activating
[12:56:23] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START
[12:56:23] [Server thread/DEBUG] [FML]:   Next: HELLO
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: Server FML protocol version 2, 4 byte dimension received 0
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]:   Next: WAITINGSERVERDATA
[12:56:23] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: Received override dimension 0
[12:56:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO
[12:56:23] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[12:56:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ModList:12 mods->FMLHandshakeServerState$2:HELLO
[12:56:23] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 12 mods : minecraft@1.12.2,ichunutil@7.2.1,lucraftcore@1.12.2-2.4.2,nei@2.4.2,FML@8.0.99.99,forge@14.23.5.2814,codechickenlib@3.2.2.353,mcp@9.42,heroesexpansion@1.12.2-1.3.2,morph@7.1.3,speedsterheroes@1.12.2-2.1.3,jei@4.15.0.268
[12:56:23] [Netty Server IO #1/DEBUG] [FML]:   Next: WAITINGCACK
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ModList:12 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]:   Next: PENDINGCOMPLETE
[12:56:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[12:56:23] [Netty Server IO #1/DEBUG] [FML]:   Next: COMPLETE
[12:56:23] [Netty Server IO #1/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config.
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]:   Next: COMPLETE
[12:56:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE
[12:56:23] [Netty Server IO #1/DEBUG] [FML]:   Next: DONE
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:dwarfstaralloy has been selected as the default fluid for dwarfstaralloy
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:osmium has been selected as the default fluid for osmium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:lead has been selected as the default fluid for lead
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:gold has been selected as the default fluid for gold
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:titanium has been selected as the default fluid for titanium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:vibranium has been selected as the default fluid for vibranium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:tin has been selected as the default fluid for tin
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:palladium has been selected as the default fluid for palladium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:intertium has been selected as the default fluid for intertium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:iridium has been selected as the default fluid for iridium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:steel has been selected as the default fluid for steel
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:goldtitaniumalloy has been selected as the default fluid for goldtitaniumalloy
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:nickel has been selected as the default fluid for nickel
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:adamantium has been selected as the default fluid for adamantium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid heroesexpansion:radioactive_acid has been selected as the default fluid for radioactive_acid
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:uranium has been selected as the default fluid for uranium
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:uru has been selected as the default fluid for uru
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid heroesexpansion:web_fluid has been selected as the default fluid for web_fluid
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:iron has been selected as the default fluid for iron
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:copper has been selected as the default fluid for copper
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:silver has been selected as the default fluid for silver
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid heroesexpansion:super_soldier_serum has been selected as the default fluid for super_soldier_serum
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: The fluid lucraftcore:bronze has been selected as the default fluid for bronze
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE
[12:56:23] [Netty Local Client IO #0/DEBUG] [FML]:   Next: DONE
[12:56:23] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[12:56:23] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[12:56:23] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[12:56:23] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: lookitsjoj[local:E:175ab9fe] logged in with entity id 548 at (165.6652572571054, 82.0, -1885.4889850025552)
[12:56:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: lookitsjoj joined the game
[12:56:23] [Client thread/DEBUG] [FML]: Overriding dimension: using 0
[12:56:23] [Server thread/DEBUG] [NotEnoughItems]: Loading Player: lookitsjoj
[12:56:23] [Server thread/DEBUG] [NotEnoughItems]: Sending ServerSide check to: lookitsjoj
[12:56:27] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
[12:56:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Gensokyo'/overworld
[12:56:27] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Gensokyo
[12:56:28] [Client thread/DEBUG] [NotEnoughItems]: Loading Local World
[12:56:29] [Client thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 17 advancements
[12:56:30] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
[12:56:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Gensokyo'/overworld
[12:56:30] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Gensokyo
 

 

Link to comment
Share on other sites

I'm afraid I can't think of anything solid, only suspicions of issues that can't easily be fixed, such as I'm wondering if your hardware is fit to run modded Minecraft

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



×
×
  • Create New...

Important Information

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