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.

Greenadine

Members
  • Joined

  • Last visited

  1. SOLVED! It will be displayed as how it is ordered in the GameRegistry.
  2. I am a new to coding, I have done plugins before, but this is obviously different, so I do not know what many things are. I only know the 'basics'. I have tried to add this.displayAllReleventItems(arg0), but then I get errors with the String in the displayAllReleventItems. This is my code from the CreativeTab class package com.Greenadine.ExtendedItemsMod.CreativeTabs; import com.Greenadine.ExtendedItemsMod.ExtendedItemsMod; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class TabExtendedItemsModItems extends CreativeTabs { public TabExtendedItemsModItems(int arg0, String arg1) { super(arg0, arg1); this.displayAllReleventItems(arg0); } @Override public Item getTabIconItem() { return ExtendedItemsMod.SuperiteGem; } } It gives the error "The method displayAllReleventItems(List) in the type CreativeTabs is not applicable for the arguments (int)" at this.displayAllReleventItems. I do not know what to do next. And how do I organize it with a Comperator, because I do not know what it is. But thanks already for the help!
  3. [move][glow=red,2,300]Question:[/glow] Does anyone know how to organize items 'n stuff in a CreativeTab?[/move] Hey guys! I have added a few items to my Creative Tab in my mod, but they are all not organized; I want swords with swords, items with items and so on. How do I do that? I searched all over the internet, looking at many websites and tutorials, but I cannot find it.

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.