Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / CustomConnectedBlockTemplates / DoorConnectedBlockTemplate.json

DoorConnectedBlockTemplate

Server/Item/CustomConnectedBlockTemplates/DoorConnectedBlockTemplate.json, 909 B

Fields

FieldType
ConnectsToOtherMaterialsboolean
DontUpdateAfterInitialPlacementboolean
DefaultShapestring
Shapesobject

Source

{
  "ConnectsToOtherMaterials": true,
  "DontUpdateAfterInitialPlacement": true,
  "DefaultShape": "Default",
  "Shapes": {
    "Default": {
      "PatternsToMatchAnyOf": [
        {
          "Type": "Custom",
          "TransformRulesToOrientation": true,
          "YawToApplyAddReplacedBlockType": "OneEighty",
          "RulesToMatch": [
            {
              "Position": {
                "X": -1,
                "Y": 0,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "Shapes": [
                "Default"
              ]
            },
            {
              "Position": {
                "X": 1,
                "Y": 0,
                "Z": 0
              },
              "IncludeOrExclude": "Exclude",
              "Shapes": [
                "Default|Yaw=180"
              ]
            }
          ]
        }
      ]
    }
  }
}