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

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.blocks.minecraft.ticking",
"title": "Ticking",
"description": "Describes the component that will trigger an even at a regular interval between two values",
"description": "Describes the component that will trigger an even at a regular interval between two values.",
"type": "object",
"additionalProperties": false,
"properties": {
"looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop" },
"looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop." },
"range": {
"title": "Range",
"description": "The Range between which the component will trigger his event.",
@@ -15,7 +15,7 @@
"on_tick": {
"type": "object",
"title": "On Tick",
"description": "Describes the component that will trigger an even at a regular interval between two values",
"description": "Describes the component that will trigger an even at a regular interval between two values.",
"condition": { "title": "Condition", "type": "string", "description": "The condition of event to be executed on the block. Molang" },
"event": { "title": "Event", "type": "string", "description": "The type of event executed on the block." },
"target": {