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.

Flashexx

Members
  • Joined

  • Last visited

Everything posted by Flashexx

  1. Thanks for the answer, it wasn't a reference issue just a false import of the CreativeTabs (however I managed to do that)
  2. I was trying to make an Item with subitems, it works all fine but I can not override the getSubItem method of the ItemDye class: @Override @SideOnly(Side.CLIENT) public void getSubItems(Item item, CreativeTabs tab, List list){ for (int i = 0; i < 17; i++){ list.add(new ItemStack(item, 1, i)); } } I get an underlined error: and I don't know why and if I can get around this somehow or if the max amount of metadata is already reached with 16? Everything else works find, name is right and I get 16 Items, it is not crashing but the 17th item just doesn't show up. Thanks for every help Flashexx

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.