Jump to content

Danebi

Members
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Danebi

  1. You are returning the default model. You should return a class that extends BipedModel.
  2. I'm not sure but try to check ServerWorld#findNearestStructure.
  3. Why are you trying to use the universal? Use the installer.
  4. If the author hasn't done it one-sided, it means it's required on the client as well, so it will crash if you modify it to be server only.
  5. Learn Java and don't rely on tutorials.
  6. Learn java before modding. Also... @Override public int getDamageReductionAmount(EquipmentSlotType slotIn) { return this.damageReductionAmountArray[slotIn.getSlotIndex()]; } will not work for an index of 4 or higher and HEAD.getSlotIndex() returns 4.
  7. Why...? Post the debug.log.
  8. In your .minecraft\logs folder.
  9. Post the installer log.
  10. Post the debug.log. Also, which version of forge do you have?
  11. In your .minecraft\logs folder.
  12. I can't understand your problem but if you have problems installing forge try to run the installer manually or use jarfix.
  13. Show the method after you return your armor model and the class of the model.
  14. Light Overlay is for 1.16.1.
  15. This is the latest.log (and is unavailable). You have to post the debug.log.
  16. Download java.
  17. Probably twitch broke the minecraft installation. Try to repair the installation or delete the minecraft folder (This one: C:\Users\Paf i jas\Twitch\Minecraft).
  18. Post the debug.log.
  19. Post the debug.log.
  20. Run java -version in your cmd and post the output.
×
×
  • Create New...

Important Information

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