Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / CustomConnectedBlockTemplates / PillarConnectedBlockTemplate.json

PillarConnectedBlockTemplate

Server/Item/CustomConnectedBlockTemplates/PillarConnectedBlockTemplate.json, 2.8 KB

Fields

FieldType
ConnectsToOtherMaterialsboolean
DefaultShapestring
Shapesobject

Source

{
  "ConnectsToOtherMaterials": true,
  "DefaultShape": "Base",
  "Shapes": {
    "Base": {
      "FaceTags": {
        "Up": [
          "PillarConnection"
        ],
        "Down": [
          "PillarConnection"
        ]
      },
      "PatternsToMatchAnyOf": [
        {
          "Type": "Custom",
          "RulesToMatch": [
            {
              "Position": {
                "X": 0,
                "Y": 1,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "FaceTags": {
                "Down": [
                  "PillarConnection"
                ]
              }
            },
            {
              "Position": {
                "X": 0,
                "Y": -1,
                "Z": 0
              },
              "IncludeOrExclude": "Exclude",
              "FaceTags": {
                "Up": [
                  "PillarConnection"
                ]
              }
            }
          ]
        }
      ]
    },
    "Base_Inverted": {
      "FaceTags": {
        "Up": [
          "PillarConnection"
        ],
        "Down": [
          "PillarConnection"
        ]
      },
      "PatternsToMatchAnyOf": [
        {
          "Type": "Custom",
          "RulesToMatch": [
            {
              "Position": {
                "X": 0,
                "Y": -1,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "FaceTags": {
                "Up": [
                  "PillarConnection"
                ]
              }
            },
            {
              "Position": {
                "X": 0,
                "Y": 1,
                "Z": 0
              },
              "IncludeOrExclude": "Exclude",
              "FaceTags": {
                "Down": [
                  "PillarConnection"
                ]
              }
            }
          ]
        }
      ]
    },
    "Middle": {
      "FaceTags": {
        "Up": [
          "PillarConnection"
        ],
        "Down": [
          "PillarConnection"
        ]
      },
      "PatternsToMatchAnyOf": [
        {
          "Type": "Custom",
          "RulesToMatch": [
            {
              "Position": {
                "X": 0,
                "Y": 1,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "FaceTags": {
                "Down": [
                  "PillarConnection"
                ]
              }
            },
            {
              "Position": {
                "X": 0,
                "Y": -1,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "FaceTags": {
                "Up": [
                  "PillarConnection"
                ]
              }
            }
          ]
        }
      ]
    }
  }
}