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.

Nomori

Members
  • Joined

  • Last visited

  1. Nomori joined the community
  2. Hi, I'm making glass stairs for my mod, but they have an annoying line in the middle from glass border. How can I fix it or use custom textures for them? Here's how it looks. Also a bonus question... how can I reference vanilla glass blocks in the registering of the stairs. I did a quick and dumb solution by adding a copy of glass to use, like this: public static final RegistryObject<Block> JUST_WORK= registerBlock("temp_block", () -> new Block(BlockBehaviour.Properties.of(Material.GLASS).strength(1f).noOcclusion())); public static final RegistryObject<Block> GLASS_STAIRS = registerBlock("glass_stairs", () -> new StairBlock(() -> JUST_WORK.get().defaultBlockState(), BlockBehaviour.Properties.of(Material.GLASS).strength(1f).noOcclusion().sound(SoundType.GLASS))); But I'm sure there's an easier way.

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.