RyanHub - file viewer
filename: common/src/main/resources/assets/oritech/blockstates/machine_frame_block.json
branch: 1.21
back to repo
{
  "multipart": [
    {
      "apply": {
        "model": "oritech:block/machine_frame_inner"
      }
    },
    {
      "when": {
        "north": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "y": 180
      }
    },
    {
      "when": {
        "south": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "y": 0
      }
    },
    {
      "when": {
        "east": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "y": 270
      }
    },
    {
      "when": {
        "west": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "y": 90
      }
    },
    {
      "when": {
        "up": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "x": 90
      }
    },
    {
      "when": {
        "down": "true"
      },
      "apply": {
        "model": "oritech:block/machine_frame_outer",
        "x": -90
      }
    }
  ]
}