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.

Rad Poseidon

Members
  • Joined

  • Last visited

Everything posted by Rad Poseidon

  1. Just as I was booting up VS Code to double check, VSCode stopped saying TAB_MISC and just said MISC. I'm not sure why it is just now doing it though because I reloaded VSCode several times and even rebuild the project from scratch. Sorry for the trouble, I guess it had something to do with my mappings setting.
  2. I used VSCode's peek definition feature. I can see ItemGroup.class and TAB_MISC exists as TAB_MISC
  3. I'm trying to register a new item, however compilation tells me that the Symbol ItemGroup.TAB_MISC cannot be found. I am using the latest MDK (36.2.4) for Minecraft 1.16.5 and I have it setup in VSCode public static final RegistryObject<Item> BandageItem = ITEMS.register("bandage", () -> new Item( new Item.Properties().tab( ItemGroup.TAB_MISC ) ) ); Hard_Knock_Life\src\main\java\com\rad_poseidon\hardknocklife\item\ModItems.java:16: error: cannot find symbol new Item.Properties().tab( ItemGroup.TAB_FOOD ) ^ symbol: variable TAB_FOOD location: class net.minecraft.item.ItemGroup 1 error I've considered changing to a Java Dedicated IDE, but it should still work with VSCode, which is what I would prefer to keep using. I have imported net.minecraft.item.ItemGroup as well. Peeking the definition of TAB_MISC shows it fine

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.