BlockMaskAsset
Documentation for the BlockMaskAsset asset type.
Location
HytaleGenerator/MaterialMasks
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/BlockMaskAsset.schema.json" Schema
DontPlace unknown
Any of
DontReplace unknown
Any of
Advanced arraynull
Array items: BlockMaskEntryAsset
ExportAs
stringnull
Import
stringnull
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "BlockMaskAsset.json",
"title": "BlockMaskAsset",
"description": "BlockMaskAsset asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"DontPlace": {
"anyOf": [
{
"default": {
"Inclusive": true,
"Materials": []
},
"$ref": "common.schema.json#/$defs/MaterialSetAsset"
},
{
"type": "null"
}
]
},
"DontReplace": {
"anyOf": [
{
"default": {
"Inclusive": true,
"Materials": []
},
"$ref": "common.schema.json#/$defs/MaterialSetAsset"
},
{
"type": "null"
}
]
},
"Advanced": {
"type": [
"array",
"null"
],
"items": {
"$ref": "common.schema.json#/$defs/BlockMaskEntryAsset"
}
},
"ExportAs": {
"type": [
"string",
"null"
],
"default": ""
},
"Import": {
"type": [
"string",
"null"
],
"default": ""
}
}
}