Rendering
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.
The official Forge documentation has a lot of detailed information on models so beyond the examples given in this chapter be sure to read that too: https://mcforge.readthedocs.io/en/latest/models/introduction/
- Rendering of a basic item
- Rendering of an item based on NBT or damage
- 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 block based on WaveFront OBJ file (static)
- More complex dynamic TESR with OBJ and animation (dynamic)
- Rendering of a block based on baked model (static)