From 3b0b6f10e715242e84deb01d1daf124ebe62c205 Mon Sep 17 00:00:00 2001 From: Blockception Bot Date: Mon, 27 Sep 2021 08:45:37 +0000 Subject: [PATCH] auto: Generated Json Schemas --- behavior/functions/tick.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 behavior/functions/tick.json diff --git a/behavior/functions/tick.json b/behavior/functions/tick.json new file mode 100644 index 00000000..f9f3cd89 --- /dev/null +++ b/behavior/functions/tick.json @@ -0,0 +1 @@ +{"$schema":"http://json-schema.org/draft-07/schema","title":"Tick","description":"Mcfunction that are to be called per game tick (20 times per second)","additionalProperties":false,"examples":[{"values":["foo"]}],"properties":{"values":{"title":"Values","description":"The collection of function path to execute","type":"array","items":{"title":"Function path","description":"The path to the function","type":"string","pattern":"[a-zA-Z_\\-\\/ ]+","examples":["foo","folder/foo"]}}},"definitions":{}} \ No newline at end of file