Jump to content

Spaceboy Ross

Members
  • Posts

    143
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    https://youtube.com/c/SpaceboyRoss

Recent Profile Visitors

7080 profile views

Spaceboy Ross's Achievements

Creeper Killer

Creeper Killer (4/8)

0

Reputation

  1. My mod has never had this issue before, it just all of a sudden appeared. I've attached the log ive received.
  2. So one of the people on my mod's dev team told me that the server crashes by java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP and I have no idea what is causing that crash and how to fix it. It doesn't crash on my computer.
  3. The modeler uses Cubix Studio but he says that he cannot figure out how to export the model to java.
  4. Blockbench has an "export to java" plugin and that's how I got the model exported.
  5. e23 is the head, I already found that out and changing the position does nothing.
  6. It's only the head that doesn't render correctly, the head rendered correctly in blockbench and other programs.
  7. I've fixed it so the function returns ItemStack.EMPTY since I recently found that out before you told me and the model is rendering from the MobileSuit.MSRenderer class. Also, I didn't make the model, the model designer member made it.
  8. Oh, that is com.spaceboyross.gundam.ms.MobileSuit.MSRender
  9. The entity.render package is for non-Mobile Suit type entities. com.spaceboyross.gundam.models.ms.gundams.RX782GundamMobileSuitModel is the RX-78-2 Gundam Mobile Suit model class. So the com.spaceboyross.gundam.models.ms package is for the models for Mobile Suits.
  10. This is what the model is supposed to look like. But this is what it looks like in game. The class of the model is com.spaceboyross.gundam.models.ms.gundams.RX782GundamMobileSuitModel. I have the mod stored on github: https://github.com/SpaceboyRoss01/MSGundamMod
  11. Yeah, I'm using version control. https://github.com/SpaceboyRoss01/MSGundamMod
  12. Now I can't even interact with the entity. So I can't fix the movement until I fix interaction handling, all of a sudden the interaction function stopped working.
×
×
  • Create New...

Important Information

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