Jump to content

Forge 1.12.2 server command line not finishing


Nikodem3007

Recommended Posts

Please provide the server's debug.log

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Spoiler

 

[19:24:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:24:33] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[19:24:33] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[19:24:33] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201
[19:24:33] [main/DEBUG] [FML]: Java classpath at launch is:
[19:24:33] [main/DEBUG] [FML]:     C:\Users\andrz\Desktop\Forge Server\forge-1.12.2-14.23.5.2847-universal.jar
[19:24:33] [main/DEBUG] [FML]: Java library path at launch is:
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files\Java\jre1.8.0_201\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\Sun\Java\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\system32
[19:24:33] [main/DEBUG] [FML]:     C:\Windows
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files (x86)\Razer Chroma SDK\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files\Razer Chroma SDK\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files (x86)\Common Files\Oracle\Java\javapath
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files (x86)\Razer\ChromaBroadcast\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files\Razer\ChromaBroadcast\bin
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\system32
[19:24:33] [main/DEBUG] [FML]:     C:\Windows
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\System32\Wbem
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\System32\WindowsPowerShell\v1.0\
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\System32\OpenSSH\
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
[19:24:33] [main/DEBUG] [FML]:     C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR
[19:24:33] [main/DEBUG] [FML]:     C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
[19:24:33] [main/DEBUG] [FML]:     C:\Users\andrz\AppData\Local\Microsoft\WindowsApps
[19:24:33] [main/DEBUG] [FML]:     
[19:24:33] [main/DEBUG] [FML]:     .
[19:24:33] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: C:\Users\andrz\Desktop\Forge Server\libraries
[19:24:33] [main/DEBUG] [FML]: Cleaning up mods folder: .\mods
[19:24:33] [main/DEBUG] [FML]: Examining file: BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: furniture-6.3.1-1.12.2.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: jei_1.12.2-4.15.0.287.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: LibraryEx-1.12.2-1.0.11.jar
[19:24:33] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/night-config-core-3.6.0.jar(com.electronwill.night-config:core:3.6.0) from C:\Users\andrz\Desktop\Forge Server\mods\memory_repo\com\electronwill\night-config\core\3.6.0\core-3.6.0.jar extracted to .\mods\LibraryEx-1.12.2-1.0.11.jar, skipping extraction
[19:24:33] [main/DEBUG] [FML]: Examining file: core-3.6.0.jar
[19:24:33] [main/DEBUG] [FML]: Found existing ContainedDep META-INF/libraries/night-config-json-3.6.0.jar(com.electronwill.night-config:json:3.6.0) from C:\Users\andrz\Desktop\Forge Server\mods\memory_repo\com\electronwill\night-config\json\3.6.0\json-3.6.0.jar extracted to .\mods\LibraryEx-1.12.2-1.0.11.jar, skipping extraction
[19:24:33] [main/DEBUG] [FML]: Examining file: json-3.6.0.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: NetherEx-1.12.2-2.0.15.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: OptiFine_1.12.2_HD_U_E3.jar
[19:24:33] [main/DEBUG] [FML]: Examining file: Recipes+  Mod v1.1.jar
[19:24:33] [main/DEBUG] [FML]: File already proccessed C:\Users\andrz\Desktop\Forge Server\.\mods\memory_repo\com\electronwill\night-config\core\3.6.0\core-3.6.0.jar, Skipping
[19:24:33] [main/DEBUG] [FML]: File already proccessed C:\Users\andrz\Desktop\Forge Server\.\mods\memory_repo\com\electronwill\night-config\json\3.6.0\json-3.6.0.jar, Skipping
[19:24:33] [main/DEBUG] [FML]: Enabling runtime deobfuscation
[19:24:33] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin
[19:24:33] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[19:24:33] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[19:24:33] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin
[19:24:33] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin
[19:24:33] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[19:24:33] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin
[19:24:33] [main/DEBUG] [FML]: All fundamental core mods are successfully located
[19:24:33] [main/DEBUG] [FML]: Discovering coremods
[19:24:33] [main/INFO] [FML]: Searching C:\Users\andrz\Desktop\Forge Server\.\mods for mods
[19:24:33] [main/DEBUG] [FML]:   Adding BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding furniture-6.3.1-1.12.2.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding good-nights-sleep-1.12.2-v0.2.2.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.287.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding LibraryEx-1.12.2-1.0.11.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding NetherEx-1.12.2-2.0.15.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding OptiFine_1.12.2_HD_U_E3.jar to the mod list
[19:24:33] [main/DEBUG] [FML]:   Adding Recipes+  Mod v1.1.jar to the mod list
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy furniture-6.3.1-1.12.2.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in furniture-6.3.1-1.12.2.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy jei_1.12.2-4.15.0.287.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in jei_1.12.2-4.15.0.287.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy LibraryEx-1.12.2-1.0.11.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in LibraryEx-1.12.2-1.0.11.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy NetherEx-1.12.2-2.0.15.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in NetherEx-1.12.2-2.0.15.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.12.2_HD_U_E3.jar
[19:24:33] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_E3.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy Recipes+  Mod v1.1.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in Recipes+  Mod v1.1.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy core-3.6.0.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in core-3.6.0.jar
[19:24:33] [main/DEBUG] [FML]: Examining for coremod candidacy json-3.6.0.jar
[19:24:33] [main/DEBUG] [FML]: Not found coremod data in json-3.6.0.jar
[19:24:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:24:33] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[19:24:33] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[19:24:33] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer
[19:24:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:24:33] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[19:24:33] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[19:24:33] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[19:24:33] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[19:24:33] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
[19:24:33] [main/DEBUG] [FML]: Injection complete
[19:24:33] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[19:24:33] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin
[19:24:34] [main/DEBUG] [FML]: Read 1145 binary patches
[19:24:34] [main/DEBUG] [FML]: Loading deobfuscation resource /deobfuscation_data-1.12.2.lzma with 36083 records
[19:24:34] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[19:24:34] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully
[19:24:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:24:34] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[19:24:34] [main/DEBUG] [FML]: Injection complete
[19:24:34] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[19:24:34] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin
[19:24:34] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully
[19:24:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:24:34] [main/DEBUG] [FML]: Loaded 215 rules from AccessTransformer config file forge_at.cfg
[19:24:34] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar!META-INF/biomesoplenty_at.cfg

[19:24:34] [main/DEBUG] [FML]: Loaded 2 rules from AccessTransformer mod jar file .\mods\NetherEx-1.12.2-2.0.15.jar!META-INF/netherex_at.cfg

[19:24:34] [main/DEBUG] [FML]: Loaded 13 rules from AccessTransformer mod jar file .\mods\jei_1.12.2-4.15.0.287.jar!META-INF/jei_at.cfg

[19:24:34] [main/DEBUG] [FML]: Validating minecraft
[19:24:35] [main/DEBUG] [FML]: Minecraft validated, launching...
[19:24:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:24:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:24:35] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[19:24:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:24:39] [main/DEBUG] [FML]: Creating vanilla freeze snapshot
[19:24:39] [main/DEBUG] [FML]: Vanilla freeze snapshot created
[19:24:40] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[19:24:40] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[19:24:40] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: The handle is invalid
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_201]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_201]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_201]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_201]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_201]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_201]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_201]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_201]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_201]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201]
    at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [nz$2.class:?]
[19:24:40] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[19:24:40] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[19:24:40] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[19:24:40] [Server thread/DEBUG] [FML]: File C:\Users\andrz\Desktop\Forge Server\config\injectedDependencies.json not found. No dependencies injected
[19:24:40] [Server thread/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[19:24:40] [Server thread/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes
[19:24:40] [Server thread/DEBUG] [FML]: Found a minecraft related file at C:\Users\andrz\Desktop\Forge Server\forge-1.12.2-14.23.5.2847-universal.jar, examining for mod candidates
[19:24:40] [Server thread/TRACE] [FML]: Skipping known library file C:\Users\andrz\Desktop\Forge Server\.\mods\OptiFine_1.12.2_HD_U_E3.jar
[19:24:40] [Server thread/DEBUG] [FML]: Minecraft jar mods loaded successfully
[19:24:40] [Server thread/INFO] [FML]: Searching C:\Users\andrz\Desktop\Forge Server\.\mods for mods
[19:24:40] [Server thread/DEBUG] [FML]:   Adding BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding furniture-6.3.1-1.12.2.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding good-nights-sleep-1.12.2-v0.2.2.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding jei_1.12.2-4.15.0.287.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding LibraryEx-1.12.2-1.0.11.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding NetherEx-1.12.2-2.0.15.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding OptiFine_1.12.2_HD_U_E3.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]:   Adding Recipes+  Mod v1.1.jar to the mod list
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file furniture-6.3.1-1.12.2.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file jei_1.12.2-4.15.0.287.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file LibraryEx-1.12.2-1.0.11.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file NetherEx-1.12.2-2.0.15.jar
[19:24:40] [Server thread/TRACE] [FML]: Skipping already parsed coremod or tweaker OptiFine_1.12.2_HD_U_E3.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file Recipes+  Mod v1.1.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file core-3.6.0.jar
[19:24:40] [Server thread/DEBUG] [FML]: Found a candidate zip or jar file json-3.6.0.jar
[19:24:40] [Server thread/DEBUG] [FML]: Examining file forge-1.12.2-14.23.5.2847-universal.jar for potential mods
[19:24:40] [Server thread/DEBUG] [FML]: The mod container forge-1.12.2-14.23.5.2847-universal.jar appears to be missing an mcmod.info file
[19:24:41] [Server thread/DEBUG] [FML]: Examining file BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (biomesoplenty.core.BiomesOPlenty) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for biomesoplenty: Requirements: [forge@[14.23.5.2768,)] After:[forge@[14.23.5.2768,)] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file furniture-6.3.1-1.12.2.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file furniture-6.3.1-1.12.2.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mrcrayfish.furniture.MrCrayfishFurnitureMod) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for cfm: Requirements: [] After:[crafttweaker] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file good-nights-sleep-1.12.2-v0.2.2.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.legacy.goodnightsleep.GoodNightSleep) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for goodnightsleep: Requirements: [] After:[] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file jei_1.12.2-4.15.0.287.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file jei_1.12.2-4.15.0.287.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for jei: Requirements: [forge@[14.23.5.2816,)] After:[forge@[14.23.5.2816,)] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file LibraryEx-1.12.2-1.0.11.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file LibraryEx-1.12.2-1.0.11.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (logictechcorp.libraryex.LibraryEx) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for libraryex: Requirements: [forge@[1.12.2-14.23.4.2768,)] After:[forge@[1.12.2-14.23.4.2768,)] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file NetherEx-1.12.2-2.0.15.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file NetherEx-1.12.2-2.0.15.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (logictechcorp.netherex.NetherEx) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for netherex: Requirements: [libraryex@[1.0.11,)] After:[libraryex@[1.0.11,)] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file Recipes+  Mod v1.1.jar for potential mods
[19:24:41] [Server thread/TRACE] [FML]: Located mcmod.info file in file Recipes+  Mod v1.1.jar
[19:24:41] [Server thread/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.TrazorMC.ExtraThings.ExtraThings) - loading
[19:24:41] [Server thread/TRACE] [FML]: Parsed dependency info for tem: Requirements: [] After:[] Before:[]
[19:24:41] [Server thread/DEBUG] [FML]: Examining file core-3.6.0.jar for potential mods
[19:24:41] [Server thread/DEBUG] [FML]: The mod container core-3.6.0.jar appears to be missing an mcmod.info file
[19:24:41] [Server thread/DEBUG] [FML]: Examining file json-3.6.0.jar for potential mods
[19:24:41] [Server thread/DEBUG] [FML]: The mod container json-3.6.0.jar appears to be missing an mcmod.info file
[19:24:41] [Server thread/INFO] [FML]: Forge Mod Loader has identified 11 mods to load
[19:24:41] [Server thread/DEBUG] [FML]: Found API mezz.jei.api (owned by jei providing JustEnoughItemsAPI) embedded in jei
[19:24:41] [Server thread/DEBUG] [FML]: Creating API container dummy for API JustEnoughItemsAPI: owner: jei, dependents: []
[19:24:41] [Server thread/TRACE] [FML]: Received a system property request ''
[19:24:41] [Server thread/TRACE] [FML]: System property request managing the state of 0 mods
[19:24:41] [Server thread/DEBUG] [FML]: After merging, found state information for 0 mods
[19:24:41] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod biomesoplenty
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod cfm
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod goodnightsleep
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod jei
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod libraryex
[19:24:41] [Server thread/WARN] [FML]: Missing English translation for libraryex: assets/libraryex/lang/en_us.lang
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod netherex
[19:24:41] [Server thread/DEBUG] [FML]: Enabling mod tem
[19:24:41] [Server thread/TRACE] [FML]: Verifying mod requirements are satisfied
[19:24:41] [Server thread/TRACE] [FML]: All mod requirements are satisfied
[19:24:41] [Server thread/TRACE] [FML]: Sorting mods into an ordered list
[19:24:41] [Server thread/TRACE] [FML]: Mod sorting completed successfully
[19:24:41] [Server thread/DEBUG] [FML]: Mod sorting data
[19:24:41] [Server thread/DEBUG] [FML]:     biomesoplenty(Biomes O' Plenty:7.0.1.2439): BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar (required-after:forge@[14.23.5.2768,))
[19:24:41] [Server thread/DEBUG] [FML]:     cfm(MrCrayfish's Furniture Mod:6.3.1): furniture-6.3.1-1.12.2.jar (after:crafttweaker)
[19:24:41] [Server thread/DEBUG] [FML]:     goodnightsleep(Good Night's Sleep:0.2.2): good-nights-sleep-1.12.2-v0.2.2.jar ()
[19:24:41] [Server thread/DEBUG] [FML]:     jei(Just Enough Items:4.15.0.287): jei_1.12.2-4.15.0.287.jar (required-after:forge@[14.23.5.2816,);)
[19:24:41] [Server thread/DEBUG] [FML]:     libraryex(LibraryEx:1.0.11): LibraryEx-1.12.2-1.0.11.jar (required-after:forge@[1.12.2-14.23.4.2768,);)
[19:24:41] [Server thread/DEBUG] [FML]:     netherex(NetherEx:2.0.15): NetherEx-1.12.2-2.0.15.jar (required-after:libraryex@[1.0.11,);)
[19:24:41] [Server thread/DEBUG] [FML]:     tem(Recipes+ Mod:1.1): Recipes+  Mod v1.1.jar ()
[19:24:41] [Server thread/DEBUG] [FML]:     JustEnoughItemsAPI(API: JustEnoughItemsAPI:4.13.0): jei_1.12.2-4.15.0.287.jar ()
[19:24:41] [Server thread/INFO] [FML]: FML has found a non-mod file core-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:24:42] [Server thread/INFO] [FML]: FML has found a non-mod file json-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:24:42] [Server thread/DEBUG] [FML]: Loading @Config anotation data
[19:24:42] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft
[19:24:42] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft
[19:24:42] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.015s
[19:24:42] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp
[19:24:42] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp
[19:24:42] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.003s
[19:24:42] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML
[19:24:42] [Server thread/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists
[19:24:42] [Server thread/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection
[19:24:42] [Server thread/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99)
[19:24:42] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, cfm, goodnightsleep, jei, libraryex, netherex, tem] at CLIENT
[19:24:42] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, biomesoplenty, cfm, goodnightsleep, jei, libraryex, netherex, tem] at SERVER
[19:24:42] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML
[19:24:42] [Server thread/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.367s
[19:24:42] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge
[19:24:42] [Server thread/DEBUG] [forge]: Loading Vanilla annotations: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@260fae7
[19:24:42] [Server thread/DEBUG] [forge]: Preloading CrashReport Classes
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$10
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$11
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$12
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$13
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$14
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$6
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$7
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$8
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/Minecraft$9
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/multiplayer/WorldClient$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/particle/ParticleManager$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/EntityRenderer$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderGlobal$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/RenderItem$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$6
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReport$7
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/crash/CrashReportCategory$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/Entity$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/EntityTracker$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/entity/player/InventoryPlayer$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/nbt/NBTTagCompound$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/network/NetHandlerPlayServer$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/network/NetworkSystem$6
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/MinecraftServer$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/server/integrated/IntegratedServer$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/tileentity/TileEntity$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/World$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/chunk/Chunk$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$10
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$2
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$3
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$4
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$5
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$6
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$7
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$8
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraft/world/storage/WorldInfo$9
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Alignment
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Column
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/common/util/TextTable$Row
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/client/SplashProgress$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/ICrashCallable
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[19:24:42] [Server thread/DEBUG] [forge]:     net/minecraftforge/fml/common/Loader$1
[19:24:42] [Server thread/TRACE] [FML]: Mod forge is using network checker : No network checking performed
[19:24:42] [Server thread/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection
[19:24:42] [Server thread/TRACE] [FML]: The mod forge accepts its own version (14.23.5.2847)
[19:24:42] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE
[19:24:42] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge
[19:24:42] [Server thread/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.350s
[19:24:42] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod biomesoplenty
[19:24:42] [Server thread/TRACE] [FML]: Mod biomesoplenty is using network checker : Accepting version 7.0.1.2439
[19:24:42] [Server thread/TRACE] [FML]: Testing mod biomesoplenty to verify it accepts its own version in a remote connection
[19:24:42] [Server thread/TRACE] [FML]: The mod biomesoplenty accepts its own version (7.0.1.2439)
[19:24:42] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into biomesoplenty
[19:24:42] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomesoplenty
[19:24:42] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into biomesoplenty for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod biomesoplenty
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Biomes O' Plenty took 0.059s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod cfm
[19:24:43] [Server thread/TRACE] [FML]: Mod cfm is using network checker : Accepting version 6.3.1
[19:24:43] [Server thread/TRACE] [FML]: Testing mod cfm to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod cfm accepts its own version (6.3.1)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into cfm
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for cfm
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mrcrayfish.furniture.init.RegistrationHandler$Recipes for mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mrcrayfish.furniture.init.RegistrationHandler$Recipes
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mrcrayfish.furniture.init.RegistrationHandler$Items for mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mrcrayfish.furniture.init.RegistrationHandler$Items
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mrcrayfish.furniture.init.RegistrationHandler$Blocks for mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mrcrayfish.furniture.init.RegistrationHandler$Blocks
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mrcrayfish.furniture.init.RegistrationHandler$Sounds for mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mrcrayfish.furniture.init.RegistrationHandler$Sounds
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for com.mrcrayfish.furniture.handler.ContainerEvents for mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class com.mrcrayfish.furniture.handler.ContainerEvents
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into cfm for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod cfm
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - MrCrayfish's Furniture Mod took 0.051s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod goodnightsleep
[19:24:43] [Server thread/TRACE] [FML]: Mod goodnightsleep is using network checker : Accepting version 0.2.2
[19:24:43] [Server thread/TRACE] [FML]: Testing mod goodnightsleep to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod goodnightsleep accepts its own version (0.2.2)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into goodnightsleep
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for goodnightsleep
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into goodnightsleep for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod goodnightsleep
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Good Night's Sleep took 0.011s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod jei
[19:24:43] [Server thread/TRACE] [FML]: Mod jei is using network checker : Invoking method checkModLists
[19:24:43] [Server thread/TRACE] [FML]: Testing mod jei to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod jei accepts its own version (4.15.0.287)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into jei
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into jei for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod jei
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Just Enough Items took 0.018s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod libraryex
[19:24:43] [Server thread/TRACE] [FML]: Mod libraryex is using network checker : Accepting version 1.0.11
[19:24:43] [Server thread/TRACE] [FML]: Testing mod libraryex to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod libraryex accepts its own version (1.0.11)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into libraryex
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for libraryex
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into libraryex for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod libraryex
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - LibraryEx took 0.006s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod netherex
[19:24:43] [Server thread/TRACE] [FML]: Mod netherex is using network checker : Accepting version 2.0.15
[19:24:43] [Server thread/TRACE] [FML]: Testing mod netherex to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod netherex accepts its own version (2.0.15)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into netherex
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for netherex
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExBlocks$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExBlocks$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExRecipes for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExRecipes
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.RemapHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.RemapHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExEntities$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExEntities$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExItems$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExItems$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.BiomeTraitGenerationHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.BiomeTraitGenerationHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.BlockHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.BlockHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.WorldHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.WorldHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExRecipes$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExRecipes$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.ConfigHandler$ConfigSyncHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.ConfigHandler$ConfigSyncHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.LivingHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.LivingHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExSoundEvents$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExSoundEvents$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExMobEffects$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExMobEffects$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExBiomes$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExBiomes$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.RegistryHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.RegistryHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.InputHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.InputHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExPotions$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExPotions$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.LootHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.LootHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.handler.PlayerHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.handler.PlayerHandler
[19:24:43] [Server thread/DEBUG] [FML]: Registering @EventBusSubscriber for logictechcorp.netherex.init.NetherExPigtificates$EventHandler for mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Injected @EventBusSubscriber class logictechcorp.netherex.init.NetherExPigtificates$EventHandler
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into netherex for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod netherex
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - NetherEx took 0.681s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLConstructionEvent to mod tem
[19:24:43] [Server thread/TRACE] [FML]: Mod tem is using network checker : Accepting version 1.1
[19:24:43] [Server thread/TRACE] [FML]: Testing mod tem to verify it accepts its own version in a remote connection
[19:24:43] [Server thread/TRACE] [FML]: The mod tem accepts its own version (1.1)
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @SidedProxy classes into tem
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for tem
[19:24:43] [Server thread/DEBUG] [FML]: Attempting to inject @Config classes into tem for type INSTANCE
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLConstructionEvent to mod tem
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: Construction - Recipes+ Mod took 0.011s
[19:24:43] [Server thread/DEBUG] [FML]: Bar Finished: Construction took 1.571s
[19:24:43] [Server thread/DEBUG] [FML]: Mod signature data
[19:24:43] [Server thread/DEBUG] [FML]:      Valid Signatures:
[19:24:43] [Server thread/DEBUG] [FML]:      Missing Signatures:
[19:24:43] [Server thread/DEBUG] [FML]:         minecraft    (Minecraft    1.12.2)    minecraft.jar
[19:24:43] [Server thread/DEBUG] [FML]:         mcp    (Minecraft Coder Pack    9.42)    minecraft.jar
[19:24:43] [Server thread/DEBUG] [FML]:         FML    (Forge Mod Loader    8.0.99.99)    forge-1.12.2-14.23.5.2847-universal.jar
[19:24:43] [Server thread/DEBUG] [FML]:         forge    (Minecraft Forge    14.23.5.2847)    forge-1.12.2-14.23.5.2847-universal.jar
[19:24:43] [Server thread/DEBUG] [FML]:         biomesoplenty    (Biomes O' Plenty    7.0.1.2439)    BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar
[19:24:43] [Server thread/DEBUG] [FML]:         cfm    (MrCrayfish's Furniture Mod    6.3.1)    furniture-6.3.1-1.12.2.jar
[19:24:43] [Server thread/DEBUG] [FML]:         goodnightsleep    (Good Night's Sleep    0.2.2)    good-nights-sleep-1.12.2-v0.2.2.jar
[19:24:43] [Server thread/DEBUG] [FML]:         jei    (Just Enough Items    4.15.0.287)    jei_1.12.2-4.15.0.287.jar
[19:24:43] [Server thread/DEBUG] [FML]:         libraryex    (LibraryEx    1.0.11)    LibraryEx-1.12.2-1.0.11.jar
[19:24:43] [Server thread/DEBUG] [FML]:         netherex    (NetherEx    2.0.15)    NetherEx-1.12.2-2.0.15.jar
[19:24:43] [Server thread/DEBUG] [FML]:         tem    (Recipes+ Mod    1.1)    Recipes+  Mod v1.1.jar
[19:24:43] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[19:24:43] [Server thread/INFO] [FML]: Found 1390 ObjectHolder annotations
[19:24:43] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[19:24:43] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML
[19:24:43] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML
[19:24:43] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.002s
[19:24:43] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge
[19:24:44] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[19:24:44] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge
[19:24:44] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.127s
[19:24:44] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod biomesoplenty
[19:24:44] [Forge Version Check/INFO] [forge.VersionCheck]: [goodnightsleep] Starting version check at https://gist.githubusercontent.com/Lachney/30ab83d5fe6bd534880ba6efb8f958a3/raw/good-nights-sleep-changelog.json
[19:24:45] [Forge Version Check/DEBUG] [forge.VersionCheck]: [goodnightsleep] Received version check data:
{
   "homepage": "https://minecraft.curseforge.com/projects/good-nights-sleep",
   "promos": {
      "1.12.2-recommended": "0.0.1",
      "1.12.2-latest": "0.0.1",
      "1.6.4-recommended": "b2.3.2",
      "1.6.4-latest": "b2.3.2",
      "1.6.2-recommended": "b2.3",
      "1.6.2-latest": "b2.3",
      "1.5.2-recommended": "a1.0",
      "1.5.2-latest": "a1.0"
   },
   "1.12.2": {
      "0.0.1": "- Ported to 1.12.2\n"
   },
   "1.6.4": {
      "b2.3.2": "- Stews now work in the nightmare again\n- Strange bed no longer crashes game upon clicking on it\n- Added a goodnightssleep config directory\n- Added a DataGNS file\n- Increased compatibility with other biome mods (new biome id generator method)\n- Updated for 1.6.4 compatibility; this does not work with 1.6.2!\n- Enirboreh evomer ot deliaf\n- There is a derpy big tree gen bug that makes the big trees look like lollipops.\n- Armor textures for nightmare materials have not been added yet.\n- Server compatibility has only recently been added, so there may be some notable bugs on a modded server.\n"
   },
   "1.6.2": {
      "b2.3": "- Added Tormenter with AI similar to that of zombies. They drop Necrum\n- server capability added\n- dead wood recipe bug\n- XP bar no longer seemingly empties upon entering a dream\n- chance of Rainbow Ore dropping itself is changed to 50%\n- Rainbow Ore does not drop coal anymore\n- increased compatibility of dream dimension id's by setting them to 242 and -242 instead of 2 and -2\n",
      "b2.2.3": "- fixed bug in which the negatite pickaxe was replaced with a negatite axe\n- Lolipops are in item form in the decorations tab,\n- There is a derpy big tree gen bug that makes the big trees look like lollipops.\n- Armor textures for nightmare materials have not been added yet.\n- ID assigning methods are brand new and may have some issues when used with certain mods. Please tell me if this happens!\n- This mod is not server-compatible\n",
      "b2.2": "- Added method that automatically assigns item ID's if they are incompatible with other ID's\n- Added method that automatically assigns block ID's if they are incompatible with other ID's\n- Added ItemGNS.cfg file created on startup that allows alteration of itemID's\n- Added BlockGNS.cfg file created on startup that allows alteration of block ID's\n- Fixed a bug preventing players from mining shadow stones or negatite blocks\n- Enirboreh evomer ot deliaf\n- There is a derpy big tree gen bug that makes the big trees look like lollipops.\n- Armor textures for nightmare materials have not been added yet.\n- ID assigning methods are brand new and may have some issues when used with certain mods. Please tell me if this happens!\n- This mod is not server-compatible\n- Negatite pick axe is replaced with another negatite axe\n",
      "b2.1": "- players will spawn on overworld grass platforms in the nightmare\n- beds will now set the player's spawn point\n- limited dream time, players are teleported back after 20 min\n- luxurious and wretched stew\n- stews can transfer players to overworld if consumed in opposite dream\n- stews can reset dream timer if consumed in corresponding dream\n- made negatite items less durable and candy armor slightly more durable\n- added necrum tools for nightmare (rotting tissue material)\n- added zitrite tools for nightmare (darkness material)\n- nightmare tools are unenchantable\n- reduced zombie pigman spawn rate in nightmare\n- added silverfish, witches, and blazes to the nightmare\n- tried and failed to add giant zombies. But you can still have a spawn egg!\n- zitrite ore is smelted into zitrite ingots to craft zitrite items\n- zitrite and necrum ores spawn in the nightmare\n- stews are craftable\n- improved clicking on the beds, using a totally different event method to teleport the player\n- stews aren't consumed when in creative mode, but still have same effect\n- candy is converted directly to powdered sugar, and necrum is converted directly to necrotic extract\n- added Solid Necrum, which is crafted from 4 necrum (parallel to hard candy)\n- added Negatite and Zitrite blocks\n- added a strange bed, which teleports players to a dream at random; it is crafted from a hope, despair, and bed\n- luxurious/wretched beds are now crafted from one bed and one positite/negatite\n- improved special mushroom generation in overworld\n- removed bed generation in overworld\n- enirboreh evomer ot deliaf\n- There is a derpy big tree gen bug that makes the big trees look like lollipops.\n- Armor textures for nightmare materials have not been added yet.\n- Do you hear that noise? WAIT! COULD THAT BE - ...\n",
      "b1.0": "- nighmare trees\n- gumdrop = seeds texture bug is no more\n- despair mushrooms should use other item to grow, necrotic extract\n- necrotic extract (recipe: 1 zombie flesh)\n- repairable tools\n- Positite tool names!\n- fixed multiblock textures\n- made nightmare presentable\n- Nightmare grass\n- bed overworld gen (1/100 chance per chunk, assuming flat terrain)\n- make compatible with 1.6.2\n- Nightmare mushroom gen\n- Nightmare has a visible moon\n- grass gen in nightmare\n- tree gen in nightmare\n- NIGHTMARE GRASS IS EVIL!!! >:D\n- got rid of bats in good dream\n- fixed baby creeper ghost bug\n- new bed recipe\n- made item/block id's more compatible with other mods\n- negatite tools\n- negatite ore yields negatite\n- generations for negatite ore\n- corrected positite hoe texture\n- added \"nether splashes\" to nightmare\n- made nightmare more hilly\n- temporarily removed herobrine\n"
   },
   "1.5.2": {
      "a1.0": "- Updated from 1.4.2 to 1.5.2. I will post the 1.6.2 version very soon.\n- Many bugs, this is only Alpha. Many will be fixed by Beta.\n"
   }
}
[19:24:45] [Forge Version Check/INFO] [forge.VersionCheck]: [goodnightsleep] Found status: AHEAD Target: null
[19:24:45] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[19:24:45] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data:
{
  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
  "promos": {
    "1.1-latest": "1.3.2.6",
    "1.10-latest": "12.18.0.2000",
    "1.10.2-latest": "12.18.3.2511",
    "1.10.2-recommended": "12.18.3.2185",
    "1.11-latest": "13.19.1.2199",
    "1.11-recommended": "13.19.1.2189",
    "1.11.2-latest": "13.20.1.2588",
    "1.11.2-recommended": "13.20.1.2386",
    "1.12-latest": "14.21.1.2443",
    "1.12-recommended": "14.21.1.2387",
    "1.12.1-latest": "14.22.1.2485",
    "1.12.1-recommended": "14.22.1.2478",
    "1.12.2-latest": "14.23.5.2847",
    "1.12.2-recommended": "14.23.5.2768",
    "1.13.2-latest": "25.0.219",
    "1.14.2-latest": "26.0.63",
    "1.14.3-latest": "27.0.60",
    "1.14.4-latest": "28.1.1",
    "1.14.4-recommended": "28.1.0",
    "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"
  }
}
[19:24:45] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[19:24:45] [Server thread/TRACE] [FML]: Automatically registered mod biomesoplenty entity mudball as biomesoplenty:mudball
[19:24:45] [Server thread/TRACE] [FML]: Automatically registered mod biomesoplenty entity bop_boat as biomesoplenty:bop_boat
[19:24:45] [Server thread/TRACE] [FML]: Automatically registered mod biomesoplenty entity wasp as biomesoplenty:wasp
[19:24:47] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod biomesoplenty
[19:24:47] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Biomes O' Plenty took 3.287s
[19:24:47] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod cfm
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod cfm
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - MrCrayfish's Furniture Mod took 0.902s
[19:24:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod goodnightsleep
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod goodnightsleep
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Good Night's Sleep took 0.015s
[19:24:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod jei
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod jei
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Just Enough Items took 0.049s
[19:24:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod libraryex
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod libraryex
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - LibraryEx took 0.002s
[19:24:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod netherex
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod netherex
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - NetherEx took 0.003s
[19:24:48] [Server thread/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod tem
[19:24:48] [Server thread/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod tem
[19:24:48] [Server thread/DEBUG] [FML]: Bar Step: PreInitialization - Recipes+ Mod took 0.053s
[19:24:48] [Server thread/DEBUG] [FML]: Bar Finished: PreInitialization took 4.440s
[19:24:48] [Server thread/INFO] [FML]: Applying holder lookups
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_vines for public static logictechcorp.netherex.block.BlockSpoulVines logictechcorp.netherex.init.NetherExBlocks.SPOUL_VINES. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_fruit for public static logictechcorp.netherex.block.BlockSpoulFruit logictechcorp.netherex.init.NetherExBlocks.SPOUL_FRUIT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom for public static logictechcorp.netherex.block.BlockSpoulShroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_cap for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_CAP. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_stem for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_STEM. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:leader for public static logictechcorp.netherex.village.PigtificateProfessionLeader logictechcorp.netherex.init.NetherExPigtificates.LEADER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:dimwit for public static logictechcorp.netherex.village.PigtificateProfessionDimwit logictechcorp.netherex.init.NetherExPigtificates.DIMWIT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:forager for public static logictechcorp.netherex.village.PigtificateProfessionForager logictechcorp.netherex.init.NetherExPigtificates.FORAGER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smith for public static logictechcorp.netherex.village.PigtificateProfessionSmith logictechcorp.netherex.init.NetherExPigtificates.SMITH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:sorcerer for public static logictechcorp.netherex.village.PigtificateProfessionSorcerer logictechcorp.netherex.init.NetherExPigtificates.SORCERER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ruthless_sands for public static logictechcorp.netherex.world.biome.BiomeRuthlessSands logictechcorp.netherex.init.NetherExBiomes.RUTHLESS_SANDS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:fungi_forest for public static logictechcorp.netherex.world.biome.BiomeFungiForest logictechcorp.netherex.init.NetherExBiomes.FUNGI_FOREST. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:torrid_wasteland for public static logictechcorp.netherex.world.biome.BiomeTorridWasteland logictechcorp.netherex.init.NetherExBiomes.TORRID_WASTELAND. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:arctic_abyss for public static logictechcorp.netherex.world.biome.BiomeArcticAbyss logictechcorp.netherex.init.NetherExBiomes.ARCTIC_ABYSS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ember_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.EMBER_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ember_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.EMBER_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_warn for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_WARN. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_explode for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_EXPLODE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_warn for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_WARN. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_shoot for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_SHOOT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_shoot for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_SHOOT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_summon for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_SUMMON. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:gloomy_netherbrick for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.GLOOMY_NETHERBRICK. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:lively_netherbrick for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.LIVELY_NETHERBRICK. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:fiery_netherbrick for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.FIERY_NETHERBRICK. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:icy_netherbrick for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.ICY_NETHERBRICK. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_bone for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.WITHER_BONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_dust for public static logictechcorp.netherex.item.ItemWitherDust logictechcorp.netherex.init.NetherExItems.WITHER_DUST. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frost_rod for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.FROST_ROD. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frost_powder for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.FROST_POWDER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_wither_bone for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.BLAZED_WITHER_BONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_wither_bone for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.FROSTED_WITHER_BONE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:orange_salamander_hide for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.ORANGE_SALAMANDER_HIDE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:black_salamander_hide for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.BLACK_SALAMANDER_HIDE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:amethyst_crystal for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.AMETHYST_CRYSTAL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:rime_crystal for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIME_CRYSTAL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:rime_and_steel for public static logictechcorp.netherex.item.ItemRimeAndSteel logictechcorp.netherex.init.NetherExItems.RIME_AND_STEEL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.SPORE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:coolmar_spider_fang for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.COOLMAR_SPIDER_FANG. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ripper_claw for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIPPER_CLAW. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_tear for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.GHAST_QUEEN_TEAR. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:obsidian_boat for public static logictechcorp.netherex.item.ItemObsidianBoat logictechcorp.netherex.init.NetherExItems.OBSIDIAN_BOAT. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_meat_raw for public static logictechcorp.libraryex.item.ItemModEdible logictechcorp.netherex.init.NetherExItems.GHAST_MEAT_RAW. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_meat_cooked for public static logictechcorp.libraryex.item.ItemModEdible logictechcorp.netherex.init.NetherExItems.GHAST_MEAT_COOKED. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:congealed_magma_cream for public static logictechcorp.libraryex.item.ItemModEdible logictechcorp.netherex.init.NetherExItems.CONGEALED_MAGMA_CREAM. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:enoki_mushroom for public static logictechcorp.libraryex.item.ItemModEdible logictechcorp.netherex.init.NetherExItems.ENOKI_MUSHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:dull_mirror for public static logictechcorp.netherex.item.ItemDullMirror logictechcorp.netherex.init.NetherExItems.DULL_MIRROR. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_sword for public static logictechcorp.libraryex.item.ItemModSword logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_SWORD. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_pickaxe for public static logictechcorp.libraryex.item.ItemModPickaxe logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_PICKAXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_shovel for public static logictechcorp.libraryex.item.ItemModShovel logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_SHOVEL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_axe for public static logictechcorp.libraryex.item.ItemModAxe logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_AXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_hoe for public static logictechcorp.libraryex.item.ItemModHoe logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_HOE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:withered_amedian_hammer for public static logictechcorp.libraryex.item.ItemModHammer logictechcorp.netherex.init.NetherExItems.WITHERED_AMEDIAN_HAMMER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_sword for public static logictechcorp.libraryex.item.ItemModSword logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_SWORD. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_pickaxe for public static logictechcorp.libraryex.item.ItemModPickaxe logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_PICKAXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_shovel for public static logictechcorp.libraryex.item.ItemModShovel logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_SHOVEL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_axe for public static logictechcorp.libraryex.item.ItemModAxe logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_AXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_hoe for public static logictechcorp.libraryex.item.ItemModHoe logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_HOE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:blazed_amedian_hammer for public static logictechcorp.libraryex.item.ItemModHammer logictechcorp.netherex.init.NetherExItems.BLAZED_AMEDIAN_HAMMER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_sword for public static logictechcorp.libraryex.item.ItemModSword logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_SWORD. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_pickaxe for public static logictechcorp.libraryex.item.ItemModPickaxe logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_PICKAXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_shovel for public static logictechcorp.libraryex.item.ItemModShovel logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_SHOVEL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_axe for public static logictechcorp.libraryex.item.ItemModAxe logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_AXE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_hoe for public static logictechcorp.libraryex.item.ItemModHoe logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_HOE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frosted_amedian_hammer for public static logictechcorp.libraryex.item.ItemModHammer logictechcorp.netherex.init.NetherExItems.FROSTED_AMEDIAN_HAMMER. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_bone_helmet for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.WITHER_BONE_HELMET. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_bone_chestplate for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.WITHER_BONE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_bone_leggings for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.WITHER_BONE_LEGGINGS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wither_bone_boots for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.WITHER_BONE_BOOTS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:orange_salamander_hide_helmet for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.ORANGE_SALAMANDER_HIDE_HELMET. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:orange_salamander_hide_chestplate for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.ORANGE_SALAMANDER_HIDE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:orange_salamander_hide_leggings for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.ORANGE_SALAMANDER_HIDE_LEGGINGS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:orange_salamander_hide_boots for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.ORANGE_SALAMANDER_HIDE_BOOTS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:black_salamander_hide_helmet for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.BLACK_SALAMANDER_HIDE_HELMET. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:black_salamander_hide_chestplate for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.BLACK_SALAMANDER_HIDE_CHESTPLATE. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:black_salamander_hide_leggings for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.BLACK_SALAMANDER_HIDE_LEGGINGS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:black_salamander_hide_boots for public static logictechcorp.libraryex.item.ItemModArmor logictechcorp.netherex.init.NetherExItems.BLACK_SALAMANDER_HIDE_BOOTS. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frozen for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FROZEN. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frostbitten for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FROSTBITTEN. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:infested for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.INFESTED. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:crying for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.CRYING. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:fire_burning for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FIRE_BURNING. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sucked for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.SOUL_SUCKED. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:freezing for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.FREEZING. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frigid_health for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.FRIGID_HEALTH. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:dispersal for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.DISPERSAL. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/DEBUG] [FML]: Unable to lookup netherex:sorrow for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.SORROW. This means the object wasn't registered. It's likely just mod options.
[19:24:48] [Server thread/INFO] [FML]: Holder lookups applied
[19:24:49] [Server thread/INFO] [FML]: Applying holder lookups
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_vines for public static logictechcorp.netherex.block.BlockSpoulVines logictechcorp.netherex.init.NetherExBlocks.SPOUL_VINES. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_fruit for public static logictechcorp.netherex.block.BlockSpoulFruit logictechcorp.netherex.init.NetherExBlocks.SPOUL_FRUIT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom for public static logictechcorp.netherex.block.BlockSpoulShroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_cap for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_CAP. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_stem for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_STEM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:leader for public static logictechcorp.netherex.village.PigtificateProfessionLeader logictechcorp.netherex.init.NetherExPigtificates.LEADER. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:dimwit for public static logictechcorp.netherex.village.PigtificateProfessionDimwit logictechcorp.netherex.init.NetherExPigtificates.DIMWIT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:forager for public static logictechcorp.netherex.village.PigtificateProfessionForager logictechcorp.netherex.init.NetherExPigtificates.FORAGER. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smith for public static logictechcorp.netherex.village.PigtificateProfessionSmith logictechcorp.netherex.init.NetherExPigtificates.SMITH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:sorcerer for public static logictechcorp.netherex.village.PigtificateProfessionSorcerer logictechcorp.netherex.init.NetherExPigtificates.SORCERER. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ruthless_sands for public static logictechcorp.netherex.world.biome.BiomeRuthlessSands logictechcorp.netherex.init.NetherExBiomes.RUTHLESS_SANDS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:fungi_forest for public static logictechcorp.netherex.world.biome.BiomeFungiForest logictechcorp.netherex.init.NetherExBiomes.FUNGI_FOREST. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:torrid_wasteland for public static logictechcorp.netherex.world.biome.BiomeTorridWasteland logictechcorp.netherex.init.NetherExBiomes.TORRID_WASTELAND. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:arctic_abyss for public static logictechcorp.netherex.world.biome.BiomeArcticAbyss logictechcorp.netherex.init.NetherExBiomes.ARCTIC_ABYSS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:pigtificate_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.PIGTIFICATE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:mogus_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.MOGUS_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:salamander_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SALAMANDER_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:wight_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.WIGHT_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ember_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.EMBER_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ember_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.EMBER_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:nethermite_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.NETHERMITE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spinout_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPINOUT_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_warn for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_WARN. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spore_explode for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.SPORE_EXPLODE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_warn for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_WARN. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghastling_shoot for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHASTLING_SHOOT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_ambient for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_AMBIENT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_hurt for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_HURT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_death for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_DEATH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_shoot for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_SHOOT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ghast_queen_summon for public static net.minecraft.util.SoundEvent logictechcorp.netherex.init.NetherExSoundEvents.GHAST_QUEEN_SUMMON. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ripper_claw for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIPPER_CLAW. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frozen for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FROZEN. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frostbitten for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FROSTBITTEN. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:infested for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.INFESTED. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:crying for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.CRYING. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:fire_burning for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.FIRE_BURNING. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sucked for public static net.minecraft.potion.Potion logictechcorp.netherex.init.NetherExMobEffects.SOUL_SUCKED. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:freezing for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.FREEZING. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:frigid_health for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.FRIGID_HEALTH. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:dispersal for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.DISPERSAL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:sorrow for public static logictechcorp.libraryex.potion.PotionMod logictechcorp.netherex.init.NetherExPotions.SORROW. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/INFO] [FML]: Holder lookups applied
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:ghast_queen_fireball as netherex:ghast_queen_fireball
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:ghastling_fireball as netherex:ghastling_fireball
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:blue_fireball as netherex:blue_fireball
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:obsidian_boat as netherex:obsidian_boat
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:pigtificate_leader as netherex:pigtificate_leader
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:pigtificate as netherex:pigtificate
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:gold_golem as netherex:gold_golem
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:mogus as netherex:mogus
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:salamander as netherex:salamander
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:wight as netherex:wight
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:ember as netherex:ember
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:nethermite as netherex:nethermite
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:spinout as netherex:spinout
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:spore_creeper as netherex:spore_creeper
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:spore as netherex:spore
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:ghastling as netherex:ghastling
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:coolmar_spider as netherex:coolmar_spider
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:brute as netherex:brute
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:frost as netherex:frost
[19:24:49] [Server thread/TRACE] [FML]: Automatically registered mod netherex entity netherex:ghast_queen as netherex:ghast_queen
[19:24:49] [Server thread/INFO] [FML]: Applying holder lookups
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_vines for public static logictechcorp.netherex.block.BlockSpoulVines logictechcorp.netherex.init.NetherExBlocks.SPOUL_VINES. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_fruit for public static logictechcorp.netherex.block.BlockSpoulFruit logictechcorp.netherex.init.NetherExBlocks.SPOUL_FRUIT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom for public static logictechcorp.netherex.block.BlockSpoulShroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_cap for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_CAP. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_stem for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_STEM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ripper_claw for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIPPER_CLAW. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/INFO] [FML]: Holder lookups applied
[19:24:49] [Server thread/INFO] [FML]: Applying holder lookups
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_vines for public static logictechcorp.netherex.block.BlockSpoulVines logictechcorp.netherex.init.NetherExBlocks.SPOUL_VINES. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_fruit for public static logictechcorp.netherex.block.BlockSpoulFruit logictechcorp.netherex.init.NetherExBlocks.SPOUL_FRUIT. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom for public static logictechcorp.netherex.block.BlockSpoulShroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_cap for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_CAP. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_stem for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_STEM. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ripper_claw for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIPPER_CLAW. This means the object wasn't registered. It's likely just mod options.
[19:24:49] [Server thread/INFO] [FML]: Holder lookups applied
[19:24:49] [Server thread/INFO] [FML]: Injecting itemstacks
[19:24:49] [Server thread/INFO] [FML]: Itemstack injection complete
[19:24:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[19:24:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[19:24:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[19:24:49] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.1.10:25565
[19:24:49] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `nether_brick_fence`, expected `netherex`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/INFO] [FML]: Applying holder lookups
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone for public static logictechcorp.libraryex.block.BlockMod logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_vines for public static logictechcorp.netherex.block.BlockSpoulVines logictechcorp.netherex.init.NetherExBlocks.SPOUL_VINES. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_fruit for public static logictechcorp.netherex.block.BlockSpoulFruit logictechcorp.netherex.init.NetherExBlocks.SPOUL_FRUIT. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom for public static logictechcorp.netherex.block.BlockSpoulShroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_cap for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_CAP. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:spoul_shroom_stem for public static logictechcorp.libraryex.block.BlockModBigMushroom logictechcorp.netherex.init.NetherExBlocks.SPOUL_SHROOM_STEM. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_slab for public static logictechcorp.libraryex.block.BlockModSlab logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_SLAB. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_stairs for public static logictechcorp.libraryex.block.BlockModStairs logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_STAIRS. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:cut_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CUT_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:chiseled_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.CHISELED_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:smooth_soul_sandstone_wall for public static logictechcorp.libraryex.block.BlockModWall logictechcorp.netherex.init.NetherExBlocks.SMOOTH_SOUL_SANDSTONE_WALL. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/DEBUG] [FML]: Unable to lookup netherex:ripper_claw for public static logictechcorp.libraryex.item.ItemMod logictechcorp.netherex.init.NetherExItems.RIPPER_CLAW. This means the object wasn't registered. It's likely just mod options.
[19:24:50] [Server thread/INFO] [FML]: Holder lookups applied
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod biomesoplenty
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod biomesoplenty
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Biomes O' Plenty took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod cfm
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmoven`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmfridge`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmfreezer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbedsidecabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmailbox`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcomputer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmprinter`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmstereo`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmpresent`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbin`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmwallcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmbath`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmshowerhead`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmplate`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcouch`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtoaster`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmchoppingboard`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmblender`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmicrowave`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmwashingmachine`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdishwasher`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcabinetkitchen`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcup`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcookiejar`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtree`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmirror`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmgrill`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmeski`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdoormat`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmcrate`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmlightswitch`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmceilingfan`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdeskcabinet`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmmodernslidingdoor`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmdigitalclock`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmtv`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmkitchencounter`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cfmkitchencounterdrawer`, expected `cfm`. This could be a intended override, but in most cases indicates a broken mod.
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod cfm entity MountableBlock as cfm:mountable_block
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod cfm
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - MrCrayfish's Furniture Mod took 0.022s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod goodnightsleep
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity tormenter as goodnightsleep:tormenter
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity baby_creeper as goodnightsleep:baby_creeper
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity herobrine as goodnightsleep:herobrine
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity gummy_bear as goodnightsleep:gummy_bear
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity unicorn_gns as goodnightsleep:unicorn_gns
[19:24:50] [Server thread/TRACE] [FML]: Automatically registered mod goodnightsleep entity gns_spawner as goodnightsleep:gns_spawner
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod goodnightsleep
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Good Night's Sleep took 0.021s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod jei
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod jei
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - Just Enough Items took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod libraryex
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod libraryex
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - LibraryEx took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod netherex
[19:24:50] [Server thread/INFO] [NetherEx]: Reading Nether biome data configs from disk.
[19:24:50] [Server thread/INFO] [NetherEx]: Reading Pigtificate trade configs from disk.
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLInitializationEvent to mod netherex
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: Initialization - NetherEx took 0.092s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLInitializationEvent to mod tem
[19:24:50] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Recipes+ Mod (tem)

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17) ~[ServerProxy.class:?]
    at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52) ~[ExtraThings.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17) ~[ServerProxy.class:?]
    at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52) ~[ExtraThings.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_201]
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@4943defe from coremod FMLCorePlugin
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17) ~[ServerProxy.class:?]
    at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52) ~[ExtraThings.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_201]
Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17) ~[ServerProxy.class:?]
    at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52) ~[ExtraThings.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_201]
[19:24:50] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\andrz\Desktop\Forge Server\.\crash-reports\crash-2019-09-15_19.24.50-server.txt
[19:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[19:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod biomesoplenty
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod biomesoplenty
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Biomes O' Plenty took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod cfm
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod cfm
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - MrCrayfish's Furniture Mod took 0.001s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod goodnightsleep
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod goodnightsleep
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Good Night's Sleep took 0.000s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod jei
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod jei
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Enough Items took 0.001s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod libraryex
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod libraryex
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - LibraryEx took 0.001s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod netherex
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod netherex
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - NetherEx took 0.001s
[19:24:50] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod tem
[19:24:50] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod tem
[19:24:50] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Recipes+ Mod took 0.000s
[19:24:50] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.005s
[19:24:50] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:24:50] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

 


 

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

That was the right thing, but please use a paste site next time.

Extra Things is broken, badly made, and cannot be used on a server

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

No, I mean whatever mod THIS is

1 hour ago, Nikodem3007 said:

    at com.TrazorMC.ExtraThings.init.ModTools.registerRender(ModTools.java:83) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.init.ModTools.registerRenders(ModTools.java:70) ~[ModTools.class:?]
    at com.TrazorMC.ExtraThings.proxy.ServerProxy.init(ServerProxy.java:17) ~[ServerProxy.class:?]
    at com.TrazorMC.ExtraThings.ExtraThings.Init(ExtraThings.java:52) ~[ExtraThings.class:?]

 

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • As the title says i keep on crashing on forge 1.20.1 even without any mods downloaded, i have the latest drivers (nvidia) and vanilla minecraft works perfectly fine for me logs: https://pastebin.com/5UR01yG9
    • Hello everyone, I'm making this post to seek help for my modded block, It's a special block called FrozenBlock supposed to take the place of an old block, then after a set amount of ticks, it's supposed to revert its Block State, Entity, data... to the old block like this :  The problem I have is that the system breaks when handling multi blocks (I tried some fix but none of them worked) :  The bug I have identified is that the function "setOldBlockFields" in the item's "setFrozenBlock" function gets called once for the 1st block of multiblock getting frozen (as it should), but gets called a second time BEFORE creating the first FrozenBlock with the data of the 1st block, hence giving the same data to the two FrozenBlock :   Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=head] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@73681674 BlockEntityData : id:"minecraft:bed",x:3,y:-60,z:-6} Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=3, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=2, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} here is the code inside my custom "freeze" item :    @Override     public @NotNull InteractionResult useOn(@NotNull UseOnContext pContext) {         if (!pContext.getLevel().isClientSide() && pContext.getHand() == InteractionHand.MAIN_HAND) {             BlockPos blockPos = pContext.getClickedPos();             BlockPos secondBlockPos = getMultiblockPos(blockPos, pContext.getLevel().getBlockState(blockPos));             if (secondBlockPos != null) {                 createFrozenBlock(pContext, secondBlockPos);             }             createFrozenBlock(pContext, blockPos);             return InteractionResult.SUCCESS;         }         return super.useOn(pContext);     }     public static void createFrozenBlock(UseOnContext pContext, BlockPos blockPos) {         BlockState oldState = pContext.getLevel().getBlockState(blockPos);         BlockEntity oldBlockEntity = oldState.hasBlockEntity() ? pContext.getLevel().getBlockEntity(blockPos) : null;         CompoundTag oldBlockEntityData = oldState.hasBlockEntity() ? oldBlockEntity.serializeNBT() : null;         if (oldBlockEntity != null) {             pContext.getLevel().removeBlockEntity(blockPos);         }         BlockState FrozenBlock = setFrozenBlock(oldState, oldBlockEntity, oldBlockEntityData);         pContext.getLevel().setBlockAndUpdate(blockPos, FrozenBlock);     }     public static BlockState setFrozenBlock(BlockState blockState, @Nullable BlockEntity blockEntity, @Nullable CompoundTag blockEntityData) {         BlockState FrozenBlock = BlockRegister.FROZEN_BLOCK.get().defaultBlockState();         ((FrozenBlock) FrozenBlock.getBlock()).setOldBlockFields(blockState, blockEntity, blockEntityData);         return FrozenBlock;     }  
    • It is an issue with quark - update it to this build: https://www.curseforge.com/minecraft/mc-mods/quark/files/3642325
    • Remove Instant Massive Structures Mod from your server     Add new crash-reports with sites like https://paste.ee/  
  • Topics

×
×
  • Create New...

Important Information

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