From 421128f04d3a1002fdf9d38a97fe7c4c6c1da8d4 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 1 Nov 2020 19:41:51 +0100 Subject: [PATCH] Fixing type values --- behaviour/loot_tables/loot_tables.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/behaviour/loot_tables/loot_tables.json b/behaviour/loot_tables/loot_tables.json index 3c54501d..8c089e39 100644 --- a/behaviour/loot_tables/loot_tables.json +++ b/behaviour/loot_tables/loot_tables.json @@ -43,7 +43,13 @@ }, "type": { "title": "Type", - "type": "string" + "type": "string", + "description": "", + "enum": [ + "loot_table", + "item", + "empty" + ] }, "conditions": { "title": "Conditions", @@ -108,7 +114,10 @@ "type": { "title": "Type", "type": "string", - "description": "TODO description" + "description": "TODO description", + "enum": [ + "minecraft:chest" + ] } } }