This commit is contained in:
Misode
2020-07-20 04:51:50 +02:00
parent 046c45a2ca
commit fcdd5f8944
2 changed files with 20 additions and 0 deletions
+18
View File
@@ -334,6 +334,7 @@
"minecraft:set_nbt",
"minecraft:set_attributes",
"minecraft:set_contents",
"minecraft:set_loot_table",
"minecraft:enchant_randomly",
"minecraft:enchant_with_levels",
"minecraft:looting_enchant",
@@ -627,6 +628,23 @@
"minecraft:set_contents"
]
},
{
"id": "name",
"type": "string",
"translate": "function.name",
"resource": true,
"require": [
"minecraft:set_loot_table"
]
},
{
"id": "seed",
"type": "int",
"translate": "function.seed",
"require": [
"minecraft:set_loot_table"
]
},
{
"id": "conditions",
"type": "array",