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.

CoderAtParadise

Forge Modder
  • Joined

  • Last visited

Everything posted by CoderAtParadise

  1. To get it to render transparent you need to include in the blocks class @SideOnly(Side.CLIENT) public EnumWorldBlockLayer getBlockLayer() { return EnumWorldBlockLayer.CUTOUT; }
  2. With Minecraft 1.8 you need to register the textures Eternaldoom has written about this at http://www.minecraftforge.net/forum/index.php/topic,24263.0.html This question has been answered on the forums before.
  3. Hi, So I've been playing around with the new render system for items and have come across the problem of a texture not loading unless you have a dummy item. The code for the section is public static final ItemFT kitty = new ItemKitty(); public static final ItemHidden debug = new ItemDebug(); public static void init() { GameRegistry.registerItem(debug,"debug"); GameRegistry.registerItem(kitty,"kitty"); Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(kitty,0,new ModelResourceLocation(Reference.MOD_ID+":kitty","inventory")); } and when you comment out the registration of the debug item, item kitty no longer loads it's texture. Just wondering if I am doing something wrong or it is actually a bug.

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.