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.

deus_

Members
  • Joined

  • Last visited

Everything posted by deus_

  1. This error occurs when you are trying to invoke a method on a null object reference. In this case, the variable "nbt" is null, meaning it doesn't point to any object. To fix this issue, you need to make sure that the "nbt" variable is properly initialized before trying to invoke any method on it. You can check if the "nbt" variable is null before calling the method, or ensure that it is properly assigned a value from a valid object. Here is an example of how you can handle this issue: sqlCopy code if (nbt != null) { // Call the method on the "nbt" object nbt.m_128459_("String"); } else { // Handle the case when "nbt" is null System.out.println("Error: nbt is null"); } Make sure to review your code and find out where the "nbt" variable should be initialized before using it. were you able to figure out which mod is causing this problem? https://chat-gpt.org/chat
  2. were you able to figure out which mod is causing this problem?

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.