got 1.11 working but rotation is wrong

This commit is contained in:
Mohammad-Ali Minaie
2016-12-26 21:25:55 -05:00
parent 9126a443f6
commit bd5c334ce9
89 changed files with 3754 additions and 1262 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

@@ -4,3 +4,9 @@
[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

@@ -1,38 +1,39 @@
[13:01:33] [Client thread/INFO]: Setting user: Player249
[13:01:38] [Client thread/INFO]: LWJGL Version: 2.9.4
[13:01:50] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft
[13:02:43] [Client thread/WARN]: Invalid sounds.json
[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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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:?]
[13:02:43] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:02:44] [Thread-7/INFO]: Initializing LWJGL OpenAL
[13:02:44] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[13:02:45] [Thread-7/INFO]: OpenAL initialized.
[13:02:45] [Sound Library Loader/INFO]: Sound engine started
[13:02:49] [Client thread/INFO]: Created: 16x16 textures-atlas
[13:02:51] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Kitsu's Forgecraft
[13:02:55] [Client thread/WARN]: Invalid sounds.json
[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:?]
@@ -42,43 +43,44 @@ java.lang.NullPointerException
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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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_102]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
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:?]
[13:02:55] [Client thread/INFO]: SoundSystem shutting down...
[13:02:55] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[13:02:55] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:02:55] [Thread-9/INFO]: Initializing LWJGL OpenAL
[13:02:55] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[13:02:55] [Thread-9/INFO]: OpenAL initialized.
[13:02:55] [Sound Library Loader/INFO]: Sound engine started
[13:03:00] [Client thread/INFO]: Created: 512x512 textures-atlas
[13:03:04] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[13:03:11] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[13:03:11] [Server thread/INFO]: Generating keypair
[13:03:12] [Server thread/INFO]: Preparing start region for level 0
[13:03:13] [Server thread/INFO]: Changing view distance to 12, from 10
[13:03:14] [Server thread/INFO]: Player249[local:E:f5847b71] logged in with entity id 0 at (-1197.5, 4.0, 574.5)
[13:03:14] [Server thread/INFO]: Player249 joined the game
[13:03:15] [Server thread/INFO]: Saving and pausing game...
[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:03:15] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:03:15] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@25bca98e[id=77058a27-9ed9-3577-ba3a-f426b243548e,name=Player249,properties={},legacy=false]
[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:?]
@@ -95,23 +97,40 @@ com.mojang.authlib.exceptions.AuthenticationException: The client has sent too m
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_102]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_102]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_102]
[13:03:19] [Server thread/INFO]: Player249 has just earned the achievement [Taking Inventory]
[13:03:19] [Client thread/INFO]: [CHAT] Player249 has just earned the achievement [Taking Inventory]
[13:03:30] [Server thread/INFO]: Saving and pausing game...
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:03:30] [Server thread/INFO]: Stopping server
[13:03:30] [Server thread/INFO]: Saving players
[13:03:30] [Server thread/INFO]: Saving worlds
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:03:30] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:03:32] [Client thread/INFO]: Stopping!
[13:03:32] [Client thread/INFO]: SoundSystem shutting down...
[13:03:33] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
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