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.

minecraftplayer142

Members
  • Joined

  • Last visited

Everything posted by minecraftplayer142

  1. i am trying to make a flower that has transparency in it but all the parts that should be transparent in the texture are showing as black. when i searched it up it said that i have to set isopaqueblock to false in the flower's class but i am not sure how to do so. here is my class for the flower package com.me.mymod.blocks; import net.minecraft.block.*; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.RenderTypeBuffers; import net.minecraft.client.renderer.RenderTypeLookup; import net.minecraft.util.math.AxisAlignedBB; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.shapes.VoxelShape; import net.minecraft.world.IBlockReader; import net.minecraftforge.common.extensions.IForgeBlockState; public class FlowerBase extends BushBlock { public FlowerBase(Properties properties) { super(properties); } public boolean isOpaqueCube() { return false; } // ^ that's where i'm having trouble, this is not doing anything and i'm not sure how to make it do something @Override public OffsetType getOffsetType() { return AbstractBlock.OffsetType.XZ; } } and here is how it's showing up

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.