From c434801daf936c089156bbe0b629f0b679b10c67 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 28 Jan 2021 18:34:03 +0100 Subject: [PATCH] auto: Formatted json files --- .../1.10.0/animation_controller.json | 4 +--- resource/textures/texture_list.json | 22 +++++++++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/behaviour/animation_controllers/1.10.0/animation_controller.json b/behaviour/animation_controllers/1.10.0/animation_controller.json index cc94d728..0248509b 100644 --- a/behaviour/animation_controllers/1.10.0/animation_controller.json +++ b/behaviour/animation_controllers/1.10.0/animation_controller.json @@ -54,9 +54,7 @@ "commands": { "type": "string", "description": "The event or commands to execute", - "examples": [ - "@s example:event" - ], + "examples": ["@s example:event"], "oneOf": [ { "pattern": "^@s .+$", "title": "Event" }, { "pattern": "^/.+$", "title": "Command" }, diff --git a/resource/textures/texture_list.json b/resource/textures/texture_list.json index 3f872135..707dc0fe 100644 --- a/resource/textures/texture_list.json +++ b/resource/textures/texture_list.json @@ -1,12 +1,12 @@ { - "$schema": "http://json-schema.org/draft-07/schema", - "title": "Texture list", - "description": "A list of texture to load in", - "type": "array", - "items": { - "title": "Filepath", - "type": "string", - "pattern": "^textures/", - "examples": ["textures/blocks/"] - } -} \ No newline at end of file + "$schema": "http://json-schema.org/draft-07/schema", + "title": "Texture list", + "description": "A list of texture to load in", + "type": "array", + "items": { + "title": "Filepath", + "type": "string", + "pattern": "^textures/", + "examples": ["textures/blocks/"] + } +}