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.

Faktorek

Members
  • Joined

  • Last visited

Everything posted by Faktorek

  1. My issue was that I thought this can be done without adding a new class. My bad. Thank you. public class CrazyBlock extends Block { public CrazyBlock(Block.Properties builder) { super(builder); } public BlockRenderLayer getRenderLayer() { return BlockRenderLayer.TRANSLUCENT; } }
  2. By soild I ment opaque (not transparent). I added a screenshot of what I mean. The BlockItem in hand is clearly transparent and when put on ground the block is not.
  3. I created a block: BlockList.butter_block = new Block(Block.Properties.create(Material.GLASS).hardnessAndResistance(2.0f, 3.0f) .lightValue(15) .sound(SoundType.SLIME) .slipperiness(1.06f) .variableOpacity() ).setRegistryName(location("butter_block")) I created a transparent texture and the blockItem in hand is transparent (like grass) but it's opaque (not transparent) when put on the ground. What's the problem? Minecraft 13.2 Forge 25

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.