fixed missing recipe and breaker bug

This commit is contained in:
Mohammad-Ali Minaie
2017-06-27 22:20:55 -04:00
parent 16868d3a1c
commit ee788d0b35
1517 changed files with 41 additions and 11659 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
[13:01:21] [main/INFO] [GradleStart]: Extra: []
[13:01:22] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/kitsu/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[13:01:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:01:22] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:01:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[13:01:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:07:31] [main/INFO] [GradleStart]: Extra: []
[21:07:31] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/mminaie/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[21:07:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:07:31] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:07:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[21:07:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

View File

@@ -0,0 +1,136 @@
[21:07:34] [Client thread/INFO]: Setting user: Player848
[21:07:37] [Client thread/WARN]: Skipping bad option: lastServer:
[21:07:37] [Client thread/INFO]: LWJGL Version: 2.9.2
[21:07:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft
[21:07:43] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:79) [SoundHandler.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:484) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
[21:07:43] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:07:44] [Thread-7/INFO]: Initializing LWJGL OpenAL
[21:07:44] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:07:44] [Thread-7/INFO]: OpenAL initialized.
[21:07:44] [Sound Library Loader/INFO]: Sound engine started
[21:07:45] [Client thread/INFO]: Created: 16x16 textures-atlas
[21:07:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft
[21:07:48] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:79) [SoundHandler.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:799) [Minecraft.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:340) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:386) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
[21:07:48] [Client thread/INFO]: SoundSystem shutting down...
[21:07:48] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[21:07:48] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:07:49] [Thread-9/INFO]: Initializing LWJGL OpenAL
[21:07:49] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:07:49] [Thread-9/INFO]: OpenAL initialized.
[21:07:49] [Sound Library Loader/INFO]: Sound engine started
[21:07:50] [Client thread/INFO]: Created: 512x512 textures-atlas
[21:07:51] [Client thread/WARN]: Skipping bad option: lastServer:
[21:07:51] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[21:07:55] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[21:07:55] [Server thread/INFO]: Generating keypair
[21:07:56] [Server thread/INFO]: Preparing start region for level 0
[21:07:56] [Server thread/INFO]: Changing view distance to 12, from 10
[21:07:57] [Server thread/INFO]: Player848[local:E:514a1023] logged in with entity id 9 at (-1197.5, 4.0, 574.5)
[21:07:57] [Server thread/INFO]: Player848 joined the game
[21:07:58] [Server thread/INFO]: Saving and pausing game...
[21:07:58] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:07:58] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:07:58] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:07:58] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@aca6b91[id=671fc71d-f6cb-3d6a-91ee-4151a2cbcf9a,name=Player848,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
[21:08:04] [Server thread/INFO]: Saving and pausing game...
[21:08:04] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:08:04] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:08:04] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:08:15] [Server thread/INFO]: Player848 has just earned the achievement [Taking Inventory]
[21:08:15] [Client thread/INFO]: [CHAT] Player848 has just earned the achievement [Taking Inventory]
[21:08:54] [Server thread/INFO]: Saving and pausing game...
[21:08:54] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:08:54] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:08:54] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:09:08] [Server thread/INFO]: Saving and pausing game...
[21:09:08] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:09:08] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:09:08] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:09:16] [Server thread/INFO]: Saving and pausing game...
[21:09:16] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:09:16] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:09:16] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:09:26] [Server thread/INFO]: Changing difficulty to PEACEFUL, from NORMAL
[21:09:44] [Server thread/INFO]: Saving and pausing game...
[21:09:44] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:09:44] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:09:44] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:09:45] [Server thread/INFO]: Stopping server
[21:09:45] [Server thread/INFO]: Saving players
[21:09:45] [Server thread/INFO]: Saving worlds
[21:09:45] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:09:45] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:09:45] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:09:46] [Client thread/INFO]: Stopping!
[21:09:46] [Client thread/INFO]: SoundSystem shutting down...
[21:09:47] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com