
SteveKunG
Members-
Posts
111 -
Joined
-
Last visited
Everything posted by SteveKunG
-
This video will explain the problem. My Render Entity
-
[1.8.9] Custom Fishing Rod model doesn't cast
SteveKunG replied to SteveKunG's topic in Modder Support
bump -
Issue like the title. I just copy from Minecraft and fix entity spawn data. Fishing Rod Item https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/items/ItemSpaceFishingRod.java
-
[1.8.9] Ocean Biome generation weird after compiled
SteveKunG replied to SteveKunG's topic in Modder Support
Any idea? -
[1.8.9] Ocean Biome generation weird after compiled
SteveKunG replied to SteveKunG's topic in Modder Support
No clue about vanilla ocean. Very odd bug. -.- -
[1.8.9] Ocean Biome generation weird after compiled
SteveKunG replied to SteveKunG's topic in Modder Support
@Animefan8888 Could not find anything that used vanilla ocean biome in my classes. @TheSunCat Sorry for my bad English. Many people don't understand what my problem is. (This is my best English skill.) Also Galacticraft still develop in 1.8.9. (My mod is an add-on from Galacticraft) -
[1.8.9] Ocean Biome generation weird after compiled
SteveKunG replied to SteveKunG's topic in Modder Support
bump -
[1.8.9] Ocean Biome generation weird after compiled
SteveKunG replied to SteveKunG's topic in Modder Support
bump -
I found this problem when I compiled my mod and test it outside my dev environment. Not sure why this happened. Testing in my dev environment. My Infected Ocean biome generate correctly. Testing with Forge. Its replaced by vanilla ocean biome. And my git if you want to looking at the issue. Thank you. https://github.com/MCCommanderTH/MorePlanets/tree/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/world/gen
-
[1.8.9] Needs help with world chunk manager
SteveKunG replied to SteveKunG's topic in Modder Support
So Weird... The game doesn't crash in dev workspace. Thank you! -
[1.8.9] Needs help with world chunk manager
SteveKunG replied to SteveKunG's topic in Modder Support
WorldChunkManagerNibiru called from here. https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/dimension/WorldProviderNibiru.java#L153 And this. https://github.com/micdoodle8/Galacticraft/blob/master/src/main/java/micdoodle8/mods/galacticraft/api/prefab/world/gen/WorldProviderSpace.java#L280-L311 -
[1.8.9] Needs help with world chunk manager
SteveKunG replied to SteveKunG's topic in Modder Support
Okay, I pushed my latest commit. https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/world/gen/WorldChunkManagerNibiru.java#L102 https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/world/gen/ChunkProviderNibiru.java#L101 -
Not sure why its not happen in my dev workspace. Crash Report : My Source Code : https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/world/gen/WorldChunkManagerNibiru.java#L101 https://github.com/MCCommanderTH/MorePlanets/blob/master/1.8.9/src/main/java/stevekung/mods/moreplanets/module/planets/nibiru/world/gen/ChunkProviderNibiru.java#L102 Also This mod is an add-on from Galacticraft (1.8.9) if you want to check : https://github.com/micdoodle8/Galacticraft
-
Hello?
-
I have try to make my entity death animation like an ender dragon. But I getting render issues, item in the hand disappear, incorrect entity model rendered. Render Code : Barrier Layer : Beam Layer (copied from RenderDragon)
-
[1.10.2] Render custom shader on entity like glowing effect
SteveKunG replied to SteveKunG's topic in Modder Support
bump -
[1.10.2] Render custom shader on entity like glowing effect
SteveKunG replied to SteveKunG's topic in Modder Support
Like this. Sorry for missing info. -
[1.10.2] Problem with client command in server
SteveKunG replied to SteveKunG's topic in Modder Support
Also I can't use my own packet if my mod isn't on the server. Only use in Realm Server. clientSideOnly = true There is the way to get player position in the server? -
I've found this problem when I typing "afk" on chat without "/". What's wrong with it? My Command : Event Handler :
-
OK. I have learn something about thread. And my FPS get stable. Thanks! Here is my simple thread code.
-
When execute this command it make lag for a short. Not freeze the game.