User Tools

Site Tools


tutorial:blockentityrenderers

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:blockentityrenderers [2020/12/23 02:45] – add missing info hydostutorial:blockentityrenderers [2021/05/18 05:20] – [Introduction] solidblock
Line 5: Line 5:
 Make sure you [[tutorial:blockentity|added a block entity]] before reading this tutorial!  Make sure you [[tutorial:blockentity|added a block entity]] before reading this tutorial! 
 ===== Introduction ===== ===== Introduction =====
-Blocks by themselves aren't that interesting,  +Blocks by themselves aren't that interesting, they just stay static at a certain location and a certain size until broken. We can use block entity renderers to render items and blocks associated with a block entity far more dynamically - render multiple different items, at differing locations and sizes, and more.  
-they just stay static at a certain location and a certain size until broken. +
-We can use block entity renderers to render items and blocks associated with a block entity far more dynamically - render multiple different items,  +
-at differing locations and sizes, and more.  +
 ===== Example ===== ===== Example =====
 In this tutorial we'll build off the block entity we created by adding a ''BlockEntityRenderer'' to it.  In this tutorial we'll build off the block entity we created by adding a ''BlockEntityRenderer'' to it. 
tutorial/blockentityrenderers.txt · Last modified: 2023/02/09 13:14 by mschae23