auto: Formatted documents
This commit is contained in:
@@ -7,8 +7,18 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"additional_slots_per_strength": { "type": "integer", "default": 0, "description": "Number of slots that this entity can gain per extra strength", "title": "TODO Title" },
|
||||
"can_be_siphoned_from": { "type": "boolean", "default": false, "description": "If true, the contents of this inventory can be removed by a hopper", "title": "TODO Title" },
|
||||
"additional_slots_per_strength": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Number of slots that this entity can gain per extra strength",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"can_be_siphoned_from": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the contents of this inventory can be removed by a hopper",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"container_type": {
|
||||
"type": "string",
|
||||
"default": "none",
|
||||
|
||||
Reference in New Issue
Block a user