Fixing type values

This commit is contained in:
DaanV2
2020-11-01 19:41:51 +01:00
parent 6f3a5fe29f
commit 421128f04d

View File

@@ -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"
]
}
}
}