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.
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'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
Hi, I getting a suggestion from my thread in Minecraft Forum. When creating a new world player will spawning at another dimension. How possible to do this? Because it is really cool idea.
New Forge workspace it won't run Minecraft.
And I have the second issue. I cannot build my mod with Access Transformer.
Access Transformer system has changed?