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