Posted December 2, 20213 yr { "parent": "minecraft:block/cross", "textures": { "cross": "chinacraft:block/azalea" } } public class Azalea extends FlowerBlock { public Azalea() { super(Effects.DIG_SPEED, 2, Properties.copy(Blocks.DANDELION)); } } Please help me, see the picture below
December 2, 20213 yr you need to register a RenderType for your Block, call ItemBlockRenderTypes#setRenderLayer in FMLClientSetupEvent and use cutout as RenderType
December 2, 20213 yr Author 9 minutes ago, Luis_ST said: you need to register a RenderType for your Block, call ItemBlockRenderTypes#setRenderLayer in FMLClientSetupEvent and use cutout as RenderType solved ! thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.