Files
2022-07-22 19:41:04 +02:00

15 lines
347 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.is_stackable",
"description": "Sets that this entity can be stacked.",
"type": "object",
"title": "Is Stackable",
"additionalProperties": false,
"properties": {
"value": {
"title": "Value",
"description": "UNDOCUMENTED.",
"type": "boolean"
}
}
}