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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • ---- Minecraft Crash Report ---- // Don't be sad, have a hug! ❤️ Time: 2024-09-28 06:19:18 CDT Description: Ticking screen java.lang.ClassCastException: danger.orespawn.IrukandjiArrow cannot be cast to net.minecraft.entity.EntityLivingBase     at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(Unknown Source)     at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)     at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)     at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)     at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)     at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)     at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:6104)     at net.minecraft.client.main.Main.main(SourceFile:148)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:497)     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Affected screen -- Details:     Screen name: ~~ERROR~~ NullPointerException: null -- Affected level -- Details:     Level name: MpServer     All players: 1 total; [EntityClientPlayerMP['Jamajick'/59492, l='MpServer', x=-23.07, y=83.16, z=-95.57]]     Chunk stats: MultiplayerChunkCache: 90, 90     Level seed: 0     Level generator: ID 00 - default, ver 1. Features enabled: false     Level generator options:      Level spawn location: World: (-28,64,-107), Chunk: (at 4,4,5 in -2,-7; contains blocks -32,0,-112 to -17,255,-97), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)     Level time: 6363740 game time, 6381896 day time     Level dimension: 0     Level storage version: 0x00000 - Unknown?     Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false     Forced entities: 65 total; [EntityLunaMoth['Moth'/46592, l='MpServer', x=22.47, y=66.00, z=-133.97], EntityChicken['Chicken'/2825, l='MpServer', x=-35.47, y=84.00, z=-99.63], EntitySheep['Sheep'/2826, l='MpServer', x=-12.09, y=76.00, z=-96.47], Entity_SpecialZombie['Zombie'/39307, l='MpServer', x=47.84, y=65.00, z=-29.66], EntityChicken['Chicken'/2828, l='MpServer', x=-19.38, y=84.00, z=-87.41], EntitySheep['Sheep'/2830, l='MpServer', x=-26.91, y=87.00, z=-48.94], EntityItem['item.item.egg'/45966, l='MpServer', x=-40.16, y=79.13, z=-113.84], EntityCreeper['Creeper'/34959, l='MpServer', x=-5.50, y=26.00, z=-96.50], EntitySheep['Sheep'/2831, l='MpServer', x=-25.91, y=87.00, z=-46.03], EntityCreeper['Creeper'/55313, l='MpServer', x=41.88, y=66.00, z=-28.22], EntityItem['item.item.feather'/33939, l='MpServer', x=-21.28, y=79.13, z=-97.63], EntityChicken['Chicken'/2837, l='MpServer', x=-27.44, y=70.00, z=-132.44], EntityChicken['Chicken'/2838, l='MpServer', x=-3.59, y=64.00, z=-106.38], EntityChicken['Chicken'/2841, l='MpServer', x=0.47, y=65.00, z=-98.47], ThePrinceTeen['The Young Prince'/2844, l='MpServer', x=-8.50, y=75.00, z=-95.50], ThePrinceTeen['The Young Prince'/2845, l='MpServer', x=-2.50, y=71.00, z=-91.50], ThePrinceTeen['The Young Prince'/2846, l='MpServer', x=-9.91, y=77.00, z=-94.13], ThePrinceTeen['The Young Prince'/2847, l='MpServer', x=-7.50, y=76.00, z=-91.50], EntitySheep['Sheep'/2848, l='MpServer', x=-8.06, y=87.00, z=-55.03], EntityMinecartChest['entity.MinecartChest.name'/2722, l='MpServer', x=-88.50, y=34.50, z=-159.50], EntityPig['Pig'/2723, l='MpServer', x=-84.91, y=79.00, z=-52.84], EntityItem['item.item.egg'/59429, l='MpServer', x=-53.91, y=79.13, z=-78.16], EntityItem['item.item.egg'/59430, l='MpServer', x=-14.78, y=78.13, z=-94.91], EntityItem['item.item.egg'/59431, l='MpServer', x=-4.34, y=64.13, z=-105.16], EntitySquid['Squid'/35881, l='MpServer', x=-54.50, y=52.00, z=-88.50], EntityItem['item.item.egg'/42031, l='MpServer', x=-23.78, y=75.13, z=-131.88], EntityItem['item.item.egg'/33970, l='MpServer', x=-15.53, y=69.13, z=-104.34], EntitySquid['Squid'/47923, l='MpServer', x=21.50, y=60.00, z=-90.72], EntitySquid['Squid'/47925, l='MpServer', x=21.50, y=61.34, z=-92.78], EntityCreeper['Creeper'/34615, l='MpServer', x=38.50, y=26.00, z=-75.06], EntityCreeper['Creeper'/34616, l='MpServer', x=38.50, y=29.00, z=-67.50], EntityCreeper['Creeper'/34617, l='MpServer', x=34.50, y=29.00, z=-69.50], EntityCreeper['Creeper'/35001, l='MpServer', x=28.09, y=34.00, z=-156.56], EntityCreeper['Creeper'/35002, l='MpServer', x=31.50, y=34.00, z=-156.50], EntityCow['Cow'/2878, l='MpServer', x=41.72, y=77.00, z=-117.50], EntityWitch['Witch'/55486, l='MpServer', x=44.47, y=68.00, z=-36.06], EntityCow['Cow'/2879, l='MpServer', x=35.13, y=68.00, z=-83.81], EntityWitch['Witch'/55487, l='MpServer', x=45.31, y=65.00, z=-32.69], EntityRabbit['Rabbit'/2880, l='MpServer', x=35.28, y=70.00, z=-74.59], EntityRabbit['Rabbit'/2881, l='MpServer', x=36.53, y=71.00, z=-53.63], EntityLunaMoth['Moth'/58179, l='MpServer', x=23.31, y=65.31, z=-135.34], EntityLunaMoth['Moth'/58180, l='MpServer', x=17.69, y=64.00, z=-122.84], EntityLunaMoth['Moth'/58181, l='MpServer', x=20.69, y=68.53, z=-123.69], EntityChicken['Chicken'/2758, l='MpServer', x=-67.56, y=75.00, z=-94.56], EntityLunaMoth['Moth'/58183, l='MpServer', x=12.47, y=65.00, z=-118.44], EntityPig['Pig'/2760, l='MpServer', x=-75.53, y=79.00, z=-75.31], EntityPig['Pig'/2761, l='MpServer', x=-74.84, y=81.00, z=-50.03], EntityCow['Cow'/2893, l='MpServer', x=48.88, y=66.00, z=-95.69], EntityRabbit['Rabbit'/2766, l='MpServer', x=-59.41, y=81.00, z=-156.88], EntityRabbit['Rabbit'/2894, l='MpServer', x=50.44, y=69.00, z=-76.47], EntityChicken['Chicken'/2767, l='MpServer', x=-52.59, y=80.00, z=-78.38], EntitySpider['Spider'/42065, l='MpServer', x=55.50, y=68.00, z=-36.50], EntityChicken['Chicken'/2778, l='MpServer', x=-46.84, y=70.00, z=-158.84], EntityChicken['Chicken'/2780, l='MpServer', x=-44.53, y=78.00, z=-111.56], EntityChicken['Chicken'/2782, l='MpServer', x=-12.63, y=78.00, z=-94.47], EntityChicken['Chicken'/2783, l='MpServer', x=-38.66, y=79.00, z=-91.41], EntityItem['item.item.egg'/57702, l='MpServer', x=-36.53, y=83.13, z=-90.06], Entity_SpecialSkeleton['Skeleton'/55532, l='MpServer', x=54.47, y=64.00, z=-35.13], EntityClientPlayerMP['Jamajick'/59492, l='MpServer', x=-23.07, y=83.16, z=-95.57], EntityItem['item.item.egg'/34031, l='MpServer', x=-22.69, y=81.13, z=-79.72], EntityCreeper['Creeper'/43642, l='MpServer', x=47.28, y=67.00, z=-24.66], EntityLunaMoth['Moth'/46588, l='MpServer', x=18.78, y=65.06, z=-124.63], EntityItem['item.item.egg'/47228, l='MpServer', x=-44.53, y=70.13, z=-157.22], EntityLunaMoth['Moth'/46589, l='MpServer', x=14.22, y=64.34, z=-121.44], EntityLunaMoth['Moth'/46590, l='MpServer', x=20.50, y=66.16, z=-126.34]]     Retry entities: 0 total; []     Server brand: fml,forge     Server type: Non-integrated multiplayer server Stacktrace:     at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)     at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:6107)     at net.minecraft.client.main.Main.main(SourceFile:148)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:497)     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details:     Minecraft Version: 1.7.10     Operating System: Windows 10 (amd64) version 10.0     Java Version: 1.8.0_51, Oracle Corporation     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation     Memory: 10882239080 bytes (10378 MB) / 13861650432 bytes (13219 MB) up to 13861650432 bytes (13219 MB)     JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx13g -Xms7g     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 319 mods loaded, 319 mods active     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     UCHIJA    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)      UCHIJA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)      UCHIJA    Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)      UCHIJA    appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)      UCHIJA    Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)      UCHIJA    CartFixes{0.1.0} [Steve's Cart Fixes] (minecraft.jar)      UCHIJA    CodeChickenCore{1.1.11} [CodeChicken Core] (minecraft.jar)      UCHIJA    CropLoadCoreASM{0.0.2} [CroploadCore ASM Core] (minecraft.jar)      UCHIJA    ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)      UCHIJA    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)      UCHIJA    NotEnoughItems{2.3.27-GTNH} [NotEnoughItems] (NotEnoughItems-2.3.27-GTNH.jar)      UCHIJA    OpenComputers|Core{@VERSION@} [OpenComputers (Core)] (minecraft.jar)      UCHIJA    MobiusCore{1.3.8-mapless} [MobiusCore] (minecraft.jar)      UCHIJA    PlayerAPI{1.4.2} [Player API] (minecraft.jar)      UCHIJA    ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)      UCHIJA    ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)      UCHIJA    VillagerMetaFix{0.3} [VillagerMetaFix] (VillagerMetaFix-0.3.jar)      UCHIJA    ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)      UCHIJA    OpenModsCore{0.10.1} [OpenModsCore] (minecraft.jar)      UCHIJA    <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)      UCHIJA    txloader{1.5} [TX Loader] (txloader-1.5.jar)      UCHIJA    NettyPatch_ASM{0.3.1} [NettyPatch_ASM] (minecraft.jar)      UCHIJA    debug{1.0} [debug] (denseores-1.6.2.jar)      UCHIJA    unimixins{0.1.6} [UniMixins] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    unimixins-mixin{0.1.6} [UniMixins: Mixin (UniMix)] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    unimixins-compat{0.1.6} [UniMixins: Compatibility] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    mixingasm{0.2.2} [UniMixins: Mixingasm] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    gtnhmixins{2.1.9} [UniMixins: GTNHMixins] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    spongemixins{2.0.1} [UniMixins: SpongeMixins] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    mixinbooterlegacy{1.2.1} [UniMixins: MixinBooterLegacy] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    gasstation{0.5.1} [UniMixins: GasStation] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    mixinextras{0.1.6} [UniMixins: MixinExtras] (!unimixins-all-1.7.10-0.1.6.jar)      UCHIJA    securitycraft{v1.8.13} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.13.jar)      UCHIJA    bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)      UCHIJA    Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)      UCHIJA    battlegear2{1.1.2.4} [Mine & Blade Battlegear 2] (battlegear2-1.1.2.4.jar)      UCHIJA    aether_legacy{v1.1.2.2} [The Aether] (aether-1.7.10-v1.1.2.2.jar)      UCHIJA    AppleCore{3.2.10} [AppleCore] (AppleCore-3.2.10.jar)      UCHIJA    appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)      UCHIJA    archaicfix{0.5.0} [ArchaicFix] (archaicfix-0.5.0.jar)      UCHIJA    ArchitectureCraft{1.7.6} [ArchitectureCraft] (ArchitectureCraft-1.7.10-1.7.6.jar)      UCHIJA    Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)      UCHIJA    Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)      UCHIJA    AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)      UCHIJA    AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)      UCHIJA    ascribe{1.7.10-0.1} [Ascribe] (Ascribe-1.7.10-0.1.jar)      UCHIJA    CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)      UCHIJA    asielib{0.4.9} [asielib] (AsieLib-1.7.10-0.4.9.jar)      UCHIJA    asmc{1.0.2} [ dASMC] (ASMC-1.7.10-1.0.2.jar)      UCHIJA    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)      UCHIJA    Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)      UCHIJA    Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)      UCHIJA    Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)      UCHIJA    AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)      UCHIJA    Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)      UCHIJA    Avaritia{1.34} [Avaritia] (Avaritia-1.34.jar)      UCHIJA    Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)      UCHIJA    bdlib{1.9.8-GTNH} [BD lib] (bdlib-1.7.10-1.9.8-GTNH.jar)      UCHIJA    BetterAchievements{0.1.3} [Better Achievements] (BetterAchievements-1.7.10-0.1.3.jar)      UCHIJA    betterbuilderswands{0.9.6-GTNH} [BetterBuildersWands] (BetterBuildersWands-1.7.10-0.9.6-GTNH.jar)      UCHIJA    bettercrashes{1.1.9-GTNH} [BetterCrashes] (bettercrashes-1.7.10-1.1.9-GTNH.jar)      UCHIJA    betterloadingscreen{1.3.39-GTNH} [Better Loading Screen GTNH] (betterloadingscreen-1.3.39-GTNH.jar)      UCHIJA    BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)      UCHIJA    Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)      UCHIJA    ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)      UCHIJA    ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)      UCHIJA    BuildCraft|Core{7.1.25} [BuildCraft] (buildcraft-7.1.25.jar)      UCHIJA    ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)      UCHIJA    ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)      UCHIJA    TConstruct{1.9.25-GTNH} [Tinkers' Construct] (TConstruct-1.9.25-GTNH.jar)      UCHIJA    Natura{2.5.5} [Natura] (Natura-1.7.10-2.5.5.jar)      UCHIJA    BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar)      UCHIJA    BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)      UCHIJA    gtnhlib{0.0.13} [GTNH Lib] (gtnhlib-0.0.13.jar)      UCHIJA    HardcoreEnderExpansion{1.9.7-GTNH} [Hardcore Ender Expansion] (HardcoreEnderExpansion-1.7.10-1.9.7-GTNH.jar)      UCHIJA    IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)      UCHIJA    Forestry{4.6.0} [Forestry] (Forestry-4.6.0.jar)      UCHIJA    BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)      UCHIJA    BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)      UCHIJA    biggerpacketsplz{1.2} [Bigger Packets, please !] (biggerpacketsplz-upto1.7.10-1.2.jar)      UCHIJA    BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)      UCHIJA    BinnieCore{2.0.22.7} [Binnie Core] (binnie-mods-1.7.10-2.0.22.7.jar)      UCHIJA    Botany{2.0.22.7} [Botany] (binnie-mods-1.7.10-2.0.22.7.jar)      UCHIJA    ExtraTrees{2.0.22.7} [Extra Trees] (binnie-mods-1.7.10-2.0.22.7.jar)      UCHIJA    Genetics{2.0.22.7} [Genetics] (binnie-mods-1.7.10-2.0.22.7.jar)      UCHIJA    ExtraBees{2.0.22.7} [Extra Bees] (binnie-mods-1.7.10-2.0.22.7.jar)      UCHIJA    YAMCore{0.5.84} [YAMCore] (YAMCore-1.7.10-0.5.84.jar)      UCHIJA    blocklimiter{0.55} [BlockLimiter. Restrict your Blocks] (BlockLimiter-1.7.10-0.55.jar)      UCHIJA    blockrenderer6343{1.0.0-RC7} [BlockRenderer6343] (blockrenderer6343-1.7.10-1.0.0-RC7.jar)      UCHIJA    ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)      UCHIJA    ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-542.jar)      UCHIJA    ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)      UCHIJA    guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)      UCHIJA    BloodArsenal{1.2.9} [Blood Arsenal] (BloodArsenal-1.7.10-1.2.9.jar)      UCHIJA    bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar)      UCHIJA    BrandonsCore{1.0.0.13-GTNH} [Brandon's Core] (BrandonsCore-1.7.10-1.0.0.13-GTNH.jar)      UCHIJA    bugtorch{1.2.5GTNH} [BugTorch] (bugtorch-1.2.5GTNH.jar)      UCHIJA    BuildCraft|Builders{7.1.25} [BC Builders] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Robotics{7.1.25} [BC Robotics] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Silicon{7.1.25} [BC Silicon] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Energy{7.1.25} [BC Energy] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Transport{7.1.25} [BC Transport] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Factory{7.1.25} [BC Factory] (buildcraft-7.1.25.jar)      UCHIJA    BuildCraft|Compat{7.1.12} [BuildCraft Compat] (buildcraft-compat-1.7.10-7.1.12.jar)      UCHIJA    OilTweak{1.0.4} [BuildCraft Oil Tweak] (BuildCraftOilTweak-1.7.10-1.0.4.jar)      UCHIJA    catwalks{2.0.4} [Catwalks Mod] (catwalks-1.7.10-2.1.4-GTNH.jar)      UCHIJA    ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)      UCHIJA    TwilightForest{2.3.8dev} [The Twilight Forest] (twilightforest-1.7.10-2.3.8.jar)      UCHIJA    chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)      UCHIJA    colorchat{1.7.2-0.1.0} [ColorChat] (colorchat-1.7.10-0.1.0-22.jar)      UCHIJA    compacter{1.2.1.15} [Compacter] (compacter-1.2.1.15-mc1.7.10.jar)      UCHIJA    compactkineticgenerators{1.7.10-1.0} [Compact Kinetic Wind and Water Generators] (CompactKineticGenerators-1.7.10-1.0.jar)      UCHIJA    CompactSolars{4.4.41.316} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.41.316-universal.jar)      UCHIJA    endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)      UCHIJA    EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)      UCHIJA    EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)      UCHIJA    MrTJPCoreMod{1.1.4} [MrTJPCore] (MrTJPCore-1.7.10-1.1.4.jar)      UCHIJA    ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)      UCHIJA    ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)      UCHIJA    OpenComputers{1.8.0.13-GTNH} [OpenComputers] (OpenComputers-1.8.0.13-GTNH.jar)      UCHIJA    GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar)      UCHIJA    Mekanism{9.1.0} [Mekanism] (Mekanism-1.7.10-9.1.0.281.jar)      UCHIJA    computronics{1.6.19-GTNH} [Computronics] (Computronics-1.6.19-GTNH.jar)      UCHIJA    controlling{1.0.0.5} [Controlling] (controlling-1.0.0.5.jar)      UCHIJA    cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)      UCHIJA    cookingforblockheads{1.2.14-GTNH} [Cooking For Blockheads] (CookingForBlockheads-1.2.14-GTNH.jar)      UCHIJA    coretweaks{0.3.0.3} [CoreTweaks] (CoreTweaks-1.7.10-0.3.0.3+nomixin.jar)      UCHIJA    creativecore{1.3.27-GTNH} [CreativeCore] (creativecore-1.7.10-1.3.27-GTNH.jar)      UCHIJA    DummyCore{1.15} [DummyCore] (DummyCore-1.7.10-1.15.jar)      UCHIJA    thaumicbases{1.4.33} [Thaumic Bases] (Thaumic-Based-1.4.33.jar)      UCHIJA    witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)      UCHIJA    Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.2.jar)      UCHIJA    croploadcore{0.1.10} [CropLoadCore] (CropLoadCore-1.7.10-0.1.10.jar)      UCHIJA    berriespp{1.3.6.12} [Crops++] (CropsPP-1.7.10-1.3.6.12.jar)      UCHIJA    customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar)      UCHIJA    DeathCounter{4.0.0} [DeathCounter] (DeathCounter-4.0.0.jar)      UCHIJA    PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)      UCHIJA    props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)      UCHIJA    defaultserverlist{1.4.0} [DefaultServerList] (defaultserverlist-1.7.10-1.4.0.jar)      UCHIJA    DefenseTech{1.0.1} [DefenseTech] (DefenseTech-1.7.10-1.0.1.46.jar)      UCHIJA    ImmibisCore{59.1.4} [Immibis Core] (Immibis-Core-1.7.10.jar)      UCHIJA    DimensionalAnchors{59.0.3} [Dimensional Anchors] (dimensional-anchor-59.0.3.jar)      UCHIJA    doge{0.5.3} [Doge] (DogeMod-[1.7.10]-0.5.3.jar)      UCHIJA    DraconicEvolution{1.1.15-GTNH} [Draconic Evolution] (Draconic-Evolution-1.1.15-GTNH.jar)      UCHIJA    EMT{1.2.6.6} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.7.1.7.10.jar)      UCHIJA    eplus{4.0.0..73} [Enchanting Plus] (EnchantingPlus-1.7.10-4.0.0.74.jar)      UCHIJA    EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)      UCHIJA    enhancedlootbags{1.0.8} [Enhanced LootBags] (EnhancedLootBags-1.0.8.jar)      UCHIJA    etfuturum{2.4.0} [ 5 oEt Futurum Requiem] (Et_Futurum_Requiem-2.4.0.jar)      UCHIJA    eternalsingularity{1.0.10} [Eternal Singularity] (eternalsingularity-1.0.10.jar)      UCHIJA    extracells{2.4.0} [Extra Cells 2] (ExtraCells-1.7.10-2.4.0.jar)      UCHIJA    GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar)      UCHIJA    RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)      UCHIJA    MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar)      UCHIJA    gendustry{1.6.5.5-GTNH} [Gendustry] (gendustry-1.7.10-1.6.5.5-GTNH.jar)      UCHIJA    GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)      UCHIJA    gravisuiteneo{1.0.8} [Gravitation Suite Neo] (gravisuiteneo-1.0.8.jar)      UCHIJA    HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)      UCHIJA    harvestcraft{1.0.21-GTNH} [Pam's HarvestCraft] (harvestcraft-1.0.21-GTNH.jar)      UCHIJA    iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)      UCHIJA    Hats{4.0.1} [Hats] (Hats-4.0.1.jar)      UCHIJA    HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)      UCHIJA    HelpFixer{1.1.0} [HelpFixer] (HelpFixer-1.7.10-1.1.0.jar)      UCHIJA    hodgepodge{2.0.43} [Hodgepodge] (hodgepodge-2.0.43.jar)      UCHIJA    holoinventory{2.1.19-GTNH} [Holo Inventory] (holoinventory-1.7.10-2.1.19-GTNH.jar)      UCHIJA    HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)      UCHIJA    Ic2Nei{1.2.1} [IC2 Crop Plugin] (IC2 Crop Plugin Version 1.7.10-1.3.1.jar)      UCHIJA    IC2NuclearControl{2.4.16} [Nuclear Control 2] (IC2NuclearControl-1.7.10-2.4.16.jar)      UCHIJA    InfernalMobs{1.7.7-GTNH} [Infernal Mobs] (InfernalMobs-1.7.10-1.7.7-GTNH.jar)      UCHIJA    LunatriusCore{1.1.7-GTNH} [LunatriusCore] (LunatriusCore-1.7.10-1.1.7-GTNH.jar)      UCHIJA    InGameInfoXML{2.8.3.96} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.3.96.jar)      UCHIJA    inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)      UCHIJA    InventoryPets{1.5.2} [Inventory Pets] (inventorypets-1.7.10-1.5.2-universal.jar)      UCHIJA    inventorytweaks{1.5.16} [Inventory Tweaks] (inventorytweaks-1.5.16.jar)      UCHIJA    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)      UCHIJA    ironchestminecarts{1.0.8} [Iron Chest Minecarts] (IronChestMinecarts-1.7.10-1.0.8.jar)      UCHIJA    irontank{1.7.10-1.1.16.16} [Iron Tanks] (irontanks-1.7.10-1.1.16.16.jar)      UCHIJA    itlt{1.0.4} [It's the little things] (itlt-1.7.10-1.0.4.jar)      UCHIJA    JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)      UCHIJA    journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)      UCHIJA    littletiles{1.2.7-GTNH} [LittleTiles] (littletiles-1.7.10-1.2.7-GTNH.jar)      UCHIJA    login_shield{1.7.10-2-gf6e21a7} [Login Shield] (Login_Shield-1.7.10-2-gf6e21a7.jar)      UCHIJA    LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar)      UCHIJA    lucky{5.1.0} [Lucky Block] (lucky-block-forge-1.7.10-1.0.jar)      UCHIJA    magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)      UCHIJA    magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)      UCHIJA    magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)      UCHIJA    malisiscore{0.14.7-GTNH} [Malisis Core] (malisiscore-0.14.7-GTNH.jar)      UCHIJA    MekanismGenerators{9.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-9.1.0.281.jar)      UCHIJA    MekanismTools{9.1.0} [MekanismTools] (MekanismTools-1.7.10-9.1.0.281.jar)      UCHIJA    MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)      UCHIJA    testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)      UCHIJA    numina{1.7.10} [Numina] (Numina-0.4.1.106.jar)      UCHIJA    powersuits{1.7.10-0.11.1.117} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.117.jar)      UCHIJA    modularui{1.0.71} [ModularUI] (modularui-1.0.71.jar)      UCHIJA    Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)      UCHIJA    MouseTweaks{2.4.8-GTNH} [Mouse Tweaks] (MouseTweaks-2.4.8-GTNH.jar)      UCHIJA    cfm{3.4.8} [ 9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)      UCHIJA    naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.7.10-1.3.1.jar)      UCHIJA    necromancy{1.7.2} [Necromancy] (Necromancy-1.7.10a.jar)      UCHIJA    NEIAddons|ExNihilo{1.12.22} [NEI Addons: Ex Nihilo] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons{1.12.22} [NEI Addons] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons|Forestry{1.12.22} [NEI Addons: Forestry] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons|AppEng{1.12.22} [NEI Addons: Applied Energistics 2] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons|Botany{1.12.22} [NEI Addons: Botany] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons|Developer{1.12.22} [NEI Addons: Developer Tools] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    NEIAddons|CraftingTables{1.12.22} [NEI Addons: Crafting Tables] (NEIAddons-1.7.10-1.12.22.jar)      UCHIJA    neicustomdiagram{1.5.1} [NEI Custom Diagram] (NEICustomDiagram-1.5.1.jar)      UCHIJA    neiintegration{1.2.3} [NEIIntegration] (NEIIntegration-1.7.10-1.2.3.jar)      UCHIJA    netherlicious{3.2.8} [ 6Netherlicious] (netherlicious-3.2.8.jar)      UCHIJA    NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)      UCHIJA    netherportalfix{1.1.2} [Nether Portal Fix] (netherportalfix-1.7.10-1.1.2.jar)      UCHIJA    NettyPatch{0.3.1} [NettyPatch] (NettyPatch-1.7.10-0.3.1.jar)      UCHIJA    TaintedMagic{r7.6} [Tainted Magic] (Tainted-Magic-7.6.2-GTNH.jar)      UCHIJA    NodalMechanics{1.1.-6-GTNH} [NodalMechanics] (NodalMechanics-1.7.10-1.1.-6-GTNH.jar)      UCHIJA    recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)      UCHIJA    notenoughIDs{1.4.6} [notenoughIDs] (notenoughIDs-1.7.10-1.4.6.jar)      UCHIJA    neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar)      UCHIJA    oauth{1.06.1-GTNH} [OAuth] (oauth-1.7.10-1.06.1-GTNH.jar)      UCHIJA    ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)      UCHIJA    openglasses{1.2.5-GTNH} [OC Glasses] (OpenGlasses-1.7.10-1.2.5-GTNH.jar)      UCHIJA    OpenMods{0.10.1} [OpenMods] (OpenModsLib-1.7.10-0.10.1.jar)      UCHIJA    openmodularturrets{2.2.11-245} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.11-245.jar)      UCHIJA    OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-8.jar)      UCHIJA    OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-8.jar)      UCHIJA    OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-8.jar)      UCHIJA    opensecurity{1.0.120-GTNH} [OpenSecurity] (opensecurity-1.7.10-1.0.120-GTNH.jar)      UCHIJA    Opis{1.3.8-mapless} [Opis] (Opis-1.7.10-1.3.8-mapless.jar)      UCHIJA    OreSpawn{1.7.10.20} [OreSpawn] (orespawn-1.7.10-20.0.jar)      UCHIJA    overloadedarmorbar{1.0.1} [Overloaded Armor Bar] (overloadedarmorbar-1.7.10-1.0.1.jar)      UCHIJA    p455w0rdslib{1.0.4} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.4.jar)      UCHIJA    harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam_s Harvest the Nether 1.7.10a.jar)      UCHIJA    personalspace{1.0.23} [PersonalSpace] (personalspace-1.0.23.jar)      UCHIJA    PneumaticCraft{1.12.7-152} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-152-universal.jar)      UCHIJA    PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6-fix-1.jar)      UCHIJA    progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)      UCHIJA    ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)      UCHIJA    ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)      UCHIJA    ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)      UCHIJA    ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)      UCHIJA    ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)      UCHIJA    ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)      UCHIJA    ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)      UCHIJA    ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)      UCHIJA    qCraft{1.7.10-1.2.2} [qCraft] (qCraft-1.7.10-1.2.2.jar)      UCHIJA    RandomThings{2.4.3} [RandomThings] (RandomThings-1.7.10-2.4.3.jar)      UCHIJA    reccomplex{0.9.7.1.1} [Recurrent Complex] (RecurrentComplex-0.9.7.1.1.jar)      UCHIJA    RefinedRelocation{1.1.34} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.34.jar)      UCHIJA    libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)      UCHIJA    xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)      UCHIJA    RIO{2.4.8} [RemoteIO] (RemoteIO-1.7.10-2.4.8.jar)      UCHIJA    Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)      UCHIJA    RWG{alpha-1.3.3.2} [Realistic World Gen Alpha] (RWG-1.7.10-alpha-1.3.3.2.jar)      UCHIJA    Schematica{1.9.2-GTNH} [Schematica] (Schematica-1.7.10-1.9.2-GTNH.jar)      UCHIJA    SetNow{1.7.10-1.0.0-3} [SetNow] (SetNow-1.7.10-1.0.0-3.jar)      UCHIJA    SGCraft{1.3.13-GTNH} [SG Craft] (SGCraft-1.7.10-1.3.13-GTNH.jar)      UCHIJA    simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)      UCHIJA    spatialio-compat{build-9} [Spatial IO Compat] (spatialiocompat-build-9.jar)      UCHIJA    SpecialMobs{3.3.15} [Special Mobs] (SpecialMobs-3.3.15.jar)      UCHIJA    SpiceOfLife{2.0.9-carrot} [The Spice of Life - Carrot Edition] (SpiceOfLife-2.0.9-carrot.jar)      UCHIJA    StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.1.0.jar)      UCHIJA    statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar)      UCHIJA    statuesmodfix{1.0b} [StatuesMod Fix] (statuesmodfix-1.0b.jar)      UCHIJA    StevesFactoryManager{1.1.7-GTNH} [Steve's Factory Manager] (StevesFactoryManager-1.1.7-GTNH.jar)      UCHIJA    StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)      UCHIJA    StevesCarts{2.0.2} [Steve's Carts 2] (StevesCarts-1.7.10-2.0.2.jar)      UCHIJA    StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)      UCHIJA    StorageDrawers{1.11.20-GTNH} [Storage Drawers] (StorageDrawers-1.11.20-GTNH.jar)      UCHIJA    StorageDrawersBop{1.11.17-GTNH} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawersBop-1.7.10-1.11.17-GTNH.jar)      UCHIJA    StorageDrawersForestry{1.11.17-GTNH} [Storage Drawers: Forestry Pack] (StorageDrawersForestry-1.7.10-1.11.17-GTNH.jar)      UCHIJA    StorageDrawersMisc{1.11.18-GTNH} [Storage Drawers: Misc Pack] (StorageDrawersMisc-1.7.10-1.11.18-GTNH.jar)      UCHIJA    StorageDrawersNatura{1.11.17-GTNH} [Storage Drawers: Natura Pack] (StorageDrawersNatura-1.7.10-1.11.17-GTNH.jar)      UCHIJA    structurecompat{0.3.0} [StructureCompat] (structurecompat-1.7.10-0.3.0.jar)      UCHIJA    structurelib{1.2.6} [StructureLib] (structurelib-1.2.6.jar)      UCHIJA    SuperTic{1.2.5} [SuperTic] (SuperTic-1.7.10-1.2.5.jar)      UCHIJA    SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar)      UCHIJA    Sync{4.0.1} [Sync] (Sync-4.0.1.jar)      UCHIJA    tcinventoryscan{1.0.12-GTNH} [TC Inventory Scanning] (tcinventoryscan-1.7.10-1.0.12-GTNH.jar)      UCHIJA    thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)      UCHIJA    tcneiadditions{1.1.1.10} [Thaumcraft NEI Additions] (tcneiadditions-1.1.1.10.jar)      UCHIJA    tcnodetracker{1.1.7} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.7.jar)      UCHIJA    tc4tweak{1.5.15} [TC4 Tweak] (Thaumcraft4Tweaks-1.5.15.jar)      UCHIJA    ThaumcraftMobAspects{1.0.0-GTNH} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.10-1.0.0-GTNH.jar)      UCHIJA    ThaumicMachina{0.2.1} [Thaumic Machina] (Thaumic Machina-1.7.10-0.2.1.jar)      UCHIJA    ThaumicExploration{1.1.94-GTNH} [Thaumic Exploration] (Thaumic-Exploration-1.7.10-1.1.94-GTNH.jar)      UCHIJA    thaumicenergistics{1.1.3.0} [Thaumic Energistics] (thaumicenergistics-1.1.3.0.jar)      UCHIJA    ThaumicHorizons{1.2.1.12} [ThaumicHorizons] (ThaumicHorizons-1.2.1.12.jar)      UCHIJA    thaumicinsurgence{0.1.4} [Thaumic Insurgence] (thaumicinsurgence-0.1.4.jar)      UCHIJA    ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)      UCHIJA    TiCTooltips{1.2.10} [TiC Tooltips] (TiCTooltips-1.7.10-1.2.10.jar)      UCHIJA    tinkersdefense{1.2} [Tinkers' Defense] (Tinkers-Defense-1.2.1d.jar)      UCHIJA    TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)      UCHIJA    TML{4.1.0-GTNH} [TooMuchLoot] (TooMuchLoot-1.7.10-4.1.0-GTNH.jar)      UCHIJA    torohealthmod{1.0.1} [ToroHealth Damage Indicators] (torohealth-1.7.10-1.0.1.jar)      UCHIJA    Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)      UCHIJA    travellersgearneo{1.0} [TravellersGearNeo] (travellersgearneo-1.0.jar)      UCHIJA    universalsingularities{8.6.6} [UniversalSingularities] (Universal-Singularities-8.6.6.jar)      UCHIJA    WailaHarvestability{1.1.10-GTNH} [Waila Harvestability] (WailaHarvestability-1.7.10-1.1.10-GTNH.jar)      UCHIJA    wailaplugins{0.2.6} [WAILA Plugins] (WAILAPlugins-0.2.6.jar)      UCHIJA    wanionlib{1.8.4} [WanionLib] (WanionLib-1.8.4.jar)      UCHIJA    warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.37.jar)      UCHIJA    WarpTheory{1.2.12-GTNH} [WarpTheory] (WarpTheory-1.2.12-GTNH.jar)      UCHIJA    wawla{1.1.3-GTNH} [What Are We Looking At] (Wawla-1.7.10-1.1.3-GTNH.jar)      UCHIJA    waystones{1.0.4} [Waystones] (Waystones-mc1.7.10-1.0.4.jar)      UCHIJA    WR-CBE|Core{1.4.1.11} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.11-universal.jar)      UCHIJA    WR-CBE|Addons{1.4.1.11} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.11-universal.jar)      UCHIJA    WR-CBE|Logic{1.4.1.11} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.11-universal.jar)      UCHIJA    Your Records Mod{Alpha} [ aYour Records Mod] (Your-Records-Mod-1.7.10.jar)      UCHIJA    zettaindustries{1.1} [Zetta Industries] (zettaindustries-1.1-120.jar)      UCHIJA    ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)      UCHIJA    McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)      UCHIJA    ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)      UCHIJA    MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)      UCHIJA    RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)      UCHIJA    ServerTools{1.7.10-2.2.0.79} [ServerTools] (ServerTools-CORE-1.7.10-2.2.0.79.jar)      UCHIJA    aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)      UCHIJA    denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)      UCHIJA    HungerOverhaul{1.0.4-GTNH} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.4-GTNH.jar)      UCHIJA    UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)      OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]     Class transformer null safety: all safe     AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448     CoFHCore: -[1.7.10]3.1.4-329     Mantle Environment: Environment healthy.     ThermalFoundation: -[1.7.10]1.2.6-118     ThermalExpansion: -[1.7.10]4.1.5-248     RedstoneArsenal: -[1.7.10]1.1.2-92     NetherOres: -[1.7.10]2.3.1-22     Spatial IO Compat: erogenousbeef.core.multiblock.MultiblockTileEntityBase, cpw.mods.ironchest.TileEntityIronChest, thaumcraft.common.tiles.TileAlchemyFurnace, thaumcraft.common.tiles.TileAlembic, thaumcraft.common.tiles.TileArcaneBore, thaumcraft.common.tiles.TileArcaneFurnace, thaumcraft.common.tiles.TileArcaneLamp, thaumcraft.common.tiles.TileArcaneLampFertility, thaumcraft.common.tiles.TileArcaneLampGrowth, thaumcraft.common.tiles.TileArcaneLampLight, thaumcraft.common.tiles.TileArcaneWorkbench, thaumcraft.common.tiles.TileBellows, thaumcraft.common.tiles.TileBrainbox, thaumcraft.common.tiles.TileCentrifuge, thaumcraft.common.tiles.TileChestHungry, thaumcraft.common.tiles.TileCrucible, thaumcraft.common.tiles.TileCrystal, thaumcraft.common.tiles.TileDeconstrucionTable, thaumcraft.common.tiles.TileJar, thaumcraft.common.tiles.TileLifter, thaumcraft.common.tiles.TileMagicBox, thaumcraft.common.tiles.TileMagicWorkbench, thaumcraft.common.tiles.TileMirror, thaumcraft.common.tiles.TileMirrorEssentia, thaumcraft.common.tiles.TileNitor, thaumcraft.common.tiles.TileNode, thaumcraft.common.tiles.TileNodeStabilizer, thaumcraft.common.tiles.TileSensor, thaumcraft.common.tiles.TileTube, thaumcraft.common.tiles.TileTubeBuffer, thaumcraft.common.tiles.TileWandPedestal, thaumcraft.common.tiles.TileEldritchAltar, thaumcraft.common.tiles.TileEldritchCap, thaumcraft.common.tiles.TileEldritchObelisk, thaumcraft.common.tiles.TileEldritchPortal, thaumcraft.common.tiles.TileBanner, thaumcraft.common.tiles.TileGrate, thaumcraft.common.tiles.TileSpa     TC4Tweak signing signature: 473C3A397676978FF4877ABA2D57860DDA20E2FC, Built by: glease     ThermalDynamics: -[1.7.10]1.2.1-172     List of loaded APIs:          * AppleCoreAPI (3.2.10) from AppleCore-3.2.10.jar         * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar         * AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar         * asielibAPI (1.1) from AsieLib-1.7.10-0.4.9.jar         * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.9.jar         * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.9.jar         * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.9.jar         * BattlePlayer (0.1) from battlegear2-1.1.2.4.jar         * Baubles|API (1.0.1.4) from Reliquary-1.7.10-1.2.1.483.jar         * BetterAchievements|API (0.1.3) from BetterAchievements-1.7.10-0.1.3.jar         * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar         * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar         * BotaniaAPI (76) from Botania r1.8-249.jar         * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.25.jar         * BuildCraftAPI|boards (2.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar         * BuildCraftAPI|crops (1.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|events (2.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|facades (1.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|filler (4.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|gates (4.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|items (1.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|library (2.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|lists (1.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|power (1.3) from buildcraft-7.1.25.jar         * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|statements (1.1) from buildcraft-7.1.25.jar         * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.25.jar         * BuildCraftAPI|tools (1.0) from buildcraft-7.1.25.jar         * BuildCraftAPI|transport (4.1) from buildcraft-7.1.25.jar         * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar         * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar         * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar         * CoFHAPI (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|block (1.7.10R1.1.0) from ProgressiveAutomation-1.7.10-1.6.35.jar         * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHAPI|energy (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|item (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar         * CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar         * CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar         * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar         * ComputerCraft|API (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar         * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar         * computronicsAPI (1.3) from Computronics-1.6.19-GTNH.jar         * computronicsAPI|audio (1.0) from Computronics-1.6.19-GTNH.jar         * computronicsAPI|chat (1.3) from Computronics-1.6.19-GTNH.jar         * computronicsAPI|multiperipheral (1.1) from Computronics-1.6.19-GTNH.jar         * computronicsAPI|tape (1.0) from Computronics-1.6.19-GTNH.jar         * CSLib|API (0.3.0) from Decocraft-2.4.2_1.7.10.jar         * DraconicEvolution|API (1.2) from Draconic-Evolution-1.1.15-GTNH.jar         * DualWield (0.1) from battlegear2-1.1.2.4.jar         * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar         * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar         * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar         * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar         * ForestryAPI|apiculture (5.0.0) from Forestry-4.6.0.jar         * ForestryAPI|arboriculture (4.2.1) from Forestry-4.6.0.jar         * ForestryAPI|circuits (3.1.0) from Forestry-4.6.0.jar         * ForestryAPI|core (5.0.0) from Forestry-4.6.0.jar         * ForestryAPI|farming (2.1.0) from Forestry-4.6.0.jar         * ForestryAPI|food (1.1.0) from Forestry-4.6.0.jar         * ForestryAPI|fuels (2.0.1) from Forestry-4.6.0.jar         * ForestryAPI|genetics (4.7.1) from Forestry-4.6.0.jar         * ForestryAPI|hives (4.1.0) from Forestry-4.6.0.jar         * ForestryAPI|lepidopterology (1.3.0) from Forestry-4.6.0.jar         * ForestryAPI|mail (3.0.0) from Forestry-4.6.0.jar         * ForestryAPI|multiblock (3.0.0) from Forestry-4.6.0.jar         * ForestryAPI|recipes (5.4.0) from Forestry-4.6.0.jar         * ForestryAPI|storage (3.0.0) from Forestry-4.6.0.jar         * ForestryAPI|world (2.1.0) from Forestry-4.6.0.jar         * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar         * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.504.jar         * gendustryAPI (2.3.0) from gendustry-1.7.10-1.6.5.5-GTNH.jar         * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar         * Heraldry (alpha) from battlegear2-1.1.2.4.jar         * IC2API (1.0) from industrialcraft-2-2.2.827-experimental.jar         * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar         * MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar         * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar         * NuclearControlAPI (v1.0.5) from IC2NuclearControl-1.7.10-2.4.16.jar         * OilTweakAPI (1.0.4) from BuildCraftOilTweak-1.7.10-1.0.4.jar         * OilTweakAPI|blacklist (1.0.0) from BuildCraftOilTweak-1.7.10-1.0.4.jar         * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-1.8.0.13-GTNH.jar         * OpenPeripheralAddonsApi (1.0) from OpenPeripheral-1.7.10-AIO-8.jar         * OpenPeripheralApi (3.4.2) from OpenPeripheral-1.7.10-AIO-8.jar         * PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-152-universal.jar         * ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.1.jar         * Quiver (0.2) from battlegear2-1.1.2.4.jar         * RefinedRelocationAPI (1.0.0) from RefinedRelocation-mc1.7.10-1.1.34.jar         * SchematicaAPI (1.1) from Schematica-1.7.10-1.9.2-GTNH.jar         * SchematicaAPI|Events (1.1) from Schematica-1.7.10-1.9.2-GTNH.jar         * SecurityCraftAPI (1.2.2) from [1.7.10] SecurityCraft v1.8.13.jar         * Shield (0.1) from battlegear2-1.1.2.4.jar         * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.11.20-GTNH.jar         * Thaumcraft|API (4.2.0.0) from Pam_s Harvest the Nether 1.7.10a.jar         * thaumicenergistics|API (1.1) from thaumicenergistics-1.1.3.0.jar         * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar         * Weapons (0.1) from battlegear2-1.1.2.4.jar     Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.     EnderIO: Found the following problem(s) with your installation:                   * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).                     Ender IO was build against API version rv2 and may or may not work with a newer version.                   * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.1.0 from EnderTech-1.7.10-0.3.2.405.jar).                     It is a supported version, but that difference may lead to problems.                  This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.     Stencil buffer state: Function set: GL30, pool: forge, bits: 8     AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:ON     Mixins in Stacktrace:          net.minecraft.client.network.NetHandlerPlayClient:             mixins.archaicfix.early.json:client.core.MixinNetHandlerPlayClient from mod archaicfix             mixins.bugtorch.early.json:minecraft.logcleanup.MixinNetHandlerPlayClient from mod bugtorch             mixins.modularui.json:NetHandlerPlayClientMixin from mod modularui             coretweaks.mixin.json:bugfix.restoretravelsound.MixinNetHandlerPlayClient from mod coretweaks         net.minecraft.client.Minecraft:             mixins.hodgepodge.early.json:minecraft.MixinMinecraft_UnfocusedFullscreen from mod hodgepodge             mixins.archaicfix.early.json:client.lighting.MixinMinecraft from mod archaicfix             mixins.bettercrashes.json:minecraft.MinecraftMixin from mod bettercrashes             mixins.hodgepodge.early.json:minecraft.MixinMinecraft_ToggleDebugMessage from mod hodgepodge             mixins.archaicfix.early.json:client.core.MixinMinecraft from mod archaicfix             mixins.hodgepodge.early.json:minecraft.MixinMinecraft_ResizableFullscreen from mod hodgepodge             mixins.hodgepodge.early.json:minecraft.profiler.MinecraftMixin from mod hodgepodge         net.minecraft.network.NetworkManager:             mixins.archaicfix.early.json:common.core.MixinNetworkManager from mod archaicfix     Suspected Mods: Unknown     Launched Version: forge-10.13.4.1614     LWJGL: 2.9.1     OpenGL: AMD Radeon(TM) Graphics GL version 4.6.0 Compatibility Profile Context 24.3.1.240216, ATI Technologies Inc.     GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.     Is Modded: Definitely; Client brand changed to 'fml,forge'     Type: Client (map_client.txt)     Resource Packs: []     Current Language: English (US)     Profiler Position: N/A (disabled)     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used     Anisotropic Filtering: Off (1)     Client Crashes Since Restart: 2     Integrated Server Crashes Since Restart: 0
    • so i can load into minecraft but when i join it gives me an "minecraft ran into a problem and crashed" then says "the following mod(s) have been identified as potential causes: unknown
    • Looks like paste.ee is currently down - use https://mclo.gs/  
  • Topics

×
×
  • Create New...

Important Information

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