Add help for entry type

This commit is contained in:
Misode
2019-10-23 15:43:56 +02:00
parent cc8394de32
commit ef9efaf0e1
4 changed files with 17 additions and 0 deletions

View File

@@ -1,4 +1,18 @@
{
"$help": {
"$entry": {
"$type": {
"empty": "Adds nothing to the pool",
"item": "Adds a single item",
"tag": "Adds the contents of an item tag",
"loot_table": "Adds the contents of another loot table",
"alternatives": "Tests conditions of the child entries and executes the first that can run",
"sequence": "Executes child entries until the first one that can't run due to conditions",
"group": "Executes all child entries when own conditions pass",
"dynamic": "Gets block specific drops"
}
}
},
"$condition": {
"$type": {
"alternative": "Alternative",

View File

@@ -52,6 +52,7 @@
"type": "enum",
"translate": "$entry.type",
"translateValue": "$entry.$type",
"help": true,
"default": "minecraft:item",
"values": [
"minecraft:empty",

View File

@@ -74,6 +74,7 @@
"type": "enum",
"translate": "$entry.type",
"translateValue": "$entry.$type",
"help": true,
"default": "minecraft:item",
"values": [
"minecraft:empty",

View File

@@ -74,6 +74,7 @@
"type": "enum",
"translate": "$entry.type",
"translateValue": "$entry.$type",
"help": true,
"default": "minecraft:item",
"values": [
"minecraft:empty",