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 [2020/01/17 13:54] – use nonOpaque() juuztutorial:blockappearance [2020/03/30 17:30] – [Making a block invisible] liach
Line 39: Line 39:
     @Override     @Override
     public VoxelShape getOutlineShape(BlockState blockState, BlockView blockView, BlockPos blockPos, EntityContext entityContext) {     public VoxelShape getOutlineShape(BlockState blockState, BlockView blockView, BlockPos blockPos, EntityContext entityContext) {
-       return VoxelShapes.empty;+       return VoxelShapes.empty();
     }     }
 </code> </code>
tutorial/blockappearance.txt · Last modified: 2024/02/05 16:03 by haykam