Jump to content

Sever becomes unresponsive and lags me out 10 seconds into joining


dannynewman

Recommended Posts

When i join my server the world and all the entities around me are unresponsive and then it boots me out. And the severs CMD doesn't update.

this is what the log gives me:

 Mar 26, 2019 3:02:23 AM io.netty.util.ResourceLeakDetector reportUntracedLeak
SEVERE: LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced leak reporting to find out where the leak occurred. To enable advanced leak reporting, specify the JVM option '-Dio.netty.leakDetection.level=advanced' or call ResourceLeakDetector.setLevel() See http://netty.io/wiki/reference-counted-objects.html for more information.

I really need help fixing this asap! thanks in advance 

Edited by dannynewman
brain dead typos
Link to comment
Share on other sites

Have you tried specifying that JVM option?

Can you provide a debug.log(more info in my signature)?

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Im not to good with this stuff so im not sure how to specify a JVM option sorry, but this is the log [its beefy] 

 [02:54:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:54:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:54:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[02:54:46] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2772 for Minecraft 1.12.2 loading
[02:54:46] [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
[02:55:30] [main/INFO] [FML]: Searching C:\Users\denyn\Desktop\MeganNmeMC\.\mods for mods
[02:55:30] [main/INFO] [FML]: Searching C:\Users\denyn\Desktop\MeganNmeMC\.\mods\1.12.2 for mods
[02:55:30] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.2.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:30] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed!
[02:55:30] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[02:55:30] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Blur-1.0.4-14.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:30] [main/WARN] [FML]: The coremod com.tterrag.blur.BlurPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:30] [main/WARN] [FML]: The coremod BlurPlugin (com.tterrag.blur.BlurPlugin) is not signed!
[02:55:30] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in colytra-1.12.2-1.1.0.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:30] [main/WARN] [FML]: The coremod c4.colytra.asm.ColytraLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:30] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CreativeCore_v1.9.39_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:30] [main/WARN] [FML]: The coremod com.creativemd.creativecore.core.CreativePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:30] [main/WARN] [FML]: The coremod CreativePatchingLoader (com.creativemd.creativecore.core.CreativePatchingLoader) is not signed!
[02:55:30] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:31] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed!
[02:55:31] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:31] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[02:55:31] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[02:55:31] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod MicdoodlePlugin (micdoodle8.mods.miccore.MicdoodlePlugin) is not signed!
[02:55:31] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from MovingWorld-Mod-1.12.jar
[02:55:31] [main/WARN] [FML]: The coremod OTGCorePlugin (com.pg85.otg.forge.asm.launch.OTGCorePlugin) is not signed!
[02:55:31] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.5-145.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:31] [main/WARN] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod LoadingPlugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[02:55:31] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in themidnight-0.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[02:55:31] [main/WARN] [FML]: The coremod midnight (com.mushroom.midnight.core.MidnightLoadingPlugin) is not signed!
[02:55:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:55:31] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[02:55:31] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[02:55:31] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.4 Source=file:/C:/Users/denyn/Desktop/MeganNmeMC/./mods/MovingWorld-Mod-1.12.jar Service=LaunchWrapper Env=SERVER
[02:55:31] [main/WARN] [FML]: The coremod com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[02:55:31] [main/WARN] [FML]: The coremod MovingWorldCore (com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod) is not signed!
[02:55:31] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[02:55:31] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
[02:55:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[02:55:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:55:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:55:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[02:55:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer
[02:55:35] [main/INFO] [FML]: Failed to find MicdoodleCore file in mods folder, skipping GC version check.
[02:55:35] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
[02:55:35] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[02:55:35] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
[02:55:35] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@31da6b2e
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[02:55:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[02:55:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:36] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy
[02:55:36] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations
[02:55:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:55:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[02:55:37] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[02:55:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[02:55:37] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[02:55:37] [main/WARN] [mixin]: Reference map 'movingworld.mixin.refmap.json' for mixins.movingworld.json could not be read. If this is a development environment you can ignore this message
[02:55:38] [main/INFO] [FML]: [Quark ASM] Transforming WorldServer
[02:55:38] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z)
[02:55:38] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:38] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[02:55:38] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:38] [main/INFO] [FML]: [Colytra ASM] Preparing to transform EntityLivingBase
[02:55:38] [main/INFO] [FML]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
[02:55:38] [main/INFO] [FML]: [Colytra ASM] Found method, initiating patch...
[02:55:38] [main/INFO] [FML]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
[02:55:38] [main/INFO] [FML]: [Colytra ASM] Patch result: Success!
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]: java.lang.RuntimeException: OTG is not compatible with this version of Forge.
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transformTravel(OTGClassTransformer.java:384)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transform(OTGClassTransformer.java:89)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transform(OTGClassTransformer.java:65)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.defineClass1(Native Method)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.defineClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.security.SecureClassLoader.defineClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.Class.getDeclaredMethods0(Native Method)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.Class.privateGetMethodRecursive(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.Class.getMethod0(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.Class.getMethod(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:132)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.reflect.Method.invoke(Unknown Source)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)
[02:55:38] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
[02:55:38] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[02:55:39] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]: java.lang.RuntimeException: OTG is not compatible with this version of Forge.
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transformOnUpdateItem(OTGClassTransformer.java:580)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transform(OTGClassTransformer.java:104)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at com.pg85.otg.forge.asm.OTGClassTransformer.transform(OTGClassTransformer.java:65)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1470)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.reflect.Method.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at java.lang.reflect.Method.invoke(Unknown Source)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)
[02:55:39] [main/INFO] [STDERR]: [com.pg85.otg.forge.asm.OTGClassTransformer:transform:141]:     at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
[02:55:39] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[02:55:39] [main/INFO] [FML]: [Quark ASM] Transforming BlockPistonBase
[02:55:39] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Lamu;Let;Lfa;Z)Z)
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located patch target node ALOAD 5
[02:55:39] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:39] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [canPush, func_185646_a, a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z / (Lawt;Lamu;Let;Lfa;ZLfa;)Z)
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL aow.hasTileEntity (Lawt;)Z
[02:55:39] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:39] [main/INFO] [FML]: [Quark ASM] Transforming TileEntityPiston
[02:55:39] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V)
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[02:55:39] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:39] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f, j] Descriptor ()V / ()V)
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[02:55:39] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:39] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V)
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:39] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[02:55:39] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:40] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[02:55:40] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[02:55:40] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[02:55:40] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[02:55:41] [main/INFO] [FML]: [Quark ASM] Transforming EntityBoat
[02:55:41] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_70097_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lur;F)Z)
[02:55:41] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:41] [main/INFO] [FML]: [Quark ASM] Located patch target node POP
[02:55:41] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:41] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [onUpdate, func_70071_h_, B_] Descriptor ()V / ()V)
[02:55:41] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:41] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[02:55:41] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:41] [main/INFO] [FML]: [Quark ASM] Transforming ItemBanner
[02:55:41] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a, a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V / (Laip;Ljava/util/List;)V)
[02:55:41] [main/INFO] [FML]: [Quark ASM] Failed to locate the method!
[02:55:42] [main/INFO] [FML]: [Quark ASM] Transforming RecipeAddPattern
[02:55:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [matches, func_77569_a, a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z / (Lafy;Lamu;)Z)
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 6
[02:55:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:42] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[02:55:42] [main/INFO] [FML]: [Quark ASM] Transforming ContainerMerchant
[02:55:42] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;)
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 39
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 39
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 30
[02:55:42] [main/INFO] [FML]: [Quark ASM] Adding invokestatic to 30/3
[02:55:42] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 30
[02:55:42] [main/INFO] [FML]: [Quark ASM] Adding invokestatic to 30/4
[02:55:42] [main/INFO] [FML]: [Quark ASM] Patch result: true
[02:55:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[02:55:43] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2772 Initialized
[02:55:43] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[02:55:43] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[02:55:43] [Server thread/INFO] [FML]: Searching C:\Users\denyn\Desktop\MeganNmeMC\.\mods for mods
[02:55:43] [Server thread/INFO] [FML]: Searching C:\Users\denyn\Desktop\MeganNmeMC\.\mods\1.12.2 for mods
[02:55:44] [Server thread/INFO] [FML]: Disabling mod ambientsounds it is client side only.
[02:55:45] [Server thread/INFO] [FML]: Disabling mod backtools it is client side only.
[02:55:45] [Server thread/INFO] [FML]: Disabling mod betterfoliage it is client side only.
[02:55:45] [Server thread/INFO] [FML]: Disabling mod blur it is client side only.
[02:55:45] [Server thread/WARN] [FML]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v4
[02:55:45] [Server thread/WARN] [FML]: Mod cosmeticarmorreworked|tombmanygraves is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v4
[02:55:46] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.3.1
[02:55:47] [Server thread/INFO] [FML]: Disabling mod ism it is client side only.
[02:55:48] [Server thread/INFO] [FML]: Disabling mod soundfilters it is client side only.
[02:55:48] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.4
[02:55:48] [Server thread/INFO] [FML]: Disabling mod torohealthmod it is client side only.
[02:55:49] [Server thread/INFO] [FML]: Forge Mod Loader has identified 73 mods to load
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for biomebundle: assets/biomebundle/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for cosmeticarmorreworked|tombmanygraves: assets/cosmeticarmorreworked|tombmanygraves/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for craftstudioapi: assets/craftstudioapi/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for embassy: assets/embassy/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for movingworld: assets/movingworld/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for radixcore: assets/radixcore/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for corerm: assets/corerm/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang
[02:55:49] [Server thread/WARN] [FML]: Missing English translation for subcommonlib: assets/subcommonlib/lang/en_us.lang
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file AmbientSounds_v2.3_mc1.12.2 (2).jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file Armourers+Workshop.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file BackTools-1.12.2-7.0.0 (1).jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file BetterFoliage-MC1.12-2.2.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.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file Blur-1.0.4-14.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file ism-2.5 MC-1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file More-Bows-2-Mod-1.7.10.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file SoundFilters-0.10_for_1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file ToroCrafts-Damage-Indicators-Mod-1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:49] [Server thread/INFO] [FML]: FML has found a non-mod file UtilityMobs-1.7.10-3.1.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[02:55:51] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, ivtoolkit, micdoodlecore, otgcore, com.elytradev.movingworld.common.asm.coremod, animania, aoa3, autoreglib, backpack, bibliocraft, biomebundle, biometweaker, blockcraftery, cfm, colytra, cosmeticarmorreworked, cosmeticarmorreworked|tombmanygraves, craftstudioapi, creativecore, davincisvessels, dungeontactics, dynamictrees, ebwizardry, embassy, exoticbirds, umm3185118519, fairylights, familiarfauna, farseek, forgelin, galacticraftcore, grimoireofgaia, harvestcraft, iceandfire, ichunutil, jei, lblades, mantle, millenaire, mocreatures, moreplayermodels, mo_swords, movingworld, mowziesmobs, mysticallib, opframe, openterraingenerator, quark, radixcore, reccomplex, corerm, roguelike, streams, subcommonlib, switchbow, tconstruct, telepads, toroquest, tropicraft, twilightforest, uteamcore, wawla, wearablebackpacks, wolfarmor, llibrary, structurize, minecolonies, orelib, midnight] at CLIENT
[02:55:51] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, creativecoredummy, ivtoolkit, micdoodlecore, otgcore, com.elytradev.movingworld.common.asm.coremod, animania, aoa3, autoreglib, backpack, bibliocraft, biomebundle, biometweaker, blockcraftery, cfm, colytra, cosmeticarmorreworked, cosmeticarmorreworked|tombmanygraves, craftstudioapi, creativecore, davincisvessels, dungeontactics, dynamictrees, ebwizardry, embassy, exoticbirds, umm3185118519, fairylights, familiarfauna, farseek, forgelin, galacticraftcore, grimoireofgaia, harvestcraft, iceandfire, ichunutil, jei, lblades, mantle, millenaire, mocreatures, moreplayermodels, mo_swords, movingworld, mowziesmobs, mysticallib, opframe, openterraingenerator, quark, radixcore, reccomplex, corerm, roguelike, streams, subcommonlib, switchbow, tconstruct, telepads, toroquest, tropicraft, twilightforest, uteamcore, wawla, wearablebackpacks, wolfarmor, llibrary, structurize, minecolonies, orelib, midnight] at SERVER
[02:55:53] [Server thread/ERROR] [FML]: The mod backpack is expecting signature @FINGERPRINT@ for source backpack-3.0.2-1.12.2 (1).jar, however there is no signature matching that description
[02:55:55] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel
[02:55:55] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[02:55:55] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[02:55:55] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
[02:55:55] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
[02:55:55] [Server thread/INFO] [tconstruct]: Preparing to take over the world
[02:55:57] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[02:55:57] [Server thread/INFO] [FML]: Found 2871 ObjectHolder annotations
[02:55:57] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[02:55:57] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[02:55:58] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:55:58] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `apple`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wheat`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `carrot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `melon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clownfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pufferfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `baked_potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `firefly`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cicada`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `moonworm`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `naga_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lich_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hydra_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `popping_jet`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `flame_jet`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tower_builder`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tower_reverter`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trophy`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tower_boss_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ghast_trap_inactive`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ghast_trap_active`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `carminite_reactor_active`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `knight_phantom_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `snow_queen_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cinder_furnace`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `minoshroom_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `alpha_yeti_spawner`, expected `twilightforest`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:58] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Baubles.
[02:55:58] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Chisel.
[02:55:58] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Just Enough Items.
[02:55:59] [Server thread/INFO] [twilightforest]: twilightforest has loaded compatibility for mod Tinkers' Construct.
[02:55:59] [Server thread/INFO] [twilightforest]: twilightforest has skipped compatibility for mod Thaumcraft.
[02:55:59] [Server thread/INFO] [STDOUT]: [com.animania.common.handler.EntityHandler:getBiomes:701]: LUSH biome type not found. Please review valid Biome Types in BiomeDictionary.
[02:55:59] [Server thread/INFO] [STDOUT]: [com.animania.common.handler.EntityHandler:getBiomes:701]: LUSH biome type not found. Please review valid Biome Types in BiomeDictionary.
[02:55:59] [Server thread/INFO] [STDOUT]: [com.animania.common.handler.EntityHandler:getBiomes:701]: MAGICAL biome type not found. Please review valid Biome Types in BiomeDictionary.
[02:55:59] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Found status: OUTDATED Target: 3.8.689
[02:55:59] [Forge Version Check/INFO] [forge.VersionCheck]: [craftstudioapi] Starting version check at https://leviathan-studio.com/craftstudioapi/update.json
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytrough`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitynest`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityinvisiblock`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityhamsterwheel`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycheesemold`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitysaltlick`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentityhive`, expected `animania`. This could be a intended override, but in most cases indicates a broken mod.
[02:55:59] [Forge Version Check/INFO] [forge.VersionCheck]: [craftstudioapi] Found status: OUTDATED Target: 1.0.1.95-alpha
[02:55:59] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2823
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [orelib] Starting version check at https://raw.githubusercontent.com/OreCruncher/OreLib/master/version.json
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [orelib] Found status: UP_TO_DATE Target: null
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [llibrary] Starting version check at https://gist.githubusercontent.com/gegy1000/a6639456aeb8edd92cbf7cbfcf9d65d9/raw/llibrary_updates.json
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [llibrary] Found status: OUTDATED Target: 1.7.18
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [uteamcore] Starting version check at https://api.u-team.info/update/uteamcore.json
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [uteamcore] Found status: UP_TO_DATE Target: null
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [midnight] Starting version check at https://gist.githubusercontent.com/gegy1000/a3f1f593c43f88d7f01a3560ac32e216/raw/midnight_updates.json
[02:56:00] [Forge Version Check/INFO] [forge.VersionCheck]: [midnight] Found status: UP_TO_DATE Target: null
[02:56:01] [Server thread/INFO] [FML]: [Quark] 'Animals eat floor food' is forcefully disabled as it's incompatible with the following loaded mods: [animania]
[02:56:01] [Server thread/INFO] [FML]: [Quark] 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [animania]
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module world is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module automation is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module vanity is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module management is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module client is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module experimental is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module tweaks is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module decoration is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module building is enabled
[02:56:01] [Server thread/INFO] [FML]: [Quark] Module misc is enabled
[02:56:03] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `flower_pot`, expected `quark`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:04] [Server thread/INFO] [biometweaker]: Beginning script parsing...
[02:56:04] [Server thread/INFO] [biometweaker]: Finished script parsing.
[02:56:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `species_tile_entity`, expected `dynamictrees`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:05] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bonsai_tile_entity`, expected `dynamictrees`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:06] [Server thread/INFO] [ebwizardry]: Setting up main config
[02:56:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ebwizardryarcaneworkbenchtileentity`, expected `ebwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ebwizardrypetrifiedstonetileentity`, expected `ebwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ebwizardrymagiclighttileentity`, expected `ebwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ebwizardrytimertileentity`, expected `ebwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:06] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `ebwizardrytileentityplayersave`, expected `ebwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:09] [Server thread/INFO] [Ice And Fire]: A raven flies from the north to the sea
[02:56:09] [Server thread/INFO] [Ice And Fire]: A dragon whispers her name in the east
[02:56:09] [Server thread/WARN] [millenaire]: No need to redeploy Millénaire as the millenaire folder is already at vesion 7.1.3.
[02:56:09] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_colour_chart=false
[02:56:09] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_goods_list=false
[02:56:09] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:508]: Read config in config-server.txt. Logging: true/true
[02:56:09] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:508]: Read config in config-server-custom.txt. Logging: true/true
[02:56:09] [Server thread/INFO] [FML]: SRV Starting new session. Mods: examplemod 
[02:56:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcstructuregenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcmazegenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawncommand`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawnscript`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitytelepad`, expected `telepads`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo_chest`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `volcano`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `drink_mixer`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sifter`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seaweed`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `air_compressor`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `donation`, expected `tropicraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:11] [Server thread/WARN] [WAWLA]: No info engine detected! No info will be displayed!
[02:56:11] [Server thread/INFO] [orelib]: Loading language resources [orelib:en_us]
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `eb_nest_entity`, expected `exoticbirds`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `eb_egg_sorter_entity`, expected `exoticbirds`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `eb_egg_incubator_entity`, expected `exoticbirds`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `eb_phoenix_egg_entity`, expected `exoticbirds`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/INFO] [grimoireofgaia]: Registering blocks...
[02:56:12] [Server thread/INFO] [grimoireofgaia]: Block registration complete.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `lectern`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `podium`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `egginice`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pixie_house`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `jar`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dummygorgonheadidle`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dummygorgonheadactive`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `myrmexcocoon`, expected `iceandfire`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:13] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `torospawnerblock`, expected `toroquest`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:13] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{null} to the Fluid 'tropicraft.portal' but this Fluid has already been linked to the Block Block{tropicraft:portal}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
[02:56:13] [Server thread/INFO] [FML]: Applying holder lookups
[02:56:13] [Server thread/INFO] [FML]: Holder lookups applied
[02:56:13] [Server thread/INFO] [Backpack]: Loading items...
[02:56:13] [Server thread/INFO] [Backpack]: 15 item features loaded.
[02:56:14] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility.
[02:56:14] [Server thread/INFO] [grimoireofgaia]: Registering item blocks...
[02:56:14] [Server thread/INFO] [grimoireofgaia]: Item block registration complete.
[02:56:14] [Server thread/INFO] [grimoireofgaia]: Registering items...
[02:56:14] [Server thread/INFO] [grimoireofgaia]: Item registration complete.
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.drachentoeter
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtGriff
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtKlinge
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.iceSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fireSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.lightningSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.earthSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.aura
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doomSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.baseball
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.tousandDown
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.paperSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastGladius
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastNormal
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.ninjaSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.saebel
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.creditsBook
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianBarren
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fischOel
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialStick
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarren
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarrenGlowing
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialGlass
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.licoriceSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.appleSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.breadSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fishSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.porkSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.sugarSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.melonSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.steakSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.chikenSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.cookieSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.karotSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.potatoSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.licorice
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.goldenAplleSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.stich
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.coalSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.smaragt
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.knife
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorIngot
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.boneSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doubleBlade
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.slimeSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.didntMeSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.enderSword
[02:56:14] [Server thread/INFO] [STDOUT]: [mo_swords.moSwordsHelper:registerItems:95]: public static net.minecraft.item.Item mo_swords.moSwordsMain.rocketSword
[02:56:14] [Server thread/INFO] [FML]: Applying holder lookups
[02:56:14] [Server thread/INFO] [FML]: Holder lookups applied
[02:56:16] [Server thread/INFO] [grimoireofgaia]: Registering entities...
[02:56:16] [Server thread/INFO] [grimoireofgaia]: Entity registration complete.
[02:56:16] [Server thread/INFO] [mocreatures]: Registering entities...
[02:56:16] [Server thread/INFO] [mocreatures]: Entity registration complete.
[02:56:17] [Server thread/INFO] [grimoireofgaia]: Registering Sounds
[02:56:17] [Server thread/INFO] [grimoireofgaia]: Sounds Finished
[02:56:17] [Server thread/INFO] [FML]: Applying holder lookups
[02:56:17] [Server thread/INFO] [FML]: Holder lookups applied
[02:56:17] [Server thread/INFO] [FML]: Applying holder lookups
[02:56:17] [Server thread/INFO] [FML]: Holder lookups applied
[02:56:17] [Server thread/INFO] [FML]: Injecting itemstacks
[02:56:17] [Server thread/INFO] [FML]: Itemstack injection complete
[02:56:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[02:56:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[02:56:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[02:56:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[02:56:17] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
[02:56:18] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:18] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:wall_gc_5
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:mars'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:wall_gc_4
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:mars'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:slab_gc_half_5
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:mars'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:slab_gc_half_4
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:mars'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:cobblestone_alt_alt
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:asteroids_block'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:cobblestone_alt
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:asteroids_block'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/ERROR] [FML]: Parsing error loading recipe galacticraftcore:cobblestone
com.google.gson.JsonSyntaxException: Unknown item 'galacticraftplanets:asteroids_block'
    at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
    at java.util.ArrayList.forEach(Unknown Source) [?:1.8.0_201]
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [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]
[02:56:19] [Server thread/INFO] [Backpack]: Loading recipes...
[02:56:19] [Server thread/INFO] [Backpack]: 15 recipe features loaded.
[02:56:19] [Server thread/INFO] [grimoireofgaia]: Registering recipes...
[02:56:19] [Server thread/INFO] [grimoireofgaia]: Recipe registration complete.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `painted acacia slab`, expected `mowziesmobs`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/INFO] [davincisvessels]: Registering recipes for Davincis Vessels...
[02:56:19] [Server thread/INFO] [davincisvessels]: Registration complete!
[02:56:19] [Server thread/INFO] [FML]: Applying holder lookups
[02:56:19] [Server thread/INFO] [FML]: Holder lookups applied
[02:56:19] [Server thread/INFO] [FML]: Registering drops for shadedGarden.
[02:56:19] [Server thread/INFO] [FML]: Registering drops for tropicalGarden.
[02:56:19] [Server thread/INFO] [FML]: Registering drops for windyGarden.
[02:56:19] [Server thread/INFO] [FML]: Registering drops for frostGarden.
[02:56:19] [Server thread/INFO] [FML]: Registering drops for aridGarden.
[02:56:19] [Server thread/INFO] [FML]: Registering drops for soggyGarden.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamapiary`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pammarket`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamshippingbin`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pampresser`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamgroundtrap`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pamwatertrap`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:20] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xitem.egg@32767 = 1xitem.animania_plain_omelette@0
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:vigilant_forest, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:black_ridge, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:deceitful_bog, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:fungi_forest, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:obscured_peaks, types have been assigned on a best-effort guess: [HILLS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:warped_fields, types have been assigned on a best-effort guess: [HILLS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:crystal_spires, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:night_plains, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:obscured_plateau, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:phantasmal_valley, types have been assigned on a best-effort guess: [WATER, OCEAN, PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:runebush_grove, types have been assigned on a best-effort guess: [PLAINS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:hilly_vigilant_forest, types have been assigned on a best-effort guess: [HILLS]
[02:56:21] [Server thread/WARN] [FML]: No types have been added to Biome midnight:hilly_fungi_forest, types have been assigned on a best-effort guess: [HILLS]
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [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.
[02:56:21] [Server thread/INFO] [movingworld]: Setting up network...
[02:56:21] [Server thread/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@70e69bc2
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:golden_rail
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:detector_rail
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:lever
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:iron_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire_hook
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:unpowered_comparator
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:powered_comparator
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:activator_rail
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:observer
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:achony_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:bloodwood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:churry_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:creep_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:cycade_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:dawnwood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:domiguous_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:eucadon_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:hauntedwood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:irowood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:lucalus_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:lunide_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:melumia_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:opollo_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:runic_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:shadow_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:shyre_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:stranglewood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: aoa3:toxicwood_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:redstone_randomizer
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:iron_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:gold_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:obsidian_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:nether_brick_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_pressure_plate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_button
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell_spruce
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell_birch
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell_jungle
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell_acacia
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: cfm:door_bell_dark_oak
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:fan_block
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:flamer_block
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_boom
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_fire
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_slime
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_foul
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_ailment
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_port
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_ambush
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_spectral
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tconstruct:slime_channel
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:bamboo_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:bamboo_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:thatch_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:chunk_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:palm_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: tropicraft:mahogany_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: structurize:blockcactusdoor
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: structurize:blockcactusfencegate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:tenebrum_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_door
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:shadowroot_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dead_wood_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dark_willow_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:dewshroom_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:viridshroom_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: midnight:nightshroom_fence_gate
[02:56:21] [Server thread/INFO] [movingworld]: Found powered block with name: davincisvessels:crate_wood
[02:56:22] [Server thread/INFO] [davincisvessels]: Setting up network...
[02:56:22] [Server thread/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@133842a1
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/INFO] [ebwizardry]: Setting up spells config for 140 spells
[02:56:22] [Server thread/INFO] [ebwizardry]: Setting up resistances config
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc treasure chest`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air distributor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air collector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen pipe`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock frame`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc refinery`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc nasa workbench`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc deconstructor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fuel loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad full`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dummy block`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air sealer`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dungeon boss spawner`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler single`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo unloader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc parachest tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar panel`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc radio telescope`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc magnetic crafting table`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc energy storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc coal generator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric furnace`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc switchable aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fallen meteor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc circuit fabricator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock controller`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen decompressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station thruster`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc arc lamp`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc view screen`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc panel lighting`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc telemetry unit`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc painter`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fluid tank`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc player detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc platform`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc emergency post`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc null tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
[02:56:22] [Server thread/WARN] [net.minecraft.entity.passive.EntityVillager]: PriceRange(2, 1) invalid, 1 smaller than 2
[02:56:22] [Server thread/WARN] [net.minecraft.entity.passive.EntityVillager]: PriceRange(4, 1) invalid, 1 smaller than 4
[02:56:22] [Server thread/WARN] [net.minecraft.entity.passive.EntityVillager]: PriceRange(10, 1) invalid, 1 smaller than 10
[02:56:22] [Server thread/WARN] [net.minecraft.entity.passive.EntityVillager]: PriceRange(9, 1) invalid, 1 smaller than 9
[02:56:22] [Server thread/WARN] [net.minecraft.entity.passive.EntityVillager]: PriceRange(3, 2) invalid, 2 smaller than 3
[02:56:22] [Server thread/INFO] [Ice And Fire]: The watcher waits on the northern wall
[02:56:22] [Server thread/INFO] [Ice And Fire]: A daughter picks up a warrior's sword
[02:56:47] [Server thread/INFO] [FML]: SRV MAJOR: null: Loading language: fr
[02:57:01] [Server thread/INFO] [FML]: SRV MAJOR: null: LanguageData loaded: fr. Wand invitem name: Wand of Summoning
[02:57:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hotfurnace`, expected `mo_swords`. This could be a intended override, but in most cases indicates a broken mod.
[02:57:01] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `opframetileentity`, expected `opframe`. This could be a intended override, but in most cases indicates a broken mod.
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:299]: 1.10.2.1
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:303]: [1, 10, 2, 1]
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:304]: [1, 12, 2, 4]
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:316]: [1, 10, 2, 1]
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:317]: [1, 12, 2, 4]
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:322]: 1:1
[02:57:01] [Thread-5/INFO] [STDOUT]: [mo_swords.moSwordsMain$2:run:322]: 10:12
[02:57:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `arrowlancher`, expected `switchbow`. This could be a intended override, but in most cases indicates a broken mod.
[02:57:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `podest`, expected `switchbow`. This could be a intended override, but in most cases indicates a broken mod.
[02:57:02] [Server thread/INFO] [structurize]: Optifine not found. Disabling compat.
[02:57:02] [Server thread/INFO] [FML]: Injecting itemstacks
[02:57:02] [Server thread/INFO] [FML]: Itemstack injection complete
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_ocean, types have been assigned on a best-effort guess: [WATER, HILLS, HOT, WET, OCEAN]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_kelp_forest, types have been assigned on a best-effort guess: [WATER, HOT, SWAMP, WET, OCEAN]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics, types have been assigned on a best-effort guess: [HOT, WET, PLAINS]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_plains, types have been assigned on a best-effort guess: [HOT, WET, PLAINS]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_hills, types have been assigned on a best-effort guess: [HILLS, HOT, WET]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_mountains, types have been assigned on a best-effort guess: [HILLS, HOT, WET]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_rainforest_island_mountains, types have been assigned on a best-effort guess: [MOUNTAIN, HOT, WET]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_river, types have been assigned on a best-effort guess: [WATER, HOT, SWAMP, WET, OCEAN]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_beach, types have been assigned on a best-effort guess: [HOT, SWAMP, WET]
[02:57:02] [Server thread/WARN] [FML]: No types have been added to Biome tropicraft:tc_tropics_lake, types have been assigned on a best-effort guess: [WATER, HOT, SWAMP, WET, OCEAN]
[02:57:03] [Server thread/INFO] [FML]: Embassy is initializing.
[02:57:03] [Server thread/INFO] [FML]: Embassy has initialized successfully.
[02:57:04] [Server thread/INFO] [Galacticraft]: Galacticraft: activating Tinker's Construct compatibility features.
[02:57:05] [Server thread/INFO] [Ice And Fire]: A brother bound to a love he must hide
[02:57:05] [Server thread/INFO] [Ice And Fire]: The younger's armor is worn in the mind
[02:57:05] [Server thread/INFO] [Ice And Fire]: A cold iron throne holds a boy barely grown
[02:57:05] [Server thread/INFO] [Ice And Fire]: And now it is known
[02:57:05] [Server thread/INFO] [Ice And Fire]: A claim to the prize, a crown laced in lies
[02:57:05] [Server thread/INFO] [Ice And Fire]: You win or you die
[02:57:05] [Server thread/INFO] [iChunUtil]: =============================================================
[02:57:05] [Server thread/INFO] [iChunUtil]: By using iChunUtil you therefore agree to the EULA of the mod. It may be found in the jar file of the mod. The latest version will be available on iChun's website or on GitHub.
[02:57:05] [Server thread/INFO] [iChunUtil]: You can disable this console message by going to the iChunUtil config and setting the "eulaAcknowledged" config to "true" (no quotes).
[02:57:05] [Server thread/INFO] [iChunUtil]: =============================================================
[02:57:07] [Server thread/INFO] [biometweaker]: Generating Biome status report...
[02:57:08] [Server thread/INFO] [biometweaker]: Generating LivingEntity status report...
[02:57:21] [Server thread/INFO] [biometweaker]: Generating Dimension status report...
[02:57:22] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 73 mods
[02:57:22] [Server thread/INFO] [OTG]: Creating world "Biome Bundle"
[02:57:22] [Server thread/INFO] [OTG]: Loading configs for world "Biome Bundle"..
[02:59:00] [Server thread/INFO] [OTG]: 444 biomes Loaded
[02:59:00] [Server thread/INFO] [structurize]: Load huts or decorations from jar
[02:59:00] [Server thread/WARN] [structurize]: loadSchematicsForPrefix: Could not load schematics from /assets/structurize/schematics
java.nio.file.NoSuchFileException: /assets/structurize/schematics
    at com.sun.nio.zipfs.ZipPath.getAttributes(ZipPath.java:666) ~[zipfs.jar:1.8.0_201]
    at com.sun.nio.zipfs.ZipFileSystemProvider.readAttributes(ZipFileSystemProvider.java:294) ~[zipfs.jar:1.8.0_201]
    at java.nio.file.Files.readAttributes(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.FileTreeWalker.getAttributes(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.FileTreeWalker.visit(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.FileTreeWalker.walk(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.FileTreeIterator.<init>(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.Files.walk(Unknown Source) ~[?:1.8.0_201]
    at java.nio.file.Files.walk(Unknown Source) ~[?:1.8.0_201]
    at com.ldtteam.structurize.management.Structures.loadSchematicsForPrefix(Structures.java:273) [Structures.class:?]
    at com.ldtteam.structurize.management.Structures.loadStyleMapsJar(Structures.java:212) [Structures.class:?]
    at com.ldtteam.structurize.management.Structures.loadStyleMaps(Structures.java:151) [Structures.class:?]
    at com.ldtteam.structurize.management.Structures.init(Structures.java:138) [Structures.class:?]
    at com.ldtteam.structurize.Structurize.serverAboutLoad(Structurize.java:157) [Structurize.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:624) [FMLModContainer.class:?]
    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:218) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) [LoadController.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 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:135) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.serverAboutToStart(Loader.java:864) [Loader.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:292) [FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:268) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[02:59:00] [Server thread/INFO] [structurize]: Load huts or decorations from jar
[02:59:03] [Server thread/INFO] [structurize]: Load additionnal huts or decorations from .\structurize/schematics
[02:59:03] [Server thread/INFO] [structurize]: Load cached schematic from .\structurize/cache
[02:59:03] [Server thread/INFO] [structurize]: Load cached schematic from .\structurize/cache
[02:59:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "Biome Bundle"
[02:59:03] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod veinminer which appears to be missing, things may not work well
[02:59:03] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod veinminermodsupport which appears to be missing, things may not work well
[02:59:03] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:builder
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world mca:villager_spawner
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:water_gel
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world mca:tombstone
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:pump
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:otosiana
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_gaseous_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_gaseous_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_gaseous_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp8
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp7
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp9
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp4
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp3
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp6
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp5
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftsilicon:integration_table
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:moven
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:movew
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:moves
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:movee
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_heavy_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_heavy_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_heavy_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:distiller
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftsilicon:assembly_table
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world mca:memorial
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:frame
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:library
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:filler
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_light_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_light_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_light_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftcore:marker_volume
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftsilicon:advanced_crafting_table
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftcore:marker_path
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftcore:spring
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftrobotics:zone_planner
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcrafttransport:filtered_buffer
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:heat_exchange
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftcore:engine
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world coralreef:coral
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:replacer
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcrafttransport:pipe_holder
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp10
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:yokokaben
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp11
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp12
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp13
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp14
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:warp15
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:yokokabew
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:yokokabes
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:yokokabeu
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:yokokabee
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world mca:rose_gold_block
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:mob
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:tube
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_light_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_light_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_mixed_light_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:dimwarp2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:dimwarp3
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world overworldmirror:portal
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:chute
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftcore:decorated
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:redstonewire2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating56
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating55
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating54
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating53
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating52
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating51
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating50
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating59
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating58
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating57
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world jaff:tank
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating49
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating75
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating74
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating73
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating72
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating71
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating70
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating67
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating66
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating65
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating64
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating63
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating62
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating61
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating60
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:kakusijump
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating69
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world galacticraftcore:grating68
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:kakusibeya
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:flood_gate
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:autoworkbench_item
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_dense_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_dense_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_dense_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:mining_well
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_distilled_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_distilled_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_distilled_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftsilicon:laser
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_residue_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_residue_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_residue_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:web2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world coralreef:reef
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:dimwarp
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world mca:rose_gold_ore
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:quarry
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:boss
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump4
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump3
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world dungeondq:jump5
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftbuilders:architect
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftfactory:tank
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heavy_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heavy_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_oil_heavy_heat_0
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_dense_heat_1
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_dense_heat_2
[02:59:03] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world buildcraftenergy:fluid_block_fuel_dense_heat_0
[02:59:05] [Server thread/INFO] [FML]: Applying holder lookups
[02:59:05] [Server thread/INFO] [FML]: Holder lookups applied
[02:59:05] [Server thread/INFO] [OTG]: Creating world "Biome Bundle"
[02:59:05] [Server thread/INFO] [OTG]: Loading configs for world "Biome Bundle"..
[03:00:17] [Server thread/INFO] [OTG]: 444 biomes Loaded
[03:00:17] [Server thread/INFO] [OTG]: Loading structures and pre-generator data
[03:00:17] [Server thread/INFO] [OTG]: Loaded 2957 structure chunks
[03:00:17] [Server thread/INFO] [OTG]: Loading done
[03:00:17] [Server thread/INFO] [FML]: Loading dimension 0 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:17] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/pumpkin_pie
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:pumpkin_pie'
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
    at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:17] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/mushroom_stew
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:mushroom_stew'
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
    at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:17] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/cookie
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:cookie'
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
    at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:17] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/bread
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread'
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
    at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:17] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/beetroot_soup
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:beetroot_soup'
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
    at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
    at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:17] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/tools/pistonglove
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 6 column 14 path $.rewards.recipes[1]
    at com.google.gson.internal.Streams.parse(Streams.java:60) ~[Streams.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1356) ~[ForgeHooks.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) [CraftingHelper.class:?]
    at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1338) [ForgeHooks.class:?]
    at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1312) [ForgeHooks.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [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: com.google.gson.stream.MalformedJsonException: Unterminated array at line 6 column 14 path $.rewards.recipes[1]
    at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:476) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:730) ~[TypeAdapters$29.class:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?]
    at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?]
    at com.google.gson.internal.Streams.parse(Streams.java:48) ~[Streams.class:?]
    ... 14 more
[03:00:18] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement midnight:midnight/into_darkness
com.google.gson.JsonSyntaxException: Expected item to be an item, was unknown string 'midnight:advancement_rift'
    at net.minecraft.util.JsonUtils.func_188172_b(SourceFile:124) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_188180_i(SourceFile:135) ~[rc.class:?]
    at net.minecraft.advancements.DisplayInfo.func_193221_a(DisplayInfo.java:133) ~[r.class:?]
    at net.minecraft.advancements.DisplayInfo.func_192294_a(DisplayInfo.java:111) ~[r.class:?]
    at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:202) ~[i$a.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
    at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
    at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
    at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
    at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1356) ~[ForgeHooks.class:?]
    at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) [CraftingHelper.class:?]
    at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1338) [ForgeHooks.class:?]
    at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1312) [ForgeHooks.class:?]
    at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
    at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
    at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:00:18] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 875 advancements
[03:00:18] [Server thread/INFO] [minecolonies]: Server UUID 19b35627-4422-41ef-b1cb-694081824159
[03:00:18] [Server thread/WARN] [FML]: No types have been added to Biome minecraft:void, types have been assigned on a best-effort guess: [PLAINS]
[03:00:29] [Server thread/INFO] [FML]: Loading dimension -1 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 1 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 800 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 801 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 802 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 803 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 804 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 805 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 806 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 807 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 808 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 809 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 810 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 811 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 812 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 813 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 814 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 815 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 816 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 817 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 818 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 819 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 820 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 821 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension -23 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension -17 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension -127 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [FML]: Loading dimension 7 (Biome Bundle) (net.minecraft.server.dedicated.DedicatedServer@340942bb)
[03:00:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[03:00:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 76%
[03:00:30] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (188.293s)! For help, type "help" or "?"
[03:00:30] [Server thread/ERROR] [OTG]: Could not create dimension "Flatlands", mods/OpenTerrainGenerator/worlds/Flatlands could not be found or does not contain a WorldConfig.ini file.
[03:00:30] [Server thread/ERROR] [OTG]: Could not create dimension "Skylands", mods/OpenTerrainGenerator/worlds/Skylands could not be found or does not contain a WorldConfig.ini file.
[03:00:30] [Server thread/ERROR] [OTG]: Could not create dimension "Void", mods/OpenTerrainGenerator/worlds/Void could not be found or does not contain a WorldConfig.ini file.
[03:00:30] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[03:00:31] [Server thread/INFO] [iChunUtil]: [NEW UPDATE AVAILABLE] iChunUtil - 7.2.1
[03:00:31] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
[03:00:31] [Server thread/INFO] [minecolonies]: Finished discovering saplings
[03:00:31] [Server thread/INFO] [minecolonies]: Finished discovering ores
[03:00:31] [Server thread/INFO] [minecolonies]: Finished discovering compostables
[03:00:31] [Server thread/INFO] [minecolonies]: Finished discovering lucky ores
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension -1
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 1
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 800
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 801
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 802
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 803
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 804
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 805
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 806
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 807
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 808
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 809
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 810
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 811
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 812
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 813
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 814
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 815
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 816
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 817
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 818
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 819
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 820
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 821
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension -23
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension -17
[03:00:32] [Server thread/INFO] [OTG]: Unloading world "Biome Bundle"...
[03:00:32] [Server thread/INFO] [FML]: Unloading dimension 7
[03:00:36] [Thread-7/ERROR] [Galacticraft]: New Galacticraft version available! v4.0.2.xxx http://micdoodle8.com/
[03:00:36] [Thread-7/INFO] [Galacticraft]: Galacticraft remote version found: 4.0.2
[03:02:05] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player MightyJaffaCake is eefacc85-4439-4705-b896-69e4cccfed99
[03:02:05] [Netty Server IO #2/INFO] [FML]: Client protocol version 2
[03:02:05] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 94 mods : [email protected],[email protected] MC-1.12.2,[email protected],[email protected],[email protected],[email protected]_for_1.12,telepads@$version,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],cosmeticarmorreworked|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],millenaire@Millénaire 7.1.3,[email protected],[email protected],[email protected],micdoodlecore@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],umm3185118519@release 1.2 - MC 1.12.2,[email protected],openterraingenerator@v6,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],com.elytradev.movingworld.common.asm.coremod@,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] - v7,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],davincisvessels@@DVESSELSVER@,mo_swords@v4,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]_for_1.12,[email protected],[email protected],[email protected]
[03:02:05] [Netty Server IO #2/INFO] [FML]: Attempting connection with missing mods [biometweaker] at CLIENT
[03:02:08] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[03:02:08] [Server thread/INFO] [STDOUT]: [net.torocraft.toroquest.civilization.CivilizationHandlers:onLoad:143]: LOAD: {completedQuests:0,inCiv:{uX:356,civilization:"WATER",uZ:114,name:"Pila",hasLord:1b,id:"46e8e76c-41d2-4ca9-b93c-6e5112f4cc7f",chunkX:352,lX:348,chunkZ:109,lZ:103},reputations:[{civ:"WATER",amount:12},{civ:"SUN",amount:0},{civ:"WIND",amount:0},{civ:"EARTH",amount:0},{civ:"MOON",amount:0},{civ:"FIRE",amount:0}],nextQuests:[],quests:[],completedQuestsByProvince:{}}
[03:02:08] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: MightyJaffaCake[/192.168.1.25:50017] logged in with entity id 944 at (5667.054317287601, 68.0, 1638.229683507195)
[03:02:09] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: MightyJaffaCake joined the game
[03:02:09] [Server thread/INFO] [ebwizardry]: Synchronising spell glyph data for MightyJaffaCake
[03:02:09] [Server thread/INFO] [ebwizardry]: Synchronising config settings for MightyJaffaCake
[03:02:09] [Server thread/INFO] [structurize]: New Server UUID 9d576651-3449-48c3-8120-22b4d9360699
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Transforming ContainerWorkbench
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;)
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located Method, patching...
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 37/5
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 46/6
[03:02:09] [Server thread/INFO] [FML]: [Quark ASM] Patch result: true
[03:02:18] [Server thread/ERROR] [Galacticraft]: Base folder missing: C:\Users\denyn\Desktop\MeganNmeMC\.\Biome Bundle\galacticraft\overworldMap

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • yes but it said that farmer's delight is what is causing it now https://gist.github.com/ZR500014/827709f35c183f9cb9152d24520c4a21
    • exactly as it says. im not sure what the issue is, added more GB to it and its still crashing just as quickly as before in the same only a short while after i hit the start button, so i assume its a mod issue. not good at reading logs, anyone have any ideas?   logs here- 16.11 00:45:12 [Multicraft] Received start command 16.11 00:45:12 [Multicraft] Loading server properties 16.11 00:45:12 [Multicraft] Loaded config for "Forge Unix Args" 16.11 00:45:12 [Multicraft] Starting server! 16.11 00:45:13 [Multicraft] Adding template "apexupdater" and options "always,install,temp" from config 16.11 00:45:13 [Multicraft] Running setup... 16.11 00:45:14 [Setup/"Apex Updater" initialize] Running Apex Updater... 16.11 00:45:14 [Setup/"Apex Updater" initialize] Selected Game = forge_1.20.1 16.11 00:45:14 [Multicraft] Done, returned Ok 16.11 00:45:14 [Multicraft] Setup done, restarting 16.11 00:45:14 [Multicraft] Server stopped 16.11 00:45:17 [Multicraft] Loading server properties 16.11 00:45:17 [Multicraft] Loaded config for "Forge Unix Args" 16.11 00:45:17 [Multicraft] Starting server! 16.11 00:45:17 [Multicraft] Updating eula.txt file 16.11 00:45:17 [Server] INFO WARNING: Published ports are discarded when using host network mode 16.11 00:45:17 [Server] INFO 0d93d0a8f120ed42c04758fb49f4b13e1113380cb1104c2fdd643e4f878d5122 16.11 00:45:21 [Server] INFO [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/pattern/MessagePatternConverter 16.11 00:45:21 [Server] INFO [Log4jPatcher] [WARN] Unable to find noLookups:Z field in org/apache/logging/log4j/core/pattern/MessagePatternConverter 16.11 00:45:21 [Server] INFO [Log4jPatcher] [INFO] Transforming org/apache/logging/log4j/core/lookup/JndiLookup 16.11 00:45:21 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.12, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui] 16.11 00:45:21 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.13 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.0-117-generic 16.11 00:45:22 [Server] main/INFO [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: Mixin Transmogrifier is definitely up to no good... 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: crimes against java were committed 16.11 00:45:22 [Server] main/INFO [mixin-transmog/]: Original mixin transformation service successfully crobbed by mixin-transmogrifier! 16.11 00:45:22 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/mods/Connector-1.0.0-beta.46+1.20.1.jar%23342%23345!/ Service=ModLauncher Env=SERVER 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/fmlcore/1.20.1-47.3.12/fmlcore-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.12/javafmllanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.12/lowcodelanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /jar/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.12/mclanguage-1.20.1-47.3.12.jar is missing mods.toml file 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: /mods/aeroblender-1.20.1-1.0.1-neoforge.jar 16.11 00:45:23 [Server] main/WARN [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: /mods/curios-forge-5.11.0+1.20.1.jar 16.11 00:45:23 [Server] main/INFO [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 87 dependencies adding them to mods collection 16.11 00:45:24 [Server] main/INFO [or.si.co.lo.DependencyResolver/]: Dependency resolution found 10 candidates to load 16.11 00:45:25 [Server] main/INFO [or.si.co.se.ha.ModuleLayerMigrator/]: Successfully made module authlib transformable 16.11 00:45:31 [Server] main/INFO [mixin/]: Compatibility level set to JAVA_17 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.forge.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'graveyard-FORGE-forge-refmap.json' for graveyard-forge.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'aaa_particles-fabric-refmap.json' for aaa_particles.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/WARN [mixin/]: Reference map 'NetheriteHorseArmor-CJ-common-mc-common-refmap.json' for netheritehorsearmor-common.mixins.json could not be read. If this is a development environment you can ignore this message 16.11 00:45:32 [Server] main/INFO [Puzzles Lib/]: Loading 317 mods: 16.11 00:45:32 [Server] INFO - aaa_particles 1.20.1-1.4.5 16.11 00:45:32 [Server] INFO - advancednetherite 2.1.3 16.11 00:45:32 [Server] INFO - aeroblender 1.20.1-1.0.1-neoforge 16.11 00:45:32 [Server] INFO - aether 1.20.1-1.5.1-neoforge 16.11 00:45:32 [Server] INFO |-- cumulus_menus 1.20.1-1.0.1-neoforge 16.11 00:45:32 [Server] INFO |-- mixinextras 0.2.0-beta.9 16.11 00:45:32 [Server] INFO \-- nitrogen_internals 1.20.1-1.0.11-neoforge 16.11 00:45:32 [Server] INFO - aetherdelight 1.0.0 16.11 00:45:32 [Server] INFO - alexscaves 2.0.2 16.11 00:45:32 [Server] INFO - alexscavesdelight 1.0.19.1-1.20.1 16.11 00:45:32 [Server] INFO - alexsdelight 1.5 16.11 00:45:32 [Server] INFO - alexsmobs 1.22.9 16.11 00:45:32 [Server] INFO - amendments 1.20-1.2.12 16.11 00:45:32 [Server] INFO - amplified_nether 1.2.5 16.11 00:45:32 [Server] INFO - another_furniture 1.20.1-3.0.1 16.11 00:45:32 [Server] INFO - aquaculture 2.5.2 16.11 00:45:32 [Server] INFO - aquaculturedelight 1.0.0 16.11 00:45:32 [Server] INFO - aquamirae 6.API15 16.11 00:45:32 [Server] INFO - aquamirae_delight 1.4.6 16.11 00:45:32 [Server] INFO - archers_paradox 5.0.0 16.11 00:45:32 [Server] INFO - architectury 9.2.14 16.11 00:45:32 [Server] INFO - artifacts 9.5.13 16.11 00:45:32 [Server] INFO \-- expandability 9.0.4 16.11 00:45:32 [Server] INFO - attributefix 21.0.4 16.11 00:45:32 [Server] INFO - auroras 1.6 16.11 00:45:32 [Server] INFO - azurelib 2.0.39 16.11 00:45:32 [Server] INFO - bakery 1.1.15 16.11 00:45:32 [Server] INFO - balm 7.3.9 16.11 00:45:32 [Server] INFO \-- kuma_api 20.1.8 16.11 00:45:32 [Server] INFO - bca 1.0-1.20.1 16.11 00:45:32 [Server] INFO - berries_and_cherries 1.0.9 16.11 00:45:32 [Server] INFO - bettas 1.2.3 16.11 00:45:32 [Server] INFO - betterbeekeeping 1.20.1-1.3.0 16.11 00:45:32 [Server] INFO - bettercombat 1.8.6+1.20.1 16.11 00:45:32 [Server] INFO - betterdeserttemples 1.20-Forge-3.0.3 16.11 00:45:32 [Server] INFO - betterdungeons 1.20-Forge-4.0.4 16.11 00:45:32 [Server] INFO - betterendisland 1.20-Forge-2.0.6 16.11 00:45:32 [Server] INFO - betterfortresses 1.20-Forge-2.0.6 16.11 00:45:32 [Server] INFO - betterfpsdist 1.20.1-6.0 16.11 00:45:32 [Server] INFO - betterjungletemples 1.20-Forge-2.0.5 16.11 00:45:32 [Server] INFO - bettermineshafts 1.20-Forge-4.0.4 16.11 00:45:32 [Server] INFO - betteroceanmonuments 1.20-Forge-3.0.4 16.11 00:45:32 [Server] INFO - betterstrongholds 1.20-Forge-4.0.3 16.11 00:45:32 [Server] INFO - betterthanmending 1.7.2 16.11 00:45:32 [Server] INFO - bettervillage 3.2.0 16.11 00:45:32 [Server] INFO - betterwitchhuts 1.20-Forge-3.0.3 16.11 00:45:32 [Server] INFO - blueprint 7.1.0 16.11 00:45:32 [Server] INFO - bookshelf 20.2.13 16.11 00:45:32 [Server] INFO - botania 1.20.1-446-FORGE 16.11 00:45:32 [Server] INFO - botaniaartifacts 1.0.1-1.20.1 16.11 00:45:32 [Server] INFO - botaniadelight 1.0.3.2-1.20.1 16.11 00:45:32 [Server] INFO - brewery 2.0.3 16.11 00:45:32 [Server] INFO - bygonenether 1.3.2 16.11 00:45:32 [Server] INFO - caelus 3.2.0+1.20.1 16.11 00:45:32 [Server] INFO - camping 1.0.4 16.11 00:45:32 [Server] INFO - cat_jam 1.2.2 16.11 00:45:32 [Server] INFO - catloaf 1.1.1 16.11 00:45:32 [Server] INFO - cavesanddepths 1.2.7 16.11 00:45:32 [Server] INFO - chat_heads 0.13.6 16.11 00:45:32 [Server] INFO - chestedcompanions 1.3.1 16.11 00:45:32 [Server] INFO - citadel 2.6.0 16.11 00:45:32 [Server] INFO - cleardespawn 1.1.15 16.11 00:45:32 [Server] INFO - cloth_config 11.1.136 16.11 00:45:32 [Server] INFO - cobweb 1.0.0 16.11 00:45:32 [Server] INFO - coffee_delight 1.4 16.11 00:45:32 [Server] INFO - cofh_core 11.0.2 16.11 00:45:32 [Server] INFO - collective 7.87 16.11 00:45:32 [Server] INFO - com_github_llamalad7_mixinextras 0.2.0-beta.8 16.11 00:45:32 [Server] INFO - configapi 1.20-2.3.2 16.11 00:45:32 [Server] INFO - connectorextras 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- amecsapi 1.5.3+mc1.20-pre1 16.11 00:45:32 [Server] INFO |-- connectorextras_architectury_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_emi_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_energy_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_geckolib_fabric_compat 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_jei_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_kubejs_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_modmenu_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO \-- modmenu 7.2.2 16.11 00:45:32 [Server] INFO |-- connectorextras_pehkui_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_rei_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- connectorextras_terrablender_bridge 1.11.2+1.20.1 16.11 00:45:32 [Server] INFO |-- forgeconfigapiport 8.0.0 16.11 00:45:32 [Server] INFO \-- reach_entity_attributes 2.4.0 16.11 00:45:32 [Server] INFO - connectormod 1.0.0-beta.46+1.20.1 16.11 00:45:32 [Server] INFO - cookingforblockheads 16.0.9 16.11 00:45:32 [Server] INFO - corn_delight 1.1.6-1.20.1 16.11 00:45:32 [Server] INFO - cornexpansion 1.0.1 16.11 00:45:32 [Server] INFO - coroutil 1.20.1-1.3.7 16.11 00:45:32 [Server] INFO - crabbersdelight 1.1.7c 16.11 00:45:32 [Server] INFO - cratedelight 24.11.06-1.20-forge 16.11 00:45:32 [Server] INFO - crittersandcompanions 2.2.2 16.11 00:45:32 [Server] INFO - croptopia 3.0.4 16.11 00:45:32 [Server] INFO - croptopia_additions 2.4 16.11 00:45:32 [Server] INFO - croptopia_delight 1.0 16.11 00:45:32 [Server] INFO - cuisinedelight 1.1.16 16.11 00:45:32 [Server] INFO - culturaldelights 0.16.1 16.11 00:45:32 [Server] INFO - cupboard 1.20.1-2.7 16.11 00:45:32 [Server] INFO - curios 5.11.0+1.20.1 16.11 00:45:32 [Server] INFO - deep_aether 1.20.1-1.0.4 16.11 00:45:32 [Server] INFO - deepblue 1.2 16.11 00:45:32 [Server] INFO - deeperdarker 1.3.3 16.11 00:45:32 [Server] INFO - deeperdarkerdelight 1.0.2.1-1.20.1 16.11 00:45:32 [Server] INFO - delightful 3.6 16.11 00:45:32 [Server] INFO - doapi 1.2.15 16.11 00:45:32 [Server] INFO \-- terraform 7.0.1 16.11 00:45:32 [Server] INFO - doggytalents 1.18.36 16.11 00:45:32 [Server] INFO - doubledoors 5.9 16.11 00:45:32 [Server] INFO - dtnpaletteofpaws 1.2.4 16.11 00:45:32 [Server] INFO - dungeons_arise 2.1.58-1.20.x 16.11 00:45:32 [Server] INFO - dynamiclights 1.20.1.2 16.11 00:45:32 [Server] INFO - efallingtrees 0.6.0-1.20+forge 16.11 00:45:32 [Server] INFO - eldritch_end 0.3.2 16.11 00:45:32 [Server] INFO - embeddium 0.3.31+mc1.20.1 16.11 00:45:32 [Server] INFO \-- rubidium 0.7.1 16.11 00:45:32 [Server] INFO - emi 1.1.18+1.20.1+forge 16.11 00:45:32 [Server] INFO - emi_enchanting 0.1.2+1.20.1+forge 16.11 00:45:32 [Server] INFO - emi_letsdo_compat 1.3 16.11 00:45:32 [Server] INFO - emi_loot 0.7.4+1.20.1+forge 16.11 00:45:32 [Server] INFO - emienchants 1.0.0 16.11 00:45:32 [Server] INFO - emiffect 1.1.2+mc1.20.1 16.11 00:45:32 [Server] INFO - emitrades 1.2.1+mc1.20.1 16.11 00:45:32 [Server] INFO - enchanted 3.0.8 16.11 00:45:32 [Server] INFO - endersdelight 1.0.3 16.11 00:45:32 [Server] INFO - endofherobrine 1.20.1-1.0.8.2 16.11 00:45:32 [Server] INFO - endrem 5.3.3-R-1.20.1 16.11 00:45:32 [Server] INFO - ends_delight 2.4 16.11 00:45:32 [Server] INFO - epherolib 0.1.2 16.11 00:45:32 [Server] INFO - euphoria_patcher 1.4.3-r5.3-forge 16.11 00:45:32 [Server] INFO - exoticbirds 1.0.0 16.11 00:45:32 [Server] INFO - explorify 1.6.2 16.11 00:45:32 [Server] INFO - fabric_api 0.92.2+1.11.8+1.20.1 16.11 00:45:32 [Server] INFO |-- fabric_api_lookup_api_v1 1.6.36+67f9824077 16.11 00:45:32 [Server] INFO |-- fabric_biome_api_v1 13.0.13+dc36698e77 16.11 00:45:32 [Server] INFO |-- fabric_block_api_v1 1.0.11+0e6cb7f777 16.11 00:45:32 [Server] INFO |-- fabric_block_view_api_v2 1.0.1+0767707077 16.11 00:45:32 [Server] INFO |-- fabric_blockrenderlayer_v1 1.1.41+1d0da21e77 16.11 00:45:32 [Server] INFO |-- fabric_client_tags_api_v1 1.1.2+5d6761b877 16.11 00:45:32 [Server] INFO |-- fabric_command_api_v1 1.2.34+f71b366f77 16.11 00:45:32 [Server] INFO |-- fabric_command_api_v2 2.2.13+561530ec77 16.11 00:45:32 [Server] INFO |-- fabric_content_registries_v0 4.0.11+a670df1e77 16.11 00:45:32 [Server] INFO |-- fabric_convention_tags_v1 1.5.5+fa3d1c0177 16.11 00:45:32 [Server] INFO |-- fabric_data_attachment_api_v1 1.0.0+30ef839e77 16.11 00:45:32 [Server] INFO |-- fabric_data_generation_api_v1 12.3.4+369cb3a477 16.11 00:45:32 [Server] INFO |-- fabric_dimensions_v1 2.1.54+8005d10d77 16.11 00:45:32 [Server] INFO |-- fabric_entity_events_v1 1.6.0+6274ab9d77 16.11 00:45:32 [Server] INFO |-- fabric_events_interaction_v0 0.6.2+0d0bd5a777 16.11 00:45:32 [Server] INFO |-- fabric_game_rule_api_v1 1.0.40+683d4da877 16.11 00:45:32 [Server] INFO |-- fabric_item_api_v1 2.1.28+4d0bbcfa77 16.11 00:45:32 [Server] INFO |-- fabric_item_group_api_v1 4.0.12+c9161c2d77 16.11 00:45:32 [Server] INFO |-- fabric_key_binding_api_v1 1.0.37+561530ec77 16.11 00:45:32 [Server] INFO |-- fabric_lifecycle_events_v1 2.2.22+afab492177 16.11 00:45:33 [Multicraft] Skipped 194 lines due to rate limit (160/s) 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/gui/Gui (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.gui.Gui was not found shield_overhaul.mixins.json:CursorIconMixin from mod shield_overhaul 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: com/legacy/lost_aether/entity/AerwhaleKingEntity (java.lang.ClassNotFoundException: com.legacy.lost_aether.entity.AerwhaleKingEntity) 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Camera for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/Camera (java.lang.RuntimeException: Attempted to load class net/minecraft/client/Camera for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.Camera was not found playeranimatorapi-common.mixins.json:CameraAccessor from mod playeranimatorapi 16.11 00:45:33 [Server] main/INFO [co.cu.Cupboard/]: Loaded config for: structureessentials.json 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/multiplayer/MultiPlayerGameMode for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/multiplayer/MultiPlayerGameMode (java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/MultiPlayerGameMode for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.multiplayer.MultiPlayerGameMode was not found mixins.cofhcore.json:MultiPlayerGameModeMixin from mod cofh_core 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PhantomRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.PhantomRenderer) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin from mod deeperdarker 16.11 00:45:33 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:33 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:33 [Server] main/WARN [mixin/]: @Mixin target net.minecraft.client.main.Main was not found mixins.emibridge.json:MainEntrypointMixin from mod connectorextras_emi_bridge 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/INFO [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). 16.11 00:45:34 [Server] main/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER 16.11 00:45:34 [Server] main/WARN [mixin/]: Error loading class: net/minecraft/client/main/Main (java.lang.RuntimeException: Attempted to load class net/minecraft/client/main/Main for invalid dist DEDICATED_SERVER) 16.11 00:45:34 [Server] main/INFO [de.su.si.co.em.EMIBridge/]: Injecting EMI API classes 16.11 00:45:34 [Server] main/INFO ModernFix reached bootstrap stage (15.85 s after launch) 16.11 00:45:34 [Server] main/WARN [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final 16.11 00:45:34 [Server] main/WARN [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin from mod modernfix should be final 16.11 00:45:35 [Server] main/WARN [mixin/]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin from mod crittersandcompanions::handler$bdj000$crittersandcompanions$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. 16.11 00:45:36 [Server] main/WARN [mixin/]: @Final field f_57244_:Lnet/minecraft/world/level/block/state/properties/IntegerProperty; in QualityCrops.mixins.json:SweetBerryBushMixin from mod qualitycrops should be final 16.11 00:45:36 [Server] main/INFO Vanilla bootstrap took 2025 milliseconds 16.11 00:45:38 [Server] main/WARN [mixin/]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on refurbished_furniture.common.mixins.json:LevelChunkMixin from mod refurbished_furniture::handler$cal000$refurbished_furniture$refurbishedFurniture$AfterRemoveBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. 16.11 00:45:38 [Server] main/INFO [mixin/]: apoli.mixins.json:ItemSlotArgumentTypeAccessor from mod apoli->@Accessor[FIELD_GETTER]::getSlotNamesToSlotCommandId()Ljava/util/Map; should be static as its target is 16.11 00:45:38 [Server] main/WARN [mixin/]: Mixin alexscaves.mixins.json:SwampHutPieceMixin from mod alexscaves has multiple constructors, (Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;IIIIIILnet/minecraft/core/Direction;)V was selected 16.11 00:45:38 [Server] main/WARN [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.biomes.PrimordialAbyssConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.biomes.PrimordialAbyssConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.biomes.HasturianWastesConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.biomes.HasturianWastesConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.AberrationConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.AberrationConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.TentacleConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.TentacleConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.DendlerConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.DendlerConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.boss.FacelessConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.boss.FacelessConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.entities.boss.HasturConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.entities.boss.HasturConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.mechanics.CorruptionConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.mechanics.CorruptionConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.mechanics.InfusionConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.mechanics.InfusionConfig read successfully. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.eldritch_end.config.entries.item.XalConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.eldritch_end.config.entries.item.XalConfig read successfully. 16.11 00:45:39 [Server] main/INFO [eldritch_end/]: Eldritch End's Config Loaded! 16.11 00:45:39 [Server] main/INFO [eldritch_end/]: Registered Eldritch End items 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocin.shield_overhaul.config.server.ShieldConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocin.shield_overhaul.config.server.ShieldConfig read successfully. 16.11 00:45:39 [Server] main/INFO [shield_overhaul/]: Shield Overhaul's Config Loaded! 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/2b101225a0983c178c43c737d76def52 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/878ba3ad853235668eff51eb0a40c900 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/878ba3ad853235668eff51eb0a40c900 16.11 00:45:39 [Server] main/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id aaa_particles:main/9b5bc39f00d53db2acf81d859b596583 16.11 00:45:39 [Server] main/INFO [ch.mc.Mcda/]: Registering Blocks for mcda 16.11 00:45:39 [Server] main/INFO [necronomicon/]: File exists, reading config for elocindev.rebalance.config.ReBalanceConfig. 16.11 00:45:39 [Server] main/INFO [necronomicon/]: Config for elocindev.rebalance.config.ReBalanceConfig read successfully. 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Loaded Prominent Config 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Registered Prominent Sounds 16.11 00:45:39 [Server] main/INFO [prominent_ost/]: Registered Prominent Items 16.11 00:45:39 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Options for invalid dist DEDICATED_SERVER 16.11 00:45:39 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to register automatic subscribers. ModID: sodiumextras, class toni.sodiumextras.SodiumExtras 16.11 00:45:39 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/Options for invalid dist DEDICATED_SERVER 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:39 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.privateGetPublicMethods(Class.java:3427) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at java.lang.Class.getMethods(Class.java:2019) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:83) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:126) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:92) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:39 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:39 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:40 [Server] modloading-worker-0/INFO [io.gi.ap.ap.Apoli/]: Apoli 1.20.1-2.9.0.8 has initialized. Ready to power up your game! 16.11 00:45:40 [Server] modloading-worker-0/INFO [de.su.si.co.te.TerraBlenderBridge/]: Injecting TerraBlender API classes 16.11 00:45:40 [Server] modloading-worker-0/INFO [io.gi.ap.or.Origins/]: Origins 1.20.1-1.10.0.9 is initializing. Have fun! 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.au.ad.AdvancedNetherite/]: Initializing platform helper for Advanced Netherite! 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.ae.cu.Cumulus/]: Disabling Cumulus as it is on server. 16.11 00:45:40 [Server] modloading-worker-0/INFO [Puzzles Lib/]: Constructing common components for mutantmonsters:main 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.jt.li.LibraryFerret/]: Initialize mod Library Ferret 16.11 00:45:40 [Server] modloading-worker-0/INFO [co.jt.li.LibraryFerret/]: Initialized mod Library Ferret 16.11 00:45:41 [Server] modloading-worker-0/WARN [fallingleaves/]: Falling Leaves is a client only mod and should be removed from the mods list 16.11 00:45:41 [Server] modloading-worker-0/INFO [graveyard/]: Registered JSON trade offer adapter. 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: netheritehorsearmor as netheritehorsearmor-client.cfg 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: netheritehorsearmor as netheritehorsearmor-common.cfg 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: Necronomicon Initialized 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: File exists, reading config for elocindev.necronomicon.NecronomiconConfig. 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: Config for elocindev.necronomicon.NecronomiconConfig read successfully. 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: there is a brick about to fall through your roof at terminal velocity 16.11 00:45:41 [Server] modloading-worker-0/INFO [necronomicon/]: there is a brick about to fall through your roof at terminal velocity 16.11 00:45:41 [Server] modloading-worker-0/WARN defineId called for: class net.minecraft.world.entity.player.Player from class me.adda.enhanced_falling_trees.FallingTrees 16.11 00:45:41 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id efallingtrees:config_packet 16.11 00:45:41 [Server] modloading-worker-0/INFO [Calio/]: Calio 1.20.1-1.11.0.5 initializing... 16.11 00:45:41 [Server] modloading-worker-0/INFO [co.ep.ep.co.CommonConfig/]: Creating default config file: croptopia_v3.conf 16.11 00:45:41 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 16.11 00:45:41 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: xaeroplus, class xaeroplus.forge.XaeroPlusForge 16.11 00:45:41 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:41 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:73) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:41 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:41 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:41 [Server] modloading-worker-0/INFO [th.ko.te.KotlinForForge/]: Kotlin For Forge Enabled! 16.11 00:45:41 [Server] modloading-worker-0/INFO [Puzzles Lib/]: Constructing common components for puzzleslib:main 16.11 00:45:41 [Server] INFO The Euphoria Patcher Mod should not be loaded on a server! Disabling... 16.11 00:45:42 [Server] modloading-worker-0/INFO [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.3.12, for MC 1.20.1 with MCP 20230612.114412 16.11 00:45:42 [Server] modloading-worker-0/INFO [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.3.12 Initialized 16.11 00:45:42 [Server] modloading-worker-0/INFO [xy.ap.fo.co.Mo.CommonalityMod/]: Running Minecraft '1.20.1', & Forge '47.3.12' on Java '17.0.13, Eclipse Adoptium' 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustedSourceList/]: Loading BlackListed sources from remote... (https://api.stopmodreposts.org/minecraft/sites.txt) 16.11 00:45:42 [Server] modloading-worker-0/INFO [ModernFix/]: Bypassed Mojang DFU 16.11 00:45:42 [Server] modloading-worker-0/INFO [ModernFix/]: Instantiating Mojang DFU 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustedSourceList/]: Loaded 564 BlackListed sources from remote 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustManager/]: Loading mod 'commonality' TrustWorthiness... 16.11 00:45:42 [Server] modloading-worker-0/FATAL [TrustManager/]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! 16.11 00:45:42 [Server] modloading-worker-0/INFO [TrustManager/]: Loaded mod 'commonality' TrustWorthiness: UNKNOWN 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/INFO [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. 16.11 00:45:43 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER 16.11 00:45:43 [Server] modloading-worker-0/ERROR [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: cat_jam, class com.shmove.cat_jam.forge.cat_jam_forge 16.11 00:45:43 [Server] INFO java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.3.12.jar%2369!/:1.0] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:43 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:73) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:43 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:43 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:43 [Server] modloading-worker-0/WARN [mixin/]: @Final field VINE_AGE:Lnet/minecraft/world/level/block/state/properties/IntegerProperty; in qualitysdelight.mixins.json:TomatoVineMixin from mod qualitysdelight should be final 16.11 00:45:43 [Server] modloading-worker-0/INFO [Collective/]: Loading Collective version 7.87. 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Constructing Mod: Spartan Weaponry 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Initialising API! Version: 11 16.11 00:45:44 [Server] modloading-worker-0/INFO [Spartan Weaponry/]: Spartan Weaponry API version 11 has been initalized! 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_backpack 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_ender_chest 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id camping:open_ender_chest 16.11 00:45:44 [Server] modloading-worker-0/INFO [[Let's Do Addon] Corn Expansion/]: Finished initializing ! 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id brewery:alcohol_sync_request 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id brewery:drink_alcohol 16.11 00:45:44 [Server] modloading-worker-0/INFO [co.cu.Cupboard/]: Loaded config for: cupboard.json 16.11 00:45:44 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id meadow:var_request 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-client.cfg 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-common.cfg 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.cr.co.ConfigAPI/]: Registered config for: configapi as configapi-server.cfg 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: Could not find parent net/minecraft/client/renderer/entity/layers/RenderLayer for class com/obscuria/obscureapi/client/renderer/PatreonLayer in classloader cpw.mods.modlauncher.TransformingClassLoader@41e43885 on thread Thread[modloading-worker-0,5,main] 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler 16.11 00:45:45 [Server] INFO java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.layers.RenderLayer 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:97) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:48) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.5.jar%2352!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.5.jar%2352!/:6.0.5+6.0.5+master.eb8e549b] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.ClassLoader.defineClass0(Native Method) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.System$2.defineClass(System.java:2324) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClass(MethodHandles.java:2439) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClassAsLookup(MethodHandles.java:2420) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandles$Lookup.defineHiddenClass(MethodHandles.java:2127) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.generateInnerClass(InnerClassLambdaMetafactory.java:407) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.spinInnerClass(InnerClassLambdaMetafactory.java:315) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.InnerClassLambdaMetafactory.buildCallSite(InnerClassLambdaMetafactory.java:228) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:341) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.CallSite.makeSite(CallSite.java:315) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271) ~[?:?] {} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.client.renderer.PatreonLayer$Mode.<clinit>(PatreonLayer.java:55) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPIConfig$Client.<clinit>(ObscureAPIConfig.java:28) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPIConfig.register(ObscureAPIConfig.java:46) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at com.obscuria.obscureapi.ObscureAPI.<init>(ObscureAPI.java:69) ~[obscure_api-15.jar%23511!/:com.obscuria] {re:classloading} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} 16.11 00:45:45 [Server] INFO at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.20.1-47.3.12.jar%23591!/:?] {} 16.11 00:45:45 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:124) ~[fmlcore-1.20.1-47.3.12.jar%23590!/:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} 16.11 00:45:45 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} 16.11 00:45:45 [Server] modloading-worker-0/ERROR [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/obscuria/obscureapi/client/renderer/PatreonLayer for invalid dist DEDICATED_SERVER 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/42a7ad70b1cc371599a0eff744096b8a 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/74a5e841822a3a87854ae896a33430d6 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/eb3d1e2748533430848cadf0f37c7e9c 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/91c8520f19f93b3e8b6a727568e194ab 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/8c2784d778293fd482ed84b8aa5fedb9 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/ea038224ea783d40b2863f52239e2604 16.11 00:45:45 [Server] modloading-worker-0/INFO [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id artifacts:networking_channel/97ad64b7ecaf33209991c4f031501a58 16.11 00:45:45 [Server] modloading-worker-0/INFO [co.sc.ne.mo.FarmersDelightCompat/]: Setting up compat for Farmers Delight 16.11 00:45:45 [Server] INFO Ocean's Delight Found! 16.11 00:45:45 [Server] INFO Crabber's Delight Found! 16.11 00:45:45 [Server] modloading-worker-0/INFO [azurelib/FileWatching]: Registered azurelib config for auto-sync function 16.11 00:45:45 [Server] modloading-worker-0/INFO [coroutil/]: forge loader environment detected 16.11 00:45:45 [Server] modloading-worker-0/INFO [simplyswords/]: Registering Eldritch End compat Items for simplyswords 16.11 00:45:45 [Server] INFO /config 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Discovered 164 modules to load. 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Abacus... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Adjustable Chat... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ambient Discs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ancient Tomes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ancient Wood... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Armed Armor Stands... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Auto Walk Keybind... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Automatic Recipe Unlock... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Automatic Tool Restock... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Azalea Wood... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Back Button Keybind... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Backpack... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Beacon Redirection... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Better Elytra Rocket... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Big Stone Clusters... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Blossom Trees... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Bottled Cloud... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Buckets Show Inhabitants... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Camera... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Campfires Boost Elytra... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Celebratory Lamps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chains Connect Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chest Searching... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chorus Vegetation... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Chute... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Climate Control Remover... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Color Runes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Compasses Work Everywhere... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Compressed Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Coral On Cactus... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Corundum... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crabs... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crafter... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Crate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Diamond Repair... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dispensers Place Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Double Door Opening... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dragon Scales... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Duskbound Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Dyeable Item Frames... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Easy Transfering... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Elytra Indicator... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Emotes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enchantment Predicates... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enchantments Begone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Ender Watcher... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Endermosh Music Disc... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Enhanced Ladders... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Expanded Item Interactions... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Fairy Rings... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Fallen Logs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Feeding Trough... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Forgotten... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Foxhound... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Framed Glass... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Game Nerfs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glass Item Frame... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glass Shard... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Glimmering Weald... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gold Bars... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gold Tools Have Fortune... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Grab Chickens... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Grate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Gravisand... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Greener Grass... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hedges... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hoe Harvesting... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hollow Logs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Horses Swim... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Hotbar Changer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Improved Sponges... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Improved Tooltips... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Industrial Palette... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Inventory Sorting... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Iron Rod... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Item Sharing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Japanese Palette... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Leaf Carpet... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Lock Rotation... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Long Range Pick Block... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Magma Keeps Concrete Powder... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Magnets... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Map Washing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Matrix Enchanting... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Metal Buttons... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Microcrafting Helper... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Midori... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Monster Box... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Banner Layers... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Brick Types... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Mud Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Note Block Sounds... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Potted Plants... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module More Villagers... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Narrator Readout... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Nether Brick Fence Gate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Nether Obsidian Spikes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module New Stone Types... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module No Durability On Cosmetics... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module No More Lava Pockets... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Obsidian Plate... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Overlay Shader... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Parrot Eggs... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pat The Dogs... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pathfinder Maps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Permafrost... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Petals On Water... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pickarang... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pig Litters... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pipes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Pistons Move Tile Entities... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Poison Potato Usage... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Quick Armor Swapping... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Rainbow Lamps... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Raw Metal Bricks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Reacharound Placing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Redstone Randomizer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Renewable Spore Blossoms... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Replace Scaffolding... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Rope... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Safer Creatures... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Seed Pouch... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shear Vines... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shiba... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shingles... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Shulker Packing... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Simple Harvest... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Skull Pikes... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slabs To Blocks... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slime In A Bucket... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Slimes To Magma Cubes... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Snow Golem Player Heads... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Soul Candles... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Soul Sandstone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Spawner Replacer... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Spiral Spires... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Stonelings... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Stools... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Sturdy Stone... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Thatch... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Tiny Potato... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Torch Arrow... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Toretoise... 16.11 00:45:46 [Server] modloading-worker-0/ERROR [zeta/]: Client event interface org.violetmoon.zeta.client.event.load.ZClientSetup was found in a non client only class! 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Totem Of Holding... 16.11 00:45:46 [Server] modloading-worker-0/INFO [quark-zeta/]: Constructing module Trowel... 16.11 00:45:47 [Multicraft] Skipped 600 lines due to rate limit (160/s) 16.11 00:45:49 [Multicraft] Server shut down (starting) 16.11 00:45:49 [Multicraft] Restarting crashed server in 300 seconds 16.11 00:45:49 [Multicraft] Server stopped
    • when trying to play on latest versions of star technology, I got the error as following: Failed to download file. Name: forge-47.3.10.jar URL: https://s3.amazonaws.com/Minecraft.Download/versions/forge-47.3.10/forge-47.3.10.jar Filename on disk: forge-47.3.10.jar Path: D:\Elliot\curseforge\minecraft\Install\versions\forge-47.3.10\forge-47.3.10.jar Exists: Nonexistent But after reinstalling the modpack, I no longer got the error.  
    • So, I run a forge server 1.21.1 on my old laptop and everything was working fine until today that i decided to download Minecraft. Now u may ask, why u host a server if don’t have Minecraft ? Well, I play through a tunnel on my pc. Anyway, I installed Minecraft and now the server won’t start. It’s like it’s installing everything for the first time again, but in the end, it just don’t start properly. What should I do?
    • I went down to QuestGiver 1.18.2 version 1.0.9, and that seems to have solved the issue. I really appreciate your help.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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