Versions / 0.6.0-pre.9.1 / Item / CustomConnectedBlockTemplates / VillageConnectedBlockTemplate.json
VillageConnectedBlockTemplate
Server/Item/CustomConnectedBlockTemplates/VillageConnectedBlockTemplate.json, 3.7 KB
Fields
| Field | Type |
|---|---|
ConnectsToOtherMaterials | boolean |
DefaultShape | string |
Shapes | object |
Source
{
"ConnectsToOtherMaterials": true,
"DefaultShape": "Full",
"Shapes": {
"Full": {
"FaceTags": {
"Up": [
"VillageConnection"
],
"Down": [
"VillageConnection"
]
},
"PatternsToMatchAnyOf": [
{
"Type": "Custom",
"RulesToMatch": [
{
"Position": {
"X": 0,
"Y": 1,
"Z": 0
},
"IncludeOrExclude": "Exclude",
"FaceTags": {
"Down": [
"VillageConnection"
]
}
},
{
"Position": {
"X": 0,
"Y": -1,
"Z": 0
},
"IncludeOrExclude": "Exclude",
"FaceTags": {
"Up": [
"VillageConnection"
]
}
}
]
}
]
},
"Base": {
"FaceTags": {
"Up": [
"VillageConnection"
],
"Down": [
"VillageConnection"
]
},
"PatternsToMatchAnyOf": [
{
"Type": "Custom",
"RulesToMatch": [
{
"Position": {
"X": 0,
"Y": 1,
"Z": 0
},
"IncludeOrExclude": "Include",
"FaceTags": {
"Down": [
"VillageConnection"
]
}
},
{
"Position": {
"X": 0,
"Y": -1,
"Z": 0
},
"IncludeOrExclude": "Exclude",
"FaceTags": {
"Up": [
"VillageConnection"
]
}
}
]
}
]
},
"Base_Inverted": {
"FaceTags": {
"Up": [
"VillageConnection"
],
"Down": [
"VillageConnection"
]
},
"PatternsToMatchAnyOf": [
{
"Type": "Custom",
"RulesToMatch": [
{
"Position": {
"X": 0,
"Y": -1,
"Z": 0
},
"IncludeOrExclude": "Include",
"FaceTags": {
"Up": [
"VillageConnection"
]
}
},
{
"Position": {
"X": 0,
"Y": 1,
"Z": 0
},
"IncludeOrExclude": "Exclude",
"FaceTags": {
"Down": [
"VillageConnection"
]
}
}
]
}
]
},
"Middle": {
"FaceTags": {
"Up": [
"VillageConnection"
],
"Down": [
"VillageConnection"
]
},
"PatternsToMatchAnyOf": [
{
"Type": "Custom",
"RulesToMatch": [
{
"Position": {
"X": 0,
"Y": 1,
"Z": 0
},
"IncludeOrExclude": "Include",
"FaceTags": {
"Down": [
"VillageConnection"
]
}
},
{
"Position": {
"X": 0,
"Y": -1,
"Z": 0
},
"IncludeOrExclude": "Include",
"FaceTags": {
"Up": [
"VillageConnection"
]
}
}
]
}
]
}
}
}