mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 00:16:51 +00:00
Add help for entry type
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"type": "enum",
|
||||
"translate": "$entry.type",
|
||||
"translateValue": "$entry.$type",
|
||||
"help": true,
|
||||
"default": "minecraft:item",
|
||||
"values": [
|
||||
"minecraft:empty",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"type": "enum",
|
||||
"translate": "$entry.type",
|
||||
"translateValue": "$entry.$type",
|
||||
"help": true,
|
||||
"default": "minecraft:item",
|
||||
"values": [
|
||||
"minecraft:empty",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"type": "enum",
|
||||
"translate": "$entry.type",
|
||||
"translateValue": "$entry.$type",
|
||||
"help": true,
|
||||
"default": "minecraft:item",
|
||||
"values": [
|
||||
"minecraft:empty",
|
||||
|
||||
Reference in New Issue
Block a user