diff --git a/schemas/1.14.json b/schemas/1.14.json index bc49c3e9..2f4b4111 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -448,6 +448,16 @@ } ] }, + { + "id": "entries", + "type": "array", + "translate": "entry", + "values": "entry", + "button": "field", + "require": [ + "minecraft:set_contents" + ] + }, { "id": "conditions", "type": "array", diff --git a/schemas/1.15.json b/schemas/1.15.json index fa9202d7..4bfb8d4f 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -465,6 +465,16 @@ } ] }, + { + "id": "entries", + "type": "array", + "translate": "entry", + "values": "entry", + "button": "field", + "require": [ + "minecraft:set_contents" + ] + }, { "id": "conditions", "type": "array",