Versions / 0.6.0-pre.1.1 / Item / CustomConnectedBlockTemplates / DoorLargeConnectedBlockTemplate.json
DoorLargeConnectedBlockTemplate
Server/Item/CustomConnectedBlockTemplates/DoorLargeConnectedBlockTemplate.json, 945 B
Fields
| Field | Type |
|---|---|
ConnectsToOtherMaterials | boolean |
ConnectsToOtherTemplates | boolean |
DontUpdateAfterInitialPlacement | boolean |
DefaultShape | string |
Shapes | object |
Source
{
"ConnectsToOtherMaterials": true,
"ConnectsToOtherTemplates": true,
"DontUpdateAfterInitialPlacement": true,
"DefaultShape": "Default",
"Shapes": {
"Default": {
"PatternsToMatchAnyOf": [
{
"Type": "Custom",
"TransformRulesToOrientation": true,
"YawToApplyAddReplacedBlockType": "OneEighty",
"RulesToMatch": [
{
"Position": {
"X": -3,
"Y": 0,
"Z": 0
},
"IncludeOrExclude": "Include",
"Shapes": [
"Default"
]
},
{
"Position": {
"X": 3,
"Y": 0,
"Z": 0
},
"IncludeOrExclude": "Exclude",
"Shapes": [
"Default|Yaw=180"
]
}
]
}
]
}
}
}