From 4270b636b459a5593df9fdf35ad22d2f13c66c7f Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 24 Oct 2019 10:10:17 +0200 Subject: [PATCH] Add missing entries field for set_contents --- schemas/1.14.json | 10 ++++++++++ schemas/1.15.json | 10 ++++++++++ 2 files changed, 20 insertions(+) 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",