Jump to content

Recommended Posts

Posted (edited)

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
Posted

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]

 

Posted

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

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

    • Hi, I have this error, once i enter to my world, close windows and this error appears. I appreciate any kind of help. thks. ---- Minecraft Crash Report ---- // Embeddium instance tainted by mods: [oculus] // Please do not reach out for Embeddium support without removing these mods first. // ------- // Surprise! Haha. Well, this is awkward. Time: 2025-04-28 17:09:12 Description: Exception in server tick loop java.lang.RuntimeException: Error loading the default OPAC server localization!     at xaero.pac.common.server.player.localization.ServerTranslationLoader.loadFromResources(ServerTranslationLoader.java:50) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.server.ServerData.onServerResourcesReload(ServerData.java:142) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.server.ServerDataInitializer.init(ServerDataInitializer.java:276) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.event.CommonEvents.onServerAboutToStart(CommonEvents.java:110) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.event.CommonEventsForge.onServerAboutToStart(CommonEventsForge.java:88) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading,pl:eventbus:A}     at xaero.pac.common.event.__CommonEventsForge_onServerAboutToStart_ServerAboutToStartEvent.invoke(.dynamic) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading,pl:eventbus:B}     at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:98) ~[forge-1.20.1-47.4.0-universal.jar%23463!/:?] {re:classloading}     at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope_IntegratedServer,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_IntegratedServerManager,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin} Caused by: java.io.FileNotFoundException: openpartiesandclaims:lang/es_esp.json     at net.minecraft.server.packs.resources.ResourceProvider.m_215590_(ResourceProvider.java:21) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:classloading,re:mixin}     at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {re:mixin}     at net.minecraft.server.packs.resources.ResourceProvider.m_215593_(ResourceProvider.java:21) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:classloading,re:mixin}     at xaero.pac.common.server.player.localization.ServerTranslationLoader.loadFromResources(ServerTranslationLoader.java:44) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     ... 13 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 11 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1170532328 bytes (1116 MiB) / 6710886400 bytes (6400 MiB) up to 8589934592 bytes (8192 MiB)     CPUs: 12     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 5 5600X 6-Core Processor                  Identifier: AuthenticAMD Family 25 Model 33 Stepping 0     Microarchitecture: Zen 3     Frequency (GHz): 3.70     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 4060     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2882     Graphics card #0 versionInfo: DriverVersion=32.0.15.7602     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 3.20     Memory slot #0 type: DDR4     Virtual memory max (MB): 36774.50     Virtual memory used (MB): 25931.35     Swap memory total (MB): 20480.00     Swap memory used (MB): 1270.96     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Loaded Shaderpack: (off) (fallback)     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, mod:kuma_api, mod:blue_skies (incompatible), mod:geckolib, mod:playeranimator (incompatible), mod:botarium (incompatible), mod:naturalist (incompatible), mod:immersive_aircraft (incompatible), mod:sophisticatedcore (incompatible), mod:cookingforblockheads, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:balm, mod:fpsreducer, mod:carryon (incompatible), mod:jeresources, mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:dragonmounts, mod:sawmill (incompatible), mod:dummmmmmy (incompatible), mod:konkrete (incompatible), mod:structure_gel, mod:advancementplaques (incompatible), mod:mcwbridges, mod:farmersdelight, mod:ambientsounds, mod:mcwfences, mod:simplylight (incompatible), mod:resourcefulconfig (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:collective, mod:camera, mod:advancednetherite, mod:measurements, mod:betterthirdperson, mod:elevatorid, mod:ftbultimine (incompatible), mod:tombstone, mod:resourcefullib (incompatible), mod:constructionwand, mod:mcwroofs, mod:inventoryprofilesnext (incompatible), mod:deeperdarker, mod:architectury (incompatible), mod:mcwfurnitures, mod:cupboard (incompatible), mod:adorn (incompatible), mod:flib, mod:jadeaddons (incompatible), mod:inventoryessentials, mod:framework, mod:fallingtree (incompatible), mod:smallships (incompatible), mod:tradingpost, mod:mcwlights, mod:betteradvancements (incompatible), mod:quarkoddities, mod:trashslot, mod:ftblibrary (incompatible), mod:amendments (incompatible), mod:sophisticatedstorage (incompatible), mod:jei, mod:nameless_trinkets (incompatible), mod:graveyard (incompatible), mod:goblintraders (incompatible), mod:caelus (incompatible), mod:waystones, mod:clumps (incompatible), mod:comforts (incompatible), mod:naturescompass, mod:storagenetwork, mod:configured (incompatible), mod:compactmachines (incompatible), mod:glitchcore (incompatible), mod:sereneseasons, mod:farmingforblockheads, mod:midnightlib (incompatible), mod:explorerscompass, mod:ars_nouveau (incompatible), mod:puzzlesaccessapi, mod:dungeons_arise_seven_seas, mod:forge, mod:mcwpaths, mod:dungeons_arise, mod:craftingtweaks, mod:alexscaves, mod:voicechat (incompatible), mod:trade_cycling, mod:simplyswords (incompatible), mod:libipn (incompatible), mod:enchdesc (incompatible), mod:terrablender, mod:biomesoplenty, mod:moonlight (incompatible), mod:bettercombat (incompatible), mod:toolbelt (incompatible), mod:mixinsquared (incompatible), mod:jade (incompatible), mod:creativecore, mod:spectrelib (incompatible), mod:roughlyenoughitems (incompatible), mod:betterfpsdist (incompatible), mod:kotlinforforge (incompatible), mod:easy_villagers, mod:iceberg (incompatible), mod:flywheel, mod:ponder (incompatible), mod:create, mod:ecologics, mod:polymorph (incompatible), mod:securitycraft, mod:sit, mod:zeta (incompatible), mod:quark (incompatible), mod:supplementaries, mod:inventoryhud (incompatible), mod:immediatelyfast (incompatible), mod:appleskin (incompatible), mod:puzzleslib, mod:justzoom (incompatible), mod:betterf3, mod:aquaculture, mod:immersive_melodies (incompatible), mod:expandability (incompatible), mod:cosmeticarmorreworked, mod:ad_astra (incompatible), Sawmill Sawmill Recipes, Supplementaries Generated Pack, create:dynamic_data, mod:colytra (incompatible), mod:freecam (incompatible), mod:elytraslot (incompatible), mod:spawnermod (incompatible), mod:simpleplanes (incompatible), mod:trenzalore (incompatible), mod:minecraftcapes (incompatible), mod:hangglider, mod:corail_woodcutter, mod:cfm, mod:globalxp, mod:darkmodeeverywhere (incompatible), mod:obsidianboat, mod:car, mod:paintings (incompatible), mod:searchlight (incompatible), mod:xaeroworldmap (incompatible), mod:xaerominimap (incompatible), mod:openpartiesandclaims (incompatible), mod:mcwdoors, mod:saturn (incompatible), mod:canary, mod:essential (incompatible), mod:embeddium, mod:oculus     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Launched Version: 1.20.1-forge-47.4.0     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         [email protected]         javafml@null         lowcodefml@null     Mod List:          saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |DONE      |Manifest: NOSIGNATURE         kuma-api-forge-20.1.10+1.20.1.jar                 |KumaAPI                       |kuma_api                      |20.1.10             |DONE      |Manifest: NOSIGNATURE         blue_skies-1.20.1-1.3.31.jar                      |Blue Skies                    |blue_skies                    |1.3.31              |DONE      |Manifest: NOSIGNATURE         open-parties-and-claims-forge-1.20.1-0.24.0.jar   |Open Parties and Claims       |openpartiesandclaims          |0.24.0              |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.7.1.2.jar                 |GeckoLib 4                    |geckolib                      |4.7.1.2             |DONE      |Manifest: NOSIGNATURE         player-animation-lib-forge-1.0.2-rc1+1.20.jar     |Player Animator               |playeranimator                |1.0.2-rc1+1.20      |DONE      |Manifest: NOSIGNATURE         botarium-forge-1.20.1-2.3.4.jar                   |Botarium                      |botarium                      |2.3.4               |DONE      |Manifest: NOSIGNATURE         naturalist-5.0pre2+forge-1.20.1.jar               |Naturalist                    |naturalist                    |5.0pre2             |DONE      |Manifest: NOSIGNATURE         immersive_aircraft-1.2.2+1.20.1-forge.jar         |Immersive Aircraft            |immersive_aircraft            |1.2.2+1.20.1        |DONE      |Manifest: NOSIGNATURE         sophisticatedcore-1.20.1-1.2.38.936.jar           |Sophisticated Core            |sophisticatedcore             |1.2.38.936          |DONE      |Manifest: NOSIGNATURE         XaerosWorldMap_1.39.4_Forge_1.20.jar              |Xaero's World Map             |xaeroworldmap                 |1.39.4              |DONE      |Manifest: NOSIGNATURE         cookingforblockheads-forge-1.20.1-16.0.13.jar     |CookingForBlockheads          |cookingforblockheads          |16.0.13             |DONE      |Manifest: NOSIGNATURE         citadel-2.6.1-1.20.1.jar                          |Citadel                       |citadel                       |2.6.1               |DONE      |Manifest: NOSIGNATURE         alexsmobs-1.22.9.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.9              |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.8.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.8        |DONE      |Manifest: NOSIGNATURE         spawnermod-1.20.1-1.9.3+Forge.jar                 |Enhanced Mob Spawners         |spawnermod                    |1.9.3               |DONE      |Manifest: NOSIGNATURE         Bookshelf-Forge-1.20.1-20.2.13.jar                |Bookshelf                     |bookshelf                     |20.2.13             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         sophisticatedbackpacks-1.20.1-3.23.8.1215.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.23.8.1215         |DONE      |Manifest: NOSIGNATURE         simpleplanes-1.20.1-5.3.3.jar                     |Simple Planes                 |simpleplanes                  |1.20.1-5.3.3        |DONE      |Manifest: NOSIGNATURE         mcw-doors-1.1.2-mc1.20.1forge.jar                 |Macaw's Doors                 |mcwdoors                      |1.1.2               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.20.1-7.3.27-all.jar                  |Balm                          |balm                          |7.3.27              |DONE      |Manifest: NOSIGNATURE         FpsReducer2-forge-1.20-2.5.jar                    |FPS Reducer                   |fpsreducer                    |1.20-2.5            |DONE      |Manifest: NOSIGNATURE         carryon-forge-1.20.1-2.1.2.7.jar                  |Carry On                      |carryon                       |2.1.2.7             |DONE      |Manifest: NOSIGNATURE         JustEnoughResources-1.20.1-1.4.0.247.jar          |Just Enough Resources         |jeresources                   |1.4.0.247           |DONE      |Manifest: NOSIGNATURE         Paraglider-forge-20.1.3.jar                       |Paraglider                    |paraglider                    |20.1.3              |DONE      |Manifest: NOSIGNATURE         cloth-config-11.1.136-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.136            |DONE      |Manifest: NOSIGNATURE         dragonmounts-1.20.1-1.2.3-beta.jar                |Dragon Mounts: Legacy         |dragonmounts                  |1.2.3-beta          |DONE      |Manifest: NOSIGNATURE         sawmill-1.20-1.4.6.jar                            |Universal Sawmill             |sawmill                       |1.20-1.4.6          |DONE      |Manifest: NOSIGNATURE         dummmmmmy-1.20-2.0.6.jar                          |MmmMmmMmmmmm                  |dummmmmmy                     |1.20-2.0.6          |DONE      |Manifest: NOSIGNATURE         trenzalore-forge-3.3.10+mc1.20.1-all.jar          |Trenzalore                    |trenzalore                    |3.3.10              |DONE      |Manifest: NOSIGNATURE         konkrete_forge_1.8.0_MC_1.20-1.20.1.jar           |Konkrete                      |konkrete                      |1.8.0               |DONE      |Manifest: NOSIGNATURE         embeddium-0.3.31+mc1.20.1.jar                     |Embeddium                     |embeddium                     |0.3.31+mc1.20.1     |DONE      |Manifest: NOSIGNATURE         structure_gel-1.20.1-2.16.2.jar                   |Structure Gel API             |structure_gel                 |2.16.2              |DONE      |Manifest: NOSIGNATURE         AdvancementPlaques-1.20.1-forge-1.6.9.jar         |Advancement Plaques           |advancementplaques            |1.6.9               |DONE      |Manifest: NOSIGNATURE         mcw-bridges-3.0.0-mc1.20.1forge.jar               |Macaw's Bridges               |mcwbridges                    |3.0.0               |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.20.1-1.2.7.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.7        |DONE      |Manifest: NOSIGNATURE         AmbientSounds_FORGE_v6.1.6_mc1.20.1.jar           |AmbientSounds                 |ambientsounds                 |6.1.6               |DONE      |Manifest: NOSIGNATURE         mcw-fences-1.2.0-1.20.1forge.jar                  |Macaw's Fences and Walls      |mcwfences                     |1.2.0               |DONE      |Manifest: NOSIGNATURE         MinecraftCapes Forge 1.20.1-12.3.7.jar            |MinecraftCapes                |minecraftcapes                |12.3.7              |DONE      |Manifest: NOSIGNATURE         simplylight-1.20.1-1.4.6-build.50.jar             |Simply Light                  |simplylight                   |1.20.1-1.4.6-build.5|DONE      |Manifest: NOSIGNATURE         resourcefulconfig-forge-1.20.1-2.1.3.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.3               |DONE      |Manifest: NOSIGNATURE         HangGlider-v8.0.1-1.20.1-Forge.jar                |Hang Glider                   |hangglider                    |8.0.1               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         curios-forge-5.12.1+1.20.1.jar                    |Curios API                    |curios                        |5.12.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         Patchouli-1.20.1-84.1-FORGE.jar                   |Patchouli                     |patchouli                     |1.20.1-84.1-FORGE   |DONE      |Manifest: NOSIGNATURE         corail_woodcutter-1.20.1-3.0.6.jar                |Corail Woodcutter             |corail_woodcutter             |3.0.6               |DONE      |Manifest: NOSIGNATURE         oculus-mc1.20.1-1.8.0.jar                         |Oculus                        |oculus                        |1.8.0               |DONE      |Manifest: NOSIGNATURE         collective-1.20.1-8.1.jar                         |Collective                    |collective                    |8.1                 |DONE      |Manifest: NOSIGNATURE         camera-forge-1.20.1-1.0.19.jar                    |Camera Mod                    |camera                        |1.20.1-1.0.19       |DONE      |Manifest: NOSIGNATURE         advancednetherite-forge-2.1.3-1.20.1.jar          |Advanced Netherite            |advancednetherite             |2.1.3               |DONE      |Manifest: NOSIGNATURE         Measurements-forge-1.20.1-2.0.0.jar               |Measurements                  |measurements                  |2.0.0               |DONE      |Manifest: NOSIGNATURE         BetterThirdPerson-Forge-1.20-1.9.0.jar            |Better Third Person           |betterthirdperson             |1.9.0               |DONE      |Manifest: NOSIGNATURE         elevatorid-1.20.1-lex-1.9.jar                     |Elevator Mod                  |elevatorid                    |1.20.1-lex-1.9      |DONE      |Manifest: NOSIGNATURE         ftb-ultimine-forge-2001.1.5.jar                   |FTB Ultimine                  |ftbultimine                   |2001.1.5            |DONE      |Manifest: NOSIGNATURE         tombstone-1.20.1-8.9.2.jar                        |Corail Tombstone              |tombstone                     |8.9.2               |DONE      |Manifest: NOSIGNATURE         resourcefullib-forge-1.20.1-2.1.29.jar            |Resourceful Lib               |resourcefullib                |2.1.29              |DONE      |Manifest: NOSIGNATURE         constructionwand-1.20.1-2.11.jar                  |Construction Wand             |constructionwand              |1.20.1-2.11         |DONE      |Manifest: NOSIGNATURE         mcw-roofs-2.3.1-mc1.20.1forge.jar                 |Macaw's Roofs                 |mcwroofs                      |2.3.1               |DONE      |Manifest: NOSIGNATURE         InventoryProfilesNext-forge-1.20-1.10.14.jar      |Inventory Profiles Next       |inventoryprofilesnext         |1.10.14             |DONE      |Manifest: NOSIGNATURE         deeperdarker-forge-1.20.1-1.3.3.jar               |Deeper and Darker             |deeperdarker                  |1.3.3               |DONE      |Manifest: NOSIGNATURE         cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         mcw-furniture-3.3.0-mc1.20.1forge.jar             |Macaw's Furniture             |mcwfurnitures                 |3.3.0               |DONE      |Manifest: NOSIGNATURE         globalxp-forge-1.20.1-1.12.jar                    |Global XP                     |globalxp                      |1.12                |DONE      |Manifest: NOSIGNATURE         cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |DONE      |Manifest: NOSIGNATURE         Adorn-5.0.1+1.20.1-forge.jar                      |Adorn                         |adorn                         |5.0.1+1.20.1        |DONE      |Manifest: NOSIGNATURE         flib-1.20.1-0.0.15.jar                            |flib                          |flib                          |0.0.15              |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed         JadeAddons-1.20.1-Forge-5.5.0.jar                 |Jade Addons                   |jadeaddons                    |5.5.0+forge         |DONE      |Manifest: NOSIGNATURE         inventoryessentials-forge-1.20.1-8.2.7.jar        |Inventory Essentials          |inventoryessentials           |8.2.7               |DONE      |Manifest: NOSIGNATURE         framework-forge-1.20.1-0.7.12.jar                 |Framework                     |framework                     |0.7.12              |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         FallingTree-1.20.1-4.3.4.jar                      |FallingTree                   |fallingtree                   |4.3.4               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29         smallships-forge-1.20.1-2.0.0-b1.4.jar            |Small Ships                   |smallships                    |2.0.0-b1.4          |DONE      |Manifest: NOSIGNATURE         TradingPost-v8.0.2-1.20.1-Forge.jar               |Trading Post                  |tradingpost                   |8.0.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         mcw-lights-1.1.0-mc1.20.1forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.1.0               |DONE      |Manifest: NOSIGNATURE         DarkModeEverywhere-1.20.1-1.2.3.jar               |DarkModeEverywhere            |darkmodeeverywhere            |1.20.1-1.2.3        |DONE      |Manifest: NOSIGNATURE         Essential (forge_1.20.1).jar                      |Essential                     |essential                     |1.3.5.12            |DONE      |Manifest: NOSIGNATURE         BetterAdvancements-Forge-1.20.1-0.4.2.25.jar      |Better Advancements           |betteradvancements            |0.4.2.25            |DONE      |Manifest: NOSIGNATURE         elytraslot-forge-6.4.4+1.20.1.jar                 |Elytra Slot                   |elytraslot                    |6.4.4+1.20.1        |DONE      |Manifest: NOSIGNATURE         QuarkOddities-1.20.1.jar                          |Quark Oddities                |quarkoddities                 |1.20.1              |DONE      |Manifest: NOSIGNATURE         trashslot-forge-1.20-15.1.2.jar                   |TrashSlot                     |trashslot                     |15.1.2              |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.2.9.jar                    |FTB Library                   |ftblibrary                    |2001.2.9            |DONE      |Manifest: NOSIGNATURE         amendments-1.20-1.2.19.jar                        |Amendments                    |amendments                    |1.20-1.2.19         |DONE      |Manifest: NOSIGNATURE         sophisticatedstorage-1.20.1-1.3.22.1104.jar       |Sophisticated Storage         |sophisticatedstorage          |1.3.22.1104         |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.20.0.106.jar                  |Just Enough Items             |jei                           |15.20.0.106         |DONE      |Manifest: NOSIGNATURE         Nameless Trinkets-1.20.1-1.9.0.jar                |Nameless Trinkets             |nameless_trinkets             |1.20.1-1.8.5        |DONE      |Manifest: NOSIGNATURE         The_Graveyard_3.1_(FORGE)_for_1.20.1.jar          |The Graveyard                 |graveyard                     |3.1                 |DONE      |Manifest: NOSIGNATURE         goblintraders-forge-1.20.1-1.9.3.jar              |Goblin Traders                |goblintraders                 |1.9.3               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         caelus-forge-3.2.0+1.20.1.jar                     |Caelus API                    |caelus                        |3.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         colytra-forge-6.2.2+1.20.1.jar                    |Colytra                       |colytra                       |6.2.2+1.20.1        |DONE      |Manifest: NOSIGNATURE         waystones-forge-1.20.1-14.1.11.jar                |Waystones                     |waystones                     |14.1.11             |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.4.0+1.20.1.jar                   |Comforts                      |comforts                      |6.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         NaturesCompass-1.20.1-1.11.2-forge.jar            |Nature's Compass              |naturescompass                |1.20.1-1.11.2-forge |DONE      |Manifest: NOSIGNATURE         SimpleStorageNetwork-1.20.1-1.12.2.jar            |Simple Storage Network        |storagenetwork                |1.12.2              |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed         configured-forge-1.20.1-2.2.3.jar                 |Configured                    |configured                    |2.2.3               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         compactmachines-forge-6.0.3.jar                   |Compact Machines              |compactmachines               |6.0.3               |DONE      |Manifest: NOSIGNATURE         GlitchCore-forge-1.20.1-0.0.1.1.jar               |GlitchCore                    |glitchcore                    |0.0.1.1             |DONE      |Manifest: NOSIGNATURE         SereneSeasons-forge-1.20.1-9.1.0.1.jar            |Serene Seasons                |sereneseasons                 |9.1.0.1             |DONE      |Manifest: NOSIGNATURE         farmingforblockheads-forge-1.20.1-14.0.2.jar      |Farming for Blockheads        |farmingforblockheads          |14.0.2              |DONE      |Manifest: NOSIGNATURE         midnightlib-1.4.2-forge.jar                       |MidnightLib                   |midnightlib                   |1.4.2               |DONE      |Manifest: NOSIGNATURE         ExplorersCompass-1.20.1-1.3.3-forge.jar           |Explorer's Compass            |explorerscompass              |1.20.1-1.3.3-forge  |DONE      |Manifest: NOSIGNATURE         ars_nouveau-1.20.1-4.12.6-all.jar                 |Ars Nouveau                   |ars_nouveau                   |4.12.6              |DONE      |Manifest: NOSIGNATURE         puzzlesaccessapi-forge-20.1.1.jar                 |Puzzles Access Api            |puzzlesaccessapi              |20.1.1              |DONE      |Manifest: NOSIGNATURE         DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar     |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas     |1.0.2               |DONE      |Manifest: NOSIGNATURE         mcw-paths-1.1.0forge-mc1.20.1.jar                 |Macaw's Paths and Pavings     |mcwpaths                      |1.1.0               |DONE      |Manifest: NOSIGNATURE         DungeonsArise-1.20.x-2.1.58-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.58-1.20.x       |DONE      |Manifest: NOSIGNATURE         craftingtweaks-forge-1.20.1-18.2.5.jar            |CraftingTweaks                |craftingtweaks                |18.2.5              |DONE      |Manifest: NOSIGNATURE         alexscaves-2.0.2.jar                              |Alex's Caves                  |alexscaves                    |2.0.2               |DONE      |Manifest: NOSIGNATURE         voicechat-forge-1.20.1-2.5.29.jar                 |Simple Voice Chat             |voicechat                     |1.20.1-2.5.29       |DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.20.1-1.0.17.jar             |Trade Cycling                 |trade_cycling                 |1.20.1-1.0.17       |DONE      |Manifest: NOSIGNATURE         simplyswords-forge-1.56.0-1.20.1.jar              |Simply Swords                 |simplyswords                  |1.56.0-1.20.1       |DONE      |Manifest: NOSIGNATURE         libIPN-forge-1.20-4.0.2.jar                       |libIPN                        |libipn                        |4.0.2               |DONE      |Manifest: NOSIGNATURE         EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar  |EnchantmentDescriptions       |enchdesc                      |17.1.19             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         TerraBlender-forge-1.20.1-3.0.1.10.jar            |TerraBlender                  |terrablender                  |3.0.1.10            |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-forge-1.20.1-19.0.0.96.jar          |Biomes O' Plenty              |biomesoplenty                 |19.0.0.96           |DONE      |Manifest: NOSIGNATURE         moonlight-1.20-2.13.81-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.13.81        |DONE      |Manifest: NOSIGNATURE         bettercombat-forge-1.8.6+1.20.1.jar               |Better Combat                 |bettercombat                  |1.8.6+1.20.1        |DONE      |Manifest: NOSIGNATURE         ToolBelt-1.20.1-1.20.02.jar                       |Tool Belt                     |toolbelt                      |1.20.02             |DONE      |Manifest: NOSIGNATURE         mixinsquared-forge-0.1.2-beta.6.jar               |MixinSquared                  |mixinsquared                  |0.1.2-beta.6        |DONE      |Manifest: NOSIGNATURE         Jade-1.20.1-Forge-11.13.1.jar                     |Jade                          |jade                          |11.13.1+forge       |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.12.32_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.12.32             |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.13.17+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.17+1.20.1      |DONE      |Manifest: NOSIGNATURE         forge-3.1.4+mc1.20.1.jar                          |Obsidian Boat                 |obsidianboat                  |3.1.4               |DONE      |Manifest: NOSIGNATURE         RoughlyEnoughItems-12.1.785-forge.jar             |Roughly Enough Items (REI)    |roughlyenoughitems            |12.1.785            |DONE      |Manifest: NOSIGNATURE         car-forge-1.20.1-1.0.34.jar                       |Ultimate Car Mod              |car                           |1.20.1-1.0.34       |DONE      |Manifest: NOSIGNATURE         betterfpsdist-1.20.1-6.0.jar                      |betterfpsdist mod             |betterfpsdist                 |1.20.1-6.0          |DONE      |Manifest: NOSIGNATURE         kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |DONE      |Manifest: NOSIGNATURE         Paintings-forge-1.20.1-11.0.0.2.jar               |Paintings ++                  |paintings                     |11.0.0.2            |DONE      |Manifest: NOSIGNATURE         forge-1.20.1-47.4.0-universal.jar                 |Forge                         |forge                         |47.4.0              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         easy-villagers-forge-1.20.1-1.1.24.jar            |Easy Villagers                |easy_villagers                |1.20.1-1.1.24       |DONE      |Manifest: NOSIGNATURE         Iceberg-1.20.1-forge-1.1.25.jar                   |Iceberg                       |iceberg                       |1.1.25              |DONE      |Manifest: NOSIGNATURE         flywheel-forge-1.20.1-1.0.2.jar                   |Flywheel                      |flywheel                      |1.0.2               |DONE      |Manifest: NOSIGNATURE         Ponder-Forge-1.20.1-1.0.52.jar                    |Ponder                        |ponder                        |1.0.52              |DONE      |Manifest: NOSIGNATURE         create-1.20.1-6.0.4.jar                           |Create                        |create                        |6.0.4               |DONE      |Manifest: NOSIGNATURE         ecologics-forge-1.20.1-2.2.0.jar                  |Ecologics                     |ecologics                     |2.2.0               |DONE      |Manifest: NOSIGNATURE         Xaeros_Minimap_25.2.0_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |25.2.0              |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.49.9+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.9+1.20.1       |DONE      |Manifest: NOSIGNATURE         [1.20.1] SecurityCraft v1.9.12.jar                |SecurityCraft                 |securitycraft                 |1.9.12              |DONE      |Manifest: NOSIGNATURE         sit-1.20.1-1.3.5.jar                              |Sit                           |sit                           |1.3.5               |DONE      |Manifest: NOSIGNATURE         Zeta-1.0-29.jar                                   |Zeta                          |zeta                          |1.0-29              |DONE      |Manifest: NOSIGNATURE         Quark-4.0-461.jar                                 |Quark                         |quark                         |4.0-461             |DONE      |Manifest: NOSIGNATURE         supplementaries-1.20-3.1.24.jar                   |Supplementaries               |supplementaries               |1.20-3.1.24         |DONE      |Manifest: NOSIGNATURE         searchlight-1.20-forge-1.1.11.jar                 |Searchlight                   |searchlight                   |1.1.11              |DONE      |Manifest: NOSIGNATURE         freecam-forge-1.2.1+1.20.jar                      |Freecam                       |freecam                       |1.2.1+1.20          |DONE      |Manifest: NOSIGNATURE         canary-mc1.20.1-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |DONE      |Manifest: NOSIGNATURE         inventoryhud.forge.1.20.1-3.4.26.jar              |Inventory HUD+                |inventoryhud                  |3.4.26              |DONE      |Manifest: NOSIGNATURE         ImmediatelyFast-Forge-1.5.0+1.20.4.jar            |ImmediatelyFast               |immediatelyfast               |1.5.0+1.20.4        |DONE      |Manifest: NOSIGNATURE         appleskin-forge-mc1.20.1-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.20.1      |DONE      |Manifest: NOSIGNATURE         PuzzlesLib-v8.1.32-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.1.32              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         justzoom_forge_2.1.1_MC_1.20.1.jar                |Just Zoom                     |justzoom                      |2.1.1               |DONE      |Manifest: NOSIGNATURE         BetterF3-7.0.2-Forge-1.20.1.jar                   |BetterF3                      |betterf3                      |7.0.2               |DONE      |Manifest: NOSIGNATURE         Aquaculture-1.20.1-2.5.5.jar                      |Aquaculture 2                 |aquaculture                   |2.5.5               |DONE      |Manifest: NOSIGNATURE         immersive_melodies-0.4.0+1.20.1-forge.jar         |Immersive Melodies            |immersive_melodies            |0.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         expandability-9.0.4.jar                           |ExpandAbility                 |expandability                 |9.0.4               |DONE      |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.20.1-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.20.1-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         ad_astra-forge-1.20.1-1.15.20.jar                 |Ad Astra                      |ad_astra                      |1.15.20             |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: b94b2f51-d054-43fe-b3bc-b9bbe6ed2bb0     FML: 47.4     Forge: net.minecraftforge:47.4.0     Flywheel Backend: flywheel:indirect
    • ok, so you just have to go back to 1.20.1 to install the mrcrayfish controller support mod and everything will work perfectly  
    • Hello, so I'm trying to play with my friends on a modded server, I took a base modpack and then added a few mods, when they try to join I'm seeing them on the world and then they disconnect. Here's a piece of the log from a friend :   [28Apr2025 19:57:57.985] [Render thread/INFO] [placebo/]: Starting sync for affixes [28Apr2025 19:57:58.010] [Render thread/INFO] [Apotheosis : Adventure/]: Registered 179 affixes. [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:charmRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:braceletRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:scrollRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:an_focusRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:necklaceRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:ringRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:spellstoneRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:talismanRequired: 3; Provided: 2 [28Apr2025 19:57:58.016] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:beltRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:charmRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:braceletRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:scrollRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:an_focusRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:necklaceRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:ringRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:spellstoneRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:talismanRequired: 3; Provided: 2 [28Apr2025 19:57:58.017] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:beltRequired: 3; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:charmRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:braceletRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:scrollRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:an_focusRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:necklaceRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:ringRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:spellstoneRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:talismanRequired: 4; Provided: 2 [28Apr2025 19:57:58.019] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:beltRequired: 4; Provided: 2 [28Apr2025 19:57:58.024] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:charmRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:braceletRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:scrollRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:an_focusRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:necklaceRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:ringRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:spellstoneRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:talismanRequired: 4; Provided: 2 [28Apr2025 19:57:58.025] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:beltRequired: 4; Provided: 2 [28Apr2025 19:57:58.026] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category helmetRequired: 5; Provided: 4 [28Apr2025 19:57:58.026] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category chestplateRequired: 5; Provided: 4 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category leggingsRequired: 5; Provided: 4 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category bootsRequired: 5; Provided: 4 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category shieldRequired: 5; Provided: 4 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:charmRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:braceletRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:scrollRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:an_focusRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:necklaceRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:ringRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:spellstoneRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:talismanRequired: 5; Provided: 2 [28Apr2025 19:57:58.027] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:beltRequired: 5; Provided: 2 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:backRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:feetRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:headRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:bodyRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:handsRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category bowRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category crossbowRequired: 5; Provided: 4 [28Apr2025 19:57:58.028] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category heavy_weaponRequired: 5; Provided: 3 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shieldRequired: 5; Provided: 4 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:charmRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:braceletRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:scrollRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:an_focusRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:necklaceRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:ringRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:spellstoneRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:talismanRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:beltRequired: 5; Provided: 2 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:backRequired: 5; Provided: 4 [28Apr2025 19:57:58.029] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:feetRequired: 5; Provided: 4 [28Apr2025 19:57:58.030] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:headRequired: 5; Provided: 4 [28Apr2025 19:57:58.030] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:bodyRequired: 5; Provided: 4 [28Apr2025 19:57:58.030] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:handsRequired: 5; Provided: 4 [28Apr2025 19:57:58.030] [Render thread/INFO] [placebo/]: Starting sync for gems [28Apr2025 19:57:58.056] [Render thread/INFO] [Apotheosis : Adventure/]: Registered 57 gems. [28Apr2025 19:57:58.194] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/minecraft/world/phys/HitResult$Type [28Apr2025 19:58:00.099] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting io/socol/betterthirdperson/api/TickPhase [28Apr2025 19:58:00.385] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting io/wispforest/accessories/api/EquipmentChecking [28Apr2025 19:58:00.416] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/mehvahdjukaar/supplementaries/client/cannon/ShootingMode [28Apr2025 19:58:00.508] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/minecraft/world/scores/Team$CollisionRule [28Apr2025 19:58:00.553] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting com/corosus/watut/PlayerStatus$PlayerChatState [28Apr2025 19:58:00.810] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting tschipp/carryon/common/carry/CarryOnData$CarryType [28Apr2025 19:58:00.931] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting org/violetmoon/quark/api/event/UsageTickerEvent$Pass [28Apr2025 19:58:00.946] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads [28Apr2025 19:58:00.998] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads [28Apr2025 19:58:01.170] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting me/jellysquid/mods/sodium/client/render/chunk/shader/ChunkFogMode [28Apr2025 19:58:01.176] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting me/jellysquid/mods/sodium/client/gl/shader/ShaderType [28Apr2025 19:58:01.439] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting me/jellysquid/mods/sodium/client/render/chunk/shader/ChunkShaderTextureSlot [28Apr2025 19:58:02.263] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting de/odysseus/ithaka/digraph/util/fas/FeedbackArcSetPolicy [28Apr2025 19:58:02.274] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/irisshaders/iris/shaderpack/properties/ParticleRenderingSettings [28Apr2025 19:58:02.446] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting glitchcore/event/client/LevelRenderEvent$Stage [28Apr2025 19:58:02.449] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting twilightforest/client/EffectRenders [28Apr2025 19:58:02.458] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/irisshaders/iris/shaderpack/properties/CloudSetting [28Apr2025 19:58:02.564] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting dev/kosmx/playerAnim/api/firstPerson/FirstPersonMode [28Apr2025 19:58:02.576] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/minecraft/client/renderer/ItemInHandRenderer$HandRenderSelection [28Apr2025 19:58:02.615] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting traben/entity_model_features/models/animation/EMFAttachments [28Apr2025 19:58:02.628] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting dev/tr7zw/skinlayers/versionless/util/Direction [28Apr2025 19:58:02.629] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting dev/tr7zw/skinlayers/versionless/util/Direction$Axis [28Apr2025 19:58:02.661] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting traben/entity_texture_features/config/screens/skin/ETFConfigScreenSkinTool$NoseType [28Apr2025 19:58:02.716] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/blay09/mods/balm/api/event/client/GuiDrawEvent$Element [28Apr2025 19:58:02.856] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Reloading radar icon resources... [28Apr2025 19:58:02.875] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for aether:cockatrice [28Apr2025 19:58:02.875] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for aether:evil_whirlwind [28Apr2025 19:58:02.876] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for aether:mimic [28Apr2025 19:58:02.876] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for aether:moa [28Apr2025 19:58:02.876] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for aether:whirlwind [28Apr2025 19:58:02.877] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:alligator_snapping_turtle [28Apr2025 19:58:02.877] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:anaconda [28Apr2025 19:58:02.877] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:anaconda_part [28Apr2025 19:58:02.877] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:anteater [28Apr2025 19:58:02.877] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:bald_eagle [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:banana_slug [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:bison [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:blobfish [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:blue_jay [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:bone_serpent [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:bone_serpent_part [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:bunfungus [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:cachalot_whale [28Apr2025 19:58:02.878] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:caiman [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:capuchin_monkey [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:catfish [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:centipede_body [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:centipede_head [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:centipede_tail [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:cockroach [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:comb_jelly [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:cosmaw [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:cosmic_cod [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:crimson_mosquito [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:crocodile [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:crow [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:devils_hole_pupfish [28Apr2025 19:58:02.879] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:dropbear [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:elephant [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:emu [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:endergrade [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:enderiophage [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:farseer [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:flutter [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:fly [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:flying_fish [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:frilled_shark [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:froststalker [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:gazelle [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:gelada_monkey [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:giant_squid [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:gorilla [28Apr2025 19:58:02.880] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:grizzly_bear [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:guster [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:hammerhead_shark [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:hummingbird [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:jerboa [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:kangaroo [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:komodo_dragon [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:laviathan [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:leafcutter_ant [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:lobster [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:maned_wolf [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:mantis_shrimp [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:mimic_octopus [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:mimicube [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:moose [28Apr2025 19:58:02.881] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:mudskipper [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:mungus [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:murmur [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:murmur_head [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:orca [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:platypus [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:potoo [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:raccoon [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:rain_frog [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:rattlesnake [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:rhinoceros [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:roadrunner [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:rocky_roller [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:sea_bear [28Apr2025 19:58:02.882] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:seagull [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:seal [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:shoebill [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:skelewag [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:skreecher [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:skunk [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:snow_leopard [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:soul_vulture [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:spectre [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:straddler [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:stradpole [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:sugar_glider [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:sunbird [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:tarantula_hawk [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:tasmanian_devil [28Apr2025 19:58:02.883] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:terrapin [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:tiger [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:toucan [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:triops [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:tusklin [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:underminer [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:void_worm [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:void_worm_part [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:warped_mosco [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for alexsmobs:warped_toad [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betterend:cubozoa [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betterend:dragonfly [28Apr2025 19:58:02.884] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betterend:end_fish [28Apr2025 19:58:02.885] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betterend:end_slime [28Apr2025 19:58:02.885] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betterend:silk_moth [28Apr2025 19:58:02.885] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betternether:firefly [28Apr2025 19:58:02.885] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betternether:hydrogen_jellyfish [28Apr2025 19:58:02.885] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for betternether:naga [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:amethyst_crab [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ancient_remnant [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:coral_golem [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:coralssus [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:deepling [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:deepling_angler [28Apr2025 19:58:02.889] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:deepling_brute [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:deepling_priest [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:deepling_warlock [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ender_golem [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ender_guardian [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:endermaptera [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ignis [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ignited_berserker [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:ignited_revenant [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:kobolediator [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:koboleton [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:lionfish [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:modern_remnant [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:nameless_sorcerer [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:netherite_monstrosity [28Apr2025 19:58:02.890] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:the_baby_leviathan [28Apr2025 19:58:02.891] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:the_harbinger [28Apr2025 19:58:02.891] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:the_leviathan [28Apr2025 19:58:02.897] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:the_prowler [28Apr2025 19:58:02.897] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:the_watcher [28Apr2025 19:58:02.898] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for cataclysm:wadjet [28Apr2025 19:58:02.898] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for crabbersdelight:crab [28Apr2025 19:58:02.898] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:sculk_centipede [28Apr2025 19:58:02.899] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:sculk_leech [28Apr2025 19:58:02.899] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:sculk_snapper [28Apr2025 19:58:02.899] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:shattered [28Apr2025 19:58:02.899] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:shriek_worm [28Apr2025 19:58:02.899] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for deeperdarker:stalker [28Apr2025 19:58:02.900] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for goodending:firefly_swarm [28Apr2025 19:58:02.900] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for goodending:marsh [28Apr2025 19:58:02.905] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for minecraft:creeper [28Apr2025 19:58:02.905] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for minecraft:enderman [28Apr2025 19:58:02.906] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for minecraft:piglin [28Apr2025 19:58:02.906] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for minecraft:piglin_brute [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for minecraft:zombified_piglin [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for outer_end:entombed [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for outer_end:himmelite [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for outer_end:purpur_golem [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for outer_end:sinker [28Apr2025 19:58:02.907] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Skipping invalid icon form: true for outer_end:stalker [28Apr2025 19:58:02.909] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Reloaded radar icon resources! [28Apr2025 19:58:02.947] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/minecraft/world/level/chunk/LevelChunk$EntityCreationType [28Apr2025 19:58:02.951] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting fuzs/overflowingbars/client/handler/HealthBarRenderer$HeartType [28Apr2025 19:58:02.997] [Render thread/INFO] [inventoryhud/]: Curios has been initialized with 20 slot(s) after 1 tries [28Apr2025 19:58:03.047] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting fi/dy/masa/malilib/gui/Message$MessageType [28Apr2025 19:58:13.337] [CullThread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting com/logisticscraft/occlusionculling/OcclusionCullingInstance$Relative [28Apr2025 19:58:38.795] [Render thread/INFO] [mixin/]: Mixing client.MixinGuiMessageTag from mixins/common/nochatreports.mixins.json into net.minecraft.client.GuiMessageTag [28Apr2025 19:58:39.613] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [CHAT] Unable to open Quest GUI: no quest book data received from server! [28Apr2025 19:58:40.386] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [CHAT] - Check that FTB Quests and FTB Teams are installed on the server [28Apr2025 19:58:40.386] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [CHAT]   and that no server-side errors were logged when you connected. [28Apr2025 19:58:40.386] [Render thread/ERROR] [toni.ftbquestsfreezefix.FTBQuestsFreezeFix/]: [FTB Quests Freeze Fix] ERROR! Could not get FTB Quests GUI! [28Apr2025 19:58:50.284] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting xaero/hud/minimap/compass/render/CardinalDirection [28Apr2025 19:59:24.781] [Render thread/INFO] [xaero.map.WorldMap/]: Finalizing world map session... [28Apr2025 19:59:24.782] [Thread-42/INFO] [xaero.map.WorldMap/]: World map force-cleaned! [28Apr2025 19:59:24.803] [Render thread/INFO] [xaero.map.WorldMap/]: World map session finalized. [28Apr2025 19:59:24.803] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Xaero hud session finalized. [28Apr2025 19:59:24.805] [Render thread/INFO] [fr.rakambda.fallingtree.common.network.PacketUtils/]: Disconnected from server, resetting proxy config values [28Apr2025 19:59:24.807] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut [28Apr2025 19:59:24.807] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver transitioning state from ENABLED to DISABLED [28Apr2025 19:59:24.808] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting tocraft/walkers/api/platform/ApiLevel [28Apr2025 19:59:24.810] [Render thread/INFO] [inventoryhud/]: Curios disabled [28Apr2025 19:59:24.810] [Render thread/INFO] [Framework/]: Unloading synced configs from server [28Apr2025 19:59:24.811] [Render thread/INFO] [Framework/]: Sending config unload event for backpacked.server.toml [28Apr2025 19:59:24.848] [Render thread/INFO] [voicechat/]: [voicechat] Clearing audio channels [28Apr2025 19:59:25.986] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting net/minecraft/world/level/lighting/LayerLightEventListener$DummyLightLayerEventListener [28Apr2025 19:59:25.988] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads [28Apr2025 19:59:26.000] [Render thread/INFO] [Entity Texture Features/]: [ETF]: emissive suffixes loaded: {_e}. [28Apr2025 19:59:26.002] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: disconnected_screen [28Apr2025 19:59:26.024] [Render thread/INFO] [HammerLib/]: Reset 0 configs to their client-side state. [28Apr2025 19:59:30.962] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:30.962] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.122] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.122] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.122] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.234] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.234] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:31.235] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:33.225] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:33.226] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:33.226] [Render thread/WARN] [com.sunekaer.sdrp.discord.RPClient/]: Attempted to add context to update queue, operation failed due to a full list, something is likely wrong here or the discord client isn't present [28Apr2025 19:59:57.041] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: edit_server_screen [28Apr2025 19:59:57.049] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting com/mojang/realmsclient/client/Ping$Region [28Apr2025 19:59:57.050] [Render thread/INFO] [com.teampotato.redirector.Redirector/]: Redirecting com/mojang/realmsclient/util/LevelType [28Apr2025 20:00:02.674] [Render thread/INFO] [fr.rakambda.fallingtree.common.network.PacketUtils/]: Disconnected from server, resetting proxy config values [28Apr2025 20:00:02.675] [Render thread/INFO] [inventoryhud/]: Curios disabled [28Apr2025 20:00:02.691] [Render thread/INFO] [Entity Texture Features/]: [ETF]: emissive suffixes loaded: {_e}. [28Apr2025 20:00:02.693] [Render thread/INFO] [net.minecraft.client.gui.screens.ConnectScreen/]: Connecting to serveurdeladiesman217.bh-games.com, 25565 [28Apr2025 20:00:07.511] [Render thread/INFO] [org.sinytra.connector.mod.compat.RegistryUtil/]: Connector found 9 items to retain in registry minecraft:particle_type [28Apr2025 20:00:08.567] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for netherchested [28Apr2025 20:00:08.569] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for puzzlesapi [28Apr2025 20:00:08.571] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for leavesbegone [28Apr2025 20:00:08.572] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for illagerinvasion [28Apr2025 20:00:08.576] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for easyanvils [28Apr2025 20:00:08.577] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for barteringstation [28Apr2025 20:00:08.583] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for magnumtorch [28Apr2025 20:00:08.587] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for enchantinginfuser [28Apr2025 20:00:08.588] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for tradingpost [28Apr2025 20:00:08.589] [Netty Client IO #14/INFO] [Puzzles Lib/]: Reloading server config for easymagic [28Apr2025 20:00:08.966] [Render thread/INFO] [Framework/]: Loading synced config from server: backpacked:server [28Apr2025 20:00:09.210] [Netty Client IO #14/INFO] [net.minecraftforge.network.NetworkHooks/]: Connected to a modded server. [28Apr2025 20:00:09.210] [Netty Client IO #14/INFO] [snownee.kiwi.Kiwi/]: Canceling Microsoft telemetry [28Apr2025 20:00:09.307] [Render thread/INFO] [xaero.map.WorldMap/]: New world map session initialized! [28Apr2025 20:00:09.310] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: New Xaero hud session initialized! [28Apr2025 20:00:09.359] [Render thread/INFO] [Oculus/]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'} [28Apr2025 20:00:09.359] [Render thread/INFO] [Oculus/]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'} [28Apr2025 20:00:09.359] [Render thread/INFO] [Oculus/]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'} [28Apr2025 20:00:09.375] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads [28Apr2025 20:00:09.392] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [28Apr2025 20:00:09.392] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [28Apr2025 20:00:09.403] [Render thread/INFO] [voicechat/]: [voicechat] Sending secret request to the server [28Apr2025 20:00:09.433] [Render thread/INFO] [Sound Physics - General/]: Initializing sound physics for voice chat audio [28Apr2025 20:00:09.433] [Render thread/INFO] [Sound Physics - General/]: Initializing Sound Physics [28Apr2025 20:00:09.433] [Render thread/INFO] [Sound Physics - General/]: EFX Extension recognized [28Apr2025 20:00:09.433] [Render thread/INFO] [Sound Physics - General/]: Max auxiliary sends: 2 [28Apr2025 20:00:09.434] [Render thread/INFO] [Sound Physics - General/]: Aux slot 1 created [28Apr2025 20:00:09.434] [Render thread/INFO] [Sound Physics - General/]: Aux slot 2 created [28Apr2025 20:00:09.434] [Render thread/INFO] [Sound Physics - General/]: Aux slot 3 created [28Apr2025 20:00:09.434] [Render thread/INFO] [Sound Physics - General/]: Aux slot 4 created [28Apr2025 20:00:09.435] [Render thread/INFO] [Sound Physics - General/]: EFX ready [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:snowy_mountains' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:snowy_tundra' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:wooded_mountains' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:snowy_taiga_mountains' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:gravelly_mountains' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:wooded_hills' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:mountain_edge' [28Apr2025 20:00:09.444] [Render thread/WARN] [Continuity/]: Unknown biome 'minecraft:mountains' [28Apr2025 20:00:09.444] [Render thread/INFO] [org.betterx.worlds.together.util.Logger/]: [bclib] Auto-Sync was disabled on the client. [28Apr2025 20:00:09.475] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved ToolHandleTypeManager from the server [28Apr2025 20:00:09.476] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved SnowcapOvenFreezingManager from the server [28Apr2025 20:00:09.476] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved HorizoniteForgeFuelManager from the server [28Apr2025 20:00:09.476] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved AlchemyRecipeManager from the server [28Apr2025 20:00:09.476] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved JournalEntryManager from the server [28Apr2025 20:00:09.477] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved JournalSectionManager from the server [28Apr2025 20:00:09.477] [Render thread/INFO] [ModdingLegacy/blue_skies/]: Recieved JournalRequirementManager from the server [28Apr2025 20:00:09.480] [Render thread/INFO] [Supplementaries/]: Synced Flute Songs [28Apr2025 20:00:09.480] [Render thread/INFO] [Supplementaries/]: Synced Captured Mobs settings [28Apr2025 20:00:09.480] [Render thread/INFO] [Supplementaries/]: Synced Globe data [28Apr2025 20:00:09.480] [Render thread/INFO] [Supplementaries/]: Synced Hourglass data [28Apr2025 20:00:09.480] [Render thread/INFO] [placebo/]: Starting sync for enchanting_stats [28Apr2025 20:00:09.481] [Render thread/INFO] [Apotheosis : Enchantment/]: Registered 39 enchanting_stats. [28Apr2025 20:00:09.481] [Render thread/INFO] [placebo/]: Starting sync for rarities [28Apr2025 20:00:09.482] [Render thread/INFO] [Apotheosis : Adventure/]: Registered 9 rarities. [28Apr2025 20:00:09.482] [Render thread/INFO] [placebo/]: Starting sync for affixes [28Apr2025 20:00:09.490] [Render thread/INFO] [Apotheosis : Adventure/]: Registered 179 affixes. [28Apr2025 20:00:09.491] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:charmRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:braceletRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:scrollRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:an_focusRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:necklaceRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:ringRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:spellstoneRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:talismanRequired: 3; Provided: 2 [28Apr2025 20:00:09.492] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:uncommon for category curios:beltRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:charmRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:braceletRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:scrollRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:an_focusRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:necklaceRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:ringRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:spellstoneRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:talismanRequired: 3; Provided: 2 [28Apr2025 20:00:09.493] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:rare for category curios:beltRequired: 3; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:charmRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:braceletRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:scrollRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:an_focusRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:necklaceRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:ringRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:spellstoneRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:talismanRequired: 4; Provided: 2 [28Apr2025 20:00:09.494] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:epic for category curios:beltRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:charmRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:braceletRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:scrollRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:an_focusRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:necklaceRequired: 4; Provided: 2 [28Apr2025 20:00:09.497] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:ringRequired: 4; Provided: 2 [28Apr2025 20:00:09.498] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:spellstoneRequired: 4; Provided: 2 [28Apr2025 20:00:09.498] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:talismanRequired: 4; Provided: 2 [28Apr2025 20:00:09.498] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category curios:beltRequired: 4; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category helmetRequired: 5; Provided: 4 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category chestplateRequired: 5; Provided: 4 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category leggingsRequired: 5; Provided: 4 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category bootsRequired: 5; Provided: 4 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category shieldRequired: 5; Provided: 4 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:charmRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:braceletRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:scrollRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:an_focusRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:necklaceRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:ringRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:spellstoneRequired: 5; Provided: 2 [28Apr2025 20:00:09.500] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:talismanRequired: 5; Provided: 2 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:beltRequired: 5; Provided: 2 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:backRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:feetRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:headRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:bodyRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category curios:handsRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category bowRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category crossbowRequired: 5; Provided: 4 [28Apr2025 20:00:09.501] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheotic_additions:esoteric for category heavy_weaponRequired: 5; Provided: 3 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shieldRequired: 5; Provided: 4 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:charmRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:braceletRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:scrollRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:an_focusRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:necklaceRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:ringRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:spellstoneRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:talismanRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:beltRequired: 5; Provided: 2 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:backRequired: 5; Provided: 4 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:feetRequired: 5; Provided: 4 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:headRequired: 5; Provided: 4 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:bodyRequired: 5; Provided: 4 [28Apr2025 20:00:09.502] [Render thread/WARN] [Apotheosis : Adventure/]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category curios:handsRequired: 5; Provided: 4 [28Apr2025 20:00:09.503] [Render thread/INFO] [placebo/]: Starting sync for gems [28Apr2025 20:00:09.523] [Render thread/INFO] [Apotheosis : Adventure/]: Registered 57 gems. [28Apr2025 20:00:09.687] [Render thread/INFO] [inventoryhud/]: Curios has been initialized with 20 slot(s) after 1 tries [28Apr2025 20:00:10.042] [Netty Client IO #14/WARN] [net.minecraftforge.network.filters.VanillaPacketSplitter/]: forge:split received out of order - inbound buffer not empty when receiving first [28Apr2025 20:01:57.187] [Render thread/INFO] [xaero.map.WorldMap/]: Finalizing world map session... [28Apr2025 20:01:57.187] [Thread-42/INFO] [xaero.map.WorldMap/]: World map force-cleaned! [28Apr2025 20:01:57.208] [Render thread/INFO] [xaero.map.WorldMap/]: World map session finalized. [28Apr2025 20:01:57.208] [Render thread/INFO] [xaero.hud.minimap.MinimapLogs/]: Xaero hud session finalized. [28Apr2025 20:01:57.209] [Render thread/INFO] [fr.rakambda.fallingtree.common.network.PacketUtils/]: Disconnected from server, resetting proxy config values [28Apr2025 20:01:57.211] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut [28Apr2025 20:01:57.211] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver transitioning state from ENABLED to DISABLED [28Apr2025 20:01:57.212] [Render thread/INFO] [inventoryhud/]: Curios disabled [28Apr2025 20:01:57.212] [Render thread/INFO] [Framework/]: Unloading synced configs from server [28Apr2025 20:01:57.212] [Render thread/INFO] [Framework/]: Sending config unload event for backpacked.server.toml [28Apr2025 20:01:57.228] [Render thread/INFO] [voicechat/]: [voicechat] Clearing audio channels [28Apr2025 20:01:58.187] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads [28Apr2025 20:01:58.195] [Render thread/INFO] [Entity Texture Features/]: [ETF]: emissive suffixes loaded: {_e}. [28Apr2025 20:01:58.196] [Render thread/INFO] [HammerLib/]: Reset 0 configs to their client-side state. [28Apr2025 20:02:03.657] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! [28Apr2025 20:02:03.973] [Render thread/INFO] [fr.rakambda.fallingtree.common.network.PacketUtils/]: Disconnected from server, resetting proxy config values [28Apr2025 20:02:03.976] [Render thread/INFO] [inventoryhud/]: Curios disabled [28Apr2025 20:02:03.984] [Render thread/INFO] [Entity Texture Features/]: [ETF]: emissive suffixes loaded: {_e}.    
    • mouseclicked event handler again. https://paste.ee/p/p5C057U7
  • Topics

×
×
  • Create New...

Important Information

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