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.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/12/18 in all areas

  1. No, bad modder, no cookie. Items are singletons. You want to store data on an item stack, then you need to store that data in the ItemStack. You should use Capabilities for this, but NBT data is also available.
  2. I can't understand what you're saying.
  3. I learned yesterday(ish) that a certain someone hasn't been doing their last 5% necessary for it to be on Github so that the actual process of updating Forge can begin (where anyone can contribute).
  4. Legit love you guys @DaemonUmbra and @Cadiboo. Resetting my machine worked! <3 (P.S You csn lock the thread now xD)
  5. The problem is that the "getHeldItem" methods actually return ItemStack not Item. The method should really be named getHeldItemStackOffHand() instead. So you simply have to get the Item from the Itemstack, so add .getItem() at the end. like: playerSP.getHeldItemOffhand().getItem() instanceof ItemBlock

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.