Rendering-1.8.9
From McJty Modding
In the earlier tutorials you saw how to make a basic block and item but it looked very ugly. In this chapter we will demonstrate various techniques available to you for making your items and blocks look nice.
- Rendering of a basic item
- Rendering of an item based on NBT or damage
- Rendering an item in inventory based on TESR
- Rendering of a basic block
- Rendering of a basic block with different texture on every face
- Rendering a block differently depending on state
- Rendering of a multi-layer block
- Rendering of a block based on WaveFront OBJ file (static)
- More complex dynamic TESR with OBJ and animation (dynamic)
- Rendering of a block based on ISBM (static)
- Cached smart models (static) please read rendering with an ISBM first