Face a block towards opposite direction of block its placed on.

Started by Eevneon on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Face a block towards opposite direction of block its placed on.
Fri, 07/15/2022 - 19:58 (edited)

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
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
all you need to do is just…
Fri, 07/15/2022 - 12:05

all you need to do is just flip the textures

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just change texture from …
Fri, 07/15/2022 - 12:08

aa

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

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmmm. that may be a way, but…
Fri, 07/15/2022 - 19:58

Hmmm. that may be a way, but i think i already fixed it with a lot of code. Still thanks though!