Created
February 4, 2016 01:46
-
-
Save jtrent238/7fbdb7e0f2bfdc34c8b9 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 72 milliseconds] | |
>RIGHT click once to copy log to the clipboard or twice to clear the log. | |
>========================================================================================================================= | |
>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:1195: error: cannot find symbol | |
> MinecraftForge.EVENT_BUS.register(new PotionSticky()); | |
> ^ | |
> symbol: class PotionSticky | |
> location: class FoodMod | |
>1 error | |
>: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: 1 mins 26.485 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 88037 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 | |
>[16:57:43] [main/INFO] [GradleStart]: Extra: [] | |
>[16:57:43] [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] | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[16:57:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[16:57:44] [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 | |
>[16:57:44] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[16:57:44] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[16:57:44] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[16:57:44] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[16:57:48] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[16:57:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[16:57:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[16:57:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[16:57:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[16:57:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[16:57:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[16:57:52] [main/INFO]: Setting user: Player482 | |
>[16:57:55] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[16:58:00] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// I bet Cylons wouldn't have this problem. | |
>Time: 2/3/16 4: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: 9232336 bytes (8 MB) / 47689728 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' | |
>[16:58:00] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[16:58:00] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[16:58:00] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[16:58:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[16:58:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[16:58:01] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[16:58:12] [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 | |
>[16:58:12] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[16:58:12] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[16:58:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[16:58:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[16:58:14] [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 | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[16:58:15] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[16:58:15] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[16:58:15] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[16:58:15] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:937]: blockbluecake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:942]: blockchocolatecake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:947]: blockgoldcake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:952]: blockmagentacake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:957]: blockblackcake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:962]: blockposioncake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:967]: blockcreepercakeblue | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:972]: blockcreepercakegreen | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:977]: blockredvelvetcake | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blockdeepdishpizza | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blockstove | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:993]: blockmicrowave | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocksugarore | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1010]: blocksugarbricks | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1016]: blocksugar | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1021]: blockfoodtnt | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1026]: blocklight | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1031]: blocktestportal | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1036]: blockpeppermintlog | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1041]: Cherryleaves | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1047]: jtrent238skull | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1052]: BlockOven | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1057]: blockcherryworkbench | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1062]: blockcherryplanks | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1067]: blockcandystone | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1072]: blockcandydirt | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1077]: blockcandygrass | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:38]: blockspawner | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:44]: blockChest | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:48]: blockCraftingTable | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg | |
>[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar | |
>[16:58:15] [Client thread/INFO] [FML]: Applying holder lookups | |
>[16:58:15] [Client thread/INFO] [FML]: Holder lookups applied | |
>[16:58:15] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[16:58:15] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[16:58:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[16:58:16] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[16:58:16] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[16:58:17] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[16:58:17] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:17] [Sound Library Loader/INFO]: Sound engine started | |
>[16:58:33] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[16:58:33] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[16:58:33] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[16:58:33] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[16:58:34] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods | |
>[16:58:34] [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 | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:34] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[16:58:35] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[16:58:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[16:58:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[16:58:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[16:58:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[16:58:36] [Sound Library Loader/INFO]: Sound engine started | |
>[16:58:47] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[16:58:47] [Client thread/ERROR]: @ Post startup | |
>[16:58:47] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 6 textures | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[16:58:47] [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 | |
>[16:58:47] [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 | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN lotsofblocks | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks is missing 3 textures | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks has 5 locations: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain lotsofblocks are: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_front.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain lotsofblocks | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 181 textures | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemunstablecandy.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are: | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[17:00:31] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[17:00:31] [Server thread/INFO]: Generating keypair | |
>[17:00:31] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[17:00:31] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance. | |
>[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockCraftingTable: 202 (init) -> 214 (map). | |
>[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockChest: 201 (init) -> 215 (map). | |
>[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockCraftingTable: 202 (init) -> 214 (map). | |
>[17:00:31] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemunstablecandy: 4235 (init) -> 4270 (map). | |
>[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockChest: 201 (init) -> 215 (map). | |
>[17:00:31] [Server thread/INFO] [FML]: Applying holder lookups | |
>[17:00:31] [Server thread/INFO] [FML]: Holder lookups applied | |
>[17:00:31] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34) | |
>[17:00:31] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34) | |
>[17:00:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34) | |
>[17:00:31] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34) | |
>[17:00:32] [Server thread/INFO]: Preparing start region for level 0 | |
>[17:00:33] [Server thread/INFO]: Preparing spawn area: 14% | |
>[17:00:34] [Server thread/INFO]: Preparing spawn area: 53% | |
>[17:00:35] [Server thread/INFO]: Preparing spawn area: 93% | |
>[17:00:36] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[17:00:37] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[17:00:37] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[17:00:37] [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] | |
>[17:00:37] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[17:00:37] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[17:00:37] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[17:00:37] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[17:00:37] [Server thread/INFO]: Player482[local:E:feeba21a] logged in with entity id 398 at (267.69999998807907, 79.0, 254.61446737474108) | |
>[17:00:37] [Server thread/INFO]: Player482 joined the game | |
>[17:00:40] [Server thread/INFO]: Saving and pausing game... | |
>[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:01:00] [Client thread/INFO]: Stopping! | |
>[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[17:01:00] [Server thread/INFO]: Stopping server | |
>[17:01:00] [Server thread/INFO]: Saving players | |
>[17:01:00] [Server thread/INFO]: Saving worlds | |
>[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 0 | |
>[17:01:00] [Server thread/INFO] [FML]: Unloading dimension -1 | |
>[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 1 | |
>[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 2 | |
>[17:01:00] [Server thread/INFO] [FML]: Applying holder lookups | |
>[17:01:00] [Server thread/INFO] [FML]: Holder lookups applied | |
>[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>BUILD SUCCESSFUL | |
>Total time: 4 mins 16.617 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 257834 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: 36.622 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 38279 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.361 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28656 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: 34.889 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 35971 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: 29.704 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 30655 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_candyBiome.java:146: error: cannot find symbol | |
>this.spawnableMonsterList.add(new SpawnListEntry(EntityCandyPig.class, 5, 1, 5)); | |
> ^ | |
> symbol: class EntityCandyPig | |
> location: class BiomeGencandyBiome | |
>: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: 21.433 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 22354 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: 28.679 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 29661 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_candyBiome.java:125: error: cannot find symbol | |
> topBlock = com.jtrent238.foodmod.BlockCandyGrass; | |
> ^ | |
> symbol: class foodmod | |
> location: package com.jtrent238 | |
>1 error | |
>: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.398 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20303 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: ';' expected | |
>import com.jtrent238.foodmod | |
> ^ | |
>1 error | |
>: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: 15.559 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 16387 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.foodmod; | |
> ^ | |
> symbol: class foodmod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.BlockCandyGrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>:compileJava FAILED | |
>2 errors | |
>BUILD 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. | |
>Total time: 16.554 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 17412 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.BlockCandyGrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>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: 19.055 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 19980 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.blockcandygrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>2 errors | |
>:compileJava FAILED | |
>BUILD FAILED | |
>Total time: 16.775 secs | |
>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. | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 17586 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: package com.jtrent238.FoodMod does not exist | |
>import com.jtrent238.FoodMod.blockcandygrass; | |
> ^ | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.blockcandygrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>2 errors | |
>:compileJava FAILED | |
>BUILD FAILED | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>Total time: 16.91 secs | |
>> 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 17862 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.blockcandygrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>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: 17.12 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 18040 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\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = FoodMod.blockcandygrass; | |
> ^ | |
> symbol: variable FoodMod | |
> location: class BiomeGencandyBiome | |
>2 errors | |
>FAILURE: Build failed with an exception. | |
>* What went wrong: | |
>Execution failed for task ':compileJava'. | |
>> Compilation failed; see the compiler error output for details. | |
>* Try: | |
>:compileJava FAILED | |
>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
>BUILD FAILED | |
>Total time: 15.335 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 16193 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol | |
> topBlock = Blocks.Wool; | |
> ^ | |
> symbol: variable Wool | |
> location: class Blocks | |
>:compileJava FAILED | |
>2 errors | |
>BUILD FAILED | |
>Total time: 18.667 secs | |
>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. | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20976 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 | |
>C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol | |
>import com.jtrent238.FoodMod; | |
> ^ | |
> symbol: class FoodMod | |
> location: package com.jtrent238 | |
>1 error | |
>: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: 16.478 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 17321 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 | |
>: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: 38.426 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 39413 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 | |
>[18:57:41] [main/INFO] [GradleStart]: Extra: [] | |
>[18:57:41] [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] | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[18:57:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[18:57:41] [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 | |
>[18:57:41] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[18:57:41] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[18:57:41] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[18:57:42] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! | |
>[18:57:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[18:57:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[18:57:47] [main/INFO]: Setting user: Player259 | |
>[18:57:50] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[18:57:52] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// This doesn't make any sense! | |
>Time: 2/3/16 6:57 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: 7898320 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' | |
>[18:57:52] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[18:57:52] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[18:57:52] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[18:57:52] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[18:57:53] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[18:57:53] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[18:57:58] [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 | |
>[18:57:58] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[18:57:58] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load | |
>[18:57:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT | |
>[18:57:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER | |
>[18:58:00] [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 | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[18:58:00] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[18:58:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[18:58:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[18:58:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:937]: blockbluecake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:942]: blockchocolatecake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:947]: blockgoldcake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:952]: blockmagentacake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:957]: blockblackcake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:962]: blockposioncake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:967]: blockcreepercakeblue | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:972]: blockcreepercakegreen | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:977]: blockredvelvetcake | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blockdeepdishpizza | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blockstove | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:993]: blockmicrowave | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocksugarore | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1010]: blocksugarbricks | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1016]: blocksugar | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1021]: blockfoodtnt | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1026]: blocklight | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1031]: blocktestportal | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1036]: blockpeppermintlog | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1041]: Cherryleaves | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1047]: jtrent238skull | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1052]: BlockOven | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1057]: blockcherryworkbench | |
>[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1062]: blockcherryplanks | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1067]: blockcandystone | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1072]: blockcandydirt | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1077]: blockcandygrass | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:38]: blockspawner | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:44]: blockChest | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:48]: blockCraftingTable | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg | |
>[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar | |
>[18:58:01] [Client thread/INFO] [FML]: Applying holder lookups | |
>[18:58:01] [Client thread/INFO] [FML]: Holder lookups applied | |
>[18:58:01] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[18:58:01] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[18:58:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[18:58:02] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[18:58:02] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[18:58:02] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[18:58:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:02] [Sound Library Loader/INFO]: Sound engine started | |
>[18:58:07] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[18:58:08] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[18:58:08] [Client thread/WARN] [FML]: **************************************** | |
>[18:58:08] [Client thread/WARN] [FML]: * The object mod.mcreator.mcreator_candyLand$BlockTutorialPortal@1838e17 has been registered twice for the same name TestEnvironmentMod:candyLand_portal. | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:397) | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:890) | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:865) | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) | |
>[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)... | |
>[18:58:08] [Client thread/WARN] [FML]: **************************************** | |
>[18:58:08] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[18:58:08] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[18:58:08] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods | |
>[18:58:08] [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 | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:09] [Client thread/INFO]: Created: 512x256 textures/items-atlas | |
>[18:58:09] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[18:58:10] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[18:58:10] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[18:58:11] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[18:58:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[18:58:11] [Sound Library Loader/INFO]: Sound engine started | |
>[18:58:13] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[18:58:13] [Client thread/ERROR]: @ Post startup | |
>[18:58:13] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 6 textures | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default | |
>[18:58:13] [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 | |
>[18:58:13] [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 | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN lotsofblocks | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks is missing 3 textures | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks has 5 locations: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain lotsofblocks are: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_front.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain lotsofblocks | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 181 textures | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are: | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemunstablecandy.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png | |
>[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations: | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are: | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== | |
>[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= | |
>[18:58:21] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[18:58:21] [Server thread/INFO]: Generating keypair | |
>[18:58:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[18:58:21] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance. | |
>[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_portal: 179 (init) -> 216 (map). | |
>[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_trigger: 425 (init) -> 425 (map). | |
>[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_portal: 179 (init) -> 216 (map). | |
>[18:58:21] [Server thread/INFO] [FML]: Applying holder lookups | |
>[18:58:21] [Server thread/INFO] [FML]: Holder lookups applied | |
>[18:58:21] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5) | |
>[18:58:21] [Server thread/INFO] [FML]: Loading dimension 5 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5) | |
>[18:58:21] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5) | |
>[18:58:21] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5) | |
>[18:58:22] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5) | |
>[18:58:22] [Server thread/INFO]: Preparing start region for level 0 | |
>[18:58:23] [Server thread/INFO]: Preparing spawn area: 26% | |
>[18:58:24] [Server thread/INFO]: Preparing spawn area: 84% | |
>[18:58:24] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[18:58:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[18:58:25] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[18:58:26] [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] | |
>[18:58:26] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[18:58:26] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[18:58:26] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[18:58:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[18:58:26] [Server thread/INFO]: Player259[local:E:858639eb] logged in with entity id 407 at (267.69999998807907, 79.0, 254.61446737474108) | |
>[18:58:26] [Server thread/INFO]: Player259 joined the game | |
>[18:58:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:58:29] [Server thread/INFO]: Saving and pausing game... | |
>[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand | |
>[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[18:58:35] [Server thread/INFO]: Player259 has just earned the achievement [Taking Inventory] | |
>[18:58:35] [Client thread/INFO]: [CHAT] Player259 has just earned the achievement [Taking Inventory] | |
>[18:58:37] [Client thread/INFO]: Warning: Clientside chunk ticking took 658 ms | |
>[18:58:38] [Client thread/INFO]: Warning: Clientside chunk ticking took 532 ms | |
>[18:58:38] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:58:46] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:58:53] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:00] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle | |
>[18:59:13] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:13] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.hurt | |
>[18:59:14] [Client thread/INFO]: Warning: Clientside chunk ticking took 1116 ms | |
>[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle | |
>[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.death | |
>[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:15] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:17] [Client thread/INFO]: Warning: Clientside chunk ticking took 315 ms | |
>[18:59:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:37] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none | |
>[18:59:47] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7406ms behind, skipping 148 tick(s) | |
>[19:00:32] [Server thread/INFO]: Saving and pausing game... | |
>[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand | |
>[19:00:33] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:00:35] [Server thread/INFO]: Stopping server | |
>[19:00:35] [Server thread/INFO]: Saving players | |
>[19:00:35] [Server thread/INFO]: Saving worlds | |
>[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand | |
>[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 0 | |
>[19:00:35] [Server thread/INFO] [FML]: Unloading dimension -1 | |
>[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 1 | |
>[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 5 | |
>[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 2 | |
>[19:00:35] [Server thread/INFO] [FML]: Applying holder lookups | |
>[19:00:35] [Server thread/INFO] [FML]: Holder lookups applied | |
>[19:00:46] [Client thread/INFO]: Stopping! | |
>[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>BUILD SUCCESSFUL | |
>Total time: 3 mins 33.809 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 215025 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 | |
>**************************** | |
>:downloadClient SKIPPED | |
>:downloadServer SKIPPED | |
>:getVersionJson | |
>:extractUserDev UP-TO-DATE | |
>:mergeJars SKIPPED | |
>:applyBinPatches | |
>:downloadMcpTools SKIPPED | |
>:extractMcpData UP-TO-DATE | |
>:genSrgs SKIPPED | |
>:deobfBinJar | |
>Applying SpecialSource... | |
>Applying Exceptor... | |
>Stripping synthetics... | |
>: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 | |
>:reobf | |
>:assemble | |
>:check UP-TO-DATE | |
>:build | |
>BUILD SUCCESSFUL | |
>Total time: 2 mins 11.563 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 136924 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 | |
>: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.322 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 22944 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: 19.602 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20326 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: 18.997 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 19973 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: 19.394 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20068 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: 19.605 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20408 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: 19.865 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 20561 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: 20.639 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 21418 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.233 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 28744 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: 20.328 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 21215 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.896 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 29057 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: 23.557 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 24590 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 | |
>[20:32:09] [main/INFO] [GradleStart]: Extra: [] | |
>[20:32: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] | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker | |
>[20:32:10] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading | |
>[20:32: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:32:10] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker | |
>[20:32:10] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin | |
>[20:32:10] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker | |
>[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:32: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:32:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing | |
>[20:32:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper | |
>[20:32:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker | |
>[20:32:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker | |
>[20:32:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:32:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker | |
>[20:32:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} | |
>[20:32:18] [main/INFO]: Setting user: Player471 | |
>[20:32:21] [Client thread/INFO]: LWJGL Version: 2.9.1 | |
>[20:32:23] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ---- | |
>// Why is it breaking :( | |
>Time: 2/3/16 8:32 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: 9214312 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:32:24] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization | |
>[20:32:24] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized | |
>[20:32:24] [Client thread/INFO] [FML]: Replaced 183 ore recipies | |
>[20:32:25] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization | |
>[20:32:25] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer | |
>[20:32:25] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods | |
>[20:32:31] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod | |
>[20:32:32] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load | |
>[20:32:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at CLIENT | |
>[20:32:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at SERVER | |
>[20:32:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:34] [Client thread/INFO] [FML]: Processing ObjectHolder annotations | |
>[20:32:34] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations | |
>[20:32:34] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
>[20:32:34] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
>[20:32:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
>[20:32:35] [Client thread/INFO] [FML]: Applying holder lookups | |
>[20:32:35] [Client thread/INFO] [FML]: Holder lookups applied | |
>[20:32:35] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:32:35] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:32:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:32:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:32:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:32:36] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:32:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:36] [Sound Library Loader/INFO]: Sound engine started | |
>[20:32:51] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:32:51] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[20:32:51] [Client thread/INFO] [FML]: Injecting itemstacks | |
>[20:32:51] [Client thread/INFO] [FML]: Itemstack injection complete | |
>[20:32:52] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods | |
>[20:32:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod | |
>[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar | |
>[20:32:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas | |
>[20:32:53] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas | |
>[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem... | |
>[20:32:53] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL | |
>[20:32:53] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) | |
>[20:32:53] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized. | |
>[20:32:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:32:54] [Sound Library Loader/INFO]: Sound engine started | |
>[20:32:57] [Client thread/ERROR]: ########## GL ERROR ########## | |
>[20:32:57] [Client thread/ERROR]: @ Post startup | |
>[20:32:57] [Client thread/ERROR]: 1286: Invalid framebuffer operation | |
>[20:33:19] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10 | |
>[20:33:19] [Server thread/INFO]: Generating keypair | |
>[20:33:19] [Server thread/INFO]: Converting map! | |
>[20:33:19] [Server thread/INFO]: Scanning folders... | |
>[20:33:19] [Server thread/INFO]: Total conversion count is 0 | |
>[20:33:20] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance | |
>[20:33:20] [Server thread/INFO] [FML]: Applying holder lookups | |
>[20:33:20] [Server thread/INFO] [FML]: Holder lookups applied | |
>[20:33:22] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3) | |
>[20:33:23] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3) | |
>[20:33:23] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3) | |
>[20:33:23] [Server thread/INFO]: Preparing start region for level 0 | |
>[20:33:24] [Server thread/INFO]: Preparing spawn area: 98% | |
>[20:33:24] [Server thread/INFO]: Changing view distance to 8, from 10 | |
>[20:33:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2 | |
>[20:33:25] [Netty IO #1/INFO] [FML]: Client protocol version 2 | |
>[20:33:25] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] | |
>[20:33:25] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT | |
>[20:33:25] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER | |
>[20:33:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established | |
>[20:33:25] [Server thread/INFO]: Player471[local:E:988a1d2a] logged in with entity id 0 at (-136.5, 4.0, -580.5) | |
>[20:33:25] [Server thread/INFO]: Player471 joined the game | |
>[20:33:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established | |
>[20:33:28] [Server thread/INFO]: Saving and pausing game... | |
>[20:33:28] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:33:29] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:33:29] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:33:35] [Server thread/INFO]: Player471 has just earned the achievement [Taking Inventory] | |
>[20:33:35] [Client thread/INFO]: [CHAT] Player471 has just earned the achievement [Taking Inventory] | |
>[20:34:16] [Server thread/INFO]: [Player471: Set own game mode to Survival Mode] | |
>[20:34:16] [Client thread/INFO]: [CHAT] Your game mode has been updated | |
>[20:34:19] [Server thread/INFO]: Saving and pausing game... | |
>[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:34:32] [Server thread/INFO]: Saving and pausing game... | |
>[20:34:32] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:34:33] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:34:33] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:34:44] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 5 seconds] | |
>[20:34:44] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 5 seconds | |
>[20:34:54] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds] | |
>[20:34:54] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds | |
>[20:35:08] [Server thread/INFO]: Saving and pausing game... | |
>[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:35:12] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops | |
>[20:35:13] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops | |
>[20:35:14] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops | |
>[20:35:14] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops | |
>[20:35:16] [Server thread/INFO]: [Player471: Game rule has been updated] | |
>[20:35:16] [Client thread/INFO]: [CHAT] Game rule has been updated | |
>[20:35:16] [Server thread/INFO]: Saving and pausing game... | |
>[20:35:16] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:35:17] [Server thread/INFO]: Saving chunks for level 'New World'/Nether | |
>[20:35:17] [Server thread/INFO]: Saving chunks for level 'New World'/The End | |
>[20:35:21] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds] | |
>[20:35:21] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds | |
>[20:35:27] [Client thread/INFO]: [CHAT] /effect <player> <effect> [seconds] [amplifier] | |
>[20:35:36] [Client thread/INFO]: [CHAT] There is no such item with ID minecraft:steak | |
>[20:35:53] [Client thread/INFO]: [CHAT] There is no such item with ID minecraft:cooked_steak | |
>[20:35:59] [Server thread/INFO]: [Player471: Set own game mode to Creative Mode] | |
>[20:35:59] [Client thread/INFO]: [CHAT] Your game mode has been updated | |
>[20:36:11] [Server thread/INFO]: [Player471: Set own game mode to Survival Mode] | |
>[20:36:11] [Client thread/INFO]: [CHAT] Your game mode has been updated | |
>[20:36:56] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds] | |
>[20:36:56] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds | |
>[20:36:59] [Client thread/INFO]: [CHAT] /effect <player> <effect> [seconds] [amplifier] | |
>[20:37:28] [Server thread/INFO]: [Player471: Set own game mode to Creative Mode] | |
>[20:37:28] [Client thread/INFO]: [CHAT] Your game mode has been updated | |
>[20:37:47] [Client thread/INFO]: Stopping! | |
>[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down... | |
>[20:37:47] [Server thread/INFO]: Stopping server | |
>[20:37:47] [Server thread/INFO]: Saving players | |
>[20:37:47] [Server thread/INFO]: Saving worlds | |
>[20:37:47] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld | |
>[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com | |
>[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: | |
>[20:37:47] [Client Shutdown Thread/INFO]: Stopping server | |
>BUILD SUCCESSFUL | |
>Total time: 6 mins 5.377 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 366149 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 | |
>: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: 44.413 secs | |
>C:\Pylo\MCreator159\forge> | |
>Task completed with return code 0 in 47300 milliseconds | |
>Task return code check OK! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment