Formatted workspace

This commit is contained in:
DaanV2
2020-11-02 14:23:29 +01:00
parent 57f2ed0284
commit a61ac6053b

View File

@@ -45,11 +45,7 @@
"title": "Type", "title": "Type",
"type": "string", "type": "string",
"description": "", "description": "",
"enum": [ "enum": ["loot_table", "item", "empty"]
"loot_table",
"item",
"empty"
]
}, },
"conditions": { "conditions": {
"title": "Conditions", "title": "Conditions",
@@ -115,9 +111,7 @@
"title": "Type", "title": "Type",
"type": "string", "type": "string",
"description": "TODO description", "description": "TODO description",
"enum": [ "enum": ["minecraft:chest"]
"minecraft:chest"
]
} }
} }
} }