Update mappings

This commit is contained in:
Nassim Jahnke 2024-03-20 17:25:49 +01:00
parent 660721fb6c
commit a04024a9db
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
5 changed files with 10 additions and 12 deletions

View File

@ -133,17 +133,8 @@
},
"argumenttypes": {
"item_slots": "item_slot",
"loot_table": "",
"loot_predicate": "",
"loot_modifier": ""
},
"data_component_type": {
"max_stack_size": "",
"max_damage": "",
"rarity": "",
"hide_tooltip": "",
"food": "",
"fire_resistant": "",
"tool": ""
"loot_table": "brigadier:string",
"loot_predicate": "brigadier:string",
"loot_modifier": "brigadier:string"
}
}

View File

@ -31031,20 +31031,27 @@
],
"data_component_type": [
"custom_data",
"max_stack_size",
"max_damage",
"damage",
"unbreakable",
"custom_name",
"lore",
"rarity",
"enchantments",
"can_place_on",
"can_break",
"attribute_modifiers",
"custom_model_data",
"hide_additional_tooltip",
"hide_tooltip",
"repair_cost",
"creative_slot_lock",
"enchantment_glint_override",
"intangible_projectile",
"food",
"fire_resistant",
"tool",
"stored_enchantments",
"dyed_color",
"map_color",

Binary file not shown.

Binary file not shown.