Updating items

This commit is contained in:
DaanV2
2022-07-20 21:25:32 +02:00
parent e7465a00c4
commit 8b85afe464
39 changed files with 843 additions and 41 deletions

View File

@@ -7,8 +7,8 @@
"function": {
"type": "string",
"enum": [
"enchant_random_gear",
"enchant_book_for_trading",
"enchant_random_gear",
"enchant_randomly",
"enchant_with_levels",
"exploration_map",
@@ -17,18 +17,41 @@
"looting_enchant",
"random_aux_value",
"random_block_state",
"random_dye",
"set_actor_id",
"set_banner_details",
"set_book_contents",
"set_count",
"set_damage",
"set_data",
"set_data_from_color_index",
"trader_material_type",
"random_dye",
"set_data",
"set_lore",
"set_name",
"specific_enchants"
"specific_enchants",
"trader_material_type",
"minecraft:enchant_book_for_trading",
"minecraft:enchant_random_gear",
"minecraft:enchant_randomly",
"minecraft:enchant_with_levels",
"minecraft:exploration_map",
"minecraft:fill_container",
"minecraft:furnace_smelt",
"minecraft:looting_enchant",
"minecraft:random_aux_value",
"minecraft:random_block_state",
"minecraft:random_dye",
"minecraft:set_actor_id",
"minecraft:set_banner_details",
"minecraft:set_book_contents",
"minecraft:set_count",
"minecraft:set_damage",
"minecraft:set_data_from_color_index",
"minecraft:set_data",
"minecraft:set_lore",
"minecraft:set_name",
"minecraft:specific_enchants",
"minecraft:trader_material_type"
]
},
"add": {