Updated 1.21.6

This commit is contained in:
2025-06-16 12:46:46 +08:00
parent 539b4a3a7f
commit f67c9e3052
290 changed files with 22178 additions and 18088 deletions

View File

@ -20,6 +20,7 @@ var CommandArgumentType = []string{
"minecraft:item_stack",
"minecraft:item_predicate",
"minecraft:color",
"minecraft:hex_color",
"minecraft:component",
"minecraft:style",
"minecraft:message",
@ -50,11 +51,13 @@ var CommandArgumentType = []string{
"minecraft:resource_or_tag_key",
"minecraft:resource",
"minecraft:resource_key",
"minecraft:resource_selector",
"minecraft:template_mirror",
"minecraft:template_rotation",
"minecraft:heightmap",
"minecraft:loot_table",
"minecraft:loot_predicate",
"minecraft:loot_modifier",
"minecraft:dialog",
"minecraft:uuid",
}