From 51be103f54c5082a5a059e31ad928c9ad2d64c82 Mon Sep 17 00:00:00 2001 From: Fluid1C3 Date: Tue, 11 Aug 2015 19:28:08 -0500 Subject: [PATCH] damn gitignore --- config/forge.cfg | 57 ---- config/forgeChunkLoading.cfg | 47 --- config/splash.properties | 14 - eula.txt | 3 - logs/2015-08-11-1.log.gz | Bin 228 -> 0 bytes logs/fml-client-latest.log | 533 --------------------------------- logs/fml-junk-earlystartup.log | 15 - logs/fml-server-latest.log | 365 ---------------------- logs/latest.log | 12 - 9 files changed, 1046 deletions(-) delete mode 100644 config/forge.cfg delete mode 100644 config/forgeChunkLoading.cfg delete mode 100644 config/splash.properties delete mode 100644 eula.txt delete mode 100644 logs/2015-08-11-1.log.gz delete mode 100644 logs/fml-client-latest.log delete mode 100644 logs/fml-junk-earlystartup.log delete mode 100644 logs/fml-server-latest.log delete mode 100644 logs/latest.log diff --git a/config/forge.cfg b/config/forge.cfg deleted file mode 100644 index 976d134..0000000 --- a/config/forge.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# Configuration file - -general { - # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github. - B:disableVersionCheck=false - - # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024 - I:clumpingThreshold=64 - - # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI. - B:sortRecipies=true - - # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. - B:removeErroringEntities=false - - # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. - B:removeErroringTileEntities=false - - # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false - B:fullBoundingBoxLadders=false - - # Control the range of sky blending for colored skies in biomes. - I:biomeSkyBlendRange < - 2 - 4 - 6 - 8 - 10 - 12 - 14 - 16 - 18 - 20 - 22 - 24 - 26 - 28 - 30 - 32 - 34 - > - - # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. - D:zombieBaseSummonChance=0.1 - - # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. - D:zombieBabyChance=0.05 - - # The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld. - I:defaultSpawnFuzz=20 - - # If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location. - B:spawnHasFuzz=true - B:enableGlobalConfig=false -} - - diff --git a/config/forgeChunkLoading.cfg b/config/forgeChunkLoading.cfg deleted file mode 100644 index 3051bdf..0000000 --- a/config/forgeChunkLoading.cfg +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration file - -########################################################################################################## -# Forge -#--------------------------------------------------------------------------------------------------------# -# Sample mod specific control section. -# Copy this section and rename the with the modid for the mod you wish to override. -# A value of zero in either entry effectively disables any chunkloading capabilities -# for that mod -########################################################################################################## - -Forge { - # Maximum chunks per ticket for the mod. - I:maximumChunksPerTicket=25 - - # Maximum ticket count for the mod. Zero disables chunkloading capabilities. - I:maximumTicketCount=200 -} - - -########################################################################################################## -# defaults -#--------------------------------------------------------------------------------------------------------# -# Default configuration for forge chunk loading control -########################################################################################################## - -defaults { - # Are mod overrides enabled? - B:enabled=true - - # The default maximum number of chunks a mod can force, per ticket, - # for a mod without an override. This is the maximum number of chunks a single ticket can force. - I:maximumChunksPerTicket=25 - - # The default maximum ticket count for a mod which does not have an override - # in this file. This is the number of chunk loading requests a mod is allowed to make. - I:maximumTicketCount=200 - - # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it. - I:playerTicketCount=500 - - # Unloaded chunks can first be kept in a dormant cache for quicker - # loading times. Specify the size (in chunks) of that cache here - I:dormantChunkCacheSize=0 -} - - diff --git a/config/splash.properties b/config/splash.properties deleted file mode 100644 index 95ac881..0000000 --- a/config/splash.properties +++ /dev/null @@ -1,14 +0,0 @@ -#Splash screen properties -#Tue Aug 11 19:03:06 CDT 2015 -logoTexture=textures/gui/title/mojang.png -background=0xFFFFFF -font=0x0 -barBackground=0xFFFFFF -barBorder=0xC0C0C0 -rotate=false -bar=0xCB3D35 -enabled=true -resourcePackPath=resources -logoOffset=0 -forgeTexture=fml\:textures/gui/forge.gif -fontTexture=textures/font/ascii.png diff --git a/eula.txt b/eula.txt deleted file mode 100644 index 171124f..0000000 --- a/eula.txt +++ /dev/null @@ -1,3 +0,0 @@ -#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). -#Tue Aug 11 19:02:30 CDT 2015 -eula=false diff --git a/logs/2015-08-11-1.log.gz b/logs/2015-08-11-1.log.gz deleted file mode 100644 index 06dce714d2e441efc3d01694c8026f62e732defb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmVo4x=0AgJNM+~=_E^r*>H3~z9G4iKu> tile.dirt -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sent event FMLInitializationEvent to mod examplemod -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Example Mod took 0.001s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Initialization took 0.002s -[19:03:17] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.005s -[19:03:17] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML -[19:03:17] [Client thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML -[19:03:17] [Client thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s -[19:03:17] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s -[19:03:17] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod energy -[19:03:17] [Client thread/TRACE] [energy/energy]: Sending event IMCEvent to mod energy -[19:03:17] [Client thread/TRACE] [energy/energy]: Sent event IMCEvent to mod energy -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - energy took 0.000s -[19:03:17] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod examplemod -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sending event IMCEvent to mod examplemod -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sent event IMCEvent to mod examplemod -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Example Mod took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.007s -[19:03:17] [Client thread/INFO] [FML/]: Injecting itemstacks -[19:03:17] [Client thread/INFO] [FML/]: Itemstack injection complete -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s -[19:03:17] [Client thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML -[19:03:17] [Client thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.110s -[19:03:17] [Client thread/TRACE] [energy/energy]: Sending event FMLPostInitializationEvent to mod energy -[19:03:17] [Client thread/TRACE] [energy/energy]: Sent event FMLPostInitializationEvent to mod energy -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - energy took 0.000s -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sending event FMLPostInitializationEvent to mod examplemod -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sent event FMLPostInitializationEvent to mod examplemod -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Example Mod took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.111s -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp -[19:03:17] [Client thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s -[19:03:17] [Client thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML -[19:03:17] [Client thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge -[19:03:17] [Client thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking: -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 11: RecipeEntry("Before", UNKNOWN, ) -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 10: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 9: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 8: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 7: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 6: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 5: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 4: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 3: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 2: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless -[19:03:17] [Client thread/DEBUG] [FML/Forge]: 1: RecipeEntry("After", UNKNOWN, ) -[19:03:17] [Client thread/DEBUG] [FML/Forge]: Sorting recipies -[19:03:17] [Client thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.008s -[19:03:17] [Client thread/TRACE] [energy/energy]: Sending event FMLLoadCompleteEvent to mod energy -[19:03:17] [Client thread/TRACE] [energy/energy]: Sent event FMLLoadCompleteEvent to mod energy -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - energy took 0.000s -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sending event FMLLoadCompleteEvent to mod examplemod -[19:03:17] [Client thread/TRACE] [examplemod/examplemod]: Sent event FMLLoadCompleteEvent to mod examplemod -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Example Mod took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.009s -[19:03:17] [Client thread/DEBUG] [FML/]: Freezing block and item id maps -[19:03:17] [Client thread/DEBUG] [FML/]: Registry consistency check successful -[19:03:17] [Client thread/DEBUG] [FML/]: Registry consistency check successful -[19:03:17] [Client thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 5 mods -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.004s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.004s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:energy took 0.001s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Example Mod took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture Loading took 0.077s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 0.005s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.014s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.016s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/items.png took 0.099s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture Loading took 0.103s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 0.107s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.016s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.024s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 0.236s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 0.004s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.011s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightMap_1 took 0.000s -[19:03:17] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading Texture Manager took 0.351s -[19:03:17] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: -[19:03:17] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... -[19:03:17] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com -[19:03:17] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: -[19:03:17] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: -[19:03:17] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... -[19:03:17] [Thread-10/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL -[19:03:17] [Thread-10/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) -[19:03:17] [Thread-10/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. -[19:03:18] [Sound Library Loader/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: -[19:03:19] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading took 2.049s -[19:03:19] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 2.050s -[19:03:19] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 2.059s -[19:03:19] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one -[19:03:19] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one -[19:03:19] [Client thread/DEBUG] [energy/]: Mod energy is missing a pack.mcmeta file, substituting a dummy one -[19:03:19] [Client thread/DEBUG] [Example Mod/]: Mod Example Mod is missing a pack.mcmeta file, substituting a dummy one -[19:03:19] [Client thread/DEBUG] [FML/]: Bar Finished: Loading took 12.189s -[19:03:29] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: -[19:03:29] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... -[19:03:29] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com -[19:03:29] [Client thread/INFO] [STDOUT/]: [paulscode.sound.SoundSystemLogger:message:69]: diff --git a/logs/fml-junk-earlystartup.log b/logs/fml-junk-earlystartup.log deleted file mode 100644 index 5af3832..0000000 --- a/logs/fml-junk-earlystartup.log +++ /dev/null @@ -1,15 +0,0 @@ -[19:02:17] [main/INFO] [GradleStart]: Extra: [] -[19:02:18] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, cpw.mods.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] -[19:02:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker -[19:02:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker -[19:02:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker -[19:02:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker -[19:02:59] [main/INFO] [GradleStart]: username: jalod11@gmail.com -[19:02:59] [main/INFO] [GradleStart]: Extra: [] -[19:02:59] [main/INFO] [GradleStart]: Password found, attempting login -[19:03:00] [main/INFO] [GradleStart]: Login Succesful! -[19:03:00] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --username, Fluid1C3, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --uuid, 0ca79935eef6455ea6ec12d734e4094e, --userType, mojang, --assetsDir, C:/Users/Gaming Build/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] -[19:03:00] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker -[19:03:00] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker -[19:03:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker -[19:03:00] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker diff --git a/logs/fml-server-latest.log b/logs/fml-server-latest.log deleted file mode 100644 index 353e15c..0000000 --- a/logs/fml-server-latest.log +++ /dev/null @@ -1,365 +0,0 @@ -[19:02:18] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. -[19:02:18] [main/INFO] [FML/]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading -[19:02:18] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jdk1.7.0_67\jre -[19:02:18] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\bin;C:\Users\Gaming Build\Desktop\Minecraft Modding\Forge\bin;C:\Users\Gaming Build\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1492-1.7.10\forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.3.5\807ae355ee63583becd7ea60e76aab1532bb42e\realms-1.3.5.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.16\ef1582b11fd0943d069cdcb72e99008ac209a283\authlib-1.5.16.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch\5.16\1f55f009c61637c10c0acfb8b5ffc600f30044b4\twitch-5.16.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\7c6affe439099806a4f552da14c42f9d643d8b23\twitch-platform-5.16-natives-windows-32.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\39d0c3d363735b4785598e0e7fbf8297c706a9f9\twitch-platform-5.16-natives-windows-64.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\62503ee712766cf77f97252e5902786fd834b8c5\twitch-platform-5.16-natives-osx.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\18215140f010c05b9f86ef6f0f8871954d2ccebf\twitch-external-platform-4.5-natives-windows-32.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\4c517eca808522457dd95ee8fc1fbcdbb602efbe\lwjgl-platform-2.9.1-natives-windows.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2ca9a44d1\lwjgl-platform-2.9.1-natives-linux.jar;C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d034f0daac\lwjgl-platform-2.9.1-natives-osx.jar;C:\Users\Gaming Build\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1492-1.7.10\start -[19:02:18] [main/DEBUG] [FML/]: Java library path at launch is C:\Program Files\Java\jdk1.7.0_67\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jdk1.7.0_67/bin/../jre/bin/server;C:/Program Files/Java/jdk1.7.0_67/bin/../jre/bin;C:/Program Files/Java/jdk1.7.0_67/bin/../jre/lib/amd64;C:\Program Files\Java\jdk1.7.0_67\bin;C:\Users\Gaming Build\Desktop\gradle-2.5\bin;C:\ProgramData\Oracle\Java\javapath;C:\MinGW\bin;C:\MinGW\libexec\gcc\x86_64-pc-mingw32\4.8.2;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;c:\Program Files (x86)\Common Files\Adobe\AGL;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\Gaming Build\Desktop\Eclipse Minecraft Modding\eclipse;;. -[19:02:18] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation -[19:02:18] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin -[19:02:18] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers -[19:02:18] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin -[19:02:18] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin -[19:02:18] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers -[19:02:18] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin -[19:02:18] [main/DEBUG] [FML/]: All fundamental core mods are successfully located -[19:02:18] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\. -[19:02:18] [main/DEBUG] [FML/]: Discovering coremods -[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker -[19:02:18] [main/INFO] [GradleStart/]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin -[19:02:18] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin -[19:02:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker -[19:02:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker -[19:02:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker -[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker -[19:02:18] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper -[19:02:18] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers -[19:02:18] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer -[19:02:18] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer -[19:02:18] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer -[19:02:18] [main/DEBUG] [FML/]: Injection complete -[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} -[19:02:18] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin -[19:02:18] [main/ERROR] [FML/]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! -[19:02:20] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing -[19:02:20] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully -[19:02:20] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper -[19:02:20] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers -[19:02:20] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.classloading.FluidIdTransformer -[19:02:20] [main/DEBUG] [FML/]: Injection complete -[19:02:20] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} -[19:02:20] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin -[19:02:20] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully -[19:02:20] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker -[19:02:20] [main/DEBUG] [FML/]: Loaded 57 rules from AccessTransformer config file fml_at.cfg -[19:02:20] [main/DEBUG] [FML/]: Loaded 89 rules from AccessTransformer config file forge_at.cfg -[19:02:20] [main/DEBUG] [FML/]: Validating minecraft -[19:02:20] [main/DEBUG] [FML/]: Minecraft validated, launching... -[19:02:20] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[19:02:20] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker -[19:02:20] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker -[19:02:21] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} -[19:02:24] [main/WARN] [FML/]: ============================================================= -[19:02:24] [main/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! -[19:02:24] [main/WARN] [FML/]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V -[19:02:24] [main/WARN] [FML/]: Use FMLCommonHandler.exitJava instead -[19:02:24] [main/WARN] [FML/]: ============================================================= -[19:02:24] [Server thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization -[19:02:24] [Server thread/INFO] [FML/]: MinecraftForge v10.13.4.1492 Initialized -[19:02:24] [Server thread/INFO] [FML/]: Replaced 183 ore recipies -[19:02:24] [Server thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization -[19:02:24] [Server thread/DEBUG] [FML/]: No config directory found, creating one: C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\config -[19:02:24] [Server thread/INFO] [FML/]: Config directory created successfully -[19:02:24] [Server thread/DEBUG] [FML/]: File C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\config\injectedDependencies.json not found. No dependencies injected -[19:02:24] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [cpw.mods.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] -[19:02:24] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related directory at C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\bin, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related directory at C:\Users\Gaming Build\Desktop\Minecraft Modding\Forge\bin, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1492-1.7.10\forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-reflect\2.11.1\6580347e61cc7f8e802941e7fde40fa83b8badeb\scala-reflect-2.11.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-swing_2.11\1.0.1\b1cdd92bd47b1e1837139c1c53020e86bb9112ae\scala-swing_2.11-1.0.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-xml_2.11\1.0.2\7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0\scala-xml_2.11-1.0.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\4.5\6065cc95c661255349c1d0756657be17c29a4fd3\jopt-simple-4.5.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\lzma\lzma\0.0.1\521616dc7487b42bef0e803bd2fa3faf668101d7\lzma-0.0.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.mojang\realms\1.3.5\807ae355ee63583becd7ea60e76aab1532bb42e\realms-1.3.5.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.8.1\a698750c16740fd5b3871425f4cb3bbaa87f529d\commons-compress-1.8.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.3.3\18f4247ff4572a074444572cee34647c43e7c9c7\httpclient-4.3.3.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.1.3\f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f\commons-logging-1.1.3.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.3.2\31fbbff1ddbf98f3aa7377c94d33b0447c646b6e\httpcore-4.3.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j-core-mojang\51.2\63d216a9311cca6be337c1e458e587f99d382b84\icu4j-core-mojang-51.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\codecjorbis\20101023\c73b5636faf089d9f00e8732a829577de25237ee\codecjorbis-20101023.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\codecwav\20101023\12f031cfe88fef5c1dd36c563c0a3a69bd7261da\codecwav-20101023.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\libraryjavasound\20101123\5c5e304366f75f9eaa2e8cca546a1fb6109348b3\libraryjavasound-20101123.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\librarylwjglopenal\20100824\73e80d0794c39665aec3f62eee88ca91676674ef\librarylwjglopenal-20100824.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.paulscode\soundsystem\20120107\419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6\soundsystem-20120107.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.0.10.Final\9e50bd52ffe257a0e2cd8d971688d6ce7d174325\netty-all-4.0.10.Final.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.3.2\90a3822c38ec8c996e84c16a3477ef632cbc87a3\commons-lang3-3.3.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.4\b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\commons-io-2.4.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.9\9ce04e34240f674bc72680f8b843b1457383161a\commons-codec-1.9.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\1.5.16\ef1582b11fd0943d069cdcb72e99008ac209a283\authlib-1.5.16.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.0-beta9\1dd66e68cccd907880229f9e2de1314bd13ff785\log4j-api-2.0-beta9.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.0-beta9\678861ba1b2e1fccb594bb0ca03114bb05da9695\log4j-core-2.0-beta9.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch\5.16\1f55f009c61637c10c0acfb8b5ffc600f30044b4\twitch-5.16.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors\2.11.0\8ccfb6541de179bb1c4d45cf414acee069b7f78b\scala-actors-2.11.0.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-xml_2.11\1.0.2\820fbca7e524b530fdadc594c39d49a21ea0337e\scala-xml_2.11-1.0.2.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.scala-lang.modules\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\7ff832a6eb9ab6a767f1ade2b548092d0fa64795\jinput-platform-2.0.5-natives-linux.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\385ee093e01f587f30ee1c8a2ee7d408fd732e16\jinput-platform-2.0.5-natives-windows.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput-platform\2.0.5\53f9c919f34d2ca9de8c51fc4e1e8282029a9232\jinput-platform-2.0.5-natives-osx.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\7c6affe439099806a4f552da14c42f9d643d8b23\twitch-platform-5.16-natives-windows-32.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\39d0c3d363735b4785598e0e7fbf8297c706a9f9\twitch-platform-5.16-natives-windows-64.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-platform\5.16\62503ee712766cf77f97252e5902786fd834b8c5\twitch-platform-5.16-natives-osx.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\18215140f010c05b9f86ef6f0f8871954d2ccebf\twitch-external-platform-4.5-natives-windows-32.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\tv.twitch\twitch-external-platform\4.5\c3cde57891b935d41b6680a9c5e1502eeab76d86\twitch-external-platform-4.5-natives-windows-64.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\4c517eca808522457dd95ee8fc1fbcdbb602efbe\lwjgl-platform-2.9.1-natives-windows.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\aa9aae879af8eb378e22cfc64db56ec2ca9a44d1\lwjgl-platform-2.9.1-natives-linux.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Gaming Build\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl-platform\2.9.1\2d12c83fdfbc04ecabf02c7bc8cc54d034f0daac\lwjgl-platform-2.9.1-natives-osx.jar, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Found a minecraft related directory at C:\Users\Gaming Build\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1492-1.7.10\start, examining for mod candidates -[19:02:24] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully -[19:02:24] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer -[19:02:24] [Server thread/INFO] [FML/]: Searching C:\Users\Gaming Build\Desktop\Minecraft Modding\NMDEnergy\mods for mods -[19:02:24] [Server thread/DEBUG] [FML/]: Examining directory bin for potential mods -[19:02:24] [Server thread/DEBUG] [FML/]: Found an mcmod.info file in directory bin -[19:02:24] [Server thread/TRACE] [FML/]: Recursing into package nmd -[19:02:24] [Server thread/TRACE] [FML/]: Recursing into package nmd.primal -[19:02:24] [Server thread/TRACE] [FML/]: Recursing into package nmd.primal.energy -[19:02:25] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (nmd.primal.energy.Main) - loading -[19:02:25] [Server thread/TRACE] [energy/]: Parsed dependency info : [] [] [] -[19:02:25] [Server thread/INFO] [energy/]: Mod energy is missing the required element 'name'. Substituting energy -[19:02:25] [Server thread/DEBUG] [FML/]: Examining directory bin for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: Found an mcmod.info file in directory bin -[19:02:25] [Server thread/TRACE] [FML/]: Recursing into package com -[19:02:25] [Server thread/TRACE] [FML/]: Recursing into package com.example -[19:02:25] [Server thread/TRACE] [FML/]: Recursing into package com.example.examplemod -[19:02:25] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.example.examplemod.ExampleMod) - loading -[19:02:25] [Server thread/TRACE] [examplemod/]: Parsed dependency info : [] [] [] -[19:02:25] [Server thread/DEBUG] [FML/]: Examining file forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: The mod container forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar appears to be missing an mcmod.info file -[19:02:25] [Server thread/DEBUG] [FML/]: Examining file launchwrapper-1.12.jar for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: The mod container launchwrapper-1.12.jar appears to be missing an mcmod.info file -[19:02:25] [Server thread/DEBUG] [FML/]: Examining file jsr305-1.3.9.jar for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: The mod container jsr305-1.3.9.jar appears to be missing an mcmod.info file -[19:02:25] [Server thread/DEBUG] [FML/]: Examining file asm-debug-all-5.0.3.jar for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: The mod container asm-debug-all-5.0.3.jar appears to be missing an mcmod.info file -[19:02:25] [Server thread/DEBUG] [FML/]: Examining file akka-actor_2.11-2.3.3.jar for potential mods -[19:02:25] [Server thread/DEBUG] [FML/]: The mod container akka-actor_2.11-2.3.3.jar appears to be missing an mcmod.info file -[19:02:26] [Server thread/DEBUG] [FML/]: Examining file config-1.2.1.jar for potential mods -[19:02:26] [Server thread/DEBUG] [FML/]: The mod container config-1.2.1.jar appears to be missing an mcmod.info file -[19:02:26] [Server thread/DEBUG] [FML/]: Examining file scala-actors-migration_2.11-1.1.0.jar for potential mods -[19:02:26] [Server thread/DEBUG] [FML/]: The mod container scala-actors-migration_2.11-1.1.0.jar appears to be missing an mcmod.info file -[19:02:26] [Server thread/DEBUG] [FML/]: Examining file scala-compiler-2.11.1.jar for potential mods -[19:02:26] [Server thread/DEBUG] [FML/]: The mod container scala-compiler-2.11.1.jar appears to be missing an mcmod.info file -[19:02:27] [Server thread/DEBUG] [FML/]: Examining file scala-continuations-library_2.11-1.0.2.jar for potential mods -[19:02:27] [Server thread/DEBUG] [FML/]: The mod container scala-continuations-library_2.11-1.0.2.jar appears to be missing an mcmod.info file -[19:02:27] [Server thread/DEBUG] [FML/]: Examining file scala-continuations-plugin_2.11.1-1.0.2.jar for potential mods -[19:02:27] [Server thread/DEBUG] [FML/]: The mod container scala-continuations-plugin_2.11.1-1.0.2.jar appears to be missing an mcmod.info file -[19:02:27] [Server thread/DEBUG] [FML/]: Examining file scala-library-2.11.1.jar for potential mods -[19:02:27] [Server thread/DEBUG] [FML/]: The mod container scala-library-2.11.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file scala-parser-combinators_2.11-1.0.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container scala-parser-combinators_2.11-1.0.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file scala-reflect-2.11.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container scala-reflect-2.11.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file scala-swing_2.11-1.0.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container scala-swing_2.11-1.0.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file scala-xml_2.11-1.0.2.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container scala-xml_2.11-1.0.2.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file jopt-simple-4.5.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file lzma-0.0.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file realms-1.3.5.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container realms-1.3.5.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file commons-compress-1.8.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container commons-compress-1.8.1.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file httpclient-4.3.3.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container httpclient-4.3.3.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file commons-logging-1.1.3.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container commons-logging-1.1.3.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file httpcore-4.3.2.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container httpcore-4.3.2.jar appears to be missing an mcmod.info file -[19:02:28] [Server thread/DEBUG] [FML/]: Examining file vecmath-1.3.1.jar for potential mods -[19:02:28] [Server thread/DEBUG] [FML/]: The mod container vecmath-1.3.1.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file trove4j-3.0.3.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container trove4j-3.0.3.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file icu4j-core-mojang-51.2.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container icu4j-core-mojang-51.2.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file codecjorbis-20101023.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file codecwav-20101023.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container codecwav-20101023.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file libraryjavasound-20101123.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file librarylwjglopenal-20100824.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file soundsystem-20120107.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file netty-all-4.0.10.Final.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container netty-all-4.0.10.Final.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file guava-17.0.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container guava-17.0.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file commons-lang3-3.3.2.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container commons-lang3-3.3.2.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file commons-io-2.4.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container commons-io-2.4.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file commons-codec-1.9.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container commons-codec-1.9.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file jinput-2.0.5.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file jutils-1.0.0.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file gson-2.2.4.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container gson-2.2.4.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file authlib-1.5.16.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container authlib-1.5.16.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file log4j-api-2.0-beta9.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container log4j-api-2.0-beta9.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file log4j-core-2.0-beta9.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container log4j-core-2.0-beta9.jar appears to be missing an mcmod.info file -[19:02:29] [Server thread/DEBUG] [FML/]: Examining file lwjgl-2.9.1.jar for potential mods -[19:02:29] [Server thread/DEBUG] [FML/]: The mod container lwjgl-2.9.1.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file lwjgl_util-2.9.1.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container lwjgl_util-2.9.1.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-5.16.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-5.16.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file scala-actors-2.11.0.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container scala-actors-2.11.0.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file scala-xml_2.11-1.0.2.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container scala-xml_2.11-1.0.2.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file scala-parser-combinators_2.11-1.0.1.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container scala-parser-combinators_2.11-1.0.1.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-linux.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-linux.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-windows.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-windows.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file jinput-platform-2.0.5-natives-osx.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container jinput-platform-2.0.5-natives-osx.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-windows-32.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-windows-32.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-windows-64.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-windows-64.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-platform-5.16-natives-osx.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-platform-5.16-natives-osx.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-external-platform-4.5-natives-windows-32.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-external-platform-4.5-natives-windows-32.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file twitch-external-platform-4.5-natives-windows-64.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container twitch-external-platform-4.5-natives-windows-64.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-windows.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-windows.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-linux.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-linux.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining file lwjgl-platform-2.9.1-natives-osx.jar for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: The mod container lwjgl-platform-2.9.1-natives-osx.jar appears to be missing an mcmod.info file -[19:02:30] [Server thread/DEBUG] [FML/]: Examining directory start for potential mods -[19:02:30] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory start -[19:02:30] [Server thread/TRACE] [FML/]: Recursing into package net -[19:02:30] [Server thread/TRACE] [FML/]: Recursing into package net.minecraftforge -[19:02:30] [Server thread/TRACE] [FML/]: Recursing into package net.minecraftforge.gradle -[19:02:30] [Server thread/TRACE] [FML/]: Recursing into package net.minecraftforge.gradle.tweakers -[19:02:30] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 5 mods to load -[19:02:30] [Server thread/TRACE] [FML/]: Received a system property request '' -[19:02:30] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods -[19:02:30] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods -[19:02:30] [Server thread/DEBUG] [FML/]: Found translations in forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar [en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW, en_US] -[19:02:30] [Server thread/DEBUG] [FML/]: Found translations in forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar [en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW, en_US] -[19:02:30] [Server thread/DEBUG] [energy/]: Enabling mod energy -[19:02:30] [Server thread/DEBUG] [examplemod/]: Enabling mod examplemod -[19:02:30] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied -[19:02:30] [Server thread/TRACE] [FML/]: All mod requirements are satisfied -[19:02:30] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list -[19:02:30] [Server thread/TRACE] [FML/]: Mod sorting completed successfully -[19:02:30] [Server thread/DEBUG] [FML/]: Mod sorting data -[19:02:30] [Server thread/DEBUG] [FML/]: energy(energy:1.0): bin () -[19:02:30] [Server thread/DEBUG] [FML/]: examplemod(Example Mod:1.0): bin () -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.003s -[19:02:30] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML -[19:02:30] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists -[19:02:30] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection -[19:02:30] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (7.10.99.99) -[19:02:30] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, energy, examplemod] at CLIENT -[19:02:30] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, energy, examplemod] at SERVER -[19:02:30] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.415s -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge -[19:02:30] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed -[19:02:30] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection -[19:02:30] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (10.13.4.1492) -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.009s -[19:02:30] [Server thread/TRACE] [energy/energy]: Sending event FMLConstructionEvent to mod energy -[19:02:30] [Server thread/TRACE] [FML/energy]: Mod energy is using network checker : Accepting version 1.0 -[19:02:30] [Server thread/TRACE] [FML/energy]: Testing mod energy to verify it accepts its own version in a remote connection -[19:02:30] [Server thread/TRACE] [FML/energy]: The mod energy accepts its own version (1.0) -[19:02:30] [Server thread/DEBUG] [FML/energy]: Attempting to inject @SidedProxy classes into energy -[19:02:30] [Server thread/TRACE] [energy/energy]: Sent event FMLConstructionEvent to mod energy -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: Construction - energy took 0.014s -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sending event FMLConstructionEvent to mod examplemod -[19:02:30] [Server thread/TRACE] [FML/examplemod]: Mod examplemod is using network checker : Accepting version 1.0 -[19:02:30] [Server thread/TRACE] [FML/examplemod]: Testing mod examplemod to verify it accepts its own version in a remote connection -[19:02:30] [Server thread/TRACE] [FML/examplemod]: The mod examplemod accepts its own version (1.0) -[19:02:30] [Server thread/DEBUG] [FML/examplemod]: Attempting to inject @SidedProxy classes into examplemod -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sent event FMLConstructionEvent to mod examplemod -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Example Mod took 0.003s -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 0.445s -[19:02:30] [Server thread/DEBUG] [FML/]: Mod signature data -[19:02:30] [Server thread/DEBUG] [FML/]: Valid Signatures: -[19:02:30] [Server thread/DEBUG] [FML/]: Missing Signatures: -[19:02:30] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.05) minecraft.jar -[19:02:30] [Server thread/DEBUG] [FML/]: FML (Forge Mod Loader 7.10.99.99) forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar -[19:02:30] [Server thread/DEBUG] [FML/]: Forge (Minecraft Forge 10.13.4.1492) forgeSrc-1.7.10-10.13.4.1492-1.7.10.jar -[19:02:30] [Server thread/DEBUG] [FML/]: energy (energy 1.0) bin -[19:02:30] [Server thread/DEBUG] [FML/]: examplemod (Example Mod 1.0) bin -[19:02:30] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations -[19:02:30] [Server thread/INFO] [FML/]: Found 341 ObjectHolder annotations -[19:02:30] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations -[19:02:30] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s -[19:02:30] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML -[19:02:30] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge -[19:02:30] [Server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0 -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.032s -[19:02:30] [Server thread/TRACE] [energy/energy]: Sending event FMLPreInitializationEvent to mod energy -[19:02:30] [Server thread/TRACE] [energy/energy]: Sent event FMLPreInitializationEvent to mod energy -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - energy took 0.000s -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sending event FMLPreInitializationEvent to mod examplemod -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sent event FMLPreInitializationEvent to mod examplemod -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Example Mod took 0.000s -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.033s -[19:02:30] [Server thread/INFO] [FML/]: Applying holder lookups -[19:02:30] [Server thread/INFO] [FML/]: Holder lookups applied -[19:02:30] [Server thread/INFO] [FML/]: Injecting itemstacks -[19:02:30] [Server thread/INFO] [FML/]: Itemstack injection complete -[19:02:30] [Server thread/WARN] [FML/]: Can't revert to frozen GameData state without freezing first. -[19:02:30] [Server thread/INFO] [FML/]: Applying holder lookups -[19:02:30] [Server thread/INFO] [FML/]: Holder lookups applied -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp -[19:02:30] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s -[19:02:30] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML -[19:02:30] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge -[19:02:30] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.000s -[19:02:30] [Server thread/TRACE] [energy/energy]: Sending event FMLServerStoppedEvent to mod energy -[19:02:30] [Server thread/TRACE] [energy/energy]: Sent event FMLServerStoppedEvent to mod energy -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - energy took 0.000s -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sending event FMLServerStoppedEvent to mod examplemod -[19:02:30] [Server thread/TRACE] [examplemod/examplemod]: Sent event FMLServerStoppedEvent to mod examplemod -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Example Mod took 0.000s -[19:02:30] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.002s -[19:02:30] [Server thread/INFO] [FML/]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded. diff --git a/logs/latest.log b/logs/latest.log deleted file mode 100644 index a4d8cf5..0000000 --- a/logs/latest.log +++ /dev/null @@ -1,12 +0,0 @@ -[19:02:59] [main/INFO]: Logging in with username & password -[19:03:03] [main/INFO]: Setting user: Fluid1C3 -[19:03:04] [Client thread/INFO]: LWJGL Version: 2.9.1 -[19:03:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:energy, FMLFileResourcePack:Example Mod -[19:03:12] [Sound Library Loader/INFO]: Sound engine started -[19:03:17] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas -[19:03:17] [Client thread/INFO]: Created: 16x16 textures/items-atlas -[19:03:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:energy, FMLFileResourcePack:Example Mod -[19:03:17] [Client thread/INFO]: Created: 256x256 textures/items-atlas -[19:03:17] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas -[19:03:18] [Sound Library Loader/INFO]: Sound engine started -[19:03:29] [Client thread/INFO]: Stopping!