Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -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"
}
},