From 124cc839f1b91a7f30a8b4ca3ab0c17f6f3e3c2f Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 26 Nov 2020 17:00:56 +0100 Subject: [PATCH] auto: Formatted json files --- .../blocks/1.10.0/components/minecraft.breathability.json | 2 +- .../1.10.0/components/minecraft.material_instances.json | 4 ++-- .../blocks/1.10.0/components/minecraft.onlypistonpush.json | 2 +- .../blocks/1.10.0/components/minecraft.pick_collision.json | 2 +- .../blocks/1.10.0/components/minecraft.random_ticking.json | 5 +---- behaviour/blocks/1.10.0/components/minecraft.rotation.json | 6 +++--- behaviour/blocks/1.10.0/components/minecraft.ticking.json | 5 +---- 7 files changed, 10 insertions(+), 16 deletions(-) diff --git a/behaviour/blocks/1.10.0/components/minecraft.breathability.json b/behaviour/blocks/1.10.0/components/minecraft.breathability.json index 7d6fe833..e1a91a83 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.breathability.json +++ b/behaviour/blocks/1.10.0/components/minecraft.breathability.json @@ -5,6 +5,6 @@ "type": "string", "title": "Breathability 1.10.0", "description": "Property describing the breathability of this block and whether it is treated as a solid or as air.", - "enum": [ "solid", "air" ], + "enum": ["solid", "air"], "default": "solid" } diff --git a/behaviour/blocks/1.10.0/components/minecraft.material_instances.json b/behaviour/blocks/1.10.0/components/minecraft.material_instances.json index a4cd1023..a19776e9 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.material_instances.json +++ b/behaviour/blocks/1.10.0/components/minecraft.material_instances.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.material_instances", + "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.material_instances", "type": "object", "title": "Material instances 1.10.0", "description": "Maps face or material_instance names in a geometry file to an actual material instance. Material instance can either be a full material instance or a name to another already defined instance", @@ -17,7 +17,7 @@ }, "face_dimming": { "title": "Face dimming", - "type": "boolean", + "type": "boolean", "description": "UNDOCUMENTATED" }, "render_method": { diff --git a/behaviour/blocks/1.10.0/components/minecraft.onlypistonpush.json b/behaviour/blocks/1.10.0/components/minecraft.onlypistonpush.json index e4c01ead..e9a67494 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.onlypistonpush.json +++ b/behaviour/blocks/1.10.0/components/minecraft.onlypistonpush.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.onlypistonpush", + "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.onlypistonpush", "type": "boolean", "title": "Only piston push 1.10.0", "description": "Blocks with those components won't stick to stickyPistons" diff --git a/behaviour/blocks/1.10.0/components/minecraft.pick_collision.json b/behaviour/blocks/1.10.0/components/minecraft.pick_collision.json index 431c2c58..8a597325 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.pick_collision.json +++ b/behaviour/blocks/1.10.0/components/minecraft.pick_collision.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.pick_collision", + "$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.pick_collision", "title": "Pick collision 1.10.0", "description": "Can only be set to false, it disables the collision of the block with entities", "oneOf": [ diff --git a/behaviour/blocks/1.10.0/components/minecraft.random_ticking.json b/behaviour/blocks/1.10.0/components/minecraft.random_ticking.json index 5747c878..f8d3acb9 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.random_ticking.json +++ b/behaviour/blocks/1.10.0/components/minecraft.random_ticking.json @@ -25,10 +25,7 @@ "range": { "title": "Range", "type": "array", - "items": [ - { "type": "integer" }, - { "type": "integer" } - ] + "items": [{ "type": "integer" }, { "type": "integer" }] }, "target": { "title": "Target", diff --git a/behaviour/blocks/1.10.0/components/minecraft.rotation.json b/behaviour/blocks/1.10.0/components/minecraft.rotation.json index 2f15ac1d..7eaff984 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.rotation.json +++ b/behaviour/blocks/1.10.0/components/minecraft.rotation.json @@ -6,8 +6,8 @@ "type": "array", "additionalProperties": false, "items": [ - { "type": "number", "title": "X"}, - { "type": "number", "title": "Y"}, - { "type": "number", "title": "Z"} + { "type": "number", "title": "X" }, + { "type": "number", "title": "Y" }, + { "type": "number", "title": "Z" } ] } diff --git a/behaviour/blocks/1.10.0/components/minecraft.ticking.json b/behaviour/blocks/1.10.0/components/minecraft.ticking.json index 6a71cfcf..6d0ebd64 100644 --- a/behaviour/blocks/1.10.0/components/minecraft.ticking.json +++ b/behaviour/blocks/1.10.0/components/minecraft.ticking.json @@ -15,10 +15,7 @@ "title": "Range", "description": "The Range between which the component will trigger his event.", "type": "array", - "items": [ - { "type": "integer" }, - { "type": "integer" } - ] + "items": [{ "type": "integer" }, { "type": "integer" }] }, "on_tick": { "type": "object",