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

ChestConnectedBlockTemplate

Server/Item/CustomConnectedBlockTemplates/ChestConnectedBlockTemplate.json, 911 B

Fields

FieldType
ConnectsToOtherMaterialsboolean
DefaultShapestring
Shapesobject

Source

{
  "ConnectsToOtherMaterials": false,
  "DefaultShape": "Default",
  "Shapes": {
    "Default": {
      "PatternsToMatchAnyOf": []
    },
    "Double": {
      "PatternsToMatchAnyOf": [
        {
          "TransformRulesToOrientation": true,
          "Type": "Custom",
          "RulesToMatch": [
            {
              "Position": {
                "X": -1,
                "Y": 0,
                "Z": 0
              },
              "IncludeOrExclude": "Include",
              "Shapes": [
                "Default",
                "Double|Filler=-1,0,0"
              ]
            },
            {
              "Position": {
                "X": 0,
                "Y": 0,
                "Z": 0
              },
              "IncludeOrExclude": "Exclude",
              "Shapes": [
                "Double|Filler=-1,0,0"
              ]
            }
          ]
        }
      ]
    }
  }
}