Jump to content

Danebi

Members
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Danebi

  1. Please don't. MCreator is not supported on this forum. Learn Java to receive support. If you want to know why MCreator is bad read this.
  2. Do you have a gamepad?
  3. Post the debug.log.
  4. Post the debug.log.
  5. Code Style #4. You have a class named BlockItemBase. It's useless and you can delete it. There is already a base class and it's called BlockItem.
  6. NO. Put it in the client setup.
  7. 1.8 is no longer supported on this forum. Please update to a modern version to receive support.
  8. Don't write me. The debug.log is a file in the logs folder.
  9. Post the debug.log.
  10. Delete this file: C:\Users\Kevin\AppData\Roaming\.minecraft\config\fml.toml
  11. Post the debug.log.
  12. It should be a file named exactly "debug.log". If you're on windows it's possibile that it hides the extension so it will only be "debug". If the file is too large use github gist.
  13. Delete this file: C:\Users\Derek\AppData\Roaming\.minecraft\config\fml.toml
  14. It's a file in your logs folder.
  15. Post the debug.log.
  16. To make it short the debug.log is a file in the logs folder in your Minecraft directory (by default [User]\AppData\roaming\.minecraft).
  17. World#getBlockState
  18. If you're making a mod that changes camera position, why do you need to add an entity? You can't do this on client.
  19. Learn what generics are.
  20. Do you know Java?
  21. I'm already tired of this so i won't even bother replying. As for this... What is the error? Post the crash report here. Also, are you sure it crashes because of this?
  22. Install Java. If you already have it installed try to run jarfix.
  23. Do you know java?
×
×
  • Create New...

Important Information

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