Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Danebi

Members
  • Joined

  • Last visited

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. Do you have a line like this? VANILLA_ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus());
  12. Are you registering VANILLA_ITEMS on the mod bus?
  13. 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.
  14. Can you show your DoubleDrops class?
  15. So you read the rules and decided to ignore them, right?
  16. It seems like you started a vanilla server. Post the server logs.
  17. In your log there should be an error, can you post it here?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.