Started by
PrinceAllart
on
Mon, 01/16/2023 - 04:06
Topic category: Help with modding (Java Edition)
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!
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?