
SteveKunG
Members-
Posts
111 -
Joined
-
Last visited
Everything posted by SteveKunG
-
My mod has added command for checking mojang status. But when execute the command it make lag spike in game. Command : Mojang Status Checker : Original code from : https://bukkit.org/threads/resource-check-if-a-mojang-server-is-online-offline.226634/
-
I have register my client command, its work properly in Singleplayer but on the server it throwing an NullPointerException. My Command EventHandler My main problem is I can't get other player name in the server except myself.
-
[1.8.9] How to get ping from server when entered
SteveKunG replied to SteveKunG's topic in Modder Support
Hi again, I can't find getRespondTime method in 1.7.10. Do you know how to find that method? -
[1.8.9] How to get ping from server when entered
SteveKunG replied to SteveKunG's topic in Modder Support
Thank you very much! Its working all servers except Hypixel. The indicator doesn't displayed, maybe Anti Laby Mod plugin? -
[1.8.9] How to get ping from server when entered
SteveKunG replied to SteveKunG's topic in Modder Support
And I getting a problem, When I join server its crash the game. -.- Crash : Code : Something wrong?? -
[1.8.9] How to get ping from server when entered
SteveKunG replied to SteveKunG's topic in Modder Support
Thank you! -
Hi, I want to make my own ping indicator mod. I don't know this is correct. Also how to get ping from Minecraft Realms Server. Thanks.
-
Thank you very much!
-
I try to fix it by myself. Using DEFAULT_JVM_OPTS="-Xmx1G" in the gradlew.bat and gradlew And I got this. I don't know why? I have already RAM 4G installed.
-
This is my first time when I try contribute to forge. I follow this step : https://github.com/MinecraftForge/MinecraftForge/wiki/If-you-want-to-contribute-to-Forge And I getting this error log. I don't know this is correct step? -.-
-
I want to see the original source code. Something can help me.
-
Can anyone help?
-
This is a full log. I don't know why?
-
It is java heap space or something?
-
Oh! Thank you. I'm copy from BiomeDecorator.
-
I'm working my mod on 1.8. And when entering this dimension it throwing an NPE. I don't why. https://github.com/SteveKunG/More-Planets/blob/1.8/src/main/java/stevekung/mods/moreplanets/common/world/biome/BiomeDecoratorMP.java#L38 https://github.com/SteveKunG/More-Planets/blob/1.8/src/main/java/stevekung/mods/moreplanets/planets/polongnius/world/gen/BiomeDecoratorPolongnius.java#L50
-
Thank you very much. That's working! But it so laggy.
-
I don't know why this happened. But when try to setup forge 1.8 it doesn't have issue.
-
[1.8] Can't run Minecraft in the Eclipse with a new Forge version
SteveKunG replied to SteveKunG's topic in Modder Support
Sorry for late. I tried to reassign it still not working. Console said "Your Access Transformer be broke". AT needs to be upgraded? -
[1.8] Can't run Minecraft in the Eclipse with a new Forge version
SteveKunG replied to SteveKunG's topic in Modder Support
Thanks. But how to reassign. -
[1.7.10] or [1.8] How possible to make infinite custom fluid?
SteveKunG replied to SteveKunG's topic in Modder Support
Something wrong? It not checking metadata 0. -
[1.7.10] or [1.8] How possible to make infinite custom fluid?
SteveKunG replied to SteveKunG's topic in Modder Support
I will try it. Thank you.