Created
January 23, 2016 01:19
-
-
Save jtrent238/5585778e1bb76aa8216a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>BOOTING UP GRADLE... | |
>Data loaded, MCreator gradle console ready [ver 1.007]! [boot took 250 milliseconds] | |
>RIGHT click once to copy log to the clipboard or twice to clear the log. | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>Note: C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candydim.java uses or overrides a deprecated API. | |
>:compileJava | |
>:processResources | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData | |
>:getVersionJson | |
>:extractUserDev | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 1 mins 21.305 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 83015 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 35.242 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 36531 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_uGXBIOME.java:146: error: <identifier> expected | |
>this.spawnableMonsterList.add(new SpawnListEntry(null.class, 5, 1, 5)); | |
> ^ | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_uGXBIOME.java:146: error: ';' expected | |
>this.spawnableMonsterList.add(new SpawnListEntry(null.class, 5, 1, 5)); | |
> ^ | |
>2 errors | |
>:compileJava FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 14.22 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 15670 milliseconds | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 21.175 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 22189 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\TestEnvironmentMod.java:108: error: cannot find symbol | |
> mcreator_pig mcreator_0 = new mcreator_pig(); | |
> ^ | |
> symbol: class mcreator_pig | |
> location: class TestEnvironmentMod | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\TestEnvironmentMod.java:108: error: cannot find symbol | |
> mcreator_pig mcreator_0 = new mcreator_pig(); | |
> ^ | |
> symbol: class mcreator_pig | |
> location: class TestEnvironmentMod | |
>:compileJava FAILED | |
>BUILD FAILED | |
>2 errors | |
>FAILURE: Build failed with an exception. | |
>Total time: 40.727 secs | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 43270 milliseconds | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar UP-TO-DATE | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 26.256 secs | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 27.8 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28424 milliseconds | |
>Task return code check OK! | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28939 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>:compileJava | |
>:processResources | |
>:classes | |
>:jar | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[15:58:33] [main/INFO] [GradleStart]: Extra: [] | |
>[15:58:34] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[15:58:34] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[15:58:34] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[15:58:34] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[15:58:34] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[15:58:34] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[15:58:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[15:58:34] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[15:58:37] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[15:58:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[15:58:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[15:58:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[15:58:38] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[15:58:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[15:58:38] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[15:58:40] [main/INFO]: Setting user: Player8 | |
>[15:58:42] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[15:58:44] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one | |
>[15:58:44] [Client thread/ERROR] [FML]: Could not save the splash.properties file | |
>java.io.FileNotFoundException: .\config\splash.properties (The system cannot find the path specified) | |
> at java.io.FileOutputStream.open(Native Method) ~[?:1.7.0_60] | |
> at java.io.FileOutputStream.<init>(FileOutputStream.java:221) ~[?:1.7.0_60] | |
> at java.io.FileOutputStream.<init>(FileOutputStream.java:171) ~[?:1.7.0_60] | |
> at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.7.0_60] | |
> at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:151) [SplashProgress.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>[15:58:44] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// On the bright side, I bought you a teddy bear! | |
>Time: 1/22/16 3:58 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 13351024 bytes (12 MB) / 47693824 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[15:58:44] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[15:58:44] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[15:58:44] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[15:58:44] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[15:58:44] [Client thread/INFO] [FML]: Config directory created successfully | |
>[15:58:45] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[15:58:45] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[15:58:50] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[15:58:50] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load | |
>[15:58:50] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at CLIENT | |
>[15:58:50] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at SERVER | |
>[15:58:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[15:58:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:52] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[15:58:52] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[15:58:52] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[15:58:52] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[15:58:52] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[15:58:52] [Client thread/INFO] [FML]: Applying holder lookups | |
>[15:58:52] [Client thread/INFO] [FML]: Holder lookups applied | |
>[15:58:52] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[15:58:52] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[15:58:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:52] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[15:58:52] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[15:58:52] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[15:58:53] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[15:58:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:53] [Sound Library Loader/INFO]: Sound engine started | |
>[15:58:57] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[15:58:57] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[15:58:57] [Client thread/WARN] [FML]: **************************************** | |
>[15:58:57] [Client thread/WARN] [FML]: * The object mod.mcreator.mcreator_uGX$BlockTutorialPortal@56bdfe has been registered twice for the same name TestEnvironmentMod:uGX_portal. | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:397) | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:890) | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:865) | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) | |
>[15:58:57] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)... | |
>[15:58:57] [Client thread/WARN] [FML]: **************************************** | |
>[15:58:57] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[15:58:57] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[15:58:57] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods | |
>[15:58:57] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[15:58:57] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:57] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:57] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[15:58:58] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[15:58:58] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[15:58:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[15:58:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[15:58:58] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:58] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:58] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[15:58:58] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[15:58:58] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[15:58:59] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[15:58:59] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[15:58:59] [Sound Library Loader/INFO]: Sound engine started | |
>[15:59:01] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[15:59:01] [Client thread/ERROR]: @ Post startup | |
>[15:59:01] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[15:59:10] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[15:59:10] [Server thread/INFO]: Generating keypair | |
>[15:59:10] [Server thread/INFO]: Converting map! | |
>[15:59:10] [Server thread/INFO]: Scanning folders... | |
>[15:59:10] [Server thread/INFO]: Total conversion count is 0 | |
>[15:59:11] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[15:59:11] [Server thread/INFO] [FML]: Applying holder lookups | |
>[15:59:11] [Server thread/INFO] [FML]: Holder lookups applied | |
>[15:59:11] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@105d6a0) | |
>[15:59:11] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@105d6a0) | |
>[15:59:11] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@105d6a0) | |
>[15:59:11] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@105d6a0) | |
>[15:59:11] [Server thread/INFO]: Preparing start region for level 0 | |
>[15:59:12] [Server thread/INFO]: Preparing spawn area: 4% | |
>[15:59:13] [Server thread/INFO]: Preparing spawn area: 12% | |
>[15:59:15] [Server thread/INFO]: Preparing spawn area: 17% | |
>[15:59:16] [Server thread/INFO]: Preparing spawn area: 24% | |
>[15:59:17] [Server thread/INFO]: Preparing spawn area: 29% | |
>[15:59:18] [Server thread/INFO]: Preparing spawn area: 34% | |
>[15:59:19] [Server thread/INFO]: Preparing spawn area: 39% | |
>[15:59:20] [Server thread/INFO]: Preparing spawn area: 44% | |
>[15:59:21] [Server thread/INFO]: Preparing spawn area: 49% | |
>[15:59:22] [Server thread/INFO]: Preparing spawn area: 54% | |
>[15:59:23] [Server thread/INFO]: Preparing spawn area: 60% | |
>[15:59:24] [Server thread/INFO]: Preparing spawn area: 65% | |
>[15:59:25] [Server thread/INFO]: Preparing spawn area: 72% | |
>[15:59:26] [Server thread/INFO]: Preparing spawn area: 75% | |
>[15:59:27] [Server thread/INFO]: Preparing spawn area: 81% | |
>[15:59:28] [Server thread/INFO]: Preparing spawn area: 87% | |
>[15:59:29] [Server thread/INFO]: Preparing spawn area: 93% | |
>[15:59:30] [Server thread/INFO]: Preparing spawn area: 98% | |
>[15:59:30] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[15:59:32] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[15:59:32] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[15:59:32] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] | |
>[15:59:32] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[15:59:32] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[15:59:32] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[15:59:32] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[15:59:32] [Server thread/INFO]: Player8[local:E:1f4458c2] logged in with entity id 166 at (189.5, 67.0, 179.5) | |
>[15:59:32] [Server thread/INFO]: Player8 joined the game | |
>[15:59:36] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4530ms behind, skipping 90 tick(s) | |
>[15:59:36] [Server thread/INFO]: Saving and pausing game... | |
>[15:59:37] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[15:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[15:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[15:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[15:59:48] [Server thread/INFO]: Player8 has just earned the achievement [Taking Inventory] | |
>[15:59:48] [Client thread/INFO]: [CHAT] Player8 has just earned the achievement [Taking Inventory] | |
>[15:59:56] [Client thread/INFO]: Warning: Clientside chunk ticking took 319 ms | |
>[15:59:57] [Client thread/INFO]: Warning: Clientside chunk ticking took 733 ms | |
>[15:59:58] [Client thread/INFO]: Warning: Clientside chunk ticking took 223 ms | |
>[15:59:58] [Client thread/INFO]: Warning: Clientside chunk ticking took 285 ms | |
>[15:59:58] [Client thread/INFO]: Warning: Clientside chunk ticking took 227 ms | |
>[16:00:00] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6621ms behind, skipping 132 tick(s) | |
>[16:00:17] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6478ms behind, skipping 129 tick(s) | |
>[16:00:17] [Server thread/INFO]: Saving and pausing game... | |
>[16:00:17] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[16:00:17] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[16:00:17] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[16:00:17] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[16:00:50] [Server thread/INFO]: [Player8: Teleported Player8 to 199.34071164730065,92.8213798083308,174.69999998807907] | |
>[16:00:50] [Client thread/INFO]: [CHAT] Teleported Player8 to 199.34071164730065,92.8213798083308,174.69999998807907 | |
>[16:01:11] [Server thread/INFO]: Saving and pausing game... | |
>[16:01:11] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[16:01:11] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[16:01:11] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[16:01:11] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[16:01:13] [Client thread/INFO]: Stopping! | |
>[16:01:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:01:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[16:01:13] [Server thread/INFO]: Stopping server | |
>[16:01:13] [Server thread/INFO]: Saving players | |
>[16:01:13] [Server thread/INFO]: Saving worlds | |
>[16:01:13] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[16:01:13] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[16:01:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[16:01:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:01:13] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>BUILD SUCCESSFUL | |
>Total time: 3 mins 7.741 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 188786 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 21.243 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 22849 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>:compileJava | |
>:processResources | |
>:classes | |
>:jar | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives UP-TO-DATE | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[17:07:10] [main/INFO] [GradleStart]: Extra: [] | |
>[17:07:10] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[17:07:10] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[17:07:10] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[17:07:10] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[17:07:10] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[17:07:10] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[17:07:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[17:07:11] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[17:07:13] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[17:07:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[17:07:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[17:07:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[17:07:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[17:07:14] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[17:07:16] [main/INFO]: Setting user: Player281 | |
>[17:07:18] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[17:07:21] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one | |
>[17:07:21] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Daisy, daisy... | |
>Time: 1/22/16 5:07 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 8012296 bytes (7 MB) / 48046080 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[17:07:21] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[17:07:21] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[17:07:21] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[17:07:21] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[17:07:22] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[17:07:22] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[17:07:26] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[17:07:26] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load | |
>[17:07:27] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at CLIENT | |
>[17:07:27] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at SERVER | |
>[17:07:28] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[17:07:28] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:28] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:28] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:28] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[17:07:28] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[17:07:28] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[17:07:28] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[17:07:28] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[17:07:28] [Client thread/WARN] [FML]: **************************************** | |
>[17:07:28] [Client thread/WARN] [FML]: * The object mod.mcreator.mcreator_frostedTorch$BlockFrostedTorch@a17d54 has been registered twice for the same name TestEnvironmentMod:FrostedTorch. | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:397) | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:890) | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:865) | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) | |
>[17:07:28] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)... | |
>[17:07:28] [Client thread/WARN] [FML]: **************************************** | |
>[17:07:28] [Client thread/INFO] [FML]: Applying holder lookups | |
>[17:07:28] [Client thread/INFO] [FML]: Holder lookups applied | |
>[17:07:28] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[17:07:28] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[17:07:29] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:29] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[17:07:29] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[17:07:29] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[17:07:29] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[17:07:29] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:29] [Sound Library Loader/INFO]: Sound engine started | |
>[17:07:33] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[17:07:33] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[17:07:33] [Client thread/WARN] [FML]: **************************************** | |
>[17:07:33] [Client thread/WARN] [FML]: * The object mod.mcreator.mcreator_uGX$BlockTutorialPortal@abd1bb has been registered twice for the same name TestEnvironmentMod:uGX_portal. | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:397) | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:890) | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:865) | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) | |
>[17:07:33] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)... | |
>[17:07:33] [Client thread/WARN] [FML]: **************************************** | |
>[17:07:33] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[17:07:33] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[17:07:34] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods | |
>[17:07:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[17:07:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:34] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[17:07:34] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[17:07:34] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:34] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[17:07:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[17:07:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[17:07:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[17:07:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[17:07:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[17:07:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:07:35] [Sound Library Loader/INFO]: Sound engine started | |
>[17:07:38] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[17:07:38] [Client thread/ERROR]: @ Post startup | |
>[17:07:38] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 1 texture | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 4 locations: | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[17:07:38] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[17:07:52] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[17:07:52] [Server thread/INFO]: Generating keypair | |
>[17:07:53] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[17:07:53] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance. | |
>[17:07:53] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:FrostedTorch: 178 (init) -> 178 (map). | |
>[17:07:53] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:FrostedTorch: 178 (init) -> 178 (map). | |
>[17:07:53] [Server thread/INFO] [FML]: Applying holder lookups | |
>[17:07:53] [Server thread/INFO] [FML]: Holder lookups applied | |
>[17:07:53] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@15e903a) | |
>[17:07:53] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@15e903a) | |
>[17:07:53] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@15e903a) | |
>[17:07:53] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@15e903a) | |
>[17:07:53] [Server thread/INFO]: Preparing start region for level 0 | |
>[17:07:54] [Server thread/INFO]: Preparing spawn area: 25% | |
>[17:07:55] [Server thread/INFO]: Preparing spawn area: 79% | |
>[17:07:56] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[17:07:58] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[17:07:58] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[17:07:58] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] | |
>[17:07:58] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[17:07:58] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[17:07:58] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[17:07:58] [Server thread/INFO]: Player281[local:E:0ff7140b] logged in with entity id 294 at (193.59990673961536, 79.69637980832833, 193.84678376884577) | |
>[17:07:58] [Server thread/INFO]: Player281 joined the game | |
>[17:07:58] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[17:07:59] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2167ms behind, skipping 43 tick(s) | |
>[17:07:59] [Server thread/INFO]: Saving and pausing game... | |
>[17:07:59] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:08:00] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:08:00] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:08:00] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[17:08:12] [Server thread/INFO]: Player281 has just earned the achievement [Taking Inventory] | |
>[17:08:13] [Client thread/INFO]: [CHAT] Player281 has just earned the achievement [Taking Inventory] | |
>[17:09:29] [Server thread/INFO]: Saving and pausing game... | |
>[17:09:29] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:09:29] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:09:29] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:09:29] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[17:10:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2247ms behind, skipping 44 tick(s) | |
>[17:10:24] [Server thread/INFO] [FML]: Unloading dimension 4 | |
>[17:10:27] [Client thread/INFO]: Warning: Clientside chunk ticking took 260 ms | |
>[17:10:28] [Client thread/INFO]: Warning: Clientside chunk ticking took 250 ms | |
>[17:10:28] [Client thread/INFO]: Warning: Clientside chunk ticking took 249 ms | |
>[17:10:40] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@15e903a) | |
>[17:10:42] [Server thread/INFO]: Saving and pausing game... | |
>[17:10:42] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:10:42] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:10:42] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:10:42] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[17:12:10] [Client thread/INFO]: Stopping! | |
>[17:12:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:12:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[17:12:10] [Server thread/INFO]: Stopping server | |
>[17:12:10] [Server thread/INFO]: Saving players | |
>[17:12:10] [Server thread/INFO]: Saving worlds | |
>[17:12:10] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:12:10] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:12:10] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:12:10] [Server thread/INFO]: Saving chunks for level 'New World'/uGX | |
>[17:12:10] [Server thread/INFO] [FML]: Unloading dimension 0 | |
>[17:12:10] [Server thread/INFO] [FML]: Unloading dimension -1 | |
>[17:12:10] [Server thread/INFO] [FML]: Unloading dimension 1 | |
>[17:12:10] [Server thread/INFO] [FML]: Unloading dimension 4 | |
>[17:12:10] [Server thread/INFO] [FML]: Applying holder lookups | |
>[17:12:10] [Server thread/INFO] [FML]: Holder lookups applied | |
>[17:12:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[17:12:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>BUILD SUCCESSFUL | |
>Total time: 5 mins 24.642 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 330665 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 37.34 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 41066 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\ItemTea.java:3: error: package com.sun.xml.internal.bind.v2.schemagen.xmlschema does not exist | |
>import com.sun.xml.internal.bind.v2.schemagen.xmlschema.List; | |
> ^ | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\ItemTea.java:37: error: cannot find symbol | |
>public void func_77624_a(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4) | |
> ^ | |
> symbol: class List | |
> location: class ItemTea | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\Mobcakecreeper.java:104: error: inconvertible types | |
> RenderingRegistry.registerEntityRenderingHandler((Class<? extends Entity>) Mobcakecreeper.Entitycakecreeper.class, new RenderLiving(new ModelCreeper(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("foodmod:candy_cake_creeper.png");}}); | |
> ^ | |
> required: Class<? extends Entity> | |
> found: Class<Entitycakecreeper> | |
>3 errors | |
>:compileJava FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 32.731 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 38602 milliseconds | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\ItemTea.java:3: error: package com.sun.xml.internal.bind.v2.schemagen.xmlschema does not exist | |
>import com.sun.xml.internal.bind.v2.schemagen.xmlschema.List; | |
> ^ | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\ItemTea.java:37: error: cannot find symbol | |
>public void func_77624_a(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4) | |
> ^ | |
> symbol: class List | |
> location: class ItemTea | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\Mobcakecreeper.java:104: error: inconvertible types | |
> RenderingRegistry.registerEntityRenderingHandler((Class<? extends Entity>) Mobcakecreeper.Entitycakecreeper.class, new RenderLiving(new ModelCreeper(), 0){protected ResourceLocation getEntityTexture(Entity par1Entity){return new ResourceLocation("foodmod:candy_cake_creeper.png");}}); | |
> ^ | |
> required: Class<? extends Entity> | |
> found: Class<Entitycakecreeper> | |
>3 errors | |
>:compileJava FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 19.038 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 19850 milliseconds | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\FoodMod.java:1173: error: cannot find symbol | |
> MinecraftForge.EVENT_BUS.register(new Mobcakecreeper()); | |
> ^ | |
> symbol: class Mobcakecreeper | |
> location: class FoodMod | |
>:compileJava FAILED | |
>1 error | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 18.507 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 19444 milliseconds | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources | |
>:classes | |
>:jar | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives UP-TO-DATE | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[19:46:58] [main/INFO] [GradleStart]: Extra: [] | |
>[19:46:58] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:46:58] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[19:46:58] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[19:46:58] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[19:46:58] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[19:46:58] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:46:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[19:46:59] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[19:47:02] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[19:47:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[19:47:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[19:47:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[19:47:03] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[19:47:03] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[19:47:03] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[19:47:06] [main/INFO]: Setting user: Player69 | |
>[19:47:09] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[19:47:10] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Why is it breaking :( | |
>Time: 1/22/16 7:47 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 9268512 bytes (8 MB) / 47697920 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[19:47:11] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[19:47:11] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[19:47:11] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[19:47:11] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[19:47:12] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[19:47:12] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[19:47:16] [Client thread/ERROR] [FML]: The mcmod.info file in modid-1.0.jar cannot be parsed as valid JSON. It will be ignored | |
>com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] | |
> at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?] | |
> at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?] | |
> at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?] | |
> at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?] | |
> at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?] | |
> at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?] | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?] | |
> ... 21 more | |
>[19:47:16] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[19:47:16] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[19:47:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[19:47:17] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[19:47:19] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue | |
>[19:47:19] [Client thread/ERROR] [FML]: | |
> States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
> UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) | |
> UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UC Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UC jtcoremod{1.0.0.0} [jtrent238's Core Mod] (modid-1.0.jar) | |
> UE foodmod{1.0.0.1} [jtrent238's Food Mod] (modid-1.0.jar) | |
> UC lotsofblocks{1.0.0.1} [jtrent238's Lots Of Blocks Mod] (modid-1.0.jar) | |
> UC weaponmod{1.0.0.1} [jtrent238's Weapon Mod] (modid-1.0.jar) | |
> UC TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar) | |
>[19:47:19] [Client thread/ERROR] [FML]: The following problems were captured during this phase | |
>[19:47:19] [Client thread/ERROR] [FML]: Caught exception from foodmod | |
>java.lang.ExceptionInInitializerError | |
> at java.lang.Class.forName0(Native Method) ~[?:1.7.0_60] | |
> at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_60] | |
> at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] | |
> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] | |
> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?] | |
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?] | |
> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) [Loader.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>Caused by: java.lang.NullPointerException | |
> at com.jtrent238.foodmod.BiomeGenCandyLand.<init>(BiomeGenCandyLand.java:57) ~[BiomeGenCandyLand.class:?] | |
> at com.jtrent238.foodmod.FoodMod.<clinit>(FoodMod.java:78) ~[FoodMod.class:?] | |
> ... 37 more | |
>[19:47:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- | |
>// I blame Dinnerbone. | |
>Time: 1/22/16 7:47 PM | |
>Description: There was a severe problem during mod loading that has caused the game to fail | |
>cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError | |
> at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) | |
> at net.minecraft.client.main.Main.main(Main.java:164) | |
> 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:606) | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) | |
> at GradleStart.main(Unknown Source) | |
>Caused by: java.lang.ExceptionInInitializerError | |
> at java.lang.Class.forName0(Native Method) | |
> at java.lang.Class.forName(Class.java:270) | |
> at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) | |
> 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:606) | |
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) | |
> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) | |
> 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:606) | |
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) | |
> ... 12 more | |
>Caused by: java.lang.NullPointerException | |
> at com.jtrent238.foodmod.BiomeGenCandyLand.<init>(BiomeGenCandyLand.java:57) | |
> at com.jtrent238.foodmod.FoodMod.<clinit>(FoodMod.java:78) | |
> ... 37 more | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 41067624 bytes (39 MB) / 128831488 bytes (122 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 8 mods loaded, 8 mods active | |
> States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
> UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) | |
> UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UC Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UC jtcoremod{1.0.0.0} [jtrent238's Core Mod] (modid-1.0.jar) | |
> UE foodmod{1.0.0.1} [jtrent238's Food Mod] (modid-1.0.jar) | |
> UC lotsofblocks{1.0.0.1} [jtrent238's Lots Of Blocks Mod] (modid-1.0.jar) | |
> UC weaponmod{1.0.0.1} [jtrent238's Weapon Mod] (modid-1.0.jar) | |
> UC TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar) | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[19:47:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator159\forge\eclipse\.\crash-reports\crash-2016-01-22_19.47.19-client.txt | |
>:runClient FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':runClient'. | |
>BUILD FAILED | |
>> Process 'command 'C:\Pylo\MCreator159\jdk\bin\java.exe'' finished with non-zero exit value -1 | |
>* Try: | |
>Total time: 59.038 secs | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 60145 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives UP-TO-DATE | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[19:58:52] [main/INFO] [GradleStart]: Extra: [] | |
>[19:58:52] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[19:58:52] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[19:58:52] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[19:58:52] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[19:58:52] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[19:58:52] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[19:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[19:58:53] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[19:58:55] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[19:58:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[19:58:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[19:58:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[19:58:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[19:58:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[19:58:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[19:58:58] [main/INFO]: Setting user: Player462 | |
>[19:59:00] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[19:59:02] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Oh - I know what I did wrong! | |
>Time: 1/22/16 7:59 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 7871072 bytes (7 MB) / 48029696 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[19:59:02] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[19:59:02] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[19:59:02] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[19:59:02] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[19:59:03] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[19:59:03] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[19:59:08] [Client thread/ERROR] [FML]: The mcmod.info file in modid-1.0.jar cannot be parsed as valid JSON. It will be ignored | |
>com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] | |
> at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?] | |
> at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?] | |
> at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?] | |
> at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?] | |
> at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?] | |
> at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?] | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?] | |
> ... 21 more | |
>[19:59:08] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[19:59:08] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[19:59:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[19:59:08] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[19:59:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:10] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[19:59:10] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[19:59:10] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[19:59:10] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[19:59:10] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:915]: blockbluecake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:920]: blockchocolatecake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:925]: blockgoldcake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:930]: blockmagentacake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:935]: blockblackcake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:940]: blockposioncake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:945]: blockcreepercakeblue | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:950]: blockcreepercakegreen | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:955]: blockredvelvetcake | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:960]: blockdeepdishpizza | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:966]: blockstove | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:971]: blockmicrowave | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blocksugarore | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blocksugarbricks | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:994]: blocksugar | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:999]: blockfoodtnt | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocklight | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1009]: blocktestportal | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1014]: blockpeppermintlog | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1019]: Cherryleaves | |
>[19:59:10] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1025]: jtrent238skull | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1030]: BlockOven | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1035]: blockcherryworkbench | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1040]: blockcherryplanks | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1045]: blockcandystone | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1050]: blockcandydirt | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1055]: blockcandygrass | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:37]: blockspawner | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg | |
>[19:59:11] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar | |
>[19:59:11] [Client thread/INFO] [FML]: Applying holder lookups | |
>[19:59:11] [Client thread/INFO] [FML]: Holder lookups applied | |
>[19:59:11] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[19:59:11] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[19:59:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[19:59:11] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[19:59:11] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[19:59:11] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[19:59:12] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:12] [Sound Library Loader/INFO]: Sound engine started | |
>[19:59:16] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[19:59:17] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[19:59:17] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[19:59:17] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[19:59:17] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods | |
>[19:59:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:17] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:18] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[19:59:18] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[19:59:19] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:19] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[19:59:19] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[19:59:19] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:19] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:19] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[19:59:19] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[19:59:19] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[19:59:19] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[19:59:19] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:59:19] [Sound Library Loader/INFO]: Sound engine started | |
>[19:59:22] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[19:59:22] [Client thread/ERROR]: @ Post startup | |
>[19:59:22] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 3 textures | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 183 textures | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are: | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[19:59:22] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[19:59:33] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[19:59:33] [Server thread/INFO]: Generating keypair | |
>[19:59:33] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[19:59:33] [Server thread/INFO] [FML]: Found a missing id from the world TestEnvironmentMod:FrostedTorch | |
>[19:59:33] [Server thread/INFO] [FML]: Found a missing id from the world TestEnvironmentMod:uGX_portal | |
>[19:59:33] [Server thread/INFO] [FML]: Found a missing id from the world TestEnvironmentMod:uGX_trigger | |
>[19:59:33] [Server thread/INFO] [FML]: Found a missing id from the world TestEnvironmentMod:uGX_portal | |
>[19:59:33] [Server thread/INFO] [FML]: Found a missing id from the world TestEnvironmentMod:FrostedTorch | |
>[19:59:34] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway | |
>[19:59:34] [Server thread/ERROR] [FML]: Unidentified block: TestEnvironmentMod:FrostedTorch, id 178 | |
>[19:59:34] [Server thread/ERROR] [FML]: Unidentified block: TestEnvironmentMod:uGX_portal, id 177 | |
>[19:59:34] [Server thread/ERROR] [FML]: Unidentified item: TestEnvironmentMod:uGX_trigger, id 424 | |
>[19:59:34] [Server thread/ERROR] [FML]: Unidentified item: TestEnvironmentMod:uGX_portal, id 177 | |
>[19:59:34] [Server thread/ERROR] [FML]: Unidentified item: TestEnvironmentMod:FrostedTorch, id 178 | |
>[19:59:40] [Server thread/INFO] [FML]: World backup created at C:\Pylo\MCreator159\forge\eclipse\saves\New World-20160122-195939.zip. | |
>[19:59:40] [Server thread/ERROR] [FML]: This world contains block and item mappings that may cause world breakage | |
>[19:59:40] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance. | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockposioncake: 178 (init) -> 165 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockmicrowave: 184 (init) -> 184 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcherryworkbench: 195 (init) -> 195 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocktestportal: 190 (init) -> 190 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Cooking Oil: 207 (init) -> 207 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:jtrent238skull: 193 (init) -> 193 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockdeepdishpizza: 182 (init) -> 182 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandygrass: 199 (init) -> 199 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockfoodtnt: 188 (init) -> 188 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockLightingShard: 201 (init) -> 201 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Oil: 212 (init) -> 212 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcreepercakegreen: 180 (init) -> 180 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugarore: 185 (init) -> 185 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Strawberry: 165 (init) -> 166 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Cherryleaves: 192 (init) -> 192 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcherryplanks: 196 (init) -> 196 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockstove: 183 (init) -> 183 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockblackcake: 177 (init) -> 167 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:plantpeanut: 206 (init) -> 206 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Oil2: 213 (init) -> 213 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockrubyore: 203 (init) -> 203 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockredvelvetcake: 181 (init) -> 181 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockbluecake: 167 (init) -> 168 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugarbricks: 186 (init) -> 186 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockdragonegg: 204 (init) -> 204 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockruby: 202 (init) -> 202 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcreepercakeblue: 179 (init) -> 179 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandydirt: 198 (init) -> 198 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockpeppermintlog: 191 (init) -> 191 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:BlockOven: 194 (init) -> 194 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Reed: 209 (init) -> 209 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Cooking Oil2: 208 (init) -> 208 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockmagentacake: 176 (init) -> 176 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockspawner: 200 (init) -> 200 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocklight: 189 (init) -> 189 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:TestPlant: 211 (init) -> 211 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Testblock: 210 (init) -> 210 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugar: 187 (init) -> 187 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockchocolatecake: 168 (init) -> 169 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blocknetherstar: 205 (init) -> 205 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandystone: 197 (init) -> 197 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:GoldenCarrot: 166 (init) -> 214 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockgoldcake: 169 (init) -> 215 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlemon: 4135 (init) -> 4135 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcherryworkbench: 195 (init) -> 195 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchoppednuts: 4214 (init) -> 4214 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigstonesword: 4263 (init) -> 4263 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchickensoup: 4200 (init) -> 4200 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubyshovel: 4250 (init) -> 4250 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhotdog: 4127 (init) -> 4127 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhoneymustard: 4185 (init) -> 4185 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempopcorn: 4189 (init) -> 4189 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembuttercandy: 4231 (init) -> 4231 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemsoup: 4154 (init) -> 4154 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemironknife: 4259 (init) -> 4259 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockstove: 183 (init) -> 183 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemoreo: 4132 (init) -> 4132 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchocolatemilk: 4121 (init) -> 4121 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembean: 4140 (init) -> 4140 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembanana: 4187 (init) -> 4187 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhorsemeat_raw: 4233 (init) -> 4233 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhorsemeat: 4232 (init) -> 4232 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemkidneybeans: 4177 (init) -> 4177 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemtomato: 4164 (init) -> 4164 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgarlic: 4171 (init) -> 4171 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemredpepper: 4163 (init) -> 4163 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemfishsticks: 4142 (init) -> 4142 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembacon: 4111 (init) -> 4111 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemredstoneapple: 4101 (init) -> 4101 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandygrass: 199 (init) -> 199 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemicecream: 4123 (init) -> 4123 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembeetroot: 4181 (init) -> 4181 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemalmonds: 4219 (init) -> 4219 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemnetherstarapple: 4105 (init) -> 4105 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcandyapple: 4130 (init) -> 4130 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemraspberries: 4167 (init) -> 4167 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemadzukibeans: 4173 (init) -> 4173 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchicken_nuggets: 4205 (init) -> 4205 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmashedbananas: 4213 (init) -> 4213 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemflour: 4236 (init) -> 4236 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Cherryleaves: 192 (init) -> 192 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemketchup: 4183 (init) -> 4183 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcinnamon: 4217 (init) -> 4217 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemsugarcookie: 4131 (init) -> 4131 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemdiamondknife: 4255 (init) -> 4255 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemironFragment: 4240 (init) -> 4240 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:BlockOven: 194 (init) -> 194 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemjalapenopeppers: 4229 (init) -> 4229 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemfrenchfry: 4155 (init) -> 4155 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembasil: 4158 (init) -> 4158 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itememeraldapple: 4102 (init) -> 4102 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocklight: 189 (init) -> 189 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgrilledcheese: 4108 (init) -> 4108 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemtoast: 4117 (init) -> 4117 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemcoalFragment: 4241 (init) -> 4241 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemasparagus: 4157 (init) -> 4157 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockdeepdishpizza: 182 (init) -> 182 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemstrawberry: 4150 (init) -> 4150 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcottoncandy: 4128 (init) -> 4128 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcreepercakegreen: 180 (init) -> 180 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itememerldFragment: 4239 (init) -> 4239 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemRicebread: 4116 (init) -> 4116 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmintleaves: 4230 (init) -> 4230 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempickle: 4209 (init) -> 4209 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemsesameseeds: 4222 (init) -> 4222 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcoalapple: 4099 (init) -> 4099 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemranch: 4186 (init) -> 4186 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockredvelvetcake: 181 (init) -> 181 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcabbage: 4207 (init) -> 4207 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemsquash: 4211 (init) -> 4211 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcherry: 4153 (init) -> 4153 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigdiamondsword: 4261 (init) -> 4261 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrainbowFragment: 4244 (init) -> 4244 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubysword: 4246 (init) -> 4246 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemgoldFragment: 4238 (init) -> 4238 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchocolatebar: 4120 (init) -> 4120 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmeltedbutter: 4225 (init) -> 4225 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:GoldenCarrot: 166 (init) -> 214 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgreen_tomato: 4192 (init) -> 4192 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcorn: 4190 (init) -> 4190 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchicken_nuggetsraw: 4206 (init) -> 4206 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockposioncake: 178 (init) -> 165 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:jtrent238skull: 193 (init) -> 193 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemlapizFragment: 4242 (init) -> 4242 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:StrawberrySeeds: 4097 (init) -> 4097 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembrownsugar: 4224 (init) -> 4224 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcucumber: 4210 (init) -> 4210 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempie: 4144 (init) -> 4144 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigwoodsword: 4264 (init) -> 4264 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemLightingShard: 4253 (init) -> 4253 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmustard: 4182 (init) -> 4182 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemkiwi: 4162 (init) -> 4162 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempeach: 4169 (init) -> 4169 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhamburger: 4227 (init) -> 4227 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemblackberry: 4152 (init) -> 4152 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemsugarcube: 4235 (init) -> 4235 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemKubdari: 4115 (init) -> 4115 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubypickaxe: 4248 (init) -> 4248 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubyknife: 4254 (init) -> 4254 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlamb: 4147 (init) -> 4147 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugar: 187 (init) -> 187 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlemonjuice: 4212 (init) -> 4212 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlambraw: 4148 (init) -> 4148 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blocknetherstar: 205 (init) -> 205 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemgoldknife: 4256 (init) -> 4256 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemapplepie: 4129 (init) -> 4129 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemwoodknife: 4257 (init) -> 4257 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlemonade: 4134 (init) -> 4134 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchickenlegraw: 4204 (init) -> 4204 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockfoodtnt: 188 (init) -> 188 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockLightingShard: 201 (init) -> 201 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemCheesecakeStuffedStrawberries: 4149 (init) -> 4149 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemgodsword: 4268 (init) -> 4268 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugarore: 185 (init) -> 185 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemonions: 4170 (init) -> 4170 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemorange: 4161 (init) -> 4161 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempeanut: 4139 (init) -> 4139 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockblackcake: 177 (init) -> 167 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemblackeyepeas: 4175 (init) -> 4175 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgrits: 4188 (init) -> 4188 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmutton: 4145 (init) -> 4145 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgrape: 4194 (init) -> 4194 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgoatmilk: 4141 (init) -> 4141 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandydirt: 198 (init) -> 198 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembutter: 4196 (init) -> 4196 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigrubysword: 4267 (init) -> 4267 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcarrotcake: 4113 (init) -> 4113 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemavocado: 4165 (init) -> 4165 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmayo: 4184 (init) -> 4184 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgroundalmonds: 4220 (init) -> 4220 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemflesh: 4109 (init) -> 4109 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockgoldcake: 169 (init) -> 215 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempintobeans: 4179 (init) -> 4179 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchoppedgrass: 4215 (init) -> 4215 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlime: 4193 (init) -> 4193 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempufferfish_cooked: 4198 (init) -> 4198 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:iteminfinous: 4269 (init) -> 4269 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmeatball: 4136 (init) -> 4136 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembakingpowder: 4216 (init) -> 4216 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcream: 4195 (init) -> 4195 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchickenwings: 4201 (init) -> 4201 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgreenpepper: 4166 (init) -> 4166 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgarbanzobeans: 4176 (init) -> 4176 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempizza: 4122 (init) -> 4122 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemBarkbread: 4114 (init) -> 4114 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:plantpeanut: 206 (init) -> 206 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgoldapple: 4100 (init) -> 4100 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembeefbroth: 4228 (init) -> 4228 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemredstoneFragment: 4243 (init) -> 4243 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempasta: 4138 (init) -> 4138 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocksugarbricks: 186 (init) -> 186 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemclownfish_cooked: 4199 (init) -> 4199 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcreepercakeblue: 179 (init) -> 179 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemluckycandy: 4234 (init) -> 4234 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockspawner: 200 (init) -> 200 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemhoney: 4221 (init) -> 4221 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemfishsticksraw: 4143 (init) -> 4143 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcorndog_mustard: 4126 (init) -> 4126 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemÄŒesnica: 4118 (init) -> 4118 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcandystone: 197 (init) -> 197 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigironsword: 4265 (init) -> 4265 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemdragoneggapple: 4106 (init) -> 4106 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembun: 4208 (init) -> 4208 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcilantro: 4159 (init) -> 4159 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubyfragment: 4251 (init) -> 4251 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemSlicedbread: 4119 (init) -> 4119 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemshortening: 4223 (init) -> 4223 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmuttonraw: 4146 (init) -> 4146 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlettuce: 4191 (init) -> 4191 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockcherryplanks: 196 (init) -> 196 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembayleaf: 4226 (init) -> 4226 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockbluecake: 167 (init) -> 168 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockdragonegg: 204 (init) -> 204 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockruby: 202 (init) -> 202 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubyhoe: 4249 (init) -> 4249 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itembroccoli: 4160 (init) -> 4160 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemblackbeans: 4174 (init) -> 4174 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcookedflesh: 4110 (init) -> 4110 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemginger: 4172 (init) -> 4172 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockmicrowave: 184 (init) -> 184 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcheesecake: 4112 (init) -> 4112 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcheese: 4107 (init) -> 4107 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemwhitebeans: 4180 (init) -> 4180 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcorndog_ketchup: 4125 (init) -> 4125 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blocktestportal: 190 (init) -> 190 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemcorndog: 4124 (init) -> 4124 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchickenwingsraw: 4202 (init) -> 4202 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemgroundginger: 4218 (init) -> 4218 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemdiamondapple: 4098 (init) -> 4098 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itempear: 4168 (init) -> 4168 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembiggoldsword: 4262 (init) -> 4262 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemchickenleg: 4203 (init) -> 4203 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemlightingwand: 4252 (init) -> 4252 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemdiamondFragment: 4237 (init) -> 4237 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemstoneknife: 4258 (init) -> 4258 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:Strawberry: 165 (init) -> 166 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemruby: 4245 (init) -> 4245 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemice: 4197 (init) -> 4197 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemmeatballraw: 4137 (init) -> 4137 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:blockrubyore: 203 (init) -> 203 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:item_mms: 4133 (init) -> 4133 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlentils: 4178 (init) -> 4178 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itembigcheesesword: 4266 (init) -> 4266 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemblueberry: 4151 (init) -> 4151 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemironapple: 4104 (init) -> 4104 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockpeppermintlog: 191 (init) -> 191 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemHealingApple: 4096 (init) -> 4096 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockmagentacake: 176 (init) -> 176 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlapizapple: 4103 (init) -> 4103 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemrubyaxe: 4247 (init) -> 4247 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item weaponmod:itemcheeseknife: 4260 (init) -> 4260 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:blockchocolatecake: 168 (init) -> 169 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemlemonpie: 4156 (init) -> 4156 (map). | |
>[19:59:40] [Server thread/INFO] [FML]: Applying holder lookups | |
>[19:59:40] [Server thread/INFO] [FML]: Holder lookups applied | |
>[19:59:41] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1fda7d8) | |
>[19:59:41] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@1fda7d8) | |
>[19:59:41] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1fda7d8) | |
>[19:59:41] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1fda7d8) | |
>[19:59:41] [Server thread/INFO]: Preparing start region for level 0 | |
>[19:59:42] [Server thread/INFO]: Preparing spawn area: 31% | |
>[19:59:43] [Server thread/INFO]: Preparing spawn area: 91% | |
>[19:59:43] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[19:59:45] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[19:59:45] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[19:59:45] [Netty IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] | |
>[19:59:45] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[19:59:45] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[19:59:45] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[19:59:45] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[19:59:45] [Server thread/INFO] [STDERR]: [net.minecraftforge.common.DimensionManager:initDimension:238]: Cannot Hotload Dim: Could not get provider type for dimension 4, does not exist | |
>[19:59:45] [Server thread/INFO]: Player462[local:E:a74e6567] logged in with entity id 287 at (189.0, 67.0, 179.0) | |
>[19:59:45] [Server thread/INFO]: Player462 joined the game | |
>[19:59:46] [Server thread/INFO]: Stopping server | |
>[19:59:46] [Server thread/INFO]: Saving players | |
>[19:59:46] [Server thread/INFO]: Saving worlds | |
>[19:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[19:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[19:59:46] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:59:47] [Server thread/INFO] [FML]: Unloading dimension 0 | |
>[19:59:47] [Server thread/INFO] [FML]: Unloading dimension -1 | |
>[19:59:47] [Server thread/INFO] [FML]: Unloading dimension 1 | |
>[19:59:47] [Server thread/INFO] [FML]: Unloading dimension 2 | |
>[19:59:47] [Server thread/INFO] [FML]: Applying holder lookups | |
>[19:59:47] [Server thread/INFO] [FML]: Holder lookups applied | |
>[19:59:47] [Client thread/FATAL]: Unreported exception thrown! | |
>java.lang.IllegalArgumentException: Could not get provider type for dimension 4, does not exist | |
> at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148) ~[DimensionManager.class:?] | |
> at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:303) ~[DimensionManager.class:?] | |
> at net.minecraft.world.WorldProvider.getProviderForDimension(WorldProvider.java:197) ~[WorldProvider.class:?] | |
> at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:62) ~[WorldClient.class:?] | |
> at net.minecraft.client.network.NetHandlerPlayClient.handleJoinGame(NetHandlerPlayClient.java:270) ~[NetHandlerPlayClient.class:?] | |
> at net.minecraft.network.play.server.S01PacketJoinGame.processPacket(S01PacketJoinGame.java:84) ~[S01PacketJoinGame.class:?] | |
> at net.minecraft.network.play.server.S01PacketJoinGame.processPacket(S01PacketJoinGame.java:142) ~[S01PacketJoinGame.class:?] | |
> at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?] | |
> at net.minecraft.client.Minecraft.runTick(Minecraft.java:2152) ~[Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039) ~[Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:962) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>[19:59:47] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ---- | |
>// Oops. | |
>Time: 1/22/16 7:59 PM | |
>Description: Unexpected error | |
>java.lang.IllegalArgumentException: Could not get provider type for dimension 4, does not exist | |
> at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148) | |
> at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:303) | |
> at net.minecraft.world.WorldProvider.getProviderForDimension(WorldProvider.java:197) | |
> at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:62) | |
> at net.minecraft.client.network.NetHandlerPlayClient.handleJoinGame(NetHandlerPlayClient.java:270) | |
> at net.minecraft.network.play.server.S01PacketJoinGame.processPacket(S01PacketJoinGame.java:84) | |
> at net.minecraft.network.play.server.S01PacketJoinGame.processPacket(S01PacketJoinGame.java:142) | |
> at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) | |
> at net.minecraft.client.Minecraft.runTick(Minecraft.java:2152) | |
> at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1039) | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:962) | |
> at net.minecraft.client.main.Main.main(Main.java:164) | |
> 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:606) | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) | |
> at GradleStart.main(Unknown Source) | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 101122040 bytes (96 MB) / 241086464 bytes (229 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 | |
> FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 8 mods loaded, 8 mods active | |
> States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
> UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) | |
> UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar) | |
> UCHIJAAAA jtcoremod{1.0.0.0} [jtrent238's Core Mod] (modid-1.0.jar) | |
> UCHIJAAAA foodmod{1.0.0.1} [jtrent238's Food Mod] (modid-1.0.jar) | |
> UCHIJAAAA lotsofblocks{1.0.0.1} [jtrent238's Lots Of Blocks Mod] (modid-1.0.jar) | |
> UCHIJAAAA weaponmod{1.0.0.1} [jtrent238's Weapon Mod] (modid-1.0.jar) | |
> UCHIJAAAA TestEnvironmentMod{1.0} [TestEnvironmentMod] (modid-1.0.jar) | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
> Launched Version: 1.7.10 | |
> LWJGL: 2.9.1 | |
> OpenGL: ATI Radeon 3100 Graphics GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc. | |
> GL Caps: Using GL 1.3 multitexturing. | |
>Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
>Anisotropic filtering is supported and maximum anisotropy is 16. | |
>Shaders are available because OpenGL 2.1 is supported. | |
> Is Modded: Definitely; Client brand changed to 'fml,forge' | |
> Type: Client (map_client.txt) | |
> Resource Packs: [] | |
> Current Language: English (US) | |
> Profiler Position: N/A (disabled) | |
> Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> Anisotropic Filtering: Off (1) | |
>[19:59:47] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator159\forge\eclipse\.\crash-reports\crash-2016-01-22_19.59.47-client.txt | |
>AL lib: (EE) alc_cleanup: 1 device not closed | |
>:runClient FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':runClient'. | |
>> Process 'command 'C:\Pylo\MCreator159\jdk\bin\java.exe'' finished with non-zero exit value -1 | |
>* Try: | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 1 mins 28.202 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 90231 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives UP-TO-DATE | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[20:00:54] [main/INFO] [GradleStart]: Extra: [] | |
>[20:00:54] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:00:54] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[20:00:54] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[20:00:54] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:00:54] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[20:00:54] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:00:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:00:55] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[20:00:58] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:00:58] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[20:01:00] [main/INFO]: Setting user: Player582 | |
>[20:01:02] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[20:01:04] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Everything's going to plan. No, really, that was supposed to happen. | |
>Time: 1/22/16 8:01 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 9260704 bytes (8 MB) / 47411200 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[20:01:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[20:01:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[20:01:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[20:01:05] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[20:01:05] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[20:01:05] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[20:01:10] [Client thread/ERROR] [FML]: The mcmod.info file in modid-1.0.jar cannot be parsed as valid JSON. It will be ignored | |
>com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] | |
> at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?] | |
> at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?] | |
> at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?] | |
> at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?] | |
> at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?] | |
> at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?] | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?] | |
> ... 21 more | |
>[20:01:10] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[20:01:10] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[20:01:11] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[20:01:11] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[20:01:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:12] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:13] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[20:01:13] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[20:01:13] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[20:01:13] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[20:01:13] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:915]: blockbluecake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:920]: blockchocolatecake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:925]: blockgoldcake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:930]: blockmagentacake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:935]: blockblackcake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:940]: blockposioncake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:945]: blockcreepercakeblue | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:950]: blockcreepercakegreen | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:955]: blockredvelvetcake | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:960]: blockdeepdishpizza | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:966]: blockstove | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:971]: blockmicrowave | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blocksugarore | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blocksugarbricks | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:994]: blocksugar | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:999]: blockfoodtnt | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocklight | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1009]: blocktestportal | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1014]: blockpeppermintlog | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1019]: Cherryleaves | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1025]: jtrent238skull | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1030]: BlockOven | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1035]: blockcherryworkbench | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1040]: blockcherryplanks | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1045]: blockcandystone | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1050]: blockcandydirt | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1055]: blockcandygrass | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:37]: blockspawner | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg | |
>[20:01:13] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar | |
>[20:01:13] [Client thread/INFO] [FML]: Applying holder lookups | |
>[20:01:13] [Client thread/INFO] [FML]: Holder lookups applied | |
>[20:01:13] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:01:13] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:01:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:01:14] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:01:14] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:01:14] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:01:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:14] [Sound Library Loader/INFO]: Sound engine started | |
>[20:01:19] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:01:19] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[20:01:20] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:01:20] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:01:20] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods | |
>[20:01:20] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:20] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:21] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[20:01:21] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:01:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:01:22] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:01:22] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:22] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:22] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:01:22] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:01:22] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:01:22] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:01:22] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:01:22] [Sound Library Loader/INFO]: Sound engine started | |
>[20:01:25] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[20:01:25] [Client thread/ERROR]: @ Post startup | |
>[20:01:25] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 3 textures | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 183 textures | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are: | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:01:25] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[20:01:37] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[20:01:37] [Server thread/INFO]: Generating keypair | |
>[20:01:37] [Server thread/INFO]: Converting map! | |
>[20:01:37] [Server thread/INFO]: Scanning folders... | |
>[20:01:37] [Server thread/INFO]: Total conversion count is 0 | |
>[20:01:37] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[20:01:37] [Server thread/INFO] [FML]: Applying holder lookups | |
>[20:01:37] [Server thread/INFO] [FML]: Holder lookups applied | |
>[20:01:38] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1a81175) | |
>[20:01:38] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@1a81175) | |
>[20:01:38] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a81175) | |
>[20:01:38] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a81175) | |
>[20:01:38] [Server thread/INFO]: Preparing start region for level 0 | |
>[20:01:39] [Server thread/INFO]: Preparing spawn area: 5% | |
>[20:01:40] [Server thread/INFO]: Preparing spawn area: 9% | |
>[20:01:41] [Server thread/INFO]: Preparing spawn area: 12% | |
>[20:01:42] [Server thread/INFO]: Preparing spawn area: 15% | |
>[20:01:43] [Server thread/INFO]: Preparing spawn area: 18% | |
>[20:01:45] [Server thread/INFO]: Preparing spawn area: 21% | |
>[20:01:46] [Server thread/INFO]: Preparing spawn area: 24% | |
>[20:01:47] [Server thread/INFO]: Preparing spawn area: 26% | |
>[20:01:48] [Server thread/INFO]: Preparing spawn area: 29% | |
>[20:01:49] [Server thread/INFO]: Preparing spawn area: 31% | |
>[20:01:50] [Server thread/INFO]: Preparing spawn area: 33% | |
>[20:01:51] [Server thread/INFO]: Preparing spawn area: 36% | |
>[20:01:52] [Server thread/INFO]: Preparing spawn area: 38% | |
>[20:01:53] [Server thread/INFO]: Preparing spawn area: 41% | |
>[20:01:54] [Server thread/INFO]: Preparing spawn area: 44% | |
>[20:01:55] [Server thread/INFO]: Preparing spawn area: 47% | |
>[20:01:56] [Server thread/INFO]: Preparing spawn area: 49% | |
>[20:01:57] [Server thread/INFO]: Preparing spawn area: 52% | |
>[20:01:58] [Server thread/INFO]: Preparing spawn area: 55% | |
>[20:01:59] [Server thread/INFO]: Preparing spawn area: 58% | |
>[20:02:00] [Server thread/INFO]: Preparing spawn area: 61% | |
>[20:02:01] [Server thread/INFO]: Preparing spawn area: 62% | |
>[20:02:02] [Server thread/INFO]: Preparing spawn area: 64% | |
>[20:02:03] [Server thread/INFO]: Preparing spawn area: 66% | |
>[20:02:04] [Server thread/INFO]: Preparing spawn area: 67% | |
>[20:02:05] [Server thread/INFO]: Preparing spawn area: 70% | |
>[20:02:06] [Server thread/INFO]: Preparing spawn area: 73% | |
>[20:02:07] [Server thread/INFO]: Preparing spawn area: 76% | |
>[20:02:08] [Server thread/INFO]: Preparing spawn area: 78% | |
>[20:02:09] [Server thread/INFO]: Preparing spawn area: 82% | |
>[20:02:10] [Server thread/INFO]: Preparing spawn area: 85% | |
>[20:02:11] [Server thread/INFO]: Preparing spawn area: 88% | |
>[20:02:12] [Server thread/INFO]: Preparing spawn area: 90% | |
>[20:02:13] [Server thread/INFO]: Preparing spawn area: 93% | |
>[20:02:14] [Server thread/INFO]: Preparing spawn area: 97% | |
>[20:02:15] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[20:02:17] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[20:02:17] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[20:02:17] [Netty IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] | |
>[20:02:17] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[20:02:17] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[20:02:17] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[20:02:17] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[20:02:17] [Server thread/INFO]: Player582[local:E:202c27e1] logged in with entity id 259 at (261.5, 79.0, 257.5) | |
>[20:02:17] [Server thread/INFO]: Player582 joined the game | |
>[20:02:31] [Server thread/INFO]: Player582 has just earned the achievement [Taking Inventory] | |
>[20:02:31] [Client thread/INFO]: [CHAT] Player582 has just earned the achievement [Taking Inventory] | |
>[20:02:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 14244ms behind, skipping 284 tick(s) | |
>[20:02:33] [Client thread/INFO]: Warning: Clientside chunk ticking took 515 ms | |
>[20:02:35] [Client thread/INFO]: Warning: Clientside chunk ticking took 435 ms | |
>[20:02:36] [Client thread/INFO]: Warning: Clientside chunk ticking took 1304 ms | |
>[20:02:38] [Client thread/INFO]: Warning: Clientside chunk ticking took 1440 ms | |
>[20:02:39] [Client thread/INFO]: Warning: Clientside chunk ticking took 1179 ms | |
>[20:02:41] [Client thread/INFO]: Warning: Clientside chunk ticking took 1467 ms | |
>[20:02:42] [Client thread/INFO]: Warning: Clientside chunk ticking took 496 ms | |
>[20:02:44] [Client thread/INFO]: Warning: Clientside chunk ticking took 1451 ms | |
>[20:02:45] [Client thread/INFO]: Warning: Clientside chunk ticking took 1299 ms | |
>[20:02:47] [Client thread/INFO]: Warning: Clientside chunk ticking took 1211 ms | |
>[20:02:48] [Client thread/INFO]: Warning: Clientside chunk ticking took 1235 ms | |
>[20:02:50] [Client thread/INFO]: Warning: Clientside chunk ticking took 1759 ms | |
>[20:02:56] [Client thread/INFO]: Warning: Clientside chunk ticking took 544 ms | |
>[20:02:57] [Client thread/INFO]: Warning: Clientside chunk ticking took 377 ms | |
>[20:03:03] [Client thread/INFO]: Warning: Clientside chunk ticking took 347 ms | |
>[20:03:05] [Client thread/INFO]: Warning: Clientside chunk ticking took 551 ms | |
>[20:03:06] [Client thread/INFO]: Warning: Clientside chunk ticking took 914 ms | |
>[20:03:16] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2959ms behind, skipping 59 tick(s) | |
>[20:03:21] [Client thread/INFO]: Warning: Clientside chunk ticking took 383 ms | |
>[20:03:26] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:03:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:03:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle | |
>[20:03:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.hurt | |
>[20:03:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle | |
>[20:03:28] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.death | |
>[20:03:30] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle | |
>[20:03:30] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.hurt | |
>[20:03:31] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.death | |
>[20:03:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:03:39] [Client thread/INFO]: Warning: Clientside chunk ticking took 952 ms | |
>[20:03:42] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:03:45] [Client thread/INFO]: Warning: Clientside chunk ticking took 433 ms | |
>[20:03:50] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:03:56] [Client thread/INFO]: Warning: Clientside chunk ticking took 450 ms | |
>[20:03:59] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:04:08] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:04:16] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:04:20] [Server thread/INFO]: Saving and pausing game... | |
>[20:04:20] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:04:21] [Client thread/INFO]: Stopping! | |
>[20:04:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:04:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:04:21] [Server thread/INFO]: Stopping server | |
>[20:04:21] [Server thread/INFO]: Saving players | |
>[20:04:21] [Server thread/INFO]: Saving worlds | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:04:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:04:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:04:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>BUILD SUCCESSFUL | |
>Total time: 3 mins 54.066 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 235705 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 32.526 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 34437 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 30.527 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 31525 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 27.42 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28262 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: build | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew build | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:compileTestJava UP-TO-DATE | |
>:processTestResources UP-TO-DATE | |
>:testClasses UP-TO-DATE | |
>:test UP-TO-DATE | |
>:extractMcpData UP-TO-DATE | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 27.178 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28130 milliseconds | |
>Task return code check OK! | |
>========================================================================================================================= | |
>Executing gradle command: runClient | |
>Microsoft Windows [Version 6.1.7601] | |
>Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
>C:\Pylo\MCreator159>cd forge | |
>C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\" | |
>C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe | |
>C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH% | |
>C:\Pylo\MCreator159\forge>gradlew runClient | |
>**************************** | |
> Powered By MCP: | |
> http://modcoderpack.com/ | |
> Searge, ProfMobius, Fesh0r, | |
> R4wk, ZeuX, IngisKahn, bspkrs | |
> MCP Data version : unknown | |
>**************************** | |
>:compileApiJava UP-TO-DATE | |
>:processApiResources UP-TO-DATE | |
>:apiClasses UP-TO-DATE | |
>:sourceMainJava UP-TO-DATE | |
>:compileJava | |
>:processResources UP-TO-DATE | |
>:classes | |
>:jar | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:extractNatives UP-TO-DATE | |
>:getAssetsIndex | |
>:getAssets | |
>:makeStart | |
>[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
>[ant:javac] 1 warning | |
>:runClient | |
>[20:10:09] [main/INFO] [GradleStart]: Extra: [] | |
>[20:10:09] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/trent/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
>[20:10:09] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:10:09] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:10:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:10:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:10:10] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[20:10:10] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_60, running on Windows 7:x86:6.1, installed at C:\Pylo\MCreator159\jdk\jre | |
>[20:10:10] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:10:10] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[20:10:10] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:10:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:10:11] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[20:10:15] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[20:10:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:10:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:10:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:10:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:10:16] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[20:10:20] [main/INFO]: Setting user: Player8 | |
>[20:10:24] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[20:10:34] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Daisy, daisy... | |
>Time: 1/22/16 8:10 PM | |
>Description: Loading screen debug info | |
>This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR | |
>A detailed walkthrough of the error, its code path and all known details is as follows: | |
>--------------------------------------------------------------------------------------- | |
>-- System Details -- | |
>Details: | |
> Minecraft Version: 1.7.10 | |
> Operating System: Windows 7 (x86) version 6.1 | |
> Java Version: 1.7.0_60, Oracle Corporation | |
> Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation | |
> Memory: 8547328 bytes (8 MB) / 48046080 bytes (45 MB) up to 259522560 bytes (247 MB) | |
> JVM Flags: 0 total; | |
> AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
> IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
> FML: | |
> GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics' | |
>[20:10:34] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[20:10:35] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[20:10:35] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[20:10:35] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[20:10:36] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[20:10:36] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[20:10:45] [Client thread/ERROR] [FML]: The mcmod.info file in modid-1.0.jar cannot be parsed as valid JSON. It will be ignored | |
>com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] | |
> at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] | |
> at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?] | |
> at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?] | |
> at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?] | |
> at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?] | |
> at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?] | |
> at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?] | |
> at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?] | |
> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?] | |
> at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?] | |
> at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?] | |
> at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60] | |
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60] | |
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60] | |
> at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60] | |
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] | |
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] | |
> at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?] | |
> at GradleStart.main(Unknown Source) [start/:?] | |
>Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34 | |
> at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?] | |
> at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?] | |
> at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?] | |
> ... 21 more | |
>[20:10:45] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[20:10:46] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[20:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[20:10:47] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[20:10:49] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:10:49] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[20:10:49] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[20:10:49] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[20:10:49] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[20:10:49] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:915]: blockbluecake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:920]: blockchocolatecake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:925]: blockgoldcake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:930]: blockmagentacake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:935]: blockblackcake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:940]: blockposioncake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:945]: blockcreepercakeblue | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:950]: blockcreepercakegreen | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:955]: blockredvelvetcake | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:960]: blockdeepdishpizza | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:966]: blockstove | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:971]: blockmicrowave | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blocksugarore | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blocksugarbricks | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:994]: blocksugar | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:999]: blockfoodtnt | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocklight | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1009]: blocktestportal | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1014]: blockpeppermintlog | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1019]: Cherryleaves | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1025]: jtrent238skull | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1030]: BlockOven | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1035]: blockcherryworkbench | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1040]: blockcherryplanks | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1045]: blockcandystone | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1050]: blockcandydirt | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1055]: blockcandygrass | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:37]: blockspawner | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg | |
>[20:10:50] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar | |
>[20:10:50] [Client thread/INFO] [FML]: Applying holder lookups | |
>[20:10:50] [Client thread/INFO] [FML]: Holder lookups applied | |
>[20:10:50] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:10:50] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:10:51] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:10:51] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:10:51] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:10:51] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:10:53] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:10:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:10:53] [Sound Library Loader/INFO]: Sound engine started | |
>[20:11:17] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:11:18] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[20:11:18] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:11:18] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:11:19] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods | |
>[20:11:19] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:jtrent238's Core Mod, FMLFileResourcePack:jtrent238's Food Mod, FMLFileResourcePack:jtrent238's Lots Of Blocks Mod, FMLFileResourcePack:jtrent238's Weapon Mod, FMLFileResourcePack:TestEnvironmentMod | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:19] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:20] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[20:11:20] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:11:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:11:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:11:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:11:21] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:11:21] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:11:21] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:11:21] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:11:21] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:11:21] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:11:22] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:11:22] [Sound Library Loader/INFO]: Sound engine started | |
>[20:11:26] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[20:11:26] [Client thread/ERROR]: @ Post startup | |
>[20:11:26] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 3 textures | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod FML resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod Forge resources at C:\Users\trent\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1448-1.7.10\forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 183 textures | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are: | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[20:11:26] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[20:11:34] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[20:11:34] [Server thread/INFO]: Generating keypair | |
>[20:11:35] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[20:11:35] [Server thread/INFO] [FML]: Applying holder lookups | |
>[20:11:35] [Server thread/INFO] [FML]: Holder lookups applied | |
>[20:11:36] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@14be7b5) | |
>[20:11:36] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@14be7b5) | |
>[20:11:36] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@14be7b5) | |
>[20:11:36] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@14be7b5) | |
>[20:11:36] [Server thread/INFO]: Preparing start region for level 0 | |
>[20:11:37] [Server thread/INFO]: Preparing spawn area: 11% | |
>[20:11:38] [Server thread/INFO]: Preparing spawn area: 45% | |
>[20:11:39] [Server thread/INFO]: Preparing spawn area: 79% | |
>[20:11:40] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[20:11:42] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[20:11:42] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[20:11:42] [Netty IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] | |
>[20:11:42] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[20:11:42] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[20:11:42] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[20:11:42] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[20:11:42] [Server thread/INFO]: Player8[local:E:879c80f4] logged in with entity id 385 at (263.2619844598191, 80.31127438452464, 260.47861653463553) | |
>[20:11:42] [Server thread/INFO]: Player8 joined the game | |
>[20:11:43] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:11:45] [Server thread/INFO]: Saving and pausing game... | |
>[20:11:45] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:11:46] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:11:46] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:11:46] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:11:56] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:11:57] [Client thread/INFO]: Warning: Clientside chunk ticking took 353 ms | |
>[20:12:01] [Server thread/INFO]: Saving and pausing game... | |
>[20:12:01] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:12:02] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:12:02] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:12:02] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:12:46] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:12:49] [Server thread/INFO]: Player8 has just earned the achievement [Taking Inventory] | |
>[20:12:49] [Client thread/INFO]: [CHAT] Player8 has just earned the achievement [Taking Inventory] | |
>[20:12:54] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:12:56] [Server thread/INFO]: Saving and pausing game... | |
>[20:12:56] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:12:57] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:12:57] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:12:57] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:13:02] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:13:08] [Client thread/INFO]: Warning: Clientside chunk ticking took 840 ms | |
>[20:13:09] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[20:13:11] [Client thread/INFO]: Warning: Clientside chunk ticking took 500 ms | |
>[20:13:12] [Server thread/INFO]: Saving and pausing game... | |
>[20:13:12] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:13:13] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:13:13] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:13:13] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:13:13] [Client thread/INFO]: Stopping! | |
>[20:13:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:13:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:13:13] [Server thread/INFO]: Stopping server | |
>[20:13:13] [Server thread/INFO]: Saving players | |
>[20:13:14] [Server thread/INFO]: Saving worlds | |
>[20:13:14] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:13:14] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:13:14] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:13:14] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:13:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:13:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:13:14] [Client Shutdown Thread/INFO]: Stopping server | |
>[20:13:14] [Client Shutdown Thread/INFO]: Saving players | |
>BUILD SUCCESSFUL | |
>Total time: 3 mins 55.488 secs | |
>Exception in thread "Client Shutdown Thread" | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 239763 milliseconds | |
>Task return code check OK! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment