Jump to content

Danebi

Members
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Danebi

  1. Use the set method on the data manager.
  2. When do you call the register method?
  3. Wouldn't it be "set"?
  4. No, the debug.log is a file in .minecraft\logs.
  5. Post your code (in a github repository) and your full debug.log (You can find it in run\logs).
  6. Don't ask for the crash report. The debug.log has more info. You posted the console log. You have to post the debug.log (A file located in the logs folder).
  7. Just to be sure, where did you download the mod from?
  8. Try to delete this file: C:\Users\Harrison\AppData\Roaming\.minecraft\config\fml.toml.
  9. Try to delete this file: C:\Users\Anton\AppData\Roaming\.minecraft\config\forge-client.toml.
  10. Install Java. If it still doesn't work run jarfix.
  11. Post the new debug.log.
  12. Do you have a line like this? VANILLA_ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus());
  13. Are you registering VANILLA_ITEMS on the mod bus?
  14. Post the installer log.
  15. 1) You aren't providing the required parameters of the constructor. 2) If you already called the super constructor with hardcoded parameters(except for slots), why in your constructor are you requesting these arguments? 3) Your constructor is protected and the two classes are not in the same package. Set it to public.
  16. Can you show your DoubleDrops class?
  17. So you read the rules and decided to ignore them, right?
  18. It seems like you started a vanilla server. Post the server logs.
  19. In your log there should be an error, can you post it here?
  20. You forgot the 'gui' folder.
  21. The file is unavailable.
×
×
  • Create New...

Important Information

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