BlockBreakingDecal
Documentation for the BlockBreakingDecal asset type.
Location
Item/Block/BreakingDecals
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/BlockBreakingDecal.schema.json" Schema
StageTextures arraynull
Array items: string
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "BlockBreakingDecal.json",
"title": "BlockBreakingDecal",
"description": "BlockBreakingDecal asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"StageTextures": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
}
}
}
}