Started by
Eevneon
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a kind of turkey tail block, and I want it to always be "attached" to a block so that it doesn't just float in the air, and I want to do this by always facing the block in the opposite direction of the block its placed on. Just like a ladder. Can anyone help me? I've been working on this block since 4 hours ago, and I want to complete it.
EDIT: I already solved the problem!
Edited by Eevneon on Fri, 07/15/2022 - 19:58
all you need to do is just flip the textures
just change texture from "front/side" to "back/side" and set the bottom texture to an empty one otherwise it wont let you save..
Thats actually it. You don't need to flip direction just flip the texture
Hmmm. that may be a way, but i think i already fixed it with a lot of code. Still thanks though!