mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 13:42:55 +00:00
Fix #93
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user