15 lines
347 B
JSON
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"
|
|
}
|
|
}
|
|
}
|