Posted November 26, 20205 yr 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, 20205 yr by Ugonnadie
November 26, 20205 yr 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.
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.