Add expand help

This commit is contained in:
Misode
2019-11-14 11:38:34 +01:00
parent 9377dfd78d
commit 7f8b6a9470
2 changed files with 2 additions and 0 deletions

View File

@@ -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",

View File

@@ -115,6 +115,7 @@
"type": "boolean",
"default": "false",
"translate": "entry.expand",
"help": true,
"require": [
"minecraft:tag"
]