Fixing type values
This commit is contained in:
@@ -43,7 +43,13 @@
|
|||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"title": "Type",
|
"title": "Type",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"enum": [
|
||||||
|
"loot_table",
|
||||||
|
"item",
|
||||||
|
"empty"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"title": "Conditions",
|
"title": "Conditions",
|
||||||
@@ -108,7 +114,10 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"title": "Type",
|
"title": "Type",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "TODO description"
|
"description": "TODO description",
|
||||||
|
"enum": [
|
||||||
|
"minecraft:chest"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user