jtrent238

MCreator-log-2.3.16.8.45

Feb 3rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.31 KB | None | 0 0
  1. >BOOTING UP GRADLE...
  2. >Data loaded, MCreator gradle console ready [ver 1.007]! [boot took 72 milliseconds]
  3. >RIGHT click once to copy log to the clipboard or twice to clear the log.
  4. >=========================================================================================================================
  5. >Executing gradle command: runClient
  6. >Microsoft Windows [Version 6.1.7601]
  7. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  8. >C:\Pylo\MCreator159>cd forge
  9. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  10. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  11. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  12. >C:\Pylo\MCreator159\forge>gradlew runClient
  13. >****************************
  14. > Powered By MCP:
  15. > http://modcoderpack.com/
  16. > Searge, ProfMobius, Fesh0r,
  17. > R4wk, ZeuX, IngisKahn, bspkrs
  18. > MCP Data version : unknown
  19. >****************************
  20. >:compileApiJava UP-TO-DATE
  21. >:processApiResources UP-TO-DATE
  22. >:apiClasses UP-TO-DATE
  23. >:sourceMainJava
  24. >C:\Pylo\MCreator159\forge\build\sources\java\com\jtrent238\foodmod\FoodMod.java:1195: error: cannot find symbol
  25. > MinecraftForge.EVENT_BUS.register(new PotionSticky());
  26. > ^
  27. > symbol: class PotionSticky
  28. > location: class FoodMod
  29. >1 error
  30. >:compileJava FAILED
  31. >FAILURE: Build failed with an exception.
  32. >* What went wrong:
  33. >Execution failed for task ':compileJava'.
  34. >> Compilation failed; see the compiler error output for details.
  35. >* Try:
  36. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  37. >BUILD FAILED
  38. >Total time: 1 mins 26.485 secs
  39. >C:\Pylo\MCreator159\forge>
  40. >Task completed with return code 0 in 88037 milliseconds
  41. >=========================================================================================================================
  42. >Executing gradle command: runClient
  43. >Microsoft Windows [Version 6.1.7601]
  44. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  45. >C:\Pylo\MCreator159>cd forge
  46. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  47. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  48. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  49. >C:\Pylo\MCreator159\forge>gradlew runClient
  50. >****************************
  51. > Powered By MCP:
  52. > http://modcoderpack.com/
  53. > Searge, ProfMobius, Fesh0r,
  54. > R4wk, ZeuX, IngisKahn, bspkrs
  55. > MCP Data version : unknown
  56. >****************************
  57. >:compileApiJava UP-TO-DATE
  58. >:processApiResources UP-TO-DATE
  59. >:apiClasses UP-TO-DATE
  60. >:sourceMainJava
  61. >:compileJava
  62. >:processResources
  63. >:classes
  64. >:jar
  65. >:getVersionJson
  66. >:extractUserDev UP-TO-DATE
  67. >:extractNatives UP-TO-DATE
  68. >:getAssetsIndex
  69. >:getAssets
  70. >:makeStart
  71. >[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  72. >[ant:javac] 1 warning
  73. >:runClient
  74. >[16:57:43] [main/INFO] [GradleStart]: Extra: []
  75. >[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]
  76. >[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  77. >[16:57:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  78. >[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
  79. >[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  80. >[16:57:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
  81. >[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
  82. >[16:57:44] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  83. >[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
  84. >[16:57:44] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
  85. >[16:57:44] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
  86. >[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  87. >[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  88. >[16:57:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  89. >[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  90. >[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  91. >[16:57:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  92. >[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!
  93. >[16:57:48] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  94. >[16:57:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  95. >[16:57:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  96. >[16:57:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  97. >[16:57:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  98. >[16:57:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  99. >[16:57:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  100. >[16:57:52] [main/INFO]: Setting user: Player482
  101. >[16:57:55] [Client thread/INFO]: LWJGL Version: 2.9.1
  102. >[16:58:00] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  103. >// I bet Cylons wouldn't have this problem.
  104. >Time: 2/3/16 4:58 PM
  105. >Description: Loading screen debug info
  106. >This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  107. >A detailed walkthrough of the error, its code path and all known details is as follows:
  108. >---------------------------------------------------------------------------------------
  109. >-- System Details --
  110. >Details:
  111. > Minecraft Version: 1.7.10
  112. > Operating System: Windows 7 (x86) version 6.1
  113. > Java Version: 1.7.0_60, Oracle Corporation
  114. > Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  115. > Memory: 9232336 bytes (8 MB) / 47689728 bytes (45 MB) up to 259522560 bytes (247 MB)
  116. > JVM Flags: 0 total;
  117. > AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  118. > IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  119. > FML:
  120. > GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics'
  121. >[16:58:00] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  122. >[16:58:00] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
  123. >[16:58:00] [Client thread/INFO] [FML]: Replaced 183 ore recipies
  124. >[16:58:01] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  125. >[16:58:01] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  126. >[16:58:01] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods
  127. >[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
  128. >com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34
  129. > at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
  130. > at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
  131. > at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
  132. > at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
  133. > at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
  134. > at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
  135. > at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
  136. > at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
  137. > at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
  138. > at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
  139. > at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
  140. > at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
  141. > at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
  142. > at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
  143. > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  144. > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  145. > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  146. > at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  147. > at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  148. > at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  149. > at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
  150. > at GradleStart.main(Unknown Source) [start/:?]
  151. >Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34
  152. > at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
  153. > at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?]
  154. > at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
  155. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?]
  156. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
  157. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
  158. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
  159. > at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
  160. > ... 21 more
  161. >[16:58:12] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod
  162. >[16:58:12] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load
  163. >[16:58:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT
  164. >[16:58:13] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER
  165. >[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
  166. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  167. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  168. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  169. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  170. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  171. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  172. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  173. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  174. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  175. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  176. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  177. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  178. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  179. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  180. >[16:58:14] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  181. >[16:58:15] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  182. >[16:58:15] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
  183. >[16:58:15] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  184. >[16:58:15] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  185. >[16:58:15] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  186. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:937]: blockbluecake
  187. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:942]: blockchocolatecake
  188. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:947]: blockgoldcake
  189. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:952]: blockmagentacake
  190. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:957]: blockblackcake
  191. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:962]: blockposioncake
  192. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:967]: blockcreepercakeblue
  193. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:972]: blockcreepercakegreen
  194. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:977]: blockredvelvetcake
  195. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blockdeepdishpizza
  196. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blockstove
  197. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:993]: blockmicrowave
  198. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocksugarore
  199. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1010]: blocksugarbricks
  200. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1016]: blocksugar
  201. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1021]: blockfoodtnt
  202. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1026]: blocklight
  203. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1031]: blocktestportal
  204. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1036]: blockpeppermintlog
  205. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1041]: Cherryleaves
  206. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1047]: jtrent238skull
  207. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1052]: BlockOven
  208. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1057]: blockcherryworkbench
  209. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1062]: blockcherryplanks
  210. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1067]: blockcandystone
  211. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1072]: blockcandydirt
  212. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1077]: blockcandygrass
  213. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:38]: blockspawner
  214. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:44]: blockChest
  215. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:48]: blockCraftingTable
  216. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard
  217. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby
  218. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore
  219. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg
  220. >[16:58:15] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar
  221. >[16:58:15] [Client thread/INFO] [FML]: Applying holder lookups
  222. >[16:58:15] [Client thread/INFO] [FML]: Holder lookups applied
  223. >[16:58:15] [Client thread/INFO] [FML]: Injecting itemstacks
  224. >[16:58:15] [Client thread/INFO] [FML]: Itemstack injection complete
  225. >[16:58:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  226. >[16:58:16] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  227. >[16:58:16] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  228. >[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)
  229. >[16:58:17] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  230. >[16:58:17] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  231. >[16:58:17] [Sound Library Loader/INFO]: Sound engine started
  232. >[16:58:33] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  233. >[16:58:33] [Client thread/INFO]: Created: 512x256 textures/items-atlas
  234. >[16:58:33] [Client thread/INFO] [FML]: Injecting itemstacks
  235. >[16:58:33] [Client thread/INFO] [FML]: Itemstack injection complete
  236. >[16:58:34] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods
  237. >[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
  238. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  239. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  240. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  241. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  242. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  243. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  244. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  245. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  246. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  247. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  248. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  249. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  250. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  251. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  252. >[16:58:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  253. >[16:58:34] [Client thread/INFO]: Created: 512x256 textures/items-atlas
  254. >[16:58:35] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  255. >[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  256. >[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  257. >[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  258. >[16:58:35] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  259. >[16:58:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  260. >[16:58:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  261. >[16:58:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  262. >[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)
  263. >[16:58:35] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  264. >[16:58:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  265. >[16:58:36] [Sound Library Loader/INFO]: Sound engine started
  266. >[16:58:47] [Client thread/ERROR]: ########## GL ERROR ##########
  267. >[16:58:47] [Client thread/ERROR]: @ Post startup
  268. >[16:58:47] [Client thread/ERROR]: 1286: Invalid framebuffer operation
  269. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  270. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
  271. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  272. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
  273. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  274. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 6 textures
  275. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations:
  276. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
  277. >[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
  278. >[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
  279. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  280. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  281. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  282. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  283. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  284. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  285. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
  286. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png
  287. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png
  288. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png
  289. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png
  290. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png
  291. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png
  292. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  293. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
  294. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  295. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  296. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN lotsofblocks
  297. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  298. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks is missing 3 textures
  299. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks has 5 locations:
  300. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  301. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  302. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  303. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  304. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  305. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  306. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain lotsofblocks are:
  307. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_top.png
  308. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_front.png
  309. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_side.png
  310. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  311. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain lotsofblocks
  312. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  313. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  314. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod
  315. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  316. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 181 textures
  317. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations:
  318. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  319. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  320. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  321. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  322. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  323. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  324. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are:
  325. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png
  326. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png
  327. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png
  328. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png
  329. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png
  330. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png
  331. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png
  332. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png
  333. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png
  334. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png
  335. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png
  336. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png
  337. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png
  338. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png
  339. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png
  340. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png
  341. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png
  342. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png
  343. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png
  344. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png
  345. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png
  346. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png
  347. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png
  348. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png
  349. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png
  350. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png
  351. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png
  352. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png
  353. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png
  354. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png
  355. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png
  356. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png
  357. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png
  358. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png
  359. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png
  360. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png
  361. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png
  362. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png
  363. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png
  364. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png
  365. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png
  366. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png
  367. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png
  368. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png
  369. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png
  370. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png
  371. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png
  372. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png
  373. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png
  374. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png
  375. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png
  376. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png
  377. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png
  378. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png
  379. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png
  380. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png
  381. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png
  382. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png
  383. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png
  384. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png
  385. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png
  386. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png
  387. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png
  388. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png
  389. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png
  390. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png
  391. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png
  392. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png
  393. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png
  394. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png
  395. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png
  396. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png
  397. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png
  398. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png
  399. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png
  400. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png
  401. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png
  402. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png
  403. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png
  404. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png
  405. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png
  406. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png
  407. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png
  408. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png
  409. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png
  410. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png
  411. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png
  412. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png
  413. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png
  414. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png
  415. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png
  416. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png
  417. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png
  418. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png
  419. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png
  420. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png
  421. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png
  422. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemunstablecandy.png
  423. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png
  424. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png
  425. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png
  426. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png
  427. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png
  428. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png
  429. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png
  430. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png
  431. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png
  432. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png
  433. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png
  434. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png
  435. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png
  436. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png
  437. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png
  438. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png
  439. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png
  440. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png
  441. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png
  442. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png
  443. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png
  444. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png
  445. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png
  446. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png
  447. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png
  448. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png
  449. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png
  450. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png
  451. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png
  452. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png
  453. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png
  454. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png
  455. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png
  456. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png
  457. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png
  458. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png
  459. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png
  460. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png
  461. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png
  462. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png
  463. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png
  464. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png
  465. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png
  466. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png
  467. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png
  468. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png
  469. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png
  470. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png
  471. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png
  472. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png
  473. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png
  474. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png
  475. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png
  476. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png
  477. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png
  478. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png
  479. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png
  480. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png
  481. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png
  482. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png
  483. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png
  484. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png
  485. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png
  486. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png
  487. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png
  488. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png
  489. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png
  490. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png
  491. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png
  492. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png
  493. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png
  494. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png
  495. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png
  496. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png
  497. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png
  498. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png
  499. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png
  500. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png
  501. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png
  502. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png
  503. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png
  504. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png
  505. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png
  506. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  507. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod
  508. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  509. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  510. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod
  511. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  512. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures
  513. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations:
  514. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  515. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  516. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  517. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  518. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  519. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  520. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are:
  521. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png
  522. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png
  523. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png
  524. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png
  525. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png
  526. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png
  527. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png
  528. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png
  529. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png
  530. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png
  531. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png
  532. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png
  533. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png
  534. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png
  535. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png
  536. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png
  537. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png
  538. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png
  539. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png
  540. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  541. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod
  542. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  543. >[16:58:47] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  544. >[17:00:31] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  545. >[17:00:31] [Server thread/INFO]: Generating keypair
  546. >[17:00:31] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  547. >[17:00:31] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance.
  548. >[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockCraftingTable: 202 (init) -> 214 (map).
  549. >[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockChest: 201 (init) -> 215 (map).
  550. >[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockCraftingTable: 202 (init) -> 214 (map).
  551. >[17:00:31] [Server thread/INFO] [FML]: Injected new block/item foodmod:itemunstablecandy: 4235 (init) -> 4270 (map).
  552. >[17:00:31] [Server thread/INFO] [FML]: Injected new block/item lotsofblocks:blockChest: 201 (init) -> 215 (map).
  553. >[17:00:31] [Server thread/INFO] [FML]: Applying holder lookups
  554. >[17:00:31] [Server thread/INFO] [FML]: Holder lookups applied
  555. >[17:00:31] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34)
  556. >[17:00:31] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34)
  557. >[17:00:31] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34)
  558. >[17:00:31] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@b3ec34)
  559. >[17:00:32] [Server thread/INFO]: Preparing start region for level 0
  560. >[17:00:33] [Server thread/INFO]: Preparing spawn area: 14%
  561. >[17:00:34] [Server thread/INFO]: Preparing spawn area: 53%
  562. >[17:00:35] [Server thread/INFO]: Preparing spawn area: 93%
  563. >[17:00:36] [Server thread/INFO]: Changing view distance to 8, from 10
  564. >[17:00:37] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
  565. >[17:00:37] [Netty IO #1/INFO] [FML]: Client protocol version 2
  566. >[17:00:37] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  567. >[17:00:37] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  568. >[17:00:37] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  569. >[17:00:37] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  570. >[17:00:37] [Server thread/INFO]: Player482[local:E:feeba21a] logged in with entity id 398 at (267.69999998807907, 79.0, 254.61446737474108)
  571. >[17:00:37] [Server thread/INFO]: Player482 joined the game
  572. >[17:00:40] [Server thread/INFO]: Saving and pausing game...
  573. >[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  574. >[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  575. >[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  576. >[17:00:40] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  577. >[17:01:00] [Client thread/INFO]: Stopping!
  578. >[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  579. >[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  580. >[17:01:00] [Server thread/INFO]: Stopping server
  581. >[17:01:00] [Server thread/INFO]: Saving players
  582. >[17:01:00] [Server thread/INFO]: Saving worlds
  583. >[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  584. >[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  585. >[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  586. >[17:01:00] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  587. >[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 0
  588. >[17:01:00] [Server thread/INFO] [FML]: Unloading dimension -1
  589. >[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 1
  590. >[17:01:00] [Server thread/INFO] [FML]: Unloading dimension 2
  591. >[17:01:00] [Server thread/INFO] [FML]: Applying holder lookups
  592. >[17:01:00] [Server thread/INFO] [FML]: Holder lookups applied
  593. >[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  594. >[17:01:00] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  595. >BUILD SUCCESSFUL
  596. >Total time: 4 mins 16.617 secs
  597. >C:\Pylo\MCreator159\forge>
  598. >Task completed with return code 0 in 257834 milliseconds
  599. >Task return code check OK!
  600. >=========================================================================================================================
  601. >Executing gradle command: build
  602. >Microsoft Windows [Version 6.1.7601]
  603. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  604. >C:\Pylo\MCreator159>cd forge
  605. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  606. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  607. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  608. >C:\Pylo\MCreator159\forge>gradlew build
  609. >****************************
  610. > Powered By MCP:
  611. > http://modcoderpack.com/
  612. > Searge, ProfMobius, Fesh0r,
  613. > R4wk, ZeuX, IngisKahn, bspkrs
  614. > MCP Data version : unknown
  615. >****************************
  616. >:compileApiJava UP-TO-DATE
  617. >:processApiResources UP-TO-DATE
  618. >:apiClasses UP-TO-DATE
  619. >:sourceMainJava
  620. >:compileJava
  621. >:processResources UP-TO-DATE
  622. >:classes
  623. >:jar
  624. >:compileTestJava UP-TO-DATE
  625. >:processTestResources UP-TO-DATE
  626. >:testClasses UP-TO-DATE
  627. >:test UP-TO-DATE
  628. >:extractMcpData UP-TO-DATE
  629. >:getVersionJson
  630. >:extractUserDev UP-TO-DATE
  631. >:genSrgs SKIPPED
  632. >:reobf
  633. >:assemble
  634. >:check UP-TO-DATE
  635. >:build
  636. >BUILD SUCCESSFUL
  637. >Total time: 36.622 secs
  638. >C:\Pylo\MCreator159\forge>
  639. >Task completed with return code 0 in 38279 milliseconds
  640. >Task return code check OK!
  641. >=========================================================================================================================
  642. >Executing gradle command: build
  643. >Microsoft Windows [Version 6.1.7601]
  644. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  645. >C:\Pylo\MCreator159>cd forge
  646. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  647. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  648. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  649. >C:\Pylo\MCreator159\forge>gradlew build
  650. >****************************
  651. > Powered By MCP:
  652. > http://modcoderpack.com/
  653. > Searge, ProfMobius, Fesh0r,
  654. > R4wk, ZeuX, IngisKahn, bspkrs
  655. > MCP Data version : unknown
  656. >****************************
  657. >:compileApiJava UP-TO-DATE
  658. >:processApiResources UP-TO-DATE
  659. >:apiClasses UP-TO-DATE
  660. >:sourceMainJava
  661. >:compileJava
  662. >:processResources UP-TO-DATE
  663. >:classes
  664. >:jar
  665. >:compileTestJava UP-TO-DATE
  666. >:processTestResources UP-TO-DATE
  667. >:testClasses UP-TO-DATE
  668. >:test UP-TO-DATE
  669. >:extractMcpData UP-TO-DATE
  670. >:getVersionJson
  671. >:extractUserDev UP-TO-DATE
  672. >:genSrgs SKIPPED
  673. >:reobf
  674. >:assemble
  675. >:check UP-TO-DATE
  676. >:build
  677. >BUILD SUCCESSFUL
  678. >Total time: 27.361 secs
  679. >C:\Pylo\MCreator159\forge>
  680. >Task completed with return code 0 in 28656 milliseconds
  681. >Task return code check OK!
  682. >=========================================================================================================================
  683. >Executing gradle command: build
  684. >Microsoft Windows [Version 6.1.7601]
  685. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  686. >C:\Pylo\MCreator159>cd forge
  687. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  688. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  689. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  690. >C:\Pylo\MCreator159\forge>gradlew build
  691. >****************************
  692. > Powered By MCP:
  693. > http://modcoderpack.com/
  694. > Searge, ProfMobius, Fesh0r,
  695. > R4wk, ZeuX, IngisKahn, bspkrs
  696. > MCP Data version : unknown
  697. >****************************
  698. >:compileApiJava UP-TO-DATE
  699. >:processApiResources UP-TO-DATE
  700. >:apiClasses UP-TO-DATE
  701. >:sourceMainJava
  702. >:compileJava
  703. >:processResources UP-TO-DATE
  704. >:classes
  705. >:jar
  706. >:compileTestJava UP-TO-DATE
  707. >:processTestResources UP-TO-DATE
  708. >:testClasses UP-TO-DATE
  709. >:test UP-TO-DATE
  710. >:extractMcpData UP-TO-DATE
  711. >:getVersionJson
  712. >:extractUserDev UP-TO-DATE
  713. >:genSrgs SKIPPED
  714. >:reobf
  715. >:assemble
  716. >:check UP-TO-DATE
  717. >:build
  718. >BUILD SUCCESSFUL
  719. >Total time: 34.889 secs
  720. >C:\Pylo\MCreator159\forge>
  721. >Task completed with return code 0 in 35971 milliseconds
  722. >Task return code check OK!
  723. >=========================================================================================================================
  724. >Executing gradle command: build
  725. >Microsoft Windows [Version 6.1.7601]
  726. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  727. >C:\Pylo\MCreator159>cd forge
  728. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  729. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  730. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  731. >C:\Pylo\MCreator159\forge>gradlew build
  732. >****************************
  733. > Powered By MCP:
  734. > http://modcoderpack.com/
  735. > Searge, ProfMobius, Fesh0r,
  736. > R4wk, ZeuX, IngisKahn, bspkrs
  737. > MCP Data version : unknown
  738. >****************************
  739. >:compileApiJava UP-TO-DATE
  740. >:processApiResources UP-TO-DATE
  741. >:apiClasses UP-TO-DATE
  742. >:sourceMainJava
  743. >:compileJava
  744. >:processResources UP-TO-DATE
  745. >:classes
  746. >:jar
  747. >:compileTestJava UP-TO-DATE
  748. >:processTestResources UP-TO-DATE
  749. >:testClasses UP-TO-DATE
  750. >:test UP-TO-DATE
  751. >:extractMcpData UP-TO-DATE
  752. >:getVersionJson
  753. >:extractUserDev UP-TO-DATE
  754. >:genSrgs SKIPPED
  755. >:reobf
  756. >:assemble
  757. >:check UP-TO-DATE
  758. >:build
  759. >BUILD SUCCESSFUL
  760. >Total time: 29.704 secs
  761. >C:\Pylo\MCreator159\forge>
  762. >Task completed with return code 0 in 30655 milliseconds
  763. >Task return code check OK!
  764. >=========================================================================================================================
  765. >Executing gradle command: build
  766. >Microsoft Windows [Version 6.1.7601]
  767. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  768. >C:\Pylo\MCreator159>cd forge
  769. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  770. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  771. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  772. >C:\Pylo\MCreator159\forge>gradlew build
  773. >****************************
  774. > Powered By MCP:
  775. > http://modcoderpack.com/
  776. > Searge, ProfMobius, Fesh0r,
  777. > R4wk, ZeuX, IngisKahn, bspkrs
  778. > MCP Data version : unknown
  779. >****************************
  780. >:compileApiJava UP-TO-DATE
  781. >:processApiResources UP-TO-DATE
  782. >:apiClasses UP-TO-DATE
  783. >:sourceMainJava
  784. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:146: error: cannot find symbol
  785. >this.spawnableMonsterList.add(new SpawnListEntry(EntityCandyPig.class, 5, 1, 5));
  786. > ^
  787. > symbol: class EntityCandyPig
  788. > location: class BiomeGencandyBiome
  789. >:compileJava FAILED
  790. >1 error
  791. >FAILURE: Build failed with an exception.
  792. >* What went wrong:
  793. >Execution failed for task ':compileJava'.
  794. >> Compilation failed; see the compiler error output for details.
  795. >* Try:
  796. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  797. >BUILD FAILED
  798. >Total time: 21.433 secs
  799. >C:\Pylo\MCreator159\forge>
  800. >Task completed with return code 0 in 22354 milliseconds
  801. >=========================================================================================================================
  802. >Executing gradle command: build
  803. >Microsoft Windows [Version 6.1.7601]
  804. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  805. >C:\Pylo\MCreator159>cd forge
  806. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  807. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  808. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  809. >C:\Pylo\MCreator159\forge>gradlew build
  810. >****************************
  811. > Powered By MCP:
  812. > http://modcoderpack.com/
  813. > Searge, ProfMobius, Fesh0r,
  814. > R4wk, ZeuX, IngisKahn, bspkrs
  815. > MCP Data version : unknown
  816. >****************************
  817. >:compileApiJava UP-TO-DATE
  818. >:processApiResources UP-TO-DATE
  819. >:apiClasses UP-TO-DATE
  820. >:sourceMainJava
  821. >:compileJava
  822. >:processResources UP-TO-DATE
  823. >:classes
  824. >:jar
  825. >:compileTestJava UP-TO-DATE
  826. >:processTestResources UP-TO-DATE
  827. >:testClasses UP-TO-DATE
  828. >:test UP-TO-DATE
  829. >:extractMcpData UP-TO-DATE
  830. >:getVersionJson
  831. >:extractUserDev UP-TO-DATE
  832. >:genSrgs SKIPPED
  833. >:reobf
  834. >:assemble
  835. >:check UP-TO-DATE
  836. >:build
  837. >BUILD SUCCESSFUL
  838. >Total time: 28.679 secs
  839. >C:\Pylo\MCreator159\forge>
  840. >Task completed with return code 0 in 29661 milliseconds
  841. >Task return code check OK!
  842. >=========================================================================================================================
  843. >Executing gradle command: build
  844. >Microsoft Windows [Version 6.1.7601]
  845. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  846. >C:\Pylo\MCreator159>cd forge
  847. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  848. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  849. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  850. >C:\Pylo\MCreator159\forge>gradlew build
  851. >****************************
  852. > Powered By MCP:
  853. > http://modcoderpack.com/
  854. > Searge, ProfMobius, Fesh0r,
  855. > R4wk, ZeuX, IngisKahn, bspkrs
  856. > MCP Data version : unknown
  857. >****************************
  858. >:compileApiJava UP-TO-DATE
  859. >:processApiResources UP-TO-DATE
  860. >:apiClasses UP-TO-DATE
  861. >:sourceMainJava
  862. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:125: error: cannot find symbol
  863. > topBlock = com.jtrent238.foodmod.BlockCandyGrass;
  864. > ^
  865. > symbol: class foodmod
  866. > location: package com.jtrent238
  867. >1 error
  868. >:compileJava FAILED
  869. >FAILURE: Build failed with an exception.
  870. >* What went wrong:
  871. >Execution failed for task ':compileJava'.
  872. >> Compilation failed; see the compiler error output for details.
  873. >* Try:
  874. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  875. >BUILD FAILED
  876. >Total time: 19.398 secs
  877. >C:\Pylo\MCreator159\forge>
  878. >Task completed with return code 0 in 20303 milliseconds
  879. >=========================================================================================================================
  880. >Executing gradle command: build
  881. >Microsoft Windows [Version 6.1.7601]
  882. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  883. >C:\Pylo\MCreator159>cd forge
  884. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  885. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  886. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  887. >C:\Pylo\MCreator159\forge>gradlew build
  888. >****************************
  889. > Powered By MCP:
  890. > http://modcoderpack.com/
  891. > Searge, ProfMobius, Fesh0r,
  892. > R4wk, ZeuX, IngisKahn, bspkrs
  893. > MCP Data version : unknown
  894. >****************************
  895. >:compileApiJava UP-TO-DATE
  896. >:processApiResources UP-TO-DATE
  897. >:apiClasses UP-TO-DATE
  898. >:sourceMainJava
  899. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: ';' expected
  900. >import com.jtrent238.foodmod
  901. > ^
  902. >1 error
  903. >:compileJava FAILED
  904. >FAILURE: Build failed with an exception.
  905. >* What went wrong:
  906. >Execution failed for task ':compileJava'.
  907. >> Compilation failed; see the compiler error output for details.
  908. >* Try:
  909. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  910. >BUILD FAILED
  911. >Total time: 15.559 secs
  912. >C:\Pylo\MCreator159\forge>
  913. >Task completed with return code 0 in 16387 milliseconds
  914. >=========================================================================================================================
  915. >Executing gradle command: build
  916. >Microsoft Windows [Version 6.1.7601]
  917. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  918. >C:\Pylo\MCreator159>cd forge
  919. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  920. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  921. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  922. >C:\Pylo\MCreator159\forge>gradlew build
  923. >****************************
  924. > Powered By MCP:
  925. > http://modcoderpack.com/
  926. > Searge, ProfMobius, Fesh0r,
  927. > R4wk, ZeuX, IngisKahn, bspkrs
  928. > MCP Data version : unknown
  929. >****************************
  930. >:compileApiJava UP-TO-DATE
  931. >:processApiResources UP-TO-DATE
  932. >:apiClasses UP-TO-DATE
  933. >:sourceMainJava
  934. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  935. >import com.jtrent238.foodmod;
  936. > ^
  937. > symbol: class foodmod
  938. > location: package com.jtrent238
  939. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  940. > topBlock = FoodMod.BlockCandyGrass;
  941. > ^
  942. > symbol: variable FoodMod
  943. > location: class BiomeGencandyBiome
  944. >:compileJava FAILED
  945. >2 errors
  946. >BUILD FAILED
  947. >FAILURE: Build failed with an exception.
  948. >* What went wrong:
  949. >Execution failed for task ':compileJava'.
  950. >> Compilation failed; see the compiler error output for details.
  951. >* Try:
  952. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  953. >Total time: 16.554 secs
  954. >C:\Pylo\MCreator159\forge>
  955. >Task completed with return code 0 in 17412 milliseconds
  956. >=========================================================================================================================
  957. >Executing gradle command: build
  958. >Microsoft Windows [Version 6.1.7601]
  959. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  960. >C:\Pylo\MCreator159>cd forge
  961. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  962. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  963. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  964. >C:\Pylo\MCreator159\forge>gradlew build
  965. >****************************
  966. > Powered By MCP:
  967. > http://modcoderpack.com/
  968. > Searge, ProfMobius, Fesh0r,
  969. > R4wk, ZeuX, IngisKahn, bspkrs
  970. > MCP Data version : unknown
  971. >****************************
  972. >:compileApiJava UP-TO-DATE
  973. >:processApiResources UP-TO-DATE
  974. >:apiClasses UP-TO-DATE
  975. >:sourceMainJava
  976. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  977. >import com.jtrent238.FoodMod;
  978. > ^
  979. > symbol: class FoodMod
  980. > location: package com.jtrent238
  981. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  982. > topBlock = FoodMod.BlockCandyGrass;
  983. > ^
  984. > symbol: variable FoodMod
  985. > location: class BiomeGencandyBiome
  986. >2 errors
  987. >:compileJava FAILED
  988. >FAILURE: Build failed with an exception.
  989. >* What went wrong:
  990. >Execution failed for task ':compileJava'.
  991. >> Compilation failed; see the compiler error output for details.
  992. >* Try:
  993. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  994. >BUILD FAILED
  995. >Total time: 19.055 secs
  996. >C:\Pylo\MCreator159\forge>
  997. >Task completed with return code 0 in 19980 milliseconds
  998. >=========================================================================================================================
  999. >Executing gradle command: build
  1000. >Microsoft Windows [Version 6.1.7601]
  1001. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1002. >C:\Pylo\MCreator159>cd forge
  1003. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1004. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1005. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1006. >C:\Pylo\MCreator159\forge>gradlew build
  1007. >****************************
  1008. > Powered By MCP:
  1009. > http://modcoderpack.com/
  1010. > Searge, ProfMobius, Fesh0r,
  1011. > R4wk, ZeuX, IngisKahn, bspkrs
  1012. > MCP Data version : unknown
  1013. >****************************
  1014. >:compileApiJava UP-TO-DATE
  1015. >:processApiResources UP-TO-DATE
  1016. >:apiClasses UP-TO-DATE
  1017. >:sourceMainJava
  1018. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  1019. >import com.jtrent238.FoodMod;
  1020. > ^
  1021. > symbol: class FoodMod
  1022. > location: package com.jtrent238
  1023. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  1024. > topBlock = FoodMod.blockcandygrass;
  1025. > ^
  1026. > symbol: variable FoodMod
  1027. > location: class BiomeGencandyBiome
  1028. >2 errors
  1029. >:compileJava FAILED
  1030. >BUILD FAILED
  1031. >Total time: 16.775 secs
  1032. >FAILURE: Build failed with an exception.
  1033. >* What went wrong:
  1034. >Execution failed for task ':compileJava'.
  1035. >> Compilation failed; see the compiler error output for details.
  1036. >* Try:
  1037. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1038. >C:\Pylo\MCreator159\forge>
  1039. >Task completed with return code 0 in 17586 milliseconds
  1040. >=========================================================================================================================
  1041. >Executing gradle command: build
  1042. >Microsoft Windows [Version 6.1.7601]
  1043. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1044. >C:\Pylo\MCreator159>cd forge
  1045. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1046. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1047. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1048. >C:\Pylo\MCreator159\forge>gradlew build
  1049. >****************************
  1050. > Powered By MCP:
  1051. > http://modcoderpack.com/
  1052. > Searge, ProfMobius, Fesh0r,
  1053. > R4wk, ZeuX, IngisKahn, bspkrs
  1054. > MCP Data version : unknown
  1055. >****************************
  1056. >:compileApiJava UP-TO-DATE
  1057. >:processApiResources UP-TO-DATE
  1058. >:apiClasses UP-TO-DATE
  1059. >:sourceMainJava
  1060. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: package com.jtrent238.FoodMod does not exist
  1061. >import com.jtrent238.FoodMod.blockcandygrass;
  1062. > ^
  1063. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  1064. > topBlock = FoodMod.blockcandygrass;
  1065. > ^
  1066. > symbol: variable FoodMod
  1067. > location: class BiomeGencandyBiome
  1068. >2 errors
  1069. >:compileJava FAILED
  1070. >BUILD FAILED
  1071. >FAILURE: Build failed with an exception.
  1072. >* What went wrong:
  1073. >Execution failed for task ':compileJava'.
  1074. >Total time: 16.91 secs
  1075. >> Compilation failed; see the compiler error output for details.
  1076. >* Try:
  1077. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1078. >C:\Pylo\MCreator159\forge>
  1079. >Task completed with return code 0 in 17862 milliseconds
  1080. >=========================================================================================================================
  1081. >Executing gradle command: build
  1082. >Microsoft Windows [Version 6.1.7601]
  1083. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1084. >C:\Pylo\MCreator159>cd forge
  1085. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1086. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1087. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1088. >C:\Pylo\MCreator159\forge>gradlew build
  1089. >****************************
  1090. > Powered By MCP:
  1091. > http://modcoderpack.com/
  1092. > Searge, ProfMobius, Fesh0r,
  1093. > R4wk, ZeuX, IngisKahn, bspkrs
  1094. > MCP Data version : unknown
  1095. >****************************
  1096. >:compileApiJava UP-TO-DATE
  1097. >:processApiResources UP-TO-DATE
  1098. >:apiClasses UP-TO-DATE
  1099. >:sourceMainJava
  1100. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  1101. >import com.jtrent238.FoodMod;
  1102. > ^
  1103. > symbol: class FoodMod
  1104. > location: package com.jtrent238
  1105. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  1106. > topBlock = FoodMod.blockcandygrass;
  1107. > ^
  1108. > symbol: variable FoodMod
  1109. > location: class BiomeGencandyBiome
  1110. >2 errors
  1111. >:compileJava FAILED
  1112. >FAILURE: Build failed with an exception.
  1113. >* What went wrong:
  1114. >Execution failed for task ':compileJava'.
  1115. >> Compilation failed; see the compiler error output for details.
  1116. >* Try:
  1117. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1118. >BUILD FAILED
  1119. >Total time: 17.12 secs
  1120. >C:\Pylo\MCreator159\forge>
  1121. >Task completed with return code 0 in 18040 milliseconds
  1122. >=========================================================================================================================
  1123. >Executing gradle command: runClient
  1124. >Microsoft Windows [Version 6.1.7601]
  1125. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1126. >C:\Pylo\MCreator159>cd forge
  1127. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1128. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1129. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1130. >C:\Pylo\MCreator159\forge>gradlew runClient
  1131. >****************************
  1132. > Powered By MCP:
  1133. > http://modcoderpack.com/
  1134. > Searge, ProfMobius, Fesh0r,
  1135. > R4wk, ZeuX, IngisKahn, bspkrs
  1136. > MCP Data version : unknown
  1137. >****************************
  1138. >:compileApiJava UP-TO-DATE
  1139. >:processApiResources UP-TO-DATE
  1140. >:apiClasses UP-TO-DATE
  1141. >:sourceMainJava UP-TO-DATE
  1142. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  1143. >import com.jtrent238.FoodMod;
  1144. > ^
  1145. > symbol: class FoodMod
  1146. > location: package com.jtrent238
  1147. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  1148. > topBlock = FoodMod.blockcandygrass;
  1149. > ^
  1150. > symbol: variable FoodMod
  1151. > location: class BiomeGencandyBiome
  1152. >2 errors
  1153. >FAILURE: Build failed with an exception.
  1154. >* What went wrong:
  1155. >Execution failed for task ':compileJava'.
  1156. >> Compilation failed; see the compiler error output for details.
  1157. >* Try:
  1158. >:compileJava FAILED
  1159. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1160. >BUILD FAILED
  1161. >Total time: 15.335 secs
  1162. >C:\Pylo\MCreator159\forge>
  1163. >Task completed with return code 0 in 16193 milliseconds
  1164. >=========================================================================================================================
  1165. >Executing gradle command: build
  1166. >Microsoft Windows [Version 6.1.7601]
  1167. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1168. >C:\Pylo\MCreator159>cd forge
  1169. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1170. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1171. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1172. >C:\Pylo\MCreator159\forge>gradlew build
  1173. >****************************
  1174. > Powered By MCP:
  1175. > http://modcoderpack.com/
  1176. > Searge, ProfMobius, Fesh0r,
  1177. > R4wk, ZeuX, IngisKahn, bspkrs
  1178. > MCP Data version : unknown
  1179. >****************************
  1180. >:compileApiJava UP-TO-DATE
  1181. >:processApiResources UP-TO-DATE
  1182. >:apiClasses UP-TO-DATE
  1183. >:sourceMainJava
  1184. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  1185. >import com.jtrent238.FoodMod;
  1186. > ^
  1187. > symbol: class FoodMod
  1188. > location: package com.jtrent238
  1189. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:126: error: cannot find symbol
  1190. > topBlock = Blocks.Wool;
  1191. > ^
  1192. > symbol: variable Wool
  1193. > location: class Blocks
  1194. >:compileJava FAILED
  1195. >2 errors
  1196. >BUILD FAILED
  1197. >Total time: 18.667 secs
  1198. >FAILURE: Build failed with an exception.
  1199. >* What went wrong:
  1200. >Execution failed for task ':compileJava'.
  1201. >> Compilation failed; see the compiler error output for details.
  1202. >* Try:
  1203. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1204. >C:\Pylo\MCreator159\forge>
  1205. >Task completed with return code 0 in 20976 milliseconds
  1206. >=========================================================================================================================
  1207. >Executing gradle command: build
  1208. >Microsoft Windows [Version 6.1.7601]
  1209. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1210. >C:\Pylo\MCreator159>cd forge
  1211. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1212. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1213. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1214. >C:\Pylo\MCreator159\forge>gradlew build
  1215. >****************************
  1216. > Powered By MCP:
  1217. > http://modcoderpack.com/
  1218. > Searge, ProfMobius, Fesh0r,
  1219. > R4wk, ZeuX, IngisKahn, bspkrs
  1220. > MCP Data version : unknown
  1221. >****************************
  1222. >:compileApiJava UP-TO-DATE
  1223. >:processApiResources UP-TO-DATE
  1224. >:apiClasses UP-TO-DATE
  1225. >:sourceMainJava
  1226. >C:\Pylo\MCreator159\forge\build\sources\java\mod\mcreator\mcreator_candyBiome.java:94: error: cannot find symbol
  1227. >import com.jtrent238.FoodMod;
  1228. > ^
  1229. > symbol: class FoodMod
  1230. > location: package com.jtrent238
  1231. >1 error
  1232. >:compileJava FAILED
  1233. >FAILURE: Build failed with an exception.
  1234. >* What went wrong:
  1235. >Execution failed for task ':compileJava'.
  1236. >> Compilation failed; see the compiler error output for details.
  1237. >* Try:
  1238. >Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1239. >BUILD FAILED
  1240. >Total time: 16.478 secs
  1241. >C:\Pylo\MCreator159\forge>
  1242. >Task completed with return code 0 in 17321 milliseconds
  1243. >=========================================================================================================================
  1244. >Executing gradle command: build
  1245. >Microsoft Windows [Version 6.1.7601]
  1246. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1247. >C:\Pylo\MCreator159>cd forge
  1248. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1249. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1250. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1251. >C:\Pylo\MCreator159\forge>gradlew build
  1252. >****************************
  1253. > Powered By MCP:
  1254. > http://modcoderpack.com/
  1255. > Searge, ProfMobius, Fesh0r,
  1256. > R4wk, ZeuX, IngisKahn, bspkrs
  1257. > MCP Data version : unknown
  1258. >****************************
  1259. >:compileApiJava UP-TO-DATE
  1260. >:processApiResources UP-TO-DATE
  1261. >:apiClasses UP-TO-DATE
  1262. >:sourceMainJava
  1263. >:compileJava
  1264. >:processResources
  1265. >:classes
  1266. >:jar
  1267. >:compileTestJava UP-TO-DATE
  1268. >:processTestResources UP-TO-DATE
  1269. >:testClasses UP-TO-DATE
  1270. >:test UP-TO-DATE
  1271. >:extractMcpData UP-TO-DATE
  1272. >:getVersionJson
  1273. >:extractUserDev UP-TO-DATE
  1274. >:genSrgs SKIPPED
  1275. >:reobf
  1276. >:assemble
  1277. >:check UP-TO-DATE
  1278. >:build
  1279. >BUILD SUCCESSFUL
  1280. >Total time: 38.426 secs
  1281. >C:\Pylo\MCreator159\forge>
  1282. >Task completed with return code 0 in 39413 milliseconds
  1283. >Task return code check OK!
  1284. >=========================================================================================================================
  1285. >Executing gradle command: runClient
  1286. >Microsoft Windows [Version 6.1.7601]
  1287. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1288. >C:\Pylo\MCreator159>cd forge
  1289. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1290. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1291. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1292. >C:\Pylo\MCreator159\forge>gradlew runClient
  1293. >****************************
  1294. > Powered By MCP:
  1295. > http://modcoderpack.com/
  1296. > Searge, ProfMobius, Fesh0r,
  1297. > R4wk, ZeuX, IngisKahn, bspkrs
  1298. > MCP Data version : unknown
  1299. >****************************
  1300. >:compileApiJava UP-TO-DATE
  1301. >:processApiResources UP-TO-DATE
  1302. >:apiClasses UP-TO-DATE
  1303. >:sourceMainJava UP-TO-DATE
  1304. >:compileJava
  1305. >:processResources UP-TO-DATE
  1306. >:classes
  1307. >:jar
  1308. >:getVersionJson
  1309. >:extractUserDev UP-TO-DATE
  1310. >:extractNatives UP-TO-DATE
  1311. >:getAssetsIndex
  1312. >:getAssets
  1313. >:makeStart
  1314. >[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  1315. >[ant:javac] 1 warning
  1316. >:runClient
  1317. >[18:57:41] [main/INFO] [GradleStart]: Extra: []
  1318. >[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]
  1319. >[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  1320. >[18:57:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  1321. >[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
  1322. >[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  1323. >[18:57:41] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
  1324. >[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
  1325. >[18:57:41] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  1326. >[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
  1327. >[18:57:41] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
  1328. >[18:57:41] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
  1329. >[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  1330. >[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  1331. >[18:57:41] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  1332. >[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  1333. >[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  1334. >[18:57:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  1335. >[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!
  1336. >[18:57:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  1337. >[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  1338. >[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  1339. >[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  1340. >[18:57:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  1341. >[18:57:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  1342. >[18:57:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  1343. >[18:57:47] [main/INFO]: Setting user: Player259
  1344. >[18:57:50] [Client thread/INFO]: LWJGL Version: 2.9.1
  1345. >[18:57:52] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  1346. >// This doesn't make any sense!
  1347. >Time: 2/3/16 6:57 PM
  1348. >Description: Loading screen debug info
  1349. >This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  1350. >A detailed walkthrough of the error, its code path and all known details is as follows:
  1351. >---------------------------------------------------------------------------------------
  1352. >-- System Details --
  1353. >Details:
  1354. > Minecraft Version: 1.7.10
  1355. > Operating System: Windows 7 (x86) version 6.1
  1356. > Java Version: 1.7.0_60, Oracle Corporation
  1357. > Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  1358. > Memory: 7898320 bytes (7 MB) / 48046080 bytes (45 MB) up to 259522560 bytes (247 MB)
  1359. > JVM Flags: 0 total;
  1360. > AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  1361. > IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  1362. > FML:
  1363. > GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics'
  1364. >[18:57:52] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  1365. >[18:57:52] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
  1366. >[18:57:52] [Client thread/INFO] [FML]: Replaced 183 ore recipies
  1367. >[18:57:52] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  1368. >[18:57:53] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  1369. >[18:57:53] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods
  1370. >[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
  1371. >com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34
  1372. > at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
  1373. > at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
  1374. > at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
  1375. > at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
  1376. > at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
  1377. > at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
  1378. > at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
  1379. > at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
  1380. > at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
  1381. > at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
  1382. > at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
  1383. > at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
  1384. > at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
  1385. > at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
  1386. > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  1387. > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  1388. > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  1389. > at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  1390. > at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  1391. > at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  1392. > at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
  1393. > at GradleStart.main(Unknown Source) [start/:?]
  1394. >Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 3 column 34
  1395. > at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
  1396. > at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?]
  1397. > at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
  1398. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?]
  1399. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
  1400. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
  1401. > at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
  1402. > at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
  1403. > ... 21 more
  1404. >[18:57:58] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod
  1405. >[18:57:58] [Client thread/INFO] [FML]: Forge Mod Loader has identified 8 mods to load
  1406. >[18:57:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at CLIENT
  1407. >[18:57:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, jtcoremod, foodmod, lotsofblocks, weaponmod, TestEnvironmentMod] at SERVER
  1408. >[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
  1409. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1410. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1411. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1412. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1413. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1414. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1415. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1416. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1417. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1418. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1419. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1420. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1421. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1422. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1423. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1424. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1425. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1426. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1427. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1428. >[18:58:00] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1429. >[18:58:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  1430. >[18:58:00] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
  1431. >[18:58:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  1432. >[18:58:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  1433. >[18:58:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  1434. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:937]: blockbluecake
  1435. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:942]: blockchocolatecake
  1436. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:947]: blockgoldcake
  1437. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:952]: blockmagentacake
  1438. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:957]: blockblackcake
  1439. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:962]: blockposioncake
  1440. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:967]: blockcreepercakeblue
  1441. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:972]: blockcreepercakegreen
  1442. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:977]: blockredvelvetcake
  1443. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:982]: blockdeepdishpizza
  1444. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:988]: blockstove
  1445. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:993]: blockmicrowave
  1446. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1004]: blocksugarore
  1447. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1010]: blocksugarbricks
  1448. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1016]: blocksugar
  1449. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1021]: blockfoodtnt
  1450. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1026]: blocklight
  1451. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1031]: blocktestportal
  1452. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1036]: blockpeppermintlog
  1453. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1041]: Cherryleaves
  1454. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1047]: jtrent238skull
  1455. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1052]: BlockOven
  1456. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1057]: blockcherryworkbench
  1457. >[18:58:00] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1062]: blockcherryplanks
  1458. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1067]: blockcandystone
  1459. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1072]: blockcandydirt
  1460. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.foodmod.FoodMod:preInit:1077]: blockcandygrass
  1461. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:38]: blockspawner
  1462. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:44]: blockChest
  1463. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.lotsofblocks.lotsofblocks:preInit:48]: blockCraftingTable
  1464. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:245]: blockLightingShard
  1465. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:250]: blockruby
  1466. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:255]: blockrubyore
  1467. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:325]: blockdragonegg
  1468. >[18:58:01] [Client thread/INFO] [STDOUT]: [com.jtrent238.weaponmod.WeaponMod:preInit:332]: blocknetherstar
  1469. >[18:58:01] [Client thread/INFO] [FML]: Applying holder lookups
  1470. >[18:58:01] [Client thread/INFO] [FML]: Holder lookups applied
  1471. >[18:58:01] [Client thread/INFO] [FML]: Injecting itemstacks
  1472. >[18:58:01] [Client thread/INFO] [FML]: Itemstack injection complete
  1473. >[18:58:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1474. >[18:58:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  1475. >[18:58:02] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  1476. >[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)
  1477. >[18:58:02] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  1478. >[18:58:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1479. >[18:58:02] [Sound Library Loader/INFO]: Sound engine started
  1480. >[18:58:07] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  1481. >[18:58:08] [Client thread/INFO]: Created: 512x256 textures/items-atlas
  1482. >[18:58:08] [Client thread/WARN] [FML]: ****************************************
  1483. >[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.
  1484. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:397)
  1485. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:890)
  1486. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:865)
  1487. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229)
  1488. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188)
  1489. >[18:58:08] [Client thread/WARN] [FML]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)...
  1490. >[18:58:08] [Client thread/WARN] [FML]: ****************************************
  1491. >[18:58:08] [Client thread/INFO] [FML]: Injecting itemstacks
  1492. >[18:58:08] [Client thread/INFO] [FML]: Itemstack injection complete
  1493. >[18:58:08] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 8 mods
  1494. >[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
  1495. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1496. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1497. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1498. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1499. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1500. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1501. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1502. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1503. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1504. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1505. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1506. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1507. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1508. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1509. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1510. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1511. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1512. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1513. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1514. >[18:58:08] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1515. >[18:58:09] [Client thread/INFO]: Created: 512x256 textures/items-atlas
  1516. >[18:58:09] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  1517. >[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1518. >[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  1519. >[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  1520. >[18:58:10] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1521. >[18:58:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1522. >[18:58:10] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  1523. >[18:58:10] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  1524. >[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)
  1525. >[18:58:11] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  1526. >[18:58:11] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1527. >[18:58:11] [Sound Library Loader/INFO]: Sound engine started
  1528. >[18:58:13] [Client thread/ERROR]: ########## GL ERROR ##########
  1529. >[18:58:13] [Client thread/ERROR]: @ Post startup
  1530. >[18:58:13] [Client thread/ERROR]: 1286: Invalid framebuffer operation
  1531. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  1532. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
  1533. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1534. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft
  1535. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  1536. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 6 textures
  1537. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain minecraft has 8 locations:
  1538. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
  1539. >[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
  1540. >[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
  1541. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1542. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1543. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1544. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1545. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1546. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1547. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are:
  1548. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_side.png
  1549. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png
  1550. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/0.png
  1551. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_front.png
  1552. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockreed.png
  1553. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryworkbench_top.png
  1554. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1555. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft
  1556. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1557. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1558. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN lotsofblocks
  1559. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  1560. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks is missing 3 textures
  1561. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain lotsofblocks has 5 locations:
  1562. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1563. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1564. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1565. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1566. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1567. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1568. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain lotsofblocks are:
  1569. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_top.png
  1570. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_front.png
  1571. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockCraftingTable_side.png
  1572. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1573. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain lotsofblocks
  1574. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1575. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1576. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN foodmod
  1577. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  1578. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod is missing 181 textures
  1579. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: domain foodmod has 5 locations:
  1580. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1581. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1582. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1583. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1584. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1585. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1586. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain foodmod are:
  1587. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcorn.png
  1588. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemSlicedbread.png
  1589. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_2.png
  1590. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_side.png
  1591. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemshortening.png
  1592. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_4.png
  1593. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_side.png
  1594. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempie.png
  1595. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticksraw.png
  1596. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempasta.png
  1597. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarbricks.png
  1598. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcilantro.png
  1599. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsesameseeds.png
  1600. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembasil.png
  1601. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_1.png
  1602. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempufferfish_cooked.png
  1603. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockstove.png
  1604. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrits.png
  1605. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/leaves_cherry.png
  1606. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_bottom.png
  1607. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_side.png
  1608. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugar.png
  1609. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_bottom.png
  1610. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemBarkbread.png
  1611. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemRicebread.png
  1612. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggets.png
  1613. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemraspberries.png
  1614. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcabbage.png
  1615. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_7.png
  1616. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeetroot.png
  1617. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkiwi.png
  1618. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_top.png
  1619. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_5.png
  1620. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemclownfish_cooked.png
  1621. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonade.png
  1622. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_top.png
  1623. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembayleaf.png
  1624. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlentils.png
  1625. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_top.png
  1626. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_inner.png
  1627. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_bottom.png
  1628. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_side.png
  1629. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_overlay.png
  1630. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembrownsugar.png
  1631. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_1.png
  1632. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_side.png
  1633. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackeyepeas.png
  1634. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempickle.png
  1635. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlime.png
  1636. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemKubdari.png
  1637. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmintleaves.png
  1638. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_3.png
  1639. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_4.png
  1640. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemsquash.png
  1641. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemCheesecakeStuffedStrawberries.png
  1642. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmicrowave.png
  1643. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembacon.png
  1644. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocksugarore.png
  1645. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog.png
  1646. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarlic.png
  1647. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmayo.png
  1648. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_bottom.png
  1649. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_top.png
  1650. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembroccoli.png
  1651. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_2.png
  1652. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundalmonds.png
  1653. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoney.png
  1654. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_6.png
  1655. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_inner.png
  1656. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmustard.png
  1657. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeltedbutter.png
  1658. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_7.png
  1659. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_bottom.png
  1660. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_bottom.png
  1661. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_top.png
  1662. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemtomato.png
  1663. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_6.png
  1664. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_3.png
  1665. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/HealingApple.png
  1666. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfrenchfry.png
  1667. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_0.png
  1668. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocklight.png
  1669. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_0.png
  1670. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_top.png
  1671. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwhitebeans.png
  1672. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemkidneybeans.png
  1673. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackbeans.png
  1674. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockfoodtnt_side.png
  1675. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcinnamon.png
  1676. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_side.png
  1677. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandystone.png
  1678. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_1.png
  1679. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreenpepper.png
  1680. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcucumber.png
  1681. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_bottom.png
  1682. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblackberry.png
  1683. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlamb.png
  1684. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemunstablecandy.png
  1685. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmashedbananas.png
  1686. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_inner.png
  1687. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_inner.png
  1688. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_inner.png
  1689. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemavocado.png
  1690. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_side.png
  1691. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemice.png
  1692. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_5.png
  1693. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeach.png
  1694. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemadzukibeans.png
  1695. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembeefbroth.png
  1696. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_top.png
  1697. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlettuce.png
  1698. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemginger.png
  1699. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenTop.png
  1700. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlambraw.png
  1701. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemonions.png
  1702. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgreen_tomato.png
  1703. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemketchup.png
  1704. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_top.png
  1705. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgarbanzobeans.png
  1706. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcream.png
  1707. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempeanut.png
  1708. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_bottom.png
  1709. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemÄŒesnica.png
  1710. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_5.png
  1711. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemasparagus.png
  1712. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatball.png
  1713. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemranch.png
  1714. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemhoneymustard.png
  1715. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_side.png
  1716. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_top.png
  1717. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_top.png
  1718. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppednuts.png
  1719. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockchocolatecake_top.png
  1720. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt_podzol_side.png
  1721. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemredpepper.png
  1722. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandydirt.png
  1723. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempopcorn.png
  1724. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgrilledcheese.png
  1725. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdeepdishpizza_bottom.png
  1726. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockpeppermintlog_top.png
  1727. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockbluecake_inner.png
  1728. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgroundginger.png
  1729. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenSide.png
  1730. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemfishsticks.png
  1731. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembakingpowder.png
  1732. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_3.png
  1733. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembean.png
  1734. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_inner.png
  1735. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_side.png
  1736. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembun.png
  1737. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side.png
  1738. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/jtrent238skull_skeleton.png
  1739. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemmeatballraw.png
  1740. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_2.png
  1741. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_0.png
  1742. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockposioncake_bottom.png
  1743. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempear.png
  1744. >[18:58:13] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/GoldenCarrot_stage_6.png
  1745. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_bottom.png
  1746. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonpie.png
  1747. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchoppedgrass.png
  1748. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakeblue_inner.png
  1749. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/Strawberry_stage_7.png
  1750. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockgoldcake_top.png
  1751. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemchicken_nuggetsraw.png
  1752. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemjalapenopeppers.png
  1753. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemalmonds.png
  1754. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemlemonjuice.png
  1755. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/BlockOvenActive.png
  1756. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcandygrass_side_snowed.png
  1757. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockblackcake_side.png
  1758. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockmagentacake_inner.png
  1759. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcreepercakegreen_inner.png
  1760. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoatmilk.png
  1761. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/plantpeanut_stage_4.png
  1762. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockcherryplanks.png
  1763. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcandyapple.png
  1764. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itempintobeans.png
  1765. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemblueberry.png
  1766. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockredvelvetcake_top.png
  1767. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemcottoncandy.png
  1768. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1769. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain foodmod
  1770. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1771. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1772. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN weaponmod
  1773. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
  1774. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod is missing 19 textures
  1775. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: domain weaponmod has 5 locations:
  1776. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod jtcoremod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1777. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod foodmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1778. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod lotsofblocks resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1779. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod weaponmod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1780. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: mod TestEnvironmentMod resources at C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  1781. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1782. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain weaponmod are:
  1783. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgodsword.png
  1784. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockrubyore.png
  1785. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigdiamondsword.png
  1786. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blocknetherstar.png
  1787. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigrubysword.png
  1788. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigironsword.png
  1789. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigwoodsword.png
  1790. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemwoodknife.png
  1791. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemrubyfragment.png
  1792. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigcheesesword.png
  1793. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemstoneknife.png
  1794. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemdiamondknife.png
  1795. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemironknife.png
  1796. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembigstonesword.png
  1797. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itembiggoldsword.png
  1798. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockLightingShard.png
  1799. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockruby.png
  1800. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/itemgoldknife.png
  1801. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/blockdragonegg.png
  1802. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  1803. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain weaponmod
  1804. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
  1805. >[18:58:14] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  1806. >[18:58:21] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  1807. >[18:58:21] [Server thread/INFO]: Generating keypair
  1808. >[18:58:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  1809. >[18:58:21] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance.
  1810. >[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_portal: 179 (init) -> 216 (map).
  1811. >[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_trigger: 425 (init) -> 425 (map).
  1812. >[18:58:21] [Server thread/INFO] [FML]: Injected new block/item TestEnvironmentMod:candyLand_portal: 179 (init) -> 216 (map).
  1813. >[18:58:21] [Server thread/INFO] [FML]: Applying holder lookups
  1814. >[18:58:21] [Server thread/INFO] [FML]: Holder lookups applied
  1815. >[18:58:21] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5)
  1816. >[18:58:21] [Server thread/INFO] [FML]: Loading dimension 5 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5)
  1817. >[18:58:21] [Server thread/INFO] [FML]: Loading dimension 2 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5)
  1818. >[18:58:21] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5)
  1819. >[18:58:22] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@17820d5)
  1820. >[18:58:22] [Server thread/INFO]: Preparing start region for level 0
  1821. >[18:58:23] [Server thread/INFO]: Preparing spawn area: 26%
  1822. >[18:58:24] [Server thread/INFO]: Preparing spawn area: 84%
  1823. >[18:58:24] [Server thread/INFO]: Changing view distance to 8, from 10
  1824. >[18:58:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
  1825. >[18:58:25] [Netty IO #1/INFO] [FML]: Client protocol version 2
  1826. >[18:58:26] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  1827. >[18:58:26] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  1828. >[18:58:26] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  1829. >[18:58:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  1830. >[18:58:26] [Server thread/INFO]: Player259[local:E:858639eb] logged in with entity id 407 at (267.69999998807907, 79.0, 254.61446737474108)
  1831. >[18:58:26] [Server thread/INFO]: Player259 joined the game
  1832. >[18:58:27] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1833. >[18:58:29] [Server thread/INFO]: Saving and pausing game...
  1834. >[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1835. >[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  1836. >[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  1837. >[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand
  1838. >[18:58:29] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1839. >[18:58:35] [Server thread/INFO]: Player259 has just earned the achievement [Taking Inventory]
  1840. >[18:58:35] [Client thread/INFO]: [CHAT] Player259 has just earned the achievement [Taking Inventory]
  1841. >[18:58:37] [Client thread/INFO]: Warning: Clientside chunk ticking took 658 ms
  1842. >[18:58:38] [Client thread/INFO]: Warning: Clientside chunk ticking took 532 ms
  1843. >[18:58:38] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1844. >[18:58:46] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1845. >[18:58:53] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1846. >[18:59:00] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1847. >[18:59:06] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1848. >[18:59:12] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle
  1849. >[18:59:13] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1850. >[18:59:13] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.hurt
  1851. >[18:59:14] [Client thread/INFO]: Warning: Clientside chunk ticking took 1116 ms
  1852. >[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.idle
  1853. >[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:mob.witch.death
  1854. >[18:59:14] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1855. >[18:59:15] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1856. >[18:59:17] [Client thread/INFO]: Warning: Clientside chunk ticking took 315 ms
  1857. >[18:59:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1858. >[18:59:22] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1859. >[18:59:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1860. >[18:59:29] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1861. >[18:59:35] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1862. >[18:59:37] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:none
  1863. >[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)
  1864. >[19:00:32] [Server thread/INFO]: Saving and pausing game...
  1865. >[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1866. >[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  1867. >[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  1868. >[19:00:32] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand
  1869. >[19:00:33] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1870. >[19:00:35] [Server thread/INFO]: Stopping server
  1871. >[19:00:35] [Server thread/INFO]: Saving players
  1872. >[19:00:35] [Server thread/INFO]: Saving worlds
  1873. >[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1874. >[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  1875. >[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  1876. >[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/candyLand
  1877. >[19:00:35] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  1878. >[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 0
  1879. >[19:00:35] [Server thread/INFO] [FML]: Unloading dimension -1
  1880. >[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 1
  1881. >[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 5
  1882. >[19:00:35] [Server thread/INFO] [FML]: Unloading dimension 2
  1883. >[19:00:35] [Server thread/INFO] [FML]: Applying holder lookups
  1884. >[19:00:35] [Server thread/INFO] [FML]: Holder lookups applied
  1885. >[19:00:46] [Client thread/INFO]: Stopping!
  1886. >[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1887. >[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  1888. >[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  1889. >[19:00:46] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  1890. >BUILD SUCCESSFUL
  1891. >Total time: 3 mins 33.809 secs
  1892. >C:\Pylo\MCreator159\forge>
  1893. >Task completed with return code 0 in 215025 milliseconds
  1894. >Task return code check OK!
  1895. >=========================================================================================================================
  1896. >Executing gradle command: build
  1897. >Microsoft Windows [Version 6.1.7601]
  1898. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1899. >C:\Pylo\MCreator159>cd forge
  1900. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1901. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1902. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1903. >C:\Pylo\MCreator159\forge>gradlew build
  1904. >****************************
  1905. > Powered By MCP:
  1906. > http://modcoderpack.com/
  1907. > Searge, ProfMobius, Fesh0r,
  1908. > R4wk, ZeuX, IngisKahn, bspkrs
  1909. > MCP Data version : unknown
  1910. >****************************
  1911. >:downloadClient SKIPPED
  1912. >:downloadServer SKIPPED
  1913. >:getVersionJson
  1914. >:extractUserDev UP-TO-DATE
  1915. >:mergeJars SKIPPED
  1916. >:applyBinPatches
  1917. >:downloadMcpTools SKIPPED
  1918. >:extractMcpData UP-TO-DATE
  1919. >:genSrgs SKIPPED
  1920. >:deobfBinJar
  1921. >Applying SpecialSource...
  1922. >Applying Exceptor...
  1923. >Stripping synthetics...
  1924. >:compileApiJava UP-TO-DATE
  1925. >:processApiResources UP-TO-DATE
  1926. >:apiClasses UP-TO-DATE
  1927. >:sourceMainJava
  1928. >:compileJava
  1929. >:processResources UP-TO-DATE
  1930. >:classes
  1931. >:jar
  1932. >:compileTestJava UP-TO-DATE
  1933. >:processTestResources UP-TO-DATE
  1934. >:testClasses UP-TO-DATE
  1935. >:test UP-TO-DATE
  1936. >:reobf
  1937. >:assemble
  1938. >:check UP-TO-DATE
  1939. >:build
  1940. >BUILD SUCCESSFUL
  1941. >Total time: 2 mins 11.563 secs
  1942. >C:\Pylo\MCreator159\forge>
  1943. >Task completed with return code 0 in 136924 milliseconds
  1944. >Task return code check OK!
  1945. >=========================================================================================================================
  1946. >Executing gradle command: build
  1947. >Microsoft Windows [Version 6.1.7601]
  1948. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1949. >C:\Pylo\MCreator159>cd forge
  1950. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1951. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1952. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1953. >C:\Pylo\MCreator159\forge>gradlew build
  1954. >****************************
  1955. > Powered By MCP:
  1956. > http://modcoderpack.com/
  1957. > Searge, ProfMobius, Fesh0r,
  1958. > R4wk, ZeuX, IngisKahn, bspkrs
  1959. > MCP Data version : unknown
  1960. >****************************
  1961. >:compileApiJava UP-TO-DATE
  1962. >:processApiResources UP-TO-DATE
  1963. >:apiClasses UP-TO-DATE
  1964. >:sourceMainJava
  1965. >:compileJava
  1966. >:processResources
  1967. >:classes
  1968. >:jar
  1969. >:compileTestJava UP-TO-DATE
  1970. >:processTestResources UP-TO-DATE
  1971. >:testClasses UP-TO-DATE
  1972. >:test UP-TO-DATE
  1973. >:extractMcpData UP-TO-DATE
  1974. >:getVersionJson
  1975. >:extractUserDev UP-TO-DATE
  1976. >:genSrgs SKIPPED
  1977. >:reobf
  1978. >:assemble
  1979. >:check UP-TO-DATE
  1980. >:build
  1981. >BUILD SUCCESSFUL
  1982. >Total time: 21.322 secs
  1983. >C:\Pylo\MCreator159\forge>
  1984. >Task completed with return code 0 in 22944 milliseconds
  1985. >Task return code check OK!
  1986. >=========================================================================================================================
  1987. >Executing gradle command: build
  1988. >Microsoft Windows [Version 6.1.7601]
  1989. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  1990. >C:\Pylo\MCreator159>cd forge
  1991. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  1992. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  1993. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  1994. >C:\Pylo\MCreator159\forge>gradlew build
  1995. >****************************
  1996. > Powered By MCP:
  1997. > http://modcoderpack.com/
  1998. > Searge, ProfMobius, Fesh0r,
  1999. > R4wk, ZeuX, IngisKahn, bspkrs
  2000. > MCP Data version : unknown
  2001. >****************************
  2002. >:compileApiJava UP-TO-DATE
  2003. >:processApiResources UP-TO-DATE
  2004. >:apiClasses UP-TO-DATE
  2005. >:sourceMainJava
  2006. >:compileJava
  2007. >:processResources UP-TO-DATE
  2008. >:classes
  2009. >:jar
  2010. >:compileTestJava UP-TO-DATE
  2011. >:processTestResources UP-TO-DATE
  2012. >:testClasses UP-TO-DATE
  2013. >:test UP-TO-DATE
  2014. >:extractMcpData UP-TO-DATE
  2015. >:getVersionJson
  2016. >:extractUserDev UP-TO-DATE
  2017. >:genSrgs SKIPPED
  2018. >:reobf
  2019. >:assemble
  2020. >:check UP-TO-DATE
  2021. >:build
  2022. >BUILD SUCCESSFUL
  2023. >Total time: 19.602 secs
  2024. >C:\Pylo\MCreator159\forge>
  2025. >Task completed with return code 0 in 20326 milliseconds
  2026. >Task return code check OK!
  2027. >=========================================================================================================================
  2028. >Executing gradle command: build
  2029. >Microsoft Windows [Version 6.1.7601]
  2030. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2031. >C:\Pylo\MCreator159>cd forge
  2032. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2033. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2034. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2035. >C:\Pylo\MCreator159\forge>gradlew build
  2036. >****************************
  2037. > Powered By MCP:
  2038. > http://modcoderpack.com/
  2039. > Searge, ProfMobius, Fesh0r,
  2040. > R4wk, ZeuX, IngisKahn, bspkrs
  2041. > MCP Data version : unknown
  2042. >****************************
  2043. >:compileApiJava UP-TO-DATE
  2044. >:processApiResources UP-TO-DATE
  2045. >:apiClasses UP-TO-DATE
  2046. >:sourceMainJava
  2047. >:compileJava
  2048. >:processResources UP-TO-DATE
  2049. >:classes
  2050. >:jar
  2051. >:compileTestJava UP-TO-DATE
  2052. >:processTestResources UP-TO-DATE
  2053. >:testClasses UP-TO-DATE
  2054. >:test UP-TO-DATE
  2055. >:extractMcpData UP-TO-DATE
  2056. >:getVersionJson
  2057. >:extractUserDev UP-TO-DATE
  2058. >:genSrgs SKIPPED
  2059. >:reobf
  2060. >:assemble
  2061. >:check UP-TO-DATE
  2062. >:build
  2063. >BUILD SUCCESSFUL
  2064. >Total time: 18.997 secs
  2065. >C:\Pylo\MCreator159\forge>
  2066. >Task completed with return code 0 in 19973 milliseconds
  2067. >Task return code check OK!
  2068. >=========================================================================================================================
  2069. >Executing gradle command: build
  2070. >Microsoft Windows [Version 6.1.7601]
  2071. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2072. >C:\Pylo\MCreator159>cd forge
  2073. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2074. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2075. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2076. >C:\Pylo\MCreator159\forge>gradlew build
  2077. >****************************
  2078. > Powered By MCP:
  2079. > http://modcoderpack.com/
  2080. > Searge, ProfMobius, Fesh0r,
  2081. > R4wk, ZeuX, IngisKahn, bspkrs
  2082. > MCP Data version : unknown
  2083. >****************************
  2084. >:compileApiJava UP-TO-DATE
  2085. >:processApiResources UP-TO-DATE
  2086. >:apiClasses UP-TO-DATE
  2087. >:sourceMainJava
  2088. >:compileJava
  2089. >:processResources UP-TO-DATE
  2090. >:classes
  2091. >:jar
  2092. >:compileTestJava UP-TO-DATE
  2093. >:processTestResources UP-TO-DATE
  2094. >:testClasses UP-TO-DATE
  2095. >:test UP-TO-DATE
  2096. >:extractMcpData UP-TO-DATE
  2097. >:getVersionJson
  2098. >:extractUserDev UP-TO-DATE
  2099. >:genSrgs SKIPPED
  2100. >:reobf
  2101. >:assemble
  2102. >:check UP-TO-DATE
  2103. >:build
  2104. >BUILD SUCCESSFUL
  2105. >Total time: 19.394 secs
  2106. >C:\Pylo\MCreator159\forge>
  2107. >Task completed with return code 0 in 20068 milliseconds
  2108. >Task return code check OK!
  2109. >=========================================================================================================================
  2110. >Executing gradle command: build
  2111. >Microsoft Windows [Version 6.1.7601]
  2112. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2113. >C:\Pylo\MCreator159>cd forge
  2114. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2115. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2116. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2117. >C:\Pylo\MCreator159\forge>gradlew build
  2118. >****************************
  2119. > Powered By MCP:
  2120. > http://modcoderpack.com/
  2121. > Searge, ProfMobius, Fesh0r,
  2122. > R4wk, ZeuX, IngisKahn, bspkrs
  2123. > MCP Data version : unknown
  2124. >****************************
  2125. >:compileApiJava UP-TO-DATE
  2126. >:processApiResources UP-TO-DATE
  2127. >:apiClasses UP-TO-DATE
  2128. >:sourceMainJava
  2129. >:compileJava
  2130. >:processResources UP-TO-DATE
  2131. >:classes
  2132. >:jar
  2133. >:compileTestJava UP-TO-DATE
  2134. >:processTestResources UP-TO-DATE
  2135. >:testClasses UP-TO-DATE
  2136. >:test UP-TO-DATE
  2137. >:extractMcpData UP-TO-DATE
  2138. >:getVersionJson
  2139. >:extractUserDev UP-TO-DATE
  2140. >:genSrgs SKIPPED
  2141. >:reobf
  2142. >:assemble
  2143. >:check UP-TO-DATE
  2144. >:build
  2145. >BUILD SUCCESSFUL
  2146. >Total time: 19.605 secs
  2147. >C:\Pylo\MCreator159\forge>
  2148. >Task completed with return code 0 in 20408 milliseconds
  2149. >Task return code check OK!
  2150. >=========================================================================================================================
  2151. >Executing gradle command: build
  2152. >Microsoft Windows [Version 6.1.7601]
  2153. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2154. >C:\Pylo\MCreator159>cd forge
  2155. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2156. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2157. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2158. >C:\Pylo\MCreator159\forge>gradlew build
  2159. >****************************
  2160. > Powered By MCP:
  2161. > http://modcoderpack.com/
  2162. > Searge, ProfMobius, Fesh0r,
  2163. > R4wk, ZeuX, IngisKahn, bspkrs
  2164. > MCP Data version : unknown
  2165. >****************************
  2166. >:compileApiJava UP-TO-DATE
  2167. >:processApiResources UP-TO-DATE
  2168. >:apiClasses UP-TO-DATE
  2169. >:sourceMainJava
  2170. >:compileJava
  2171. >:processResources UP-TO-DATE
  2172. >:classes
  2173. >:jar
  2174. >:compileTestJava UP-TO-DATE
  2175. >:processTestResources UP-TO-DATE
  2176. >:testClasses UP-TO-DATE
  2177. >:test UP-TO-DATE
  2178. >:extractMcpData UP-TO-DATE
  2179. >:getVersionJson
  2180. >:extractUserDev UP-TO-DATE
  2181. >:genSrgs SKIPPED
  2182. >:reobf
  2183. >:assemble
  2184. >:check UP-TO-DATE
  2185. >:build
  2186. >BUILD SUCCESSFUL
  2187. >Total time: 19.865 secs
  2188. >C:\Pylo\MCreator159\forge>
  2189. >Task completed with return code 0 in 20561 milliseconds
  2190. >Task return code check OK!
  2191. >=========================================================================================================================
  2192. >Executing gradle command: build
  2193. >Microsoft Windows [Version 6.1.7601]
  2194. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2195. >C:\Pylo\MCreator159>cd forge
  2196. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2197. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2198. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2199. >C:\Pylo\MCreator159\forge>gradlew build
  2200. >****************************
  2201. > Powered By MCP:
  2202. > http://modcoderpack.com/
  2203. > Searge, ProfMobius, Fesh0r,
  2204. > R4wk, ZeuX, IngisKahn, bspkrs
  2205. > MCP Data version : unknown
  2206. >****************************
  2207. >:compileApiJava UP-TO-DATE
  2208. >:processApiResources UP-TO-DATE
  2209. >:apiClasses UP-TO-DATE
  2210. >:sourceMainJava
  2211. >:compileJava
  2212. >:processResources UP-TO-DATE
  2213. >:classes
  2214. >:jar
  2215. >:compileTestJava UP-TO-DATE
  2216. >:processTestResources UP-TO-DATE
  2217. >:testClasses UP-TO-DATE
  2218. >:test UP-TO-DATE
  2219. >:extractMcpData UP-TO-DATE
  2220. >:getVersionJson
  2221. >:extractUserDev UP-TO-DATE
  2222. >:genSrgs SKIPPED
  2223. >:reobf
  2224. >:assemble
  2225. >:check UP-TO-DATE
  2226. >:build
  2227. >BUILD SUCCESSFUL
  2228. >Total time: 20.639 secs
  2229. >C:\Pylo\MCreator159\forge>
  2230. >Task completed with return code 0 in 21418 milliseconds
  2231. >Task return code check OK!
  2232. >=========================================================================================================================
  2233. >Executing gradle command: build
  2234. >Microsoft Windows [Version 6.1.7601]
  2235. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2236. >C:\Pylo\MCreator159>cd forge
  2237. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2238. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2239. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2240. >C:\Pylo\MCreator159\forge>gradlew build
  2241. >****************************
  2242. > Powered By MCP:
  2243. > http://modcoderpack.com/
  2244. > Searge, ProfMobius, Fesh0r,
  2245. > R4wk, ZeuX, IngisKahn, bspkrs
  2246. > MCP Data version : unknown
  2247. >****************************
  2248. >:compileApiJava UP-TO-DATE
  2249. >:processApiResources UP-TO-DATE
  2250. >:apiClasses UP-TO-DATE
  2251. >:sourceMainJava
  2252. >:compileJava
  2253. >:processResources UP-TO-DATE
  2254. >:classes
  2255. >:jar
  2256. >:compileTestJava UP-TO-DATE
  2257. >:processTestResources UP-TO-DATE
  2258. >:testClasses UP-TO-DATE
  2259. >:test UP-TO-DATE
  2260. >:extractMcpData UP-TO-DATE
  2261. >:getVersionJson
  2262. >:extractUserDev UP-TO-DATE
  2263. >:genSrgs SKIPPED
  2264. >:reobf
  2265. >:assemble
  2266. >:check UP-TO-DATE
  2267. >:build
  2268. >BUILD SUCCESSFUL
  2269. >Total time: 27.233 secs
  2270. >C:\Pylo\MCreator159\forge>
  2271. >Task completed with return code 0 in 28744 milliseconds
  2272. >Task return code check OK!
  2273. >=========================================================================================================================
  2274. >Executing gradle command: build
  2275. >Microsoft Windows [Version 6.1.7601]
  2276. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2277. >C:\Pylo\MCreator159>cd forge
  2278. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2279. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2280. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2281. >C:\Pylo\MCreator159\forge>gradlew build
  2282. >****************************
  2283. > Powered By MCP:
  2284. > http://modcoderpack.com/
  2285. > Searge, ProfMobius, Fesh0r,
  2286. > R4wk, ZeuX, IngisKahn, bspkrs
  2287. > MCP Data version : unknown
  2288. >****************************
  2289. >:compileApiJava UP-TO-DATE
  2290. >:processApiResources UP-TO-DATE
  2291. >:apiClasses UP-TO-DATE
  2292. >:sourceMainJava
  2293. >:compileJava
  2294. >:processResources UP-TO-DATE
  2295. >:classes
  2296. >:jar
  2297. >:compileTestJava UP-TO-DATE
  2298. >:processTestResources UP-TO-DATE
  2299. >:testClasses UP-TO-DATE
  2300. >:test UP-TO-DATE
  2301. >:extractMcpData UP-TO-DATE
  2302. >:getVersionJson
  2303. >:extractUserDev UP-TO-DATE
  2304. >:genSrgs SKIPPED
  2305. >:reobf
  2306. >:assemble
  2307. >:check UP-TO-DATE
  2308. >:build
  2309. >BUILD SUCCESSFUL
  2310. >Total time: 20.328 secs
  2311. >C:\Pylo\MCreator159\forge>
  2312. >Task completed with return code 0 in 21215 milliseconds
  2313. >Task return code check OK!
  2314. >=========================================================================================================================
  2315. >Executing gradle command: build
  2316. >Microsoft Windows [Version 6.1.7601]
  2317. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2318. >C:\Pylo\MCreator159>cd forge
  2319. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2320. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2321. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2322. >C:\Pylo\MCreator159\forge>gradlew build
  2323. >****************************
  2324. > Powered By MCP:
  2325. > http://modcoderpack.com/
  2326. > Searge, ProfMobius, Fesh0r,
  2327. > R4wk, ZeuX, IngisKahn, bspkrs
  2328. > MCP Data version : unknown
  2329. >****************************
  2330. >:compileApiJava UP-TO-DATE
  2331. >:processApiResources UP-TO-DATE
  2332. >:apiClasses UP-TO-DATE
  2333. >:sourceMainJava
  2334. >:compileJava
  2335. >:processResources UP-TO-DATE
  2336. >:classes
  2337. >:jar
  2338. >:compileTestJava UP-TO-DATE
  2339. >:processTestResources UP-TO-DATE
  2340. >:testClasses UP-TO-DATE
  2341. >:test UP-TO-DATE
  2342. >:extractMcpData UP-TO-DATE
  2343. >:getVersionJson
  2344. >:extractUserDev UP-TO-DATE
  2345. >:genSrgs SKIPPED
  2346. >:reobf
  2347. >:assemble
  2348. >:check UP-TO-DATE
  2349. >:build
  2350. >BUILD SUCCESSFUL
  2351. >Total time: 27.896 secs
  2352. >C:\Pylo\MCreator159\forge>
  2353. >Task completed with return code 0 in 29057 milliseconds
  2354. >Task return code check OK!
  2355. >=========================================================================================================================
  2356. >Executing gradle command: build
  2357. >Microsoft Windows [Version 6.1.7601]
  2358. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2359. >C:\Pylo\MCreator159>cd forge
  2360. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2361. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2362. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2363. >C:\Pylo\MCreator159\forge>gradlew build
  2364. >****************************
  2365. > Powered By MCP:
  2366. > http://modcoderpack.com/
  2367. > Searge, ProfMobius, Fesh0r,
  2368. > R4wk, ZeuX, IngisKahn, bspkrs
  2369. > MCP Data version : unknown
  2370. >****************************
  2371. >:compileApiJava UP-TO-DATE
  2372. >:processApiResources UP-TO-DATE
  2373. >:apiClasses UP-TO-DATE
  2374. >:sourceMainJava
  2375. >:compileJava
  2376. >:processResources UP-TO-DATE
  2377. >:classes
  2378. >:jar
  2379. >:compileTestJava UP-TO-DATE
  2380. >:processTestResources UP-TO-DATE
  2381. >:testClasses UP-TO-DATE
  2382. >:test UP-TO-DATE
  2383. >:extractMcpData UP-TO-DATE
  2384. >:getVersionJson
  2385. >:extractUserDev UP-TO-DATE
  2386. >:genSrgs SKIPPED
  2387. >:reobf
  2388. >:assemble
  2389. >:check UP-TO-DATE
  2390. >:build
  2391. >BUILD SUCCESSFUL
  2392. >Total time: 23.557 secs
  2393. >C:\Pylo\MCreator159\forge>
  2394. >Task completed with return code 0 in 24590 milliseconds
  2395. >Task return code check OK!
  2396. >=========================================================================================================================
  2397. >Executing gradle command: runClient
  2398. >Microsoft Windows [Version 6.1.7601]
  2399. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2400. >C:\Pylo\MCreator159>cd forge
  2401. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2402. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2403. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2404. >C:\Pylo\MCreator159\forge>gradlew runClient
  2405. >****************************
  2406. > Powered By MCP:
  2407. > http://modcoderpack.com/
  2408. > Searge, ProfMobius, Fesh0r,
  2409. > R4wk, ZeuX, IngisKahn, bspkrs
  2410. > MCP Data version : unknown
  2411. >****************************
  2412. >:compileApiJava UP-TO-DATE
  2413. >:processApiResources UP-TO-DATE
  2414. >:apiClasses UP-TO-DATE
  2415. >:sourceMainJava UP-TO-DATE
  2416. >:compileJava
  2417. >:processResources
  2418. >:classes
  2419. >:jar
  2420. >:getVersionJson
  2421. >:extractUserDev UP-TO-DATE
  2422. >:extractNatives UP-TO-DATE
  2423. >:getAssetsIndex
  2424. >:getAssets
  2425. >:makeStart
  2426. >[ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  2427. >[ant:javac] 1 warning
  2428. >:runClient
  2429. >[20:32:09] [main/INFO] [GradleStart]: Extra: []
  2430. >[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]
  2431. >[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2432. >[20:32:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2433. >[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
  2434. >[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  2435. >[20:32:10] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
  2436. >[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
  2437. >[20:32:10] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  2438. >[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
  2439. >[20:32:10] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
  2440. >[20:32:10] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
  2441. >[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  2442. >[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  2443. >[20:32:10] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  2444. >[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  2445. >[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  2446. >[20:32:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  2447. >[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!
  2448. >[20:32:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  2449. >[20:32:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  2450. >[20:32:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  2451. >[20:32:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  2452. >[20:32:15] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  2453. >[20:32:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  2454. >[20:32:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  2455. >[20:32:18] [main/INFO]: Setting user: Player471
  2456. >[20:32:21] [Client thread/INFO]: LWJGL Version: 2.9.1
  2457. >[20:32:23] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  2458. >// Why is it breaking :(
  2459. >Time: 2/3/16 8:32 PM
  2460. >Description: Loading screen debug info
  2461. >This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  2462. >A detailed walkthrough of the error, its code path and all known details is as follows:
  2463. >---------------------------------------------------------------------------------------
  2464. >-- System Details --
  2465. >Details:
  2466. > Minecraft Version: 1.7.10
  2467. > Operating System: Windows 7 (x86) version 6.1
  2468. > Java Version: 1.7.0_60, Oracle Corporation
  2469. > Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  2470. > Memory: 9214312 bytes (8 MB) / 47411200 bytes (45 MB) up to 259522560 bytes (247 MB)
  2471. > JVM Flags: 0 total;
  2472. > AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  2473. > IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  2474. > FML:
  2475. > GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3100 Graphics'
  2476. >[20:32:24] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  2477. >[20:32:24] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
  2478. >[20:32:24] [Client thread/INFO] [FML]: Replaced 183 ore recipies
  2479. >[20:32:25] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  2480. >[20:32:25] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  2481. >[20:32:25] [Client thread/INFO] [FML]: Searching C:\Pylo\MCreator159\forge\eclipse\mods for mods
  2482. >[20:32:31] [Client thread/INFO] [TestEnvironmentMod]: Mod TestEnvironmentMod is missing the required element 'name'. Substituting TestEnvironmentMod
  2483. >[20:32:32] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  2484. >[20:32:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at CLIENT
  2485. >[20:32:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, TestEnvironmentMod] at SERVER
  2486. >[20:32:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod
  2487. >[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2488. >[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2489. >[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2490. >[20:32:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2491. >[20:32:34] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  2492. >[20:32:34] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
  2493. >[20:32:34] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  2494. >[20:32:34] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  2495. >[20:32:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  2496. >[20:32:35] [Client thread/INFO] [FML]: Applying holder lookups
  2497. >[20:32:35] [Client thread/INFO] [FML]: Holder lookups applied
  2498. >[20:32:35] [Client thread/INFO] [FML]: Injecting itemstacks
  2499. >[20:32:35] [Client thread/INFO] [FML]: Itemstack injection complete
  2500. >[20:32:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2501. >[20:32:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  2502. >[20:32:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  2503. >[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)
  2504. >[20:32:36] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  2505. >[20:32:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2506. >[20:32:36] [Sound Library Loader/INFO]: Sound engine started
  2507. >[20:32:51] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  2508. >[20:32:51] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  2509. >[20:32:51] [Client thread/INFO] [FML]: Injecting itemstacks
  2510. >[20:32:51] [Client thread/INFO] [FML]: Itemstack injection complete
  2511. >[20:32:52] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  2512. >[20:32:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TestEnvironmentMod
  2513. >[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2514. >[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2515. >[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2516. >[20:32:52] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TestEnvironmentMod in C:\Pylo\MCreator159\forge\build\libs\modid-1.0.jar
  2517. >[20:32:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  2518. >[20:32:53] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  2519. >[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2520. >[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  2521. >[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  2522. >[20:32:53] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2523. >[20:32:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2524. >[20:32:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
  2525. >[20:32:53] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
  2526. >[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)
  2527. >[20:32:53] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
  2528. >[20:32:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2529. >[20:32:54] [Sound Library Loader/INFO]: Sound engine started
  2530. >[20:32:57] [Client thread/ERROR]: ########## GL ERROR ##########
  2531. >[20:32:57] [Client thread/ERROR]: @ Post startup
  2532. >[20:32:57] [Client thread/ERROR]: 1286: Invalid framebuffer operation
  2533. >[20:33:19] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
  2534. >[20:33:19] [Server thread/INFO]: Generating keypair
  2535. >[20:33:19] [Server thread/INFO]: Converting map!
  2536. >[20:33:19] [Server thread/INFO]: Scanning folders...
  2537. >[20:33:19] [Server thread/INFO]: Total conversion count is 0
  2538. >[20:33:20] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  2539. >[20:33:20] [Server thread/INFO] [FML]: Applying holder lookups
  2540. >[20:33:20] [Server thread/INFO] [FML]: Holder lookups applied
  2541. >[20:33:22] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3)
  2542. >[20:33:23] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3)
  2543. >[20:33:23] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@b758b3)
  2544. >[20:33:23] [Server thread/INFO]: Preparing start region for level 0
  2545. >[20:33:24] [Server thread/INFO]: Preparing spawn area: 98%
  2546. >[20:33:24] [Server thread/INFO]: Changing view distance to 8, from 10
  2547. >[20:33:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
  2548. >[20:33:25] [Netty IO #1/INFO] [FML]: Client protocol version 2
  2549. >[20:33:25] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
  2550. >[20:33:25] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  2551. >[20:33:25] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  2552. >[20:33:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  2553. >[20:33:25] [Server thread/INFO]: Player471[local:E:988a1d2a] logged in with entity id 0 at (-136.5, 4.0, -580.5)
  2554. >[20:33:25] [Server thread/INFO]: Player471 joined the game
  2555. >[20:33:26] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  2556. >[20:33:28] [Server thread/INFO]: Saving and pausing game...
  2557. >[20:33:28] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2558. >[20:33:29] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  2559. >[20:33:29] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  2560. >[20:33:35] [Server thread/INFO]: Player471 has just earned the achievement [Taking Inventory]
  2561. >[20:33:35] [Client thread/INFO]: [CHAT] Player471 has just earned the achievement [Taking Inventory]
  2562. >[20:34:16] [Server thread/INFO]: [Player471: Set own game mode to Survival Mode]
  2563. >[20:34:16] [Client thread/INFO]: [CHAT] Your game mode has been updated
  2564. >[20:34:19] [Server thread/INFO]: Saving and pausing game...
  2565. >[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2566. >[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  2567. >[20:34:19] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  2568. >[20:34:32] [Server thread/INFO]: Saving and pausing game...
  2569. >[20:34:32] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2570. >[20:34:33] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  2571. >[20:34:33] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  2572. >[20:34:44] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 5 seconds]
  2573. >[20:34:44] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 5 seconds
  2574. >[20:34:54] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds]
  2575. >[20:34:54] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds
  2576. >[20:35:08] [Server thread/INFO]: Saving and pausing game...
  2577. >[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2578. >[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  2579. >[20:35:08] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  2580. >[20:35:12] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops
  2581. >[20:35:13] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops
  2582. >[20:35:14] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops
  2583. >[20:35:14] [Client thread/INFO]: [CHAT] doDaylightCycle, doFireTick, doMobLoot, doMobSpawning, doTileDrops
  2584. >[20:35:16] [Server thread/INFO]: [Player471: Game rule has been updated]
  2585. >[20:35:16] [Client thread/INFO]: [CHAT] Game rule has been updated
  2586. >[20:35:16] [Server thread/INFO]: Saving and pausing game...
  2587. >[20:35:16] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2588. >[20:35:17] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  2589. >[20:35:17] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  2590. >[20:35:21] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds]
  2591. >[20:35:21] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds
  2592. >[20:35:27] [Client thread/INFO]: [CHAT] /effect <player> <effect> [seconds] [amplifier]
  2593. >[20:35:36] [Client thread/INFO]: [CHAT] There is no such item with ID minecraft:steak
  2594. >[20:35:53] [Client thread/INFO]: [CHAT] There is no such item with ID minecraft:cooked_steak
  2595. >[20:35:59] [Server thread/INFO]: [Player471: Set own game mode to Creative Mode]
  2596. >[20:35:59] [Client thread/INFO]: [CHAT] Your game mode has been updated
  2597. >[20:36:11] [Server thread/INFO]: [Player471: Set own game mode to Survival Mode]
  2598. >[20:36:11] [Client thread/INFO]: [CHAT] Your game mode has been updated
  2599. >[20:36:56] [Server thread/INFO]: [Player471: Given Hunger (ID 17) * 255 to Player471 for 10 seconds]
  2600. >[20:36:56] [Client thread/INFO]: [CHAT] Given Hunger (ID 17) * 255 to Player471 for 10 seconds
  2601. >[20:36:59] [Client thread/INFO]: [CHAT] /effect <player> <effect> [seconds] [amplifier]
  2602. >[20:37:28] [Server thread/INFO]: [Player471: Set own game mode to Creative Mode]
  2603. >[20:37:28] [Client thread/INFO]: [CHAT] Your game mode has been updated
  2604. >[20:37:47] [Client thread/INFO]: Stopping!
  2605. >[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2606. >[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
  2607. >[20:37:47] [Server thread/INFO]: Stopping server
  2608. >[20:37:47] [Server thread/INFO]: Saving players
  2609. >[20:37:47] [Server thread/INFO]: Saving worlds
  2610. >[20:37:47] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  2611. >[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
  2612. >[20:37:47] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
  2613. >[20:37:47] [Client Shutdown Thread/INFO]: Stopping server
  2614. >BUILD SUCCESSFUL
  2615. >Total time: 6 mins 5.377 secs
  2616. >C:\Pylo\MCreator159\forge>
  2617. >Task completed with return code 0 in 366149 milliseconds
  2618. >Task return code check OK!
  2619. >=========================================================================================================================
  2620. >Executing gradle command: build
  2621. >Microsoft Windows [Version 6.1.7601]
  2622. >Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  2623. >C:\Pylo\MCreator159>cd forge
  2624. >C:\Pylo\MCreator159\forge>SET "JAVA_HOME=C:\Pylo\MCreator159\jdk\"
  2625. >C:\Pylo\MCreator159\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
  2626. >C:\Pylo\MCreator159\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
  2627. >C:\Pylo\MCreator159\forge>gradlew build
  2628. >****************************
  2629. > Powered By MCP:
  2630. > http://modcoderpack.com/
  2631. > Searge, ProfMobius, Fesh0r,
  2632. > R4wk, ZeuX, IngisKahn, bspkrs
  2633. > MCP Data version : unknown
  2634. >****************************
  2635. >:compileApiJava UP-TO-DATE
  2636. >:processApiResources UP-TO-DATE
  2637. >:apiClasses UP-TO-DATE
  2638. >:sourceMainJava
  2639. >:compileJava
  2640. >:processResources
  2641. >:classes
  2642. >:jar
  2643. >:compileTestJava UP-TO-DATE
  2644. >:processTestResources UP-TO-DATE
  2645. >:testClasses UP-TO-DATE
  2646. >:test UP-TO-DATE
  2647. >:extractMcpData UP-TO-DATE
  2648. >:getVersionJson
  2649. >:extractUserDev UP-TO-DATE
  2650. >:genSrgs SKIPPED
  2651. >:reobf
  2652. >:assemble
  2653. >:check UP-TO-DATE
  2654. >:build
  2655. >BUILD SUCCESSFUL
  2656. >Total time: 44.413 secs
  2657. >C:\Pylo\MCreator159\forge>
  2658. >Task completed with return code 0 in 47300 milliseconds
  2659. >Task return code check OK!
Advertisement
Add Comment
Please, Sign In to add comment