Jump to content

SteveKunG

Members
  • Posts

    111
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Thailand, Lampang
  • Personal Text
    Noob modder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SteveKunG's Achievements

Creeper Killer

Creeper Killer (4/8)

-2

Reputation

  1. This video will explain the problem. My Render Entity
  2. 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
  3. @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)
  4. 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
  5. So Weird... The game doesn't crash in dev workspace. Thank you!
  6. 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
  7. 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
  8. 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
  9. 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)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.