Adding dots to description
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"additional_slots_per_strength": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Number of slots that this entity can gain per extra strength",
|
||||
"description": "Number of slots that this entity can gain per extra strength.",
|
||||
"title": "Additional Slots Per Strength"
|
||||
},
|
||||
"can_be_siphoned_from": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the contents of this inventory can be removed by a hopper",
|
||||
"description": "If true, the contents of this inventory can be removed by a hopper.",
|
||||
"title": "Can Be Siphoned From"
|
||||
},
|
||||
"container_type": {
|
||||
@@ -27,19 +27,19 @@
|
||||
"inventory_size": {
|
||||
"type": "integer",
|
||||
"default": 5,
|
||||
"description": "Number of slots the container has",
|
||||
"description": "Number of slots the container has.",
|
||||
"title": "Inventory Size"
|
||||
},
|
||||
"private": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, only the entity can access the inventory",
|
||||
"description": "If true, only the entity can access the inventory.",
|
||||
"title": "Private"
|
||||
},
|
||||
"restrict_to_owner": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the entity's inventory can only be accessed by its owner or itself",
|
||||
"description": "If true, the entity's inventory can only be accessed by its owner or itself.",
|
||||
"title": "Restrict To Owner"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user