Help with custom walls facing inwards instead of outwards

Started by PrinceAllart on Mon, 01/16/2023 - 04:06

Topic category: Help with modding (Java Edition)

Last seen on 12:09, 21. Mar 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Help with custom walls facing inwards instead of outwards
Mon, 01/16/2023 - 04:06

I've created a custom wall using NorthWesTrees' tutorial and it works. However, my fence has an "outside" and an "inside" and the current procedures in place have all walls facing north or east. This is an issue because my wall has leaf coverings but I don't want the coverings on the inside of the wall, only the outside. I've wasted a lot of time trying to figure it out on my own, so I would really appreciate it if someone could help steer me in the right direction as to how to make my walls automatically face outward. 

 

Thanks in advance!

Last seen on 12:09, 21. Mar 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
I tried having the procedure…
Tue, 01/17/2023 - 13:49

I tried having the procedure look for a corner piece within 2 blocks and then align itself with the way that piece is facing but that didn't work out.

I'm honestly stumped at how to get this to work, logic-wise. Should I just start over?