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.

Dorky106

Members
  • Joined

  • Last visited

Everything posted by Dorky106

  1. let me guess it should be "registerBlockIcons" instead? sorry about this, just have no access to the MC files so I can't learn from that code so stuck asking for help more often than what I want to.
  2. What wondering how to pull off the multi texturing of a block. Can't seem to find any tutorials on it that work so thought I would ask for help here. Edit to show what I have here you go. @SideOnly(Side.CLIENT) private IIcon iconT, iconF; @SideOnly(Side.CLIENT) public void registerIcons(IIconRegister par1){ iconT = par1.registerIcon(References.MODID + ":GemGen.png"); iconF = par1.registerIcon(References.MODID + ":GemGenTop.png"); } @SideOnly(Side.CLIENT) public IIcon getIcon(int i, int meta){ if(i==1) return iconT ; else return iconF; }

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.