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.

Julian Texo

Members
  • Joined

  • Last visited

  1. As the title suggests I have been trying to find a way to hide Vanilla Items. As far as I understand it the best way to do it would be to remove the recipes and hide the items from all creative tabs. But older solutions to this don't seem to work in 1.19 - forge. Any ideas/resources I can take a look at to figure this out? To elaborate: I am planning on making mining wands and combat wands that will replace pickaxes/shovels and swords. For that I want to make pickaxes no longer craftable.
  2. I'm trying to remove Items from creative tabs. But the method setCreativeTab() is no longer present in the Item class. Is there a new method/new way of doing that? I have tried this (which gives me an error on startup (UnsupportedOperationException: null) @SubscribeEvent public static void removeItemsFromCreativeTabs(FMLCommonSetupEvent event){ for (Item item:ForgeRegistries.ITEMS) { if (item.getName(new ItemStack(item)).getString().equals("Wooden Pickaxe")){ item.getCreativeTabs().clear(); } } }

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.