Posted March 1, 201510 yr Hey I need help setting the texture for my blocks in 1.8. I know how to set them back in 1.7 but in 1.8 I think it has changed. How do I set the textures for my blocks in 1.8?
March 1, 201510 yr It's done via JSON files now. For each block, you need 3 (a blockstate file, a block model file, and an item model file). There are several tutorials on this, and vanilla assets can be used as an example. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
March 4, 201510 yr http://www.minecraftforge.net/forum/index.php/topic,26267.0.html 1.7.10 is no longer supported by forge, you are on your own.
March 5, 201510 yr These are my favorites, but, yes, look at the vanilla block and item models in /assets/minecraft/blockstates and /assets/minecraft/models/block and /assets/minecraft/models/item. (good definitions) http://minecraft.gamepedia.com/Block_models (my favorite, mixed with vanilla models as examples) http://greyminecraftcoder.blogspot.com.au/2014/12/block-models-texturing-quads-faces.html (seems important) http://greyminecraftcoder.blogspot.com.au/2014/12/block-rendering-18.html http://greyminecraftcoder.blogspot.com/2014/12/blocks-18.html http://greyminecraftcoder.blogspot.com.au/2014/12/item-rendering-18.html hw developer in a sw world
March 6, 201510 yr Author Thank you. I now should now be able to create the json files. Can you now just show me how I tell forge to use them for my blocks?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.