User Tools

Site Tools


tutorial:blockappearance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:blockappearance [2021/06/21 13:55] – Write about newer MC versions redgrapefruittutorial:blockappearance [2021/09/09 15:57] – Link client-sided mod initializer to documentation:entrypoint daomephsta
Line 7: Line 7:
 To fix this, you need to set your block's render layer to cutout or transparent. To fix this, you need to set your block's render layer to cutout or transparent.
  
-In a client-sided mod initializer, add:+In a [[documentation:entrypoint|client-sided mod initializer]], add:
 <code java> <code java>
 BlockRenderLayerMap.INSTANCE.putBlock(ExampleMod.MY_BLOCK, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(ExampleMod.MY_BLOCK, RenderLayer.getCutout());
tutorial/blockappearance.txt · Last modified: 2024/02/05 16:03 by haykam