Change Placeholder.json Blockstate
iiEpic opened this issue ยท 0 comments
Structurize version
Version: 0.10.297-ALPHA
Expected behavior
- This would fix the placeholder blocks from facing the wrong way upon placing them.
Actual behaviour
When placing the placeholder block at this moment, it looks like it faces left or right not straight in front of you. For example, when I place it in front of me it looks like |
I expect it too look like -
Steps to reproduce the problem
- Get a placeholder block (Sign one)
- Place it in front of you
- Click
F3
and see that it's not facing the correct way. - ... Profit
{
"variants": {
"facing=east": {
"model": "structurize:block/placeholderblock",
"y": 90
},
"facing=south": {
"model": "structurize:block/placeholderblock",
"y": 180
},
"facing=west": {
"model": "structurize:block/placeholderblock",
"y": 270
},
"facing=north": {
"model": "structurize:block/placeholderblock",
"y": 0
}
}
}