Structurize

Structurize

40M Downloads

Change Placeholder.json Blockstate

iiEpic opened this issue ยท 0 comments

commented

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

  1. Get a placeholder block (Sign one)
  2. Place it in front of you
  3. Click F3 and see that it's not facing the correct way.
  4. ... 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
    }
  }
}