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.

a3ology

Members
  • Joined

  • Last visited

  1. I have been having trouble with items getting their texture from its model file and setting a custom creative tab. Does anyone have an example for both of these?
  2. You got a better tutorial I could use? I would gladly use it.
  3. public class Items { public static Item test_item; public static void init(){ test_item = new Item().setUnlocalizedName("test_item"); } public static void register(){ GameRegistry.registerItem(test_item, test_item.getUnlocalizedName().substring(5)); } public static void registerRenders(){ } public static void registerRender(Item item)){ Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MOD_ID + ":" + item.getUnlocalizedName().substring(5), "inventory")); } } This hasn't been working. It's probably because I haven't modded since the first version of 1.8, and I've forgot quite a bit. A tutorial would still be nice for 1.9.
  4. I've been trying to create a new item, and GameRegistry isn't working. I can't find any tutorials online, and the tutorials on this forum are still in 1.8.

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.