Jump to content

Danebi

Members
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Danebi

  1. Please, don't, they're pretty bad. If you know java you can start modding here, here and here. Other people's mod and the minecraft code in your ide are also good ways to learn.
  2. Be sure to have the latest version of the mod and if it doesn't work report it to the author. Btw, where did you download the mod from?
  3. Show your code and the full debug.log.
  4. Sorry, I meant this: e.getEntity()
  5. Event.getEntity() then check if the entity is an instance of ItemEntity.
  6. As arledy said, write in English. If you have a problem running forge post the logs\debug.log.
  7. It think the config screen has not been re-implemented yet.
  8. Try to delete this: C:\Users\HP Laptop\AppData\Roaming\.minecraft\config\forge-client.toml
  9. If you have another problem post the new debug.log.
  10. Delete this file: C:\Users\HP Laptop\AppData\Roaming\.minecraft\config\fml.toml
  11. Post the debug.log (A file in your .minecraft\logs folder).
  12. The arguments here don't match the parameters here: Try to add the missing float or remove the argument from the constuctor.
  13. If it says on line 12 look at line 12:
  14. Post the debug.log.
  15. Delete this file: C:\Users\tyler_3qlj1m1\AppData\Roaming\.minecraft\config\forge-client.toml
  16. Post your new debug.log.
  17. And... can you link it here?
  18. This is not the debug.log.
  19. Post the debug.log.
  20. Post the debug.log.
  21. You can extend the class and override.
×
×
  • Create New...

Important Information

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