Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit f37b310

Browse files
authored
feat: add commands.json changes for 1.21.5 (#304)
1 parent d713533 commit f37b310

File tree

3 files changed

+1056
-108
lines changed

3 files changed

+1056
-108
lines changed

mecha/parse.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ def get_default_parsers() -> Dict[str, Parser]:
550550
"command:argument:minecraft:resource_or_tag_key": delegate(
551551
"resource_location_or_tag"
552552
),
553+
# TODO: support wildcards
554+
"command:argument:minecraft:resource_selector": delegate("resource_location"),
553555
"command:argument:minecraft:rotation": delegate("rotation"),
554556
"command:argument:minecraft:score_holder": delegate("score_holder"),
555557
"command:argument:minecraft:scoreboard_slot": delegate("scoreboard_slot"),

0 commit comments

Comments
 (0)