Ugonnadie Posted November 26, 2020 Share Posted November 26, 2020 (edited) I don't know how to apply textures to all 6 faces of an orientable block. { "parent": "block/orientable", "textures": { "front": "tutorialmod:blocks/ugonnalive_block_front", "back": "tutorialmod:blocks/ugonnalive_block_sides", "top": "tutorialmod:blocks/ugonnalive_block_sides", "bottom": "tutorialmod:blocks/ugonnalive_block_sides", "side": "tutorialmod:blocks/ugonnalive_block_sides" } } Edited November 26, 2020 by Ugonnadie Quote Link to comment Share on other sites More sharing options...
ChampionAsh5357 Posted November 26, 2020 Share Posted November 26, 2020 Look at vanilla jsons that support the sort of face mapping you want, there is one that handles the sides, top, and bottom. On the other hand, use a block state data provider to do this for you. Quote Link to comment Share on other sites More sharing options...
Ugonnadie Posted November 28, 2020 Author Share Posted November 28, 2020 OK, thx! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.