Jump to content

[SOLVED] NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient


Recommended Posts

Posted

Hello, folks. When working on my mod, I have encountered an error that only occurs when I launch the mod as a server. This has happened with someone who ran the server on Forge v804, but this also occurs on my v789. I am not sure what I am missing in my mod through methods and whatnot, but can not figure this out.

 

Crash log:

2013-07-27 20:38:16 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading
2013-07-27 20:38:16 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_17, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jdk1.7.0_17\jre
2013-07-27 20:38:16 [FINE] [ForgeModLoader] Java classpath at launch is ..\bin\minecraft;..\src\minecraft;..\lib;..\lib\*;..\jars\minecraft_server.1.6.2.jar;..\jars\versions\1.6.2\1.6.2.jar;..\lib;..\lib\*;..\jars\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;..\jars\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;..\jars\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;..\jars\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;..\jars\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;..\jars\libraries\com\google\guava\guava\14.0\guava-14.0.jar;..\jars\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;..\jars\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;..\jars\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;..\jars\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;..\jars\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;..\jars\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;..\jars\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;..\jars\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;..\jars\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;..\jars\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;..\jars\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;..\jars\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;..\jars\libraries\net\sourceforge\argo\argo\2.25\argo-2.25.jar;..\jars\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;..\jars\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;..\jars\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar;..\jars\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar
2013-07-27 20:38:16 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jdk1.7.0_17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Program Files\Java\jre6\bin ;.
2013-07-27 20:38:16 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Adding coremod for loading cpw.mods.fml.relauncher.FMLCorePlugin
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Adding coremod for loading net.minecraftforge.classloading.FMLForgePlugin
2013-07-27 20:38:16 [FINE] [ForgeModLoader] All core mods are successfully located
2013-07-27 20:38:16 [FINE] [ForgeModLoader] Discovering coremods
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.PatchingTransformer
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
2013-07-27 20:38:16 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransformer
2013-07-27 20:38:16 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg
2013-07-27 20:38:16 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
2013-07-27 20:38:16 [FINE] [ForgeModLoader] Running coremod plugins
2013-07-27 20:38:16 [FINE] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-07-27 20:38:17 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.
2013-07-27 20:38:17 [FINE] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-07-27 20:38:17 [FINE] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-07-27 20:38:17 [FINE] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-07-27 20:38:17 [FINE] [ForgeModLoader] Validating minecraft
2013-07-27 20:38:17 [FINE] [ForgeModLoader] Minecraft validated, launching...
2013-07-27 20:38:17 [iNFO] [ForgeModLoader] Launching wrapped minecraft
2013-07-27 20:38:18 [iNFO] [Minecraft-Server] Starting minecraft server version 1.6.2
2013-07-27 20:38:18 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-07-27 20:38:18 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized
2013-07-27 20:38:18 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized
2013-07-27 20:38:18 [iNFO] [sTDOUT] Replaced 101 ore recipies
2013-07-27 20:38:18 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-07-27 20:38:18 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\config\logging.properties
2013-07-27 20:38:18 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\bin\minecraft, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\src\minecraft, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\lib, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\minecraft_server.1.6.2.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\versions\1.6.2\1.6.2.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\lib, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\google\guava\guava\14.0\guava-14.0.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\sourceforge\argo\argo\2.25\argo-2.25.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\libraries\net\minecraft\launchwrapper\1.3\launchwrapper-1.3.jar, examining for mod candidates
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-07-27 20:38:18 [iNFO] [ForgeModLoader] Searching C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\mods for mods
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Examining directory minecraft for potential mods
2013-07-27 20:38:18 [FINE] [ForgeModLoader] No mcmod.info file found in directory minecraft
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers.deobf
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.launcher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.patcher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com.nothome
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com.nothome.delta
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package ibxm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block.material
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.audio
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.achievement
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.inventory
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.mco
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.main
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.mco
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.model
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.multiplayer
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.particle
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.culling
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.texture
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.tileentity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.resources
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.resources.data
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.settings
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.stats
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.command
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.crash
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.creativetab
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.dispenser
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.enchantment
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai.attributes
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.boss
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.effect
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.item
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.monster
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.passive
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.player
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.projectile
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.inventory
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item.crafting
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.logging
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.nbt
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.packet
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.rcon
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.pathfinding
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.potion
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.profiler
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.scoreboard
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.dedicated
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.gui
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.integrated
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.management
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.stats
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.tileentity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.util
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.village
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.biome
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk.storage
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.demo
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.feature
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.layer
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.structure
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.storage
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model.obj
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model.techne
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common.network
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common.network.packet
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.brewing
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.terraingen
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.fluids
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package paulscode
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package WayofTime
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod WayofTime.alchemicalWizardry.AlchemicalWizardry
2013-07-27 20:38:18 [FINEST] [AWWayofTime] Parsed dependency info : [] [] []
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry.common
2013-07-27 20:38:18 [FINE] [ForgeModLoader] Examining directory minecraft for potential mods
2013-07-27 20:38:18 [FINE] [ForgeModLoader] No mcmod.info file found in directory minecraft
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry.textures
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry.textures.blocks
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry.textures.entities
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry.textures.gui
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package assets.alchemicalwizardry.textures.items
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers.deobf
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.launcher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.patcher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com.nothome
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.repackage.com.nothome.delta
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package ibxm
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block.material
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.audio
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.achievement
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.inventory
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.mco
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.main
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.mco
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.model
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.multiplayer
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.particle
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.culling
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.texture
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.tileentity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.resources
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.resources.data
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.settings
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.stats
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.command
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.crash
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.creativetab
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.dispenser
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.enchantment
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai.attributes
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.boss
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.effect
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.item
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.monster
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.passive
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.player
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.projectile
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.inventory
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item.crafting
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.logging
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.nbt
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network
2013-07-27 20:38:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.packet
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.rcon
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.pathfinding
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.potion
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.profiler
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.scoreboard
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.dedicated
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.gui
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.integrated
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.management
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.stats
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.tileentity
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.util
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.village
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.biome
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk.storage
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.demo
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.feature
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.layer
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.structure
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.storage
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model.obj
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model.techne
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common.network
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common.network.packet
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.brewing
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.terraingen
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.fluids
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package paulscode
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package WayofTime
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry.client
2013-07-27 20:38:19 [FINEST] [ForgeModLoader] Recursing into package WayofTime.alchemicalWizardry.common
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining directory lib for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] No mcmod.info file found in directory lib
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file minecraft_server.1.6.2.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container minecraft_server.1.6.2.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file 1.6.2.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container 1.6.2.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining directory lib for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] No mcmod.info file found in directory lib
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file jinput-2.0.5.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file lwjgl-platform-2.9.0-natives-windows.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container lwjgl-platform-2.9.0-natives-windows.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file commons-lang3-3.1.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container commons-lang3-3.1.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file libraryjavasound-20101123.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file jopt-simple-4.5.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file guava-14.0.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container guava-14.0.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file lzma-0.0.1.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file asm-all-4.1.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container asm-all-4.1.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file codecjorbis-20101023.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file
2013-07-27 20:38:19 [FINE] [ForgeModLoader] Examining file bcprov-jdk15on-1.47.jar for potential mods
2013-07-27 20:38:19 [FINE] [ForgeModLoader] The mod container bcprov-jdk15on-1.47.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file soundsystem-20120107.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file librarylwjglopenal-20100824.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file scala-library-2.10.2.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container scala-library-2.10.2.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file lwjgl_util-2.9.0.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container lwjgl_util-2.9.0.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file scala-compiler-2.10.2.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container scala-compiler-2.10.2.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file jutils-1.0.0.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file lwjgl-2.9.0.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container lwjgl-2.9.0.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file commons-io-2.4.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container commons-io-2.4.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file argo-2.25.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container argo-2.25.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file gson-2.2.2.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container gson-2.2.2.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file codecwav-20101023.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container codecwav-20101023.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file jinput-platform-2.0.5-natives-windows.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container jinput-platform-2.0.5-natives-windows.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Examining file launchwrapper-1.3.jar for potential mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] The mod container launchwrapper-1.3.jar appears to be missing an mcmod.info file
2013-07-27 20:38:20 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-07-27 20:38:20 [FINER] [ForgeModLoader] Received a system property request ''
2013-07-27 20:38:20 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\config\logging.properties
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Reloaded logging properties
2013-07-27 20:38:20 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2013-07-27 20:38:20 [iNFO] [mcp] Activating mod mcp
2013-07-27 20:38:20 [FINE] [FML] Mod Logging channel FML configured at default level.
2013-07-27 20:38:20 [iNFO] [FML] Activating mod FML
2013-07-27 20:38:20 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2013-07-27 20:38:20 [iNFO] [Forge] Activating mod Forge
2013-07-27 20:38:20 [FINE] [AWWayofTime] Enabling mod AWWayofTime
2013-07-27 20:38:20 [FINE] [AWWayofTime] Mod Logging channel AWWayofTime configured at default level.
2013-07-27 20:38:20 [iNFO] [AWWayofTime] Activating mod AWWayofTime
2013-07-27 20:38:20 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2013-07-27 20:38:20 [FINER] [ForgeModLoader] All mod requirements are satisfied
2013-07-27 20:38:20 [FINER] [ForgeModLoader] Sorting mods into an ordered list
2013-07-27 20:38:20 [FINER] [ForgeModLoader] Mod sorting completed successfully
2013-07-27 20:38:20 [FINE] [ForgeModLoader] Mod sorting data
2013-07-27 20:38:20 [FINE] [ForgeModLoader] 	AWWayofTime(AlchemicalWizardry:v0.2.3): minecraft ()
2013-07-27 20:38:20 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
2013-07-27 20:38:20 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
2013-07-27 20:38:20 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
2013-07-27 20:38:20 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
2013-07-27 20:38:20 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2013-07-27 20:38:20 [iNFO] [ForgeModLoader] Registering Forge Packet Handler
2013-07-27 20:38:20 [FINEST] [ForgeModLoader] Testing mod Forge to verify it accepts its own version in a remote connection
2013-07-27 20:38:20 [FINEST] [ForgeModLoader] The mod Forge accepts its own version (9.10.0.789)
2013-07-27 20:38:20 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-07-27 20:38:20 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2013-07-27 20:38:20 [FINEST] [AWWayofTime] Sending event FMLConstructionEvent to mod AWWayofTime
2013-07-27 20:38:20 [FINEST] [ForgeModLoader] Testing mod AWWayofTime to verify it accepts its own version in a remote connection
2013-07-27 20:38:20 [FINEST] [ForgeModLoader] The mod AWWayofTime accepts its own version (v0.2.3)
2013-07-27 20:38:20 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.Class.getDeclaredConstructors0(Native Method)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.Class.getConstructor0(Class.java:2723)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.Class.newInstance0(Class.java:345)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.Class.newInstance(Class.java:327)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:204)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:137)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:104)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:275)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:537)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:198)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:176)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:102)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:537)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:365)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:69)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-07-27 20:38:20 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	... 37 more
2013-07-27 20:38:20 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/WorldClient for invalid side SERVER
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:55)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165)
2013-07-27 20:38:20 [iNFO] [sTDERR] 	... 39 more
2013-07-27 20:38:20 [sEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
at java.lang.Class.getConstructor0(Class.java:2723)
at java.lang.Class.newInstance0(Class.java:345)
at java.lang.Class.newInstance(Class.java:327)
at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:204)
at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:137)
at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:104)
at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:275)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:198)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:537)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:365)
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 37 more
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/WorldClient for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:55)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165)
... 39 more
2013-07-27 20:38:20 [sEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Scott\Desktop\Forge Testing\forge\mcp\jars\.\crash-reports\crash-2013-07-27_20.38.20-server.txt
2013-07-27 20:39:56 [iNFO] [Minecraft-Server] Stopping server
2013-07-27 20:39:56 [iNFO] [Minecraft-Server] Saving worlds
2013-07-27 20:39:56 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
2013-07-27 20:39:56 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2013-07-27 20:39:56 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2013-07-27 20:39:56 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2013-07-27 20:39:56 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2013-07-27 20:39:56 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2013-07-27 20:39:56 [FINEST] [AWWayofTime] Sending event FMLServerStoppedEvent to mod AWWayofTime
2013-07-27 20:39:56 [FINEST] [AWWayofTime] Sent event FMLServerStoppedEvent to mod AWWayofTime
2013-07-27 20:39:56 [iNFO] [ForgeModLoader] The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
2013-07-27 20:39:56 [iNFO] [ForgeModLoader] The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
2013-07-27 20:39:56 [iNFO] [Minecraft-Server] Stopping server
2013-07-27 20:39:56 [iNFO] [Minecraft-Server] Saving worlds

 

Main mod file (has a lot in it):

package WayofTime.alchemicalWizardry;

import cpw.mods.fml.client.registry.RenderingRegistry;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.EventHandler;
import cpw.mods.fml.common.Mod.Init;
import cpw.mods.fml.common.Mod.Instance;
import cpw.mods.fml.common.Mod.PostInit;
import cpw.mods.fml.common.Mod.PreInit;
import cpw.mods.fml.common.SidedProxy;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.event.FMLPostInitializationEvent;
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import cpw.mods.fml.common.network.NetworkMod;
import cpw.mods.fml.common.network.NetworkRegistry;
import cpw.mods.fml.common.registry.EntityRegistry;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
import net.minecraft.item.Item;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemBucket;
import net.minecraft.item.ItemStack;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraftforge.common.Configuration;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fluids.Fluid;
import net.minecraftforge.fluids.FluidContainerRegistry;
import net.minecraftforge.fluids.FluidRegistry;
import net.minecraftforge.fluids.FluidStack;

@Mod(modid = "AWWayofTime", name = "AlchemicalWizardry", version = "v0.2.3")
@NetworkMod(clientSideRequired = true, serverSideRequired = true, channels = {"BloodAltar", "particle", "SetLifeEssence", "GetLifeEssence","Ritual"}, packetHandler = PacketHandler.class)

public class AlchemicalWizardry
{
    public static Item orbOfTesting;
    public static Item weakBloodOrb;
    public static Item apprenticeBloodOrb;
    public static Item magicianBloodOrb;
    public static Item energyBlaster;
    public static Item energySword;
    public static Item lavaCrystal;
    public static Item waterSigil;
    public static Item lavaSigil;
    public static Item voidSigil;
    //public static Item glassShard = new GlassShard(17009).setUnlocalizedName("glassShard");
    //public static Item bloodiedShard = new BloodiedShard(17010).setUnlocalizedName("bloodiedShard");
    public static Item blankSlate;
    public static Item reinforcedSlate;
    public static Item sacrificialDagger;
    public static Item daggerOfSacrifice;
    public static Item airSigil;
    public static Item sigilOfTheFastMiner;
    public static Item sigilOfElementalAffinity;
    public static Item sigilOfHaste;
    public static Item divinationSigil;
    public static Item elementalInkWater;
    public static Item elementalInkFire;
    public static Item elementalInkEarth;
    public static Item elementalInkAir;
    public static Item waterScribeTool;
    public static Item fireScribeTool;
    public static Item earthScribeTool;
    public static Item airScribeTool;
    public static Item weakActivationCrystal;

    public static Block testingBlock;
    public static Block lifeEssenceStill;
    public static Block lifeEssenceFlowing;
    public static BlockAltar blockAltar;
    public static BloodRune bloodRune;
    public static SpeedRune speedRune;
    public static EfficiencyRune efficiencyRune;
    public static RuneOfSacrifice runeOfSacrifice;
    public static RuneOfSelfSacrifice runeOfSelfSacrifice;
    public static Block blockMasterStone;
    public static Block ritualStone;

    public static Item bucketLife;
    public static Fluid lifeEssenceFluid;

    public static int weakBloodOrbItemID;
    public static int energyBlasterItemID;
    public static int energySwordItemID;
    public static int lavaCrystalItemID;
    public static int waterSigilItemID;
    public static int lavaSigilItemID;
    public static int voidSigilItemID;
    public static int sigilOfTheFastMinerItemID;
    public static int sigilOfElementalAffinityItemID;
    public static int sigilOfHasteItemID;
    public static int blankSlateItemID;
    public static int reinforcedSlateItemID;
    public static int sacrificialDaggerItemID;
    public static int daggerOfSacrificeItemID;
    public static int bucketLifeItemID;
    public static int apprenticeBloodOrbItemID;
    public static int magicianBloodOrbItemID;
    public static int airSigilItemID;
    public static int divinationSigilItemID;
    public static int elementalInkWaterItemID;
    public static int elementalInkFireItemID;
    public static int elementalInkEarthItemID;
    public static int elementalInkAirItemID;
    public static int waterScribeToolItemID;
    public static int fireScribeToolItemID;
    public static int earthScribeToolItemID;
    public static int airScribeToolItemID;
    public static int weakActivationCrystalItemID;

    public static int testingBlockBlockID;
    public static int lifeEssenceFlowingBlockID;
    public static int lifeEssenceStillBlockID;
    public static int blockAltarBlockID;
    public static int bloodRuneBlockID;
    public static int speedRuneBlockID;
    public static int runeOfSacrificeBlockID;
    public static int runeOfSelfSacrificeBlockID;
    public static int efficiencyRuneBlockID;
    public static int lifeEssenceFluidID;
    public static int ritualStoneBlockID;
    public static int blockMasterStoneBlockID;

    public static void registerRenderInformation() {};
    public static void registerRenderThings() {};

    // The instance of your mod that Forge uses.
    @Instance("AWWayofTime")
    public static AlchemicalWizardry instance;

    // Says where the client and server 'proxy' code is loaded.
    @SidedProxy(clientSide = "WayofTime.alchemicalWizardry.client.ClientProxy", serverSide = "WayofTime.alchemicalWizardry.CommonProxy")
    public static CommonProxy proxy;

    @EventHandler
    public void preInit(FMLPreInitializationEvent event)
    {
        MinecraftForge.EVENT_BUS.register(new LifeBucketHandler());
        Configuration config = new Configuration(event.getSuggestedConfigurationFile());
        config.load();
        testingBlockBlockID = config.getBlock("TestingBlock", 1400).getInt();
        lifeEssenceFlowingBlockID = config.getBlock("LifeEssenceFlowing", 1401).getInt();
        lifeEssenceStillBlockID = config.getBlock("LifeEssenceStill", 1402).getInt();
        blockAltarBlockID = config.getBlock("BloodAltar", 1403).getInt();
        bloodRuneBlockID = config.getBlock("BloodRune", 1404).getInt();
        speedRuneBlockID = config.getBlock("SpeedRune", 1405).getInt();
        efficiencyRuneBlockID = config.getBlock("EfficiencyRune", 1406).getInt();
        lifeEssenceFluidID = config.getBlock("LifeEssenceFluid", 1407).getInt();
        runeOfSacrificeBlockID = config.getBlock("RuneOfSacrifice", 1408).getInt();
        runeOfSelfSacrificeBlockID = config.getBlock("RuneOfSelfSacrifice", 1409).getInt();
        ritualStoneBlockID = config.getBlock("RitualStone",1410).getInt();
        blockMasterStoneBlockID = config.getBlock("MasterStone", 1411).getInt();
        
        weakBloodOrbItemID = config.getItem("WeakBloodOrb", 17000).getInt();
        energyBlasterItemID = config.getItem("EnergyBlaster", 17001).getInt();
        energySwordItemID = config.getItem("EnergySword", 17002).getInt();
        lavaCrystalItemID = config.getItem("LavaCrystal", 17003).getInt();
        waterSigilItemID = config.getItem("WaterSigil", 17004).getInt();
        lavaSigilItemID = config.getItem("LavaSigil", 17005).getInt();
        voidSigilItemID = config.getItem("VoidSigil", 17006).getInt();
        blankSlateItemID = config.getItem("BlankSlate", 17007).getInt();
        reinforcedSlateItemID = config.getItem("ReinforcedSlate", 17008).getInt();
        sacrificialDaggerItemID = config.getItem("SacrificialDagger", 17009).getInt();
        bucketLifeItemID = config.getItem("BucketLife", 17010).getInt();
        apprenticeBloodOrbItemID = config.getItem("ApprenticeBloodOrb", 17011).getInt();
        daggerOfSacrificeItemID = config.getItem("DaggerOfSacrifice", 17012).getInt();
        airSigilItemID = config.getItem("AirSigil", 17013).getInt();
        sigilOfTheFastMinerItemID = config.getItem("SigilOfTheFastMiner", 17014).getInt();
        elementalInkWaterItemID = config.getItem("ElementalInkWater", 17015).getInt();
        elementalInkFireItemID = config.getItem("ElementalInkFire", 17016).getInt();
        elementalInkEarthItemID = config.getItem("ElementalInkEarth", 17017).getInt();
        elementalInkAirItemID = config.getItem("ElementalInkAir", 17018).getInt();
        divinationSigilItemID = config.getItem("DivinationSigin", 17019).getInt();
        waterScribeToolItemID = config.getItem("WaterScribeTool", 17020).getInt();
        fireScribeToolItemID = config.getItem("FireScribeTool", 17021).getInt();
        earthScribeToolItemID = config.getItem("EarthScribeTool", 17022).getInt();
        airScribeToolItemID = config.getItem("AirScribeTool", 17023).getInt();
        weakActivationCrystalItemID = config.getItem("WeakActivationCrystal", 17024).getInt();
        magicianBloodOrbItemID = config.getItem("MagicianBloodOrb", 17025).getInt();
        sigilOfElementalAffinityItemID = config.getItem("SigilOfElementalAffinity",17026).getInt();
        sigilOfHasteItemID = config.getItem("SigilOfHaste", 17027).getInt();
        config.save();
    }

    @EventHandler
    public void load(FMLInitializationEvent event)
    {
        //orbOfTesting = new OrbOfTesting(17000);
        weakBloodOrb = new EnergyBattery(weakBloodOrbItemID, 5000).setUnlocalizedName("weakBloodOrb");
        apprenticeBloodOrb = new ApprenticeBloodOrb(apprenticeBloodOrbItemID, 25000).setUnlocalizedName("apprenticeBloodOrb");
        magicianBloodOrb = new MagicianBloodOrb(magicianBloodOrbItemID, 150000).setUnlocalizedName("magicianBloodOrb");
        energyBlaster = new EnergyBlast(energyBlasterItemID).setUnlocalizedName("energyBlast");
        energySword = new EnergySword(energySwordItemID).setUnlocalizedName("energySword");
        lavaCrystal = new LavaCrystal(lavaCrystalItemID).setUnlocalizedName("lavaCrystal");
        waterSigil = new WaterSigil(waterSigilItemID).setUnlocalizedName("waterSigil");
        lavaSigil = new LavaSigil(lavaSigilItemID).setUnlocalizedName("lavaSigil");
        voidSigil = new VoidSigil(voidSigilItemID).setUnlocalizedName("voidSigil");
        //public final static Item glassShard = new GlassShard(17009).setUnlocalizedName("glassShard");
        //public final static Item bloodiedShard = new BloodiedShard(17010).setUnlocalizedName("bloodiedShard");
        blankSlate = new AWBaseItems(blankSlateItemID).setUnlocalizedName("blankSlate");
        reinforcedSlate = new AWBaseItems(reinforcedSlateItemID).setUnlocalizedName("reinforcedSlate");
        sacrificialDagger = new SacrificialDagger(sacrificialDaggerItemID).setUnlocalizedName("sacrificialDagger");
        daggerOfSacrifice = new DaggerOfSacrifice(daggerOfSacrificeItemID).setUnlocalizedName("daggerOfSacrifice");
        airSigil = new AirSigil(airSigilItemID).setUnlocalizedName("airSigil");
        sigilOfTheFastMiner = new SigilOfTheFastMiner(sigilOfTheFastMinerItemID).setUnlocalizedName("sigilOfTheFastMiner");
        sigilOfElementalAffinity = new SigilOfElementalAffinity(sigilOfElementalAffinityItemID).setUnlocalizedName("sigilOfElementalAffinity");
        sigilOfHaste = new SigilOfHaste(sigilOfHasteItemID).setUnlocalizedName("sigilOfHaste");
        divinationSigil = new DivinationSigil(divinationSigilItemID).setUnlocalizedName("divinationSigil");
        elementalInkWater = new WaterInk(elementalInkWaterItemID).setUnlocalizedName("waterInk");
        elementalInkFire = new FireInk(elementalInkFireItemID).setUnlocalizedName("fireInk");
        elementalInkEarth = new EarthInk(elementalInkEarthItemID).setUnlocalizedName("earthInk");
        elementalInkAir = new AirInk(elementalInkAirItemID).setUnlocalizedName("airInk");
        
        waterScribeTool = new WaterScribeTool(waterScribeToolItemID).setUnlocalizedName("waterScribeTool");
        fireScribeTool = new FireScribeTool(fireScribeToolItemID).setUnlocalizedName("fireScribeTool");
        earthScribeTool = new EarthScribeTool(earthScribeToolItemID).setUnlocalizedName("earthScribeTool");
        airScribeTool = new AirScribeTool(airScribeToolItemID).setUnlocalizedName("airScribeTool");
        weakActivationCrystal = new ActivationCrystal(weakActivationCrystalItemID,1).setUnlocalizedName("weakActivationCrystal");
        testingBlock = new TestingBlock(testingBlockBlockID, Material.ground).setHardness(2.0F).setStepSound(Block.soundStoneFootstep).setCreativeTab(CreativeTabs.tabBlock).setLightValue(1.0F);
        lifeEssenceStill = new LifeEssenceStill(lifeEssenceStillBlockID);
        lifeEssenceFlowing = new LifeEssenceFlowing(lifeEssenceFlowingBlockID);
        blockAltar = new BlockAltar(blockAltarBlockID);
        bloodRune = new BloodRune(bloodRuneBlockID);
        speedRune = new SpeedRune(speedRuneBlockID);
        efficiencyRune = new EfficiencyRune(efficiencyRuneBlockID);
        runeOfSacrifice = new RuneOfSacrifice(runeOfSacrificeBlockID);
        runeOfSelfSacrifice = new RuneOfSelfSacrifice(runeOfSelfSacrificeBlockID);
        bucketLife = (new ItemBucket(bucketLifeItemID, lifeEssenceFlowing.blockID)).setUnlocalizedName("bucketLife").setContainerItem(Item.bucketEmpty).setCreativeTab(CreativeTabs.tabMisc);
        lifeEssenceFluid = new LifeEssence(lifeEssenceFluidID, "Life Essence");
        ritualStone = new RitualStone(ritualStoneBlockID);
        blockMasterStone = new BlockMasterStone(blockMasterStoneBlockID);
        proxy.registerRenderers();
        proxy.registerEntities();
        //ItemStacks used for crafting go here
        ItemStack lavaBucketStack = new ItemStack(Item.bucketLava);
        ItemStack cobblestoneStack = new ItemStack(Block.cobblestone);
        ItemStack glassStack = new ItemStack(Block.glass);
        ItemStack ironStack = new ItemStack(Item.ingotIron);
        ItemStack diamondStack = new ItemStack(Item.diamond);
        ItemStack woolStack = new ItemStack(Block.cloth);
        ItemStack goldNuggetStack = new ItemStack(Item.goldNugget);
        ItemStack stoneStack = new ItemStack(Block.stone);
        ItemStack redstoneStack = new ItemStack(Item.redstone);
        ItemStack glowstoneBlockStack = new ItemStack(Block.glowStone);
        ItemStack ironBlockStack = new ItemStack(Block.blockIron);
        ItemStack waterBucketStack = new ItemStack(Item.bucketWater);
        ItemStack emptyBucketStack = new ItemStack(Item.bucketEmpty);
        ItemStack magmaCreamStack = new ItemStack(Item.magmaCream);
        ItemStack stringStack = new ItemStack(Item.silk);
        ItemStack obsidianStack = new ItemStack(Block.obsidian);
        ItemStack diamondSwordStack = new ItemStack(Item.swordDiamond);
        ItemStack goldIngotStack = new ItemStack(Item.ingotGold);
        ItemStack cauldronStack = new ItemStack(Block.cauldron);
        ItemStack furnaceStack = new ItemStack(Block.furnaceIdle);
        ItemStack sugarStack = new ItemStack(Item.sugar);
        ItemStack featherStack = new ItemStack(Item.feather);
        ItemStack ghastTearStack = new ItemStack(Item.ghastTear);
        ItemStack ironPickaxeStack = new ItemStack(Item.pickaxeIron);
        ItemStack ironAxeStack = new ItemStack(Item.axeIron);
        ItemStack ironShovelStack = new ItemStack(Item.shovelIron);
        ItemStack glowstoneDustStack = new ItemStack(Item.glowstone);
        ItemStack blankSlateStack = new ItemStack(blankSlate);
        //ItemStack glassShardStack = new ItemStack(glassShard);
        ItemStack weakBloodOrbStackCrafted = new ItemStack(weakBloodOrb);
        //ItemStack bloodiedShardStack = new ItemStack(bloodiedShard);
        ItemStack reinforcedSlateStack = new ItemStack(reinforcedSlate);
        ItemStack weakBloodOrbStack = new ItemStack(weakBloodOrb);
        ItemStack apprenticeBloodOrbStack = new ItemStack(apprenticeBloodOrb);
        ItemStack magicianBloodOrbStack = new ItemStack(magicianBloodOrb);
        ItemStack waterSigilStackCrafted = new ItemStack(waterSigil);
        ItemStack lavaSigilStackCrafted = new ItemStack(lavaSigil);
        ItemStack voidSigilStackCrafted = new ItemStack(voidSigil);
        ItemStack airSigilStack = new ItemStack(airSigil);
        ItemStack lavaCrystalStackCrafted = new ItemStack(lavaCrystal);
        ItemStack lavaCrystalStack = new ItemStack(lavaCrystal);
        ItemStack energySwordStack = new ItemStack(energySword);
        ItemStack energyBlasterStack = new ItemStack(energyBlaster);
        ItemStack sacrificialDaggerStack = new ItemStack(sacrificialDagger);
        ItemStack bloodAltarStack = new ItemStack(blockAltar);
        ItemStack bloodRuneCraftedStack = new ItemStack(bloodRune, 2);
        ItemStack bloodRuneStack = new ItemStack(bloodRune);
        ItemStack speedRuneStack = new ItemStack(speedRune);
        ItemStack efficiencyRuneStack = new ItemStack(efficiencyRune);
        ItemStack runeOfSacrificeStack = new ItemStack(runeOfSacrifice);
        ItemStack runeOfSelfSacrificeStack = new ItemStack(runeOfSelfSacrifice);
        ItemStack miningSigilStackCrafted = new ItemStack(sigilOfTheFastMiner);
        ItemStack divinationSigilStackCrafted = new ItemStack(divinationSigil);
        ItemStack elementalInkWaterStack = new ItemStack(elementalInkWater);
        ItemStack elementalInkFireStack = new ItemStack(elementalInkFire);
        ItemStack elementalInkEarthStack = new ItemStack(elementalInkEarth);
        ItemStack elementalInkAirStack = new ItemStack(elementalInkAir);
        ItemStack waterScribeToolStack = new ItemStack(waterScribeTool);
        ItemStack fireScribeToolStack = new ItemStack(fireScribeTool);
        ItemStack earthScribeToolStack = new ItemStack(earthScribeTool);
        ItemStack airScribeToolStack = new ItemStack(airScribeTool);
        ItemStack ritualStoneStackCrafted = new ItemStack(ritualStone,4);
        ItemStack ritualStoneStack = new ItemStack(ritualStone);
        ItemStack masterRitualStoneStack = new ItemStack(blockMasterStone);
        //weakBloodOrbStackCrafted.setItemDamage(weakBloodOrbStackCrafted.getMaxDamage());
        waterSigilStackCrafted.setItemDamage(waterSigilStackCrafted.getMaxDamage());
        lavaSigilStackCrafted.setItemDamage(lavaSigilStackCrafted.getMaxDamage());
        voidSigilStackCrafted.setItemDamage(voidSigilStackCrafted.getMaxDamage());
        lavaCrystalStackCrafted.setItemDamage(lavaCrystalStackCrafted.getMaxDamage());
        miningSigilStackCrafted.setItemDamage(miningSigilStackCrafted.getMaxDamage());
        //All crafting goes here
        // GameRegistry.addRecipe(orbOfTestingStack, "x x", "   ", "x x", 'x', cobblestoneStack);
        //GameRegistry.addRecipe(glassShardStack, " x", "y ", 'x', ironStack, 'y', glassStack);
        //GameRegistry.addRecipe(weakBloodOrbStackCrafted, "xxx", "xdx", "www", 'x', bloodiedShardStack, 'd', diamondStack, 'w', woolStack);
        GameRegistry.addRecipe(sacrificialDaggerStack, "ggg", " dg", "i g", 'g', glassStack, 'd', goldIngotStack, 'i', ironStack);
        GameRegistry.addRecipe(blankSlateStack, "sgs", "gig", "sgs", 's', stoneStack, 'g', goldNuggetStack, 'i', ironStack);
        GameRegistry.addRecipe(reinforcedSlateStack, "rir", "ibi", "gig", 'r', redstoneStack, 'i', ironStack, 'b', blankSlateStack, 'g', glowstoneBlockStack);
        GameRegistry.addRecipe(lavaCrystalStackCrafted, "glg", "lbl", "odo", 'g', glassStack, 'l', lavaBucketStack, 'b', weakBloodOrbStack, 'd', diamondStack, 'o', obsidianStack);
        GameRegistry.addRecipe(waterSigilStackCrafted, "www", "wbw", "wow", 'w', waterBucketStack, 'b', blankSlateStack, 'o', weakBloodOrbStack);
        GameRegistry.addRecipe(lavaSigilStackCrafted, "lml", "lbl", "lcl", 'l', lavaBucketStack, 'b', blankSlateStack, 'm', magmaCreamStack, 'c', lavaCrystalStack);
        GameRegistry.addRecipe(voidSigilStackCrafted, "ese", "ere", "eoe", 'e', emptyBucketStack, 'r', reinforcedSlateStack, 'o', apprenticeBloodOrbStack, 's', stringStack);
        GameRegistry.addRecipe(bloodAltarStack, "s s", "scs", "gdg", 's', stoneStack, 'c', furnaceStack, 'd', diamondStack, 'g', goldIngotStack);
        GameRegistry.addRecipe(energySwordStack, " o ", " o ", " s ", 'o', weakBloodOrbStack, 's', diamondSwordStack);
        GameRegistry.addRecipe(energyBlasterStack, "oi ", "gdi", " rd", 'o', weakBloodOrbStack, 'i', ironStack, 'd', diamondStack, 'r', reinforcedSlateStack, 'g', goldIngotStack);
        GameRegistry.addRecipe(bloodRuneCraftedStack, "sss", "sos", "sss", 's', stoneStack, 'o', weakBloodOrbStack);
        GameRegistry.addRecipe(speedRuneStack, "sus", "uru", "sus", 'u', sugarStack, 's', stoneStack, 'r', bloodRuneStack);
        GameRegistry.addRecipe(efficiencyRuneStack, "srs", "rur", "srs", 'r', redstoneStack, 's', stoneStack, 'u', bloodRuneStack);
        GameRegistry.addRecipe(airSigilStack, "fgf", "fsf", "fof", 'f', featherStack, 'g', ghastTearStack, 's', reinforcedSlateStack, 'o', apprenticeBloodOrbStack);
        GameRegistry.addRecipe(miningSigilStackCrafted, "sps", "hra", "sos", 'o', apprenticeBloodOrbStack, 's', stoneStack, 'p', ironPickaxeStack, 'h', ironShovelStack, 'a', ironAxeStack, 'r', reinforcedSlateStack);
        GameRegistry.addRecipe(runeOfSacrificeStack, "sgs", "gog", "sgs", 's', stoneStack, 'g', goldIngotStack, 'o', apprenticeBloodOrbStack);
        GameRegistry.addRecipe(runeOfSelfSacrificeStack, "sgs", "gog", "sgs", 's', stoneStack, 'g', glowstoneDustStack, 'o', apprenticeBloodOrbStack);
        GameRegistry.addRecipe(divinationSigilStackCrafted, "ggg", "gsg", "gog", 'g', glassStack, 's', blankSlateStack, 'o', weakBloodOrbStack);
        GameRegistry.addRecipe(waterScribeToolStack,"f","i",'f', featherStack,'i', elementalInkWaterStack);
        GameRegistry.addRecipe(fireScribeToolStack,"f","i",'f', featherStack,'i', elementalInkFireStack);
        GameRegistry.addRecipe(earthScribeToolStack,"f","i",'f', featherStack,'i', elementalInkEarthStack);
        GameRegistry.addRecipe(airScribeToolStack,"f","i",'f', featherStack,'i', elementalInkAirStack);
        GameRegistry.addRecipe(ritualStoneStackCrafted,"sss","sos","sss",'s',obsidianStack,'o',apprenticeBloodOrbStack);
        GameRegistry.addRecipe(masterRitualStoneStack,"brb","ror","brb",'b',obsidianStack,'o',magicianBloodOrbStack,'r',ritualStoneStack);
        //All items registered go here
        //LanguageRegistry.addName(orbOfTesting, "Orb of Testing");
        LanguageRegistry.addName(weakBloodOrb, "Weak Blood Orb");
        LanguageRegistry.addName(apprenticeBloodOrb, "Apprentice Blood Orb");
        LanguageRegistry.addName(magicianBloodOrb,"Magician's Blood Orb");
        LanguageRegistry.addName(energyBlaster, "Energy Blaster");
        LanguageRegistry.addName(energySword, "Bloodied Blade");
        LanguageRegistry.addName(lavaCrystal, "Lava Crystal");
        LanguageRegistry.addName(waterSigil, "Water Sigil");
        LanguageRegistry.addName(lavaSigil, "Lava Sigil");
        LanguageRegistry.addName(voidSigil, "Void Sigil");
        //LanguageRegistry.addName(glassShard, "Glass Shard");
        //LanguageRegistry.addName(bloodiedShard, "Bloodied Shard");
        LanguageRegistry.addName(blankSlate, "Blank Slate");
        LanguageRegistry.addName(reinforcedSlate, "Reinforced Slate");
        LanguageRegistry.addName(sacrificialDagger, "Sacrificial Knife");
        LanguageRegistry.addName(daggerOfSacrifice, "Dagger of Sacrifice");
        LanguageRegistry.addName(airSigil, "Air Sigil");
        LanguageRegistry.addName(sigilOfTheFastMiner, "Sigil of the Fast Miner");
        LanguageRegistry.addName(sigilOfElementalAffinity, "Sigil of Elemental Affinity");
        LanguageRegistry.addName(sigilOfHaste,"Sigil of Haste");
        LanguageRegistry.addName(elementalInkWater, "Elemental Ink: Water");
        LanguageRegistry.addName(elementalInkFire, "Elemental Ink: Fire");
        LanguageRegistry.addName(elementalInkEarth, "Elemental Ink: Earth");
        LanguageRegistry.addName(elementalInkAir, "Elemental Ink: Air");
        LanguageRegistry.addName(divinationSigil, "Divination Sigil");
        LanguageRegistry.addName(weakActivationCrystal, "Weak Activation Crystal");
        LanguageRegistry.addName(waterScribeTool, "Elemental Inscription Tool: Water");
        LanguageRegistry.addName(fireScribeTool, "Elemental Inscription Tool: Fire");
        LanguageRegistry.addName(earthScribeTool, "Elemental Inscription Tool: Earth");
        LanguageRegistry.addName(airScribeTool, "Elemental Inscription Tool: Air");
        //FluidStack lifeEssenceFluidStack = new FluidStack(lifeEssenceFluid, 1);
        //LiquidStack lifeEssence = new LiquidStack(lifeEssenceFlowing, 1);
        //LiquidDictionary.getOrCreateLiquid("Life Essence", lifeEssence);
        FluidRegistry.registerFluid(lifeEssenceFluid);
        FluidContainerRegistry.registerFluidContainer(lifeEssenceFluid, new ItemStack(bucketLife), FluidContainerRegistry.EMPTY_BUCKET);
        //LiquidContainerRegistry.registerLiquid(new LiquidContainerData(LiquidDictionary.getLiquid("Life Essence", LiquidContainerRegistry.BUCKET_VOLUME), new ItemStack(AlchemicalWizardry.bucketLife), new ItemStack(Item.bucketEmpty)));
        //GameRegistry.registerBlock(testingBlock, "testingBlock");
        //LanguageRegistry.addName(testingBlock, "Testing Block");
        //MinecraftForge.setBlockHarvestLevel(testingBlock, "pickaxe", 0);
        GameRegistry.registerBlock(blockAltar, "bloodAltar");
        LanguageRegistry.addName(blockAltar, "Blood Altar");
        MinecraftForge.setBlockHarvestLevel(blockAltar, "pickaxe", 1);
        //Register Tile Entity
        GameRegistry.registerTileEntity(TEAltar.class, "containerAltar");
        GameRegistry.registerTileEntity(TEMasterStone.class,"containerMasterStone");
        GameRegistry.registerBlock(bloodRune, "bloodRune");
        LanguageRegistry.addName(bloodRune, "Blood Rune");
        GameRegistry.registerBlock(speedRune, "speedRune");
        LanguageRegistry.addName(speedRune, "Speed Rune");
        GameRegistry.registerBlock(efficiencyRune, "efficiencyRune");
        LanguageRegistry.addName(efficiencyRune, "Efficiency Rune");
        GameRegistry.registerBlock(runeOfSacrifice, "runeOfSacrifice");
        LanguageRegistry.addName(runeOfSacrifice, "Rune of Sacrifice");
        GameRegistry.registerBlock(runeOfSelfSacrifice, "runeOfSelfSacrifice");
        LanguageRegistry.addName(runeOfSelfSacrifice, "Rune of Self-sacrifice");
        GameRegistry.registerBlock(lifeEssenceStill, "lifeEssenceStill");
        GameRegistry.registerBlock(lifeEssenceFlowing, "lifeEssenceFlowing");
        //LanguageRegistry.addName(lifeEssenceStill, "Life Essence");
        LanguageRegistry.addName(bucketLife, "Bucket of Life");
        GameRegistry.registerBlock(ritualStone,"ritualStone");
        GameRegistry.registerBlock(blockMasterStone,"masterStone");
        LanguageRegistry.addName(blockMasterStone,"Master Ritual Stone");
        
        
        LanguageRegistry.addName(ritualStone, "Ritual Stone");
        
        //Fuel handler
        GameRegistry.registerFuelHandler(new AlchemicalWizardryFuelHandler());
        EntityRegistry.registerModEntity(EnergyBlastProjectile.class, "BlasterProj", 0, this, 128, 5, true);
        //Gui registration
        // NetworkRegistry.instance().registerGuiHandler(this, new GuiHandlerAltar());
        
        Rituals.loadRituals();
        UpgradedAltars.loadAltars();
    }

    @EventHandler
    public void postInit(FMLPostInitializationEvent event)
    {
        // Stub Method
    }
}

 

CommonProxy:

package WayofTime.alchemicalWizardry;

import cpw.mods.fml.common.registry.EntityRegistry;
import cpw.mods.fml.common.registry.GameRegistry;
import net.minecraft.world.World;

public class CommonProxy
{
    public static String ITEMS_PNG = "/WayofTime/alchemicalWizardry/items.png";
    public static String BLOCK_PNG = "/WayofTime/alchemicalWizardry/block.png";

    // Client stuff
    public void registerRenderers()
    {
        // Nothing here as the server doesn't render graphics!
    }
    public void registerEntities()
    {
    }
    public World getClientWorld()
    {
        return null;
    }

    public void registerActions()
    {
    }

    public void registerEvents()
    {
    }

    public void registerSoundHandler()
    {
        // Nothing here as this is a server side proxy
    }

    public void registerTileEntities()
    {
    	GameRegistry.registerTileEntity(TEAltar.class, "containerAltar");
        GameRegistry.registerTileEntity(TEMasterStone.class,"containerMasterStone");
    }

    public void registerEntityTrackers()
    {
        EntityRegistry.registerModEntity(EnergyBlastProjectile.class, "energyBlastProjectile", 0, AlchemicalWizardry.instance, 128, 5, true);
    }

    public void registerTickHandlers()
    {
    }
}

 

ClientProxy:

package WayofTime.alchemicalWizardry.client;

import cpw.mods.fml.client.FMLClientHandler;
import cpw.mods.fml.client.registry.RenderingRegistry;
import cpw.mods.fml.common.registry.EntityRegistry;
import net.minecraft.world.World;
import net.minecraftforge.client.MinecraftForgeClient;
import WayofTime.alchemicalWizardry.AlchemicalWizardry;
import WayofTime.alchemicalWizardry.CommonProxy;
import WayofTime.alchemicalWizardry.EnergyBlastProjectile;
import WayofTime.alchemicalWizardry.RenderEnergyBlastProjectile;

public class ClientProxy extends CommonProxy
{
    public static int renderPass;
    public static int altarRenderType;

    @Override
    public void registerRenderers()
    {
        //altarRenderType = RenderingRegistry.getNextAvailableRenderId();
        RenderingRegistry.registerEntityRenderingHandler(EnergyBlastProjectile.class, new RenderEnergyBlastProjectile());
        //RenderingRegistry.registerBlockHandler(new AltarRenderer());
    }

    @Override
    public World getClientWorld()
    {
        return FMLClientHandler.instance().getClient().theWorld;
    }
}

 

I'll continue toying with the mod to see if there is something I can figure out. Thanks for your help!

Posted
  On 7/28/2013 at 12:57 AM, GotoLink said:

The issue is within your PacketHandler class.

You are probably using a client side method in a server part.

 

Huh, wow, thanks! It seems that you were correct. The offending code was this:

Minecraft.getMinecraft().theWorld.spawnParticle("mobSpell", x + 0.5D + rand.nextGaussian() / 8, y + 1.1D, z + 0.5D + rand.nextGaussian() / 8, 1.0D, 0.371D, 0.371D);

 

I guess I need to find a different method in my packet class to spawn in a particle... I thought that packets are the only way to spawn in a particle, since particles didn't seem to render for me for the clients on a server otherwise.

 

Once again, thanks!

Posted

basicly you should be able to send a packet to a client packet handler and tell him to spawn particel at x, y, z

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

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

    • cat_jam, rainbows, make_bubbles_pop and cavedust are client-side-only mods Remove these from your server
    • Please help, we are running a kinda big minecraft RP server with tons of mods and a mod we made ourselves, currently the server runs for 5 to 30min and then it crashes, I'm not a programer or anything I'm just trying to help the staff figure out what to do.   ---- Minecraft Crash Report ---- // But it works on my machine. Time: 2025-07-27 05:29:42 Description: Exception in server tick loop java.util.ConcurrentModificationException: null     at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) ~[?:?] {}     at java.util.ArrayList$Itr.next(ArrayList.java:967) ~[?:?] {}     at com.google.common.collect.Iterators$1.next(Iterators.java:146) ~[guava-31.1-jre.jar%2374!/:?] {}     at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {re:mixin}     at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {}     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157543_(PersistentEntitySectionManager.java:175) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}     at java.util.stream.LongPipeline$1$1.accept(LongPipeline.java:177) ~[?:?] {}     at java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:183) ~[?:?] {}     at java.util.Spliterators$LongIteratorSpliterator.forEachRemaining(Spliterators.java:2046) ~[?:?] {}     at java.util.Spliterator$OfLong.forEachRemaining(Spliterator.java:775) ~[?:?] {}     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_157527_(PersistentEntitySectionManager.java:160) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.world.level.entity.PersistentEntitySectionManager.m_287207_(PersistentEntitySectionManager.java:146) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.server.level.ChunkMap.m_287285_(ChunkMap.java:1307) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}     at net.minecraft.server.level.ChunkHolder.m_287189_(ChunkHolder.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,re:classloading,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ChunkHolderAccessor,pl:mixin:APP:chunksending.mixins.json:ChunkHolderMixin,pl:mixin:A}     at net.minecraft.server.level.ChunkHolder.m_143003_(ChunkHolder.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,re:classloading,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat116plus.ChunkHolderAccessor,pl:mixin:APP:chunksending.mixins.json:ChunkHolderMixin,pl:mixin:A}     at net.minecraft.server.level.DistanceManager.m_183906_(DistanceManager.java:120) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading,pl:accesstransformer:B}     at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}     at net.minecraft.server.level.DistanceManager.m_140805_(DistanceManager.java:119) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading,pl:accesstransformer:B}     at net.minecraft.server.level.ServerChunkCache.m_8489_(ServerChunkCache.java:273) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ChunkLoadDebug,pl:mixin:APP:immersive_melodies.mixin.json:ServerChunkManagerMixin,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat117plus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m_7245_(ServerChunkCache.java:545) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:classloading}     at net.minecraft.server.level.ServerChunkCache.m_8466_(ServerChunkCache.java:269) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ChunkLoadDebug,pl:mixin:APP:immersive_melodies.mixin.json:ServerChunkManagerMixin,pl:mixin:APP:pehkui.mixins.json:compat1201minus.compat117plus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:758) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:732) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23607!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:deltaboxlib.mixins.json:event.MinecraftServerMixin,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:vanishmod.mixins.json:gui.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin,pl:mixin:A}     at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin} 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: Linux (amd64) version 6.8.0-60-generic     Java Version: 17.0.15, Eclipse Adoptium     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium     Memory: 4531786544 bytes (4321 MiB) / 15384707072 bytes (14672 MiB) up to 25769803776 bytes (24576 MiB)     CPUs: 14     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 9 9950X 16-Core Processor     Identifier: AuthenticAMD Family 26 Model 68 Stepping 0     Microarchitecture: unknown     Frequency (GHz): -0.00     Number of physical packages: 1     Number of physical CPUs: 16     Number of logical CPUs: 32     Graphics card #0 name: unknown     Graphics card #0 vendor: unknown     Graphics card #0 VRAM (MB): 0.00     Graphics card #0 deviceId: unknown     Graphics card #0 versionInfo: unknown     Virtual memory max (MB): 103598.98     Virtual memory used (MB): 136057.86     Swap memory total (MB): 8192.00     Swap memory used (MB): 3591.28     JVM Flags: 2 total; -Xms128M -Xmx24576M     Server Running: true     Player Count: 14 / 80; [ServerPlayer['NSQ20'/230, l='ServerLevel[Dark_Continent]', x=4679.43, y=93.00, z=-4052.56], ServerPlayer['almeidaab_'/232, l='ServerLevel[Dark_Continent]', x=-90.43, y=88.00, z=-362.28], ServerPlayer['TNPC5'/342, l='ServerLevel[Dark_Continent]', x=-88.41, y=88.00, z=-362.20], ServerPlayer['_Intro_'/382, l='ServerLevel[Dark_Continent]', x=-7054.50, y=103.00, z=-10902.22], ServerPlayer['OiVela'/390, l='ServerLevel[Dark_Continent]', x=-3211.94, y=73.00, z=-3916.08], ServerPlayer['Tiranosaurahjkkk'/885, l='ServerLevel[Dark_Continent]', x=4678.20, y=93.00, z=-4076.11], ServerPlayer['iFooqss'/926, l='ServerLevel[Dark_Continent]', x=-225.04, y=78.00, z=-224.44], ServerPlayer['charlieboob'/1099, l='ServerLevel[Dark_Continent]', x=9328.39, y=160.00, z=12133.77], ServerPlayer['GreeOnix'/1162, l='ServerLevel[Dark_Continent]', x=-2397.61, y=117.06, z=13448.06], ServerPlayer['niccnamee'/1198, l='ServerLevel[Dark_Continent]', x=3070.30, y=19.63, z=18540.64], ServerPlayer['Maxyaa'/1263, l='ServerLevel[Dark_Continent]', x=10219.50, y=-17.82, z=-1980.99], ServerPlayer['AzulTCyan'/1477, l='ServerLevel[Dark_Continent]', x=-222.53, y=82.00, z=-221.51], ServerPlayer['voidmaw'/1783, l='ServerLevel[Dark_Continent]', x=-4082.30, y=67.00, z=-7086.15], ServerPlayer['SmolLuh'/2971, l='ServerLevel[Dark_Continent]', x=10226.64, y=-19.00, z=-1980.58]]     Data Packs: vanilla, mod:betterdungeons, mod:almanac, mod:easyanvils, mod:playeranimator (incompatible), mod:braziliandelight (incompatible), mod:mcwwindows, mod:yungsapi, mod:fakename (incompatible), mod:balm, mod:dynview (incompatible), mod:videoplayer (incompatible), mod:spelunkery (incompatible), mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:iter_rpg, mod:athena, mod:lmft (incompatible), mod:corpse, mod:torchmaster, mod:handcrafted (incompatible), mod:supermartijn642corelib, mod:resourcefulconfig (incompatible), mod:spark (incompatible), mod:curios (incompatible), mod:yungsextras, mod:framedblocks, mod:attributeslib (incompatible), mod:mushroomquest, mod:worldedit (incompatible), mod:constructionwand, mod:toms_storage (incompatible), mod:fastleafdecay, mod:bettermineshafts, mod:playerrevive, mod:sliceanddice (incompatible), mod:darkpaintings (incompatible), mod:betterjungletemples, mod:timecontrol, mod:mowziesmobs, mod:harvest_with_ease (incompatible), mod:deltaboxlib (incompatible), mod:pehkui (incompatible), mod:goblintraders (incompatible), mod:caelus (incompatible), mod:realmrpg_skeletons, mod:fastasyncworldsave (incompatible), mod:dungeonnowloading (incompatible), mod:integrated_api, mod:naturescompass, mod:create_wizardry, mod:additional_lights, mod:memoryleakfix (incompatible), mod:crafttweaker (incompatible), mod:luckperms (incompatible), mod:puzzlesaccessapi, mod:forge, mod:logbegone (incompatible), mod:mcwpaths, mod:idas, mod:dungeons_arise, mod:tectonic (incompatible), mod:voicechat (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:moresnifferflowers (incompatible), mod:knightquest, mod:createutilities (incompatible), mod:spectrelib (incompatible), mod:antiportals (incompatible), mod:garnished, mod:kotlinforforge (incompatible), mod:truly_custom_horse_tack, mod:traveloptics, mod:farmersrespite, mod:flywheel, mod:ecologics, mod:decoration_delight, mod:localizedchat, mod:polymorph (incompatible), mod:securitycraft, mod:zeta (incompatible), mod:cagedmobs, mod:lootr, mod:connectedglass, mod:puzzleslib, mod:immersive_melodies (incompatible), mod:cosmeticarmorreworked, mod:vmod (incompatible), mod:aquamirae (incompatible), mod:hexerei (incompatible), mod:easy_npc, mod:kuma_api (incompatible), mod:create_things_and_misc, mod:betterwitchhuts, mod:beautify (incompatible), mod:incontrol, mod:betteroceanmonuments, mod:sophisticatedcore (incompatible), mod:structureessentials (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:cobweb (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:konkrete (incompatible), mod:undergardendelight, mod:create_connected, mod:chipped (incompatible), mod:farmersdelight, mod:chefsdelight (incompatible), mod:culturaldelights, mod:garnishedstoneautomation, mod:getittogetherdrops, mod:chunky (incompatible), mod:born_in_chaos_v1, mod:samurai_dynasty (incompatible), mod:lionfishapi (incompatible), mod:leaky (incompatible), mod:cataclysm (incompatible), mod:collective, mod:cerbons_api, mod:horse_colors, mod:xercapaint, mod:elevatorid, mod:betterstrongholds, mod:resourcefullib (incompatible), mod:architectury (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:herbalbrews, mod:ftblibrary (incompatible), mod:furniture (incompatible), mod:farm_and_charm (incompatible), mod:bakery (incompatible), mod:ftbteams (incompatible), mod:ftbquests (incompatible), mod:brewery (incompatible), mod:meadow, mod:aiimprovements, mod:cupboard (incompatible), mod:refurbished_furniture, mod:undergarden, mod:monolib (incompatible), mod:more_bows_and_arrows (incompatible), mod:biomancy, mod:jei, mod:geckolib, mod:framework, mod:letmedespawn, mod:quarkdelight, mod:caupona, mod:amendments (incompatible), mod:sophisticatedstorage (incompatible), mod:limitedchunks (incompatible), mod:copycats (incompatible), mod:additionallanterns (incompatible), mod:realmrpg_demons, mod:obscure_api (incompatible), mod:create, mod:createcasing (incompatible), mod:create_central_kitchen (incompatible), mod:create_mechanical_extruder, mod:waystones, mod:fabledweaponry, mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:artifacts, mod:cpm (incompatible), mod:mmode (incompatible), mod:moa_decor_science, mod:mr_lukis_grandcapitals, mod:create_confectionery, mod:betterdeserttemples, mod:explorerscompass, mod:bosses_of_mass_destruction, mod:terralith, mod:azurelib, mod:travelerstitles, mod:nyfsspiders (incompatible), mod:alexscaves, mod:moonlight (incompatible), mod:endermanoverhaul (incompatible), mod:regions_unexplored (incompatible), mod:dramaticdoors, mod:nightlights, mod:mixinsquared (incompatible), mod:obscure_tooltips (incompatible), mod:creativecore, mod:yawp, mod:quark (incompatible), mod:supplementaries, mod:create_sa, mod:malum (incompatible), mod:legendary_monsters, mod:irons_spellbooks, mod:creeperoverhaul, mod:alexsdelight, mod:ferritecore (incompatible), mod:kawaiidishes (incompatible), mod:justzoom (incompatible), mod:lodestone, mod:expandability (incompatible), mod:create_enchantment_industry (incompatible), Spelunkery Generated Pack, Supplementaries Generated Pack, create_central_kitchen:farmersdelight (incompatible), green_stove, optifine_support, tectonic/terratonic, mod:connectivity (incompatible), mod:logprot (incompatible), mod:trade_cycling, mod:redeco (incompatible), mod:relics, mod:tenebris, mod:crashutilities (incompatible), mod:dawnoftimebuilder (incompatible), mod:octolib, mod:abyssal_decor, mod:blueprint, mod:decorative_storage, mod:legendarycreatures, mod:questsadditions, mod:ftbqoptimizer (incompatible), mod:candlelight (incompatible), mod:displaydelight, mod:saturn (incompatible), mod:smoothboot, mod:supermartijn642configlib (incompatible), mod:grieflogger, file/supplementaries_blacklist, mod:ringsofascension (incompatible), mod:selfexpression_slim, mod:not_enough_gamerules (incompatible), mod:selfexpression, mod:necronomicon, mod:item_obliterator, mod:waterframes, mod:crittersandcompanions (incompatible), mod:ohthetreesyoullgrow, mod:corgilib, mod:camerapture (incompatible), mod:biomeswevegone, mod:alltheleaks, mod:bocchium (incompatible), mod:advancedbook, mod:attributefix (incompatible), mod:enlightened_end, mod:emojiful (incompatible), mod:craterlib (incompatible), mod:ftbessentials (incompatible), mod:ponder (incompatible), mod:dynamiclights (incompatible), mod:createdeco (incompatible), mod:create_henry, mod:yet_another_config_lib_v3 (incompatible), mod:rarcompat, create:dynamic_data, mod:create_aquatic_ambitions, mod:dummmmmmy (incompatible), mod:tempban (incompatible), mod:simplelogin (incompatible), mod:chunksending (incompatible), mod:immersive_optimization (incompatible), bushy_leaves, mod:emotecraft (incompatible), mod:badmobs (incompatible), mod:nanny (incompatible), better_leaves     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Is Modded: Definitely; Server brand changed to 'forge'     Type: Dedicated Server (map_server.txt)     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeserver     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.3.11.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         kotlinforforge@4.11.0         javafml@null         lowcodefml@null     Mod List:          saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |DONE      |Manifest: NOSIGNATURE         YungsBetterDungeons-1.20-Forge-4.0.3.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         almanac-1.20.x-forge-1.0.2.jar                    |Almanac                       |almanac                       |1.0.2               |DONE      |Manifest: NOSIGNATURE         EasyAnvils-v8.0.2-1.20.1-Forge.jar                |Easy Anvils                   |easyanvils                    |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         supermartijn642configlib-1.1.8-forge-mc1.20.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |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         braziliandelight-1.1.0-all.jar                    |Brazilian Delight             |braziliandelight              |1.1.0               |DONE      |Manifest: NOSIGNATURE         mcw-windows-2.3.0-mc1.20.1forge.jar               |Macaw's Windows               |mcwwindows                    |2.3.0               |DONE      |Manifest: NOSIGNATURE         NaNny-1.0.1 (1).jar                               |NaNny                         |nanny                         |1.0.1               |DONE      |Manifest: NOSIGNATURE         YungsApi-1.20-Forge-4.0.2.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE         fakename-1.20.1-1.3.1.jar                         |Fakename                      |fakename                      |1.3.1               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.20.1-7.3.9-all.jar                   |Balm                          |balm                          |7.3.9               |DONE      |Manifest: NOSIGNATURE         dynview-1.20.1-4.0.jar                            |Dynamic view distance         |dynview                       |2.3                 |DONE      |Manifest: NOSIGNATURE         VideoPlayer-2.6.2-FORGE-1.20.X.jar                |VideoPlayer                   |videoplayer                   |2.6.2               |DONE      |Manifest: NOSIGNATURE         spelunkery-1.20.1-0.3.13-forge.jar                |Spelunkery                    |spelunkery                    |1.20.1-0.3.13       |DONE      |Manifest: NOSIGNATURE         Paraglider-forge-20.1.3.jar                       |Paraglider                    |paraglider                    |20.1.3              |DONE      |Manifest: NOSIGNATURE         cloth-config-11.1.118-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.118            |DONE      |Manifest: NOSIGNATURE         iter_rpg-0.7.2-forge-1.20.1.jar                   |Iter RPG                      |iter_rpg                      |0.7.1               |DONE      |Manifest: NOSIGNATURE         Emojiful-Forge-1.20.1-4.2.0.jar                   |Emojiful                      |emojiful                      |4.2.0               |DONE      |Manifest: NOSIGNATURE         athena-forge-1.20.1-3.1.2.jar                     |Athena                        |athena                        |3.1.2               |DONE      |Manifest: NOSIGNATURE         lmft-1.0.4+1.20.1-forge.jar                       |Load My F***ing Tags          |lmft                          |1.0.4+1.20.1        |DONE      |Manifest: NOSIGNATURE         corpse-forge-1.20.1-1.0.14.jar                    |Corpse                        |corpse                        |1.20.1-1.0.14       |DONE      |Manifest: NOSIGNATURE         torchmaster-20.1.6.jar                            |Torchmaster                   |torchmaster                   |20.1.6              |DONE      |Manifest: NOSIGNATURE         handcrafted-forge-1.20.1-3.0.6.jar                |Handcrafted                   |handcrafted                   |3.0.6               |DONE      |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17+a            |DONE      |Manifest: NOSIGNATURE         resourcefulconfig-forge-1.20.1-2.1.2.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.2               |DONE      |Manifest: NOSIGNATURE         spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |DONE      |Manifest: NOSIGNATURE         curios-forge-5.14.1+1.20.1.jar                    |Curios API                    |curios                        |5.14.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         ApothicAttributes-1.20.1-1.3.7.jar                |Apothic Attributes            |attributeslib                 |1.3.7               |DONE      |Manifest: NOSIGNATURE         MushroomQuest-1.20.1-v4.1.2.jar                   |Mushroom Quest                |mushroomquest                 |4.0.0               |DONE      |Manifest: NOSIGNATURE         worldedit-mod-7.2.15.jar                          |WorldEdit                     |worldedit                     |7.2.15+6463-5ca4dff |DONE      |Manifest: NOSIGNATURE         constructionwand-1.20.1-2.11.jar                  |Construction Wand             |constructionwand              |1.20.1-2.11         |DONE      |Manifest: NOSIGNATURE         toms_storage-1.20-1.6.8.jar                       |Tom's Simple Storage Mod      |toms_storage                  |1.6.8               |DONE      |Manifest: NOSIGNATURE         FastLeafDecay-32.jar                              |Fast Leaf Decay               |fastleafdecay                 |32                  |DONE      |Manifest: NOSIGNATURE         YungsBetterMineshafts-1.20-Forge-4.0.4.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         PlayerRevive_FORGE_v2.0.27_mc1.20.1.jar           |PlayerRevive                  |playerrevive                  |2.0.27              |DONE      |Manifest: NOSIGNATURE         sliceanddice-forge-3.4.0.jar                      |Create Slice & Dice           |sliceanddice                  |3.4.0               |DONE      |Manifest: NOSIGNATURE         DarkPaintings-Forge-1.20.1-17.0.4.jar             |DarkPaintings                 |darkpaintings                 |17.0.4              |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         YungsBetterJungleTemples-1.20-Forge-2.0.5.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.5    |DONE      |Manifest: NOSIGNATURE         timecontrol-1.20.1-1.6.0.jar                      |TimeControl                   |timecontrol                   |1.6.0               |DONE      |Manifest: NOSIGNATURE         mowziesmobs-1.6.5.jar                             |Mowzie's Mobs                 |mowziesmobs                   |1.6.4               |DONE      |Manifest: NOSIGNATURE         harvest-with-ease-forge-1.20.1-9.0.1.jar          |Harvest with ease             |harvest_with_ease             |9.0.1               |DONE      |Manifest: NOSIGNATURE         deltaboxlib-1.1.2.jar                             |Deltabox Lib                  |deltaboxlib                   |1.1.2               |DONE      |Manifest: NOSIGNATURE         AttributeFix-Forge-1.20.1-21.0.4.jar              |AttributeFix                  |attributefix                  |21.0.4              |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         Pehkui-3.8.2+1.20.1-forge.jar                     |Pehkui                        |pehkui                        |3.8.2+1.20.1-forge  |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         RingsOfAscension-1.20.1-2.0.2.jar                 |Rings of Ascension            |ringsofascension              |2.0.0               |DONE      |Manifest: NOSIGNATURE         selfexpression_slim-1.5-forge-1.20.1.jar          |Selfexpression: Slim          |selfexpression_slim           |1.5                 |DONE      |Manifest: NOSIGNATURE         realmrpg_fallen_adventurers_1.0.3_forge_1.20.1.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons            |1.0.3               |DONE      |Manifest: NOSIGNATURE         fastasyncworldsave-1.20.1-2.3.jar                 |fastasyncworldsave mod        |fastasyncworldsave            |1.20.1-2.3          |DONE      |Manifest: NOSIGNATURE         Dungeon Now Loading-forge-1.20.1-1.5.jar          |Dungeon Now Loading           |dungeonnowloading             |1.5                 |DONE      |Manifest: NOSIGNATURE         integrated_api-1.5.1+1.20.1-forge.jar             |Integrated API                |integrated_api                |1.5.1+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         immersive_optimization-forge-1.20.1-0.0.2.jar     |Immersive Optimization        |immersive_optimization        |0.0.2               |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         create_wizardry-0.2.3-forge-1.20.1.jar            |Create: Wizardry              |create_wizardry               |0.2.3               |DONE      |Manifest: NOSIGNATURE         CraterLib-Forge-1.20-2.1.5.jar                    |CraterLib                     |craterlib                     |2.1.5               |DONE      |Manifest: NOSIGNATURE         additional_lights-1.20.1-2.1.7.jar                |Additional Lights             |additional_lights             |2.1.7               |DONE      |Manifest: NOSIGNATURE         questsadditions-1.4.7.jar                         |Quests Additions              |questsadditions               |1.4.7               |DONE      |Manifest: NOSIGNATURE         memoryleakfix-forge-1.17+-1.1.5.jar               |Memory Leak Fix               |memoryleakfix                 |1.1.5               |DONE      |Manifest: NOSIGNATURE         CraftTweaker-forge-1.20.1-14.0.43.jar             |CraftTweaker                  |crafttweaker                  |14.0.43             |DONE      |Manifest: NOSIGNATURE         LuckPerms-Forge-5.4.102.jar                       |LuckPerms                     |luckperms                     |5.4.102             |DONE      |Manifest: NOSIGNATURE         ftb-essentials-forge-2001.2.2.jar                 |FTB Essentials                |ftbessentials                 |2001.2.2            |DONE      |Manifest: NOSIGNATURE         puzzlesaccessapi-forge-8.0.7.jar                  |Puzzles Access Api            |puzzlesaccessapi              |8.0.7               |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         forge-1.20.1-47.3.11-universal.jar                |Forge                         |forge                         |47.3.11             |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         Log-Begone-Forge-1.20.1-1.0.8.jar                 |Log Begone                    |logbegone                     |1.0.8               |DONE      |Manifest: NOSIGNATURE         mcw-paths-1.0.5-1.20.1forge.jar                   |Macaw's Paths and Pavings     |mcwpaths                      |1.0.5               |DONE      |Manifest: NOSIGNATURE         idas_forge-1.11.1+1.20.1.jar                      |Integrated Dungeons and Struct|idas                          |1.11.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         emotecraft-for-MC1.20.1-2.2.7-b.build.50-forge.jar|Emotecraft                    |emotecraft                    |2.2.7-b.build.50    |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         tectonic-forge-1.20.1-2.4.1.jar                   |Tectonic                      |tectonic                      |2.4.1               |DONE      |Manifest: NOSIGNATURE         server-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: NOSIGNATURE         logprot-1.20.1-3.4.jar                            |Logprot                       |logprot                       |1.4                 |DONE      |Manifest: NOSIGNATURE         voicechat-forge-1.20.1-2.5.22.jar                 |Simple Voice Chat             |voicechat                     |1.20.1-2.5.22       |DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.20.1-1.0.15.jar             |Trade Cycling                 |trade_cycling                 |1.20.1-1.0.15       |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.20.1-3.0.1.7.jar             |TerraBlender                  |terrablender                  |3.0.1.7             |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-1.20.1-18.0.0.598.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.598          |DONE      |Manifest: NOSIGNATURE         Necronomicon-Forge-1.6.0+1.20.1.jar               |Necronomicon                  |necronomicon                  |1.6.0               |DONE      |Manifest: NOSIGNATURE         MoreSnifferFlowers-1.20.1-forge-1.4.5.2.jar       |More Sniffer Flowers          |moresnifferflowers            |1.4.5.2             |DONE      |Manifest: NOSIGNATURE         knightquest-1.6.1-forge.jar                       |Knight Quest                  |knightquest                   |1.6.1-forge         |DONE      |Manifest: NOSIGNATURE         Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.4.jar    |Oh The Trees You'll Grow      |ohthetreesyoullgrow           |1.20.1-1.3.4        |DONE      |Manifest: NOSIGNATURE         alltheleaks-0.1.0-beta+1.20.1-forge.jar           |All The Leaks                 |alltheleaks                   |0.1.0-beta+1.20.1-fo|DONE      |Manifest: NOSIGNATURE         createutilities-0.3.1+1.20.1.jar                  |Create Utilities              |createutilities               |0.3.1+1.20.1        |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.13.15+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.15+1.20.1      |DONE      |Manifest: NOSIGNATURE         Corgilib-Forge-1.20.1-4.0.3.3.jar                 |CorgiLib                      |corgilib                      |4.0.3.3             |DONE      |Manifest: NOSIGNATURE         antiportals-mc1.20.1-1.3.jar                      |AntiPortals                   |antiportals                   |1.3                 |DONE      |Manifest: NOSIGNATURE         garnished-2.1.2+1.20.1-neoforged.jar              |Create: Garnished             |garnished                     |2.1.2               |DONE      |Manifest: NOSIGNATURE         SimpleLogin-1.20.1-1.0.2-all.jar                  |Simple Login                  |simplelogin                   |1.0.1               |DONE      |Manifest: NOSIGNATURE         create_aquatic_ambitions_forge-1.20.1-1.1.3.jar   |Create: Aquatic Ambitions     |create_aquatic_ambitions      |1.20.1-1.1.1        |DONE      |Manifest: NOSIGNATURE         kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |DONE      |Manifest: NOSIGNATURE         truly_custom_horse_tack-1.20.1-1.6.0.jar          |Truly Custom Horse Tack       |truly_custom_horse_tack       |1.6.0               |DONE      |Manifest: NOSIGNATURE         traveloptics-4.4.0-1.20.1.jar                     |T.O Magic 'n Extras           |traveloptics                  |4.4.0-1.20.1        |DONE      |Manifest: NOSIGNATURE         farmersrespite-1.20.1-2.1.2.jar                   |Farmer's Respite              |farmersrespite                |1.20.1-2.1          |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         ecologics-forge-1.20.1-2.2.0.jar                  |Ecologics                     |ecologics                     |2.2.0               |DONE      |Manifest: NOSIGNATURE         decoration-delight-1.20.1.jar                     |Decoration Delight            |decoration_delight            |1.0.0               |DONE      |Manifest: NOSIGNATURE         bocchium-1.20.1-0.0.3.jar                         |Bocchium                      |bocchium                      |1.20.1-0.0.3        |DONE      |Manifest: NOSIGNATURE         LocalizedChat-forge-1.20.1-5.1.2.jar              |Localized Chat                |localizedchat                 |5.1.2               |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.49.5+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.5+1.20.1       |DONE      |Manifest: NOSIGNATURE         [1.20.1] SecurityCraft v1.9.10.jar                |SecurityCraft                 |securitycraft                 |1.9.10              |DONE      |Manifest: NOSIGNATURE         Zeta-1.0-24.jar                                   |Zeta                          |zeta                          |1.0-24              |DONE      |Manifest: NOSIGNATURE         cagedmobs-1.20.1-forge-2.0.5.jar                  |Caged Mobs                    |cagedmobs                     |1.20.1-2.0.5        |DONE      |Manifest: NOSIGNATURE         NEG-FORGE-1.20.1-r1.5.3.jar                       |Not Enough Gamerules          |not_enough_gamerules          |1.20.1-r1.5.3       |DONE      |Manifest: NOSIGNATURE         lootr-forge-1.20-0.7.34.89.jar                    |Lootr                         |lootr                         |0.7.34.87           |DONE      |Manifest: NOSIGNATURE         connectedglass-1.1.12-forge-mc1.20.1.jar          |Connected Glass               |connectedglass                |1.1.12              |DONE      |Manifest: NOSIGNATURE         PuzzlesLib-v8.1.22-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.1.22              |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         immersive_melodies-0.3.0+1.20.1-forge.jar         |Immersive Melodies            |immersive_melodies            |0.3.0+1.20.1        |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         chunksending-1.20.1-2.8.jar                       |chunksending mod              |chunksending                  |1.20.1-2.8          |DONE      |Manifest: NOSIGNATURE         Vanishmod-1.20.1-1.1.17.1.jar                     |Vanishmod                     |vmod                          |1.1.17.1            |DONE      |Manifest: NOSIGNATURE         aquamirae-6.API15.jar                             |Aquamirae                     |aquamirae                     |6.API15             |DONE      |Manifest: NOSIGNATURE         hexerei-0.4.2.1.jar                               |Hexerei                       |hexerei                       |1.20.1-0.4.2        |DONE      |Manifest: NOSIGNATURE         easy_npc-forge-1.20.1-5.9.0.jar                   |Easy NPC                      |easy_npc                      |5.9.0               |DONE      |Manifest: NOSIGNATURE         kuma-api-forge-20.1.8+1.20.1.jar                  |KumaAPI                       |kuma_api                      |20.1.8              |DONE      |Manifest: NOSIGNATURE         create_misc_and_things_ 1.20.1_4.0A.jar           |create: things and misc       |create_things_and_misc        |1.0.0               |DONE      |Manifest: NOSIGNATURE         YungsBetterWitchHuts-1.20-Forge-3.0.3.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         beautify-2.0.2.jar                                |Beautify                      |beautify                      |2.0.2               |DONE      |Manifest: NOSIGNATURE         incontrol-1.20-9.2.8.jar                          |InControl                     |incontrol                     |1.20-9.2.8          |DONE      |Manifest: NOSIGNATURE         YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar    |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.20-Forge-3.0.4    |DONE      |Manifest: NOSIGNATURE         connectivity-1.20.1-7.1.jar                       |Connectivity Mod              |connectivity                  |1.20.1-7.1          |DONE      |Manifest: NOSIGNATURE         dynamiclights-1.20.1.2.jar                        |Dynamic Lights                |dynamiclights                 |1.20.1.2            |DONE      |Manifest: NOSIGNATURE         sophisticatedcore-1.20.1-1.2.9.867.jar            |Sophisticated Core            |sophisticatedcore             |1.2.9.867           |DONE      |Manifest: NOSIGNATURE         structureessentials-1.20.1-3.4.jar                |Structure Essentials mod      |structureessentials           |1.20.1-3.4          |DONE      |Manifest: NOSIGNATURE         Placebo-1.20.1-8.6.2.jar                          |Placebo                       |placebo                       |8.6.2               |DONE      |Manifest: NOSIGNATURE         citadel-2.6.0-1.20.1.jar                          |Citadel                       |citadel                       |2.6.0               |DONE      |Manifest: NOSIGNATURE         alexsmobs-1.22.9.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.9              |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0.jar                       |MixinExtras                   |mixinextras                   |0.2.0               |DONE      |Manifest: NOSIGNATURE         Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar      |Item Obliterator              |item_obliterator              |2.3.0               |DONE      |Manifest: NOSIGNATURE         cobweb-forge-1.20.1-1.0.0.jar                     |Cobweb                        |cobweb                        |1.0.0               |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         redeco-1.13-1.20.jar                              |Re:Deco                       |redeco                        |1.13                |DONE      |Manifest: NOSIGNATURE         sophisticatedbackpacks-1.20.1-3.23.4.1196.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.23.4.1196         |DONE      |Manifest: NOSIGNATURE         relics-1.20.1-0.8.0.7.jar                         |Relics                        |relics                        |0.8.0.7             |DONE      |Manifest: NOSIGNATURE         tenebris-2.0.0.10-1.20.1.jar                      |Tenebris                      |tenebris                      |2.0.0.10-1.20.1     |DONE      |Manifest: NOSIGNATURE         dummmmmmy-1.20-2.0.7.jar                          |MmmMmmMmmmmm                  |dummmmmmy                     |1.20-2.0.7          |DONE      |Manifest: NOSIGNATURE         konkrete_forge_1.8.0_MC_1.20-1.20.1.jar           |Konkrete                      |konkrete                      |1.8.0               |DONE      |Manifest: NOSIGNATURE         undergarden_delight_1.0.0_forge_1.20.1.jar        |Undergarden Delight           |undergardendelight            |1.0.0               |DONE      |Manifest: NOSIGNATURE         create_connected-1.0.1-mc1.20.1-all.jar           |Create: Connected             |create_connected              |1.0.1-mc1.20.1      |DONE      |Manifest: NOSIGNATURE         chipped-forge-1.20.1-3.0.7.jar                    |Chipped                       |chipped                       |3.0.7               |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.20.1-1.2.4.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.4        |DONE      |Manifest: NOSIGNATURE         chefs-delight-1.0.3-forge-1.20.1.jar              |Chefs Delight                 |chefsdelight                  |1.0.3-forge-1.20.1  |DONE      |Manifest: NOSIGNATURE         culturaldelights-0.16.1.jar                       |Cultural Delights             |culturaldelights              |0.16.1              |DONE      |Manifest: NOSIGNATURE         crashutilities-8.1.4.jar                          |Crash Utilities               |crashutilities                |8.1.4               |DONE      |Manifest: NOSIGNATURE         garnishedstoneautomation-0.1.2+1.20.1-neoforged.ja|Garnished Stone Automation    |garnishedstoneautomation      |0.1.2               |DONE      |Manifest: NOSIGNATURE         getittogetherdrops-forge-1.20-1.3.jar             |Get It Together, Drops!       |getittogetherdrops            |1.3                 |DONE      |Manifest: NOSIGNATURE         advancedbook-1.0.4.jar                            |Advanced Book                 |advancedbook                  |1.0.4               |DONE      |Manifest: NOSIGNATURE         Chunky-1.3.146.jar                                |Chunky                        |chunky                        |1.3.146             |DONE      |Manifest: NOSIGNATURE         born_in_chaos_[Forge]1.20.1_1.5.2.jar             |Born in Chaos                 |born_in_chaos_v1              |1.5.2               |DONE      |Manifest: NOSIGNATURE         samurai_dynasty-0.0.48-1.20.1-neo.jar             |Samurai Dynasty               |samurai_dynasty               |0.0.48-1.20.1-neo   |DONE      |Manifest: NOSIGNATURE         lionfishapi-2.4-Fix.jar                           |LionfishAPI                   |lionfishapi                   |2.4-Fix             |DONE      |Manifest: NOSIGNATURE         leaky-1.20.1-2.1.jar                              |leaky mod                     |leaky                         |1.20.1-2.1          |DONE      |Manifest: NOSIGNATURE         L_Enders_Cataclysm-2.64.jar                       |cataclysm                     |cataclysm                     |2.64                |DONE      |Manifest: NOSIGNATURE         Tempban-forge-1.20-1.0.3.jar                      |Tempban                       |tempban                       |1.0                 |DONE      |Manifest: NOSIGNATURE         collective-1.20.1-7.84.jar                        |Collective                    |collective                    |7.84                |DONE      |Manifest: NOSIGNATURE         CerbonsAPI-Forge-1.20.1-1.1.0.jar                 |Cerbons API                   |cerbons_api                   |1.1.0               |DONE      |Manifest: NOSIGNATURE         realistic_horse_genetics-1.20.1-13.5.jar          |Realistic Horse Genetics      |horse_colors                  |1.20.1-13.5         |DONE      |Manifest: NOSIGNATURE         xercapaint-1.20.1-1.0.1.jar                       |Joy of Painting               |xercapaint                    |1.20.1-1.0.1        |DONE      |Manifest: NOSIGNATURE         elevatorid-1.20.1-lex-1.9.jar                     |Elevator Mod                  |elevatorid                    |1.20.1-lex-1.9      |DONE      |Manifest: NOSIGNATURE         DawnOfTimeBuilder-forge-1.20.1-1.5.9.jar          |DawnOfTimeBuilder             |dawnoftimebuilder             |1.5.9               |DONE      |Manifest: NOSIGNATURE         YungsBetterStrongholds-1.20-Forge-4.0.3.jar       |YUNG's Better Strongholds     |betterstrongholds             |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         resourcefullib-forge-1.20.1-2.1.29.jar            |Resourceful Lib               |resourcefullib                |2.1.29              |DONE      |Manifest: NOSIGNATURE         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         letsdo-API-forge-1.2.15-forge.jar                 |[Let's Do] API                |doapi                         |1.2.15              |DONE      |Manifest: NOSIGNATURE         letsdo-vinery-forge-1.4.28.jar                    |[Let's Do] Vinery             |vinery                        |1.4.28              |DONE      |Manifest: NOSIGNATURE         letsdo-herbalbrews-forge-1.0.8.jar                |[Let's Do] HerbalBrews        |herbalbrews                   |1.0.8               |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.2.4.jar                    |FTB Library                   |ftblibrary                    |2001.2.4            |DONE      |Manifest: NOSIGNATURE         letsdo-furniture-forge-1.0.2.jar                  |[Let's Do] Furniture          |furniture                     |1.0.2               |DONE      |Manifest: NOSIGNATURE         letsdo-farm_and_charm-forge-1.0.3.jar             |[Let's Do] Farm & Charm       |farm_and_charm                |1.0.3               |DONE      |Manifest: NOSIGNATURE         grieflogger-1.2.2-1.20.1-forge.jar                |GriefLogger                   |grieflogger                   |1.2.2-1.20.1        |DONE      |Manifest: NOSIGNATURE         letsdo-candlelight-forge-2.0.2.jar                |[Let's Do] Candlelight        |candlelight                   |2.0.2               |DONE      |Manifest: NOSIGNATURE         letsdo-bakery-forge-2.0.2.jar                     |[Let's Do] Bakery             |bakery                        |2.0.2               |DONE      |Manifest: NOSIGNATURE         ftb-teams-forge-2001.3.0.jar                      |FTB Teams                     |ftbteams                      |2001.3.0            |DONE      |Manifest: NOSIGNATURE         ftb-quests-forge-2001.4.8.jar                     |FTB Quests                    |ftbquests                     |2001.4.8            |DONE      |Manifest: NOSIGNATURE         FTBQuestsOptimizer-forge-2.0.4-1.20.1.jar         |FTBQuestsOptimizer            |ftbqoptimizer                 |2.0.4-1.20.1        |DONE      |Manifest: NOSIGNATURE         letsdo-brewery-forge-2.0.3.jar                    |[Let's Do] Brewery            |brewery                       |2.0.3               |DONE      |Manifest: NOSIGNATURE         letsdo-meadow-forge-1.3.19.jar                    |[Let's Do] Meadow             |meadow                        |1.3.19              |DONE      |Manifest: NOSIGNATURE         AI-Improvements-1.20-0.5.2.jar                    |AI-Improvements               |aiimprovements                |0.5.2               |DONE      |Manifest: NOSIGNATURE         cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |DONE      |Manifest: NOSIGNATURE         refurbished_furniture-forge-1.20.1-1.0.6.jar      |MrCrayfish's Furniture Mod: Re|refurbished_furniture         |1.0.6               |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         The_Undergarden-1.20.1-0.8.14.jar                 |The Undergarden               |undergarden                   |0.8.14              |DONE      |Manifest: NOSIGNATURE         monolib-forge-1.20.1-1.3.0.jar                    |MonoLib                       |monolib                       |1.3.0               |DONE      |Manifest: NOSIGNATURE         more_bows_and_arrows-merged-1.20.1-3.2.0.jar      |More Bows and Arrows          |more_bows_and_arrows          |3.2.0               |DONE      |Manifest: NOSIGNATURE         biomancy-forge-1.20.1-2.8.19.0.jar                |Biomancy 2                    |biomancy                      |2.8.19.0            |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.20.0.104.jar                  |Just Enough Items             |jei                           |15.20.0.104         |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.4.9.jar                   |GeckoLib 4                    |geckolib                      |4.4.9               |DONE      |Manifest: NOSIGNATURE         crittersandcompanions-forge-2.2.2.jar             |Critters and Companions       |crittersandcompanions         |2.2.2               |DONE      |Manifest: NOSIGNATURE         framework-forge-1.20.1-0.7.7.jar                  |Framework                     |framework                     |0.7.7               |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         Camerapture-1.9.1+mc1.20.1-forge.jar              |Camerapture                   |camerapture                   |1.9.1               |DONE      |Manifest: NOSIGNATURE         letmedespawn-1.20.x-forge-1.4.4.jar               |Let Me Despawn                |letmedespawn                  |1.4.4               |DONE      |Manifest: NOSIGNATURE         quark_delight_1.0.0_forge_1.20.1.jar              |Quark Delight                 |quarkdelight                  |1.0.0               |DONE      |Manifest: NOSIGNATURE         caupona-1.20.1-0.4.9.jar                          |Caupona                       |caupona                       |1.20.1-0.4.9        |DONE      |Manifest: NOSIGNATURE         amendments-1.20-1.2.8.jar                         |Amendments                    |amendments                    |1.20-1.2.8          |DONE      |Manifest: NOSIGNATURE         sophisticatedstorage-1.20.1-1.3.5.1068.jar        |Sophisticated Storage         |sophisticatedstorage          |1.3.5.1068          |DONE      |Manifest: NOSIGNATURE         limitedchunks-1.20.1-4.1.jar                      |Limited Chunkloading          |limitedchunks                 |1.8                 |DONE      |Manifest: NOSIGNATURE         OctoLib-FORGE-0.4.2+1.20.1.jar                    |OctoLib                       |octolib                       |0.4.2               |DONE      |Manifest: NOSIGNATURE         copycats-3.0.0+mc.1.20.1-forge.jar                |Create: Copycats+             |copycats                      |3.0.0+mc.1.20.1-forg|DONE      |Manifest: NOSIGNATURE         additionallanterns-1.1.1a-forge-mc1.20.jar        |Additional Lanterns           |additionallanterns            |1.1.1a              |DONE      |Manifest: NOSIGNATURE         realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar   |Realm RPG: Imps & Demons      |realmrpg_demons               |0.9.0               |DONE      |Manifest: NOSIGNATURE         Oh-The-Biomes-Weve-Gone-Forge-1.5.7.jar           |Oh The Biomes We've Gone      |biomeswevegone                |1.5.7               |DONE      |Manifest: NOSIGNATURE         abyssal_decor_1.20.1_0.1.7.jar                    |Abyssal Decor                 |abyssal_decor                 |1.0.0               |DONE      |Manifest: NOSIGNATURE         obscure_api-15.jar                                |Obscure API                   |obscure_api                   |15                  |DONE      |Manifest: NOSIGNATURE         enlightend-5.0.14-1.20.1.jar                      |Enlightend                    |enlightened_end               |5.0.14              |DONE      |Manifest: NOSIGNATURE         create-1.20.1-6.0.4.jar                           |Create                        |create                        |6.0.4               |DONE      |Manifest: NOSIGNATURE         createdeco-2.0.3-1.20.1-forge.jar                 |Create Deco                   |createdeco                    |2.0.3-1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         Create Encased-1.20.1-1.7.1-fix1.jar              |Create Encased                |createcasing                  |1.7.1-fix1          |DONE      |Manifest: NOSIGNATURE         FramedBlocks-9.4.2.jar                            |FramedBlocks                  |framedblocks                  |9.4.2               |DONE      |Manifest: NOSIGNATURE         create_central_kitchen-1.20.1-for-create-6.0.4-1.4|Create: Central Kitchen       |create_central_kitchen        |1.4.0.c             |DONE      |Manifest: NOSIGNATURE         create_mechanical_extruder-1.20.1-1.6.6-6.0.2.jar |Create Mechanical Extruder    |create_mechanical_extruder    |1.20.1-1.6.5-6.0.2  |DONE      |Manifest: NOSIGNATURE         Create-Henry-1.20.1-0.0.1-6.0.jar                 |Create: Henry                 |create_henry                  |0.0.1-6.0           |DONE      |Manifest: NOSIGNATURE         waystones-forge-1.20-14.1.5.jar                   |Waystones                     |waystones                     |14.1.5              |DONE      |Manifest: NOSIGNATURE         fabledweaponry-1.20.1-1.0.7.5.jar                 |Fabled Weaponry               |fabledweaponry                |1.20.1-1.0.7.5      |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |DONE      |Manifest: NOSIGNATURE         journeymap-1.20.1-5.10.2-forge.jar                |Journeymap                    |journeymap                    |5.10.2              |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.4.0+1.20.1.jar                   |Comforts                      |comforts                      |6.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         artifacts-forge-9.5.13.jar                        |Artifacts                     |artifacts                     |9.5.13              |DONE      |Manifest: NOSIGNATURE         CustomPlayerModels-1.20-0.6.19a.jar               |Customizable Player Models    |cpm                           |0.6.19a             |DONE      |Manifest: NOSIGNATURE         MaintenanceMode-Universal-1.3.1.jar               |Maintenance Mode              |mmode                         |1.3.1               |DONE      |Manifest: NOSIGNATURE         MOAdecor SCIENCE 1.20.1.jar                       |MOA DECOR: SCIENCE            |moa_decor_science             |1.20.1              |DONE      |Manifest: NOSIGNATURE         lukis-grand-capitals-1.0.jar                      |Luki's Grand Capitals         |mr_lukis_grandcapitals        |1.0                 |DONE      |Manifest: NOSIGNATURE         BadMobs-1.20.1-19.0.4.jar                         |BadMobs                       |badmobs                       |19.0.4              |DONE      |Manifest: NOSIGNATURE         create-confectionery1.20.1_v1.1.0.jar             |Create Confectionery          |create_confectionery          |1.1.0               |DONE      |Manifest: NOSIGNATURE         YungsBetterDesertTemples-1.20-Forge-3.0.3.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.20-Forge-3.0.3    |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         BOMD-Forge-1.20.1-1.1.2.jar                       |Bosses of Mass Destruction    |bosses_of_mass_destruction    |1.1.2               |DONE      |Manifest: NOSIGNATURE         Terralith_1.20.x_v2.5.4.jar                       |Terralith                     |terralith                     |2.5.4               |DONE      |Manifest: NOSIGNATURE         blueprint-1.20.1-7.1.0.jar                        |Blueprint                     |blueprint                     |7.1.0               |DONE      |Manifest: NOSIGNATURE         azurelib-neo-1.20.1-2.0.39.jar                    |AzureLib                      |azurelib                      |2.0.39              |DONE      |Manifest: NOSIGNATURE         TravelersTitles-1.20-Forge-4.0.2.jar              |Traveler's Titles             |travelerstitles               |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE         selfexpression-2.20.3-forge-1.20.1.jar            |Selfexpression                |selfexpression                |2.20.3              |DONE      |Manifest: NOSIGNATURE         nyfsspiders-forge-1.20.1-2.1.1.jar                |Nyf's Spiders                 |nyfsspiders                   |2.1.1               |DONE      |Manifest: NOSIGNATURE         alexscaves-2.0.2.jar                              |Alex's Caves                  |alexscaves                    |2.0.2               |DONE      |Manifest: NOSIGNATURE         moonlight-1.20-2.14.11-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.14.11        |DONE      |Manifest: NOSIGNATURE         endermanoverhaul-forge-1.20.1-1.0.4.jar           |Enderman Overhaul             |endermanoverhaul              |1.0.4               |DONE      |Manifest: NOSIGNATURE         RegionsUnexploredForge-0.5.6+1.20.1.jar           |Regions Unexplored            |regions_unexplored            |0.5.6               |DONE      |Manifest: NOSIGNATURE         DramaticDoors-QuiFabrge-1.20.1-3.3.0.jar          |Dramatic Doors                |dramaticdoors                 |1.20.1-3.3.0        |DONE      |Manifest: NOSIGNATURE         nightlights-1.20.1-1.1.jar                        |Night Lights                  |nightlights                   |1.1                 |DONE      |Manifest: NOSIGNATURE         mixinsquared-forge-0.2.0.jar                      |MixinSquared                  |mixinsquared                  |0.2.0               |DONE      |Manifest: NOSIGNATURE         Obscure-Tooltips-2.2.jar                          |Obscure Tooltips              |obscure_tooltips              |2.2                 |DONE      |Manifest: NOSIGNATURE         displaydelight-1.2.0.jar                          |Display Delight               |displaydelight                |1.2.0               |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.11.30_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.11.30             |DONE      |Manifest: NOSIGNATURE         waterframes-FORGE-mc1.20.1-v2.0.14.jar            |WaterFrames                   |waterframes                   |2.0.14              |DONE      |Manifest: NOSIGNATURE         smoothboot(reloaded)-mc1.20.1-0.0.4.jar           |Smooth Boot (Reloaded)        |smoothboot                    |0.0.4               |DONE      |Manifest: NOSIGNATURE         yawp-1.20.1-0.0.4.1-beta5-forge.jar               |Yet Another World Protector   |yawp                          |0.0.4.1-beta5       |DONE      |Manifest: NOSIGNATURE         Quark-4.0-460.jar                                 |Quark                         |quark                         |4.0-460             |DONE      |Manifest: NOSIGNATURE         supplementaries-1.20-3.1.34.jar                   |Supplementaries               |supplementaries               |1.20-3.1.34         |DONE      |Manifest: NOSIGNATURE         create-stuff-additions1.20.1_v2.0.9.jar           |Create Stuff & Additions      |create_sa                     |2.0.9               |DONE      |Manifest: NOSIGNATURE         malum-1.20.1-1.6.5.1.jar                          |Malum                         |malum                         |1.20.1-1.6.5.1      |DONE      |Manifest: NOSIGNATURE         legendarymonsters-1.7.7 MC 1.20.1.jar             |LegendaryMonsters             |legendary_monsters            |1.20.1              |DONE      |Manifest: NOSIGNATURE         irons_spellbooks-1.20.1-3.4.0.9.jar               |Iron's Spells 'n Spellbooks   |irons_spellbooks              |1.20.1-3.4.0.9      |DONE      |Manifest: NOSIGNATURE         decorative_storage-2.1011-forge-1.20.1.jar        |Decorative Storage            |decorative_storage            |2.1011              |DONE      |Manifest: NOSIGNATURE         legendarycreatures-1.20.1-1.0.12.jar              |Legendary Creatures           |legendarycreatures            |1.20.1-1.0.12       |DONE      |Manifest: NOSIGNATURE         creeperoverhaul-3.0.2-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |3.0.2               |DONE      |Manifest: NOSIGNATURE         alexsdelight-1.5.jar                              |Alex's Delight                |alexsdelight                  |1.5                 |DONE      |Manifest: NOSIGNATURE         ferritecore-6.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |6.0.1               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar  |YetAnotherConfigLib           |yet_another_config_lib_v3     |3.6.6+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         KawaiiDishes_1.10.2-1.20.1.jar                    |Kawaii Dishes                 |kawaiidishes                  |1.10.2              |DONE      |Manifest: NOSIGNATURE         justzoom_forge_1.0.2_MC_1.20.1.jar                |Just Zoom                     |justzoom                      |1.0.2               |DONE      |Manifest: NOSIGNATURE         rarcompat-1.20.1-0.1.7.jar                        |RAR-Compat                    |rarcompat                     |0.1.7               |DONE      |Manifest: NOSIGNATURE         lodestone-1.20.1-1.6.4.1.jar                      |Lodestone                     |lodestone                     |1.20.1-1.6.4.1      |DONE      |Manifest: NOSIGNATURE         expandability-forge-9.0.4.jar                     |ExpandAbility                 |expandability                 |9.0.4               |DONE      |Manifest: NOSIGNATURE         create_enchantment_industry-1.3.2-for-create-6.0.4|Create Enchantment Industry   |create_enchantment_industry   |1.3.2-for-create-6.0|DONE      |Manifest: NOSIGNATURE     Crash Report UUID: e66e9e00-1f50-474d-b47a-7fea2071fa06     FML: 47.3     Forge: net.minecraftforge:47.3.11
    • Trying to set up a server on apexhosting, and it keeps crashing, could someone help me with this? Information i feel is of note: 1: this was created with mrpack file converted into a zip file 2: It says i have fabric, but i believe this is the mod Forgified Fabric API, apologies if this makes it so you can't help me. Crash log: https://pastebin.com/YbhQY3We  
  • Topics

×
×
  • Create New...

Important Information

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