From 7f8b6a9470f98f0696340a40ed7770f97cce1d26 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 14 Nov 2019 11:38:34 +0100 Subject: [PATCH] Add expand help --- locales/en.json | 1 + schemas/1.14.json | 1 + 2 files changed, 2 insertions(+) diff --git a/locales/en.json b/locales/en.json index 66c961c0..feee9401 100644 --- a/locales/en.json +++ b/locales/en.json @@ -206,6 +206,7 @@ "function.zoom": "Zoom", "function_add": "Add Function", "function_remove": "Remove Function", + "help.entry.expand": "If false, entry will return all contents of tag, otherwise entry will behave as multiple item entries", "help.entry.type.alternatives": "Tests conditions of the child entries and executes the first that can run", "help.entry.type.dynamic": "Gets block specific drops", "help.entry.type.empty": "Adds nothing to the pool", diff --git a/schemas/1.14.json b/schemas/1.14.json index a7d0a8af..d492021e 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -115,6 +115,7 @@ "type": "boolean", "default": "false", "translate": "entry.expand", + "help": true, "require": [ "minecraft:tag" ]