All Minecraft textures (as of some update, 1.20 I think) are in this project. You can add blocks, and even create your own! There are 2 custom blocks to pay attention to. The first is the block to initialize blocks. This combines textures to create multiple 2D textures which create a 3D texture. There are a lot of inputs: The first is the name of the block. You can call it whatever. It only has to be unique. The next set of three inputs are the top texture position. You can select 1 of 4 texture sheets (view the texture sprite) and select the position, zero based, starting from the top left. (grass top texture is 1 0 0 because it is located at (0, 0) in texture 1. The next set of 3 inputs are the sides. You have 4 sides, and that is 12 total inputs. The final set of three is the bottom side. Ask questions in the comments. The second block to pay attention to is the render block. You put in the name that you created using the initialize block, and put in an x and y position. it will render the 6 faces of the block name. You also can enter a scale, which should in theory be the size of the texture. I'm leaving it at 2. (oak leaves is set to 1.5) Ask questions in the comments. please run in turbowarp: https://turbowarp.org/1090603558 Enjoy! #minecraft