ChestConnectedBlockTemplate
Server/Item/CustomConnectedBlockTemplates/ChestConnectedBlockTemplate.json, 911 B
Fields
| Field | Type |
|---|---|
ConnectsToOtherMaterials | boolean |
DefaultShape | string |
Shapes | object |
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"
]
}
]
}
]
}
}
}