feat(cli): add construct:materials command

This commit is contained in:
ForestOfLight
2026-05-20 03:12:20 -07:00
Unverified
parent 993ffceddd
commit 2406383849
4 changed files with 72 additions and 0 deletions
+6
View File
@@ -182,3 +182,9 @@ construct.commands.info.bounds=§7Bounds:§r (%1, %2, %3) -> (%4, %5, %6)
## construct:stats
construct.commands.stats=Run the structure verifier and print statistics.
construct.commands.stats.alreadyRunning=§cA verification is already in progress.
## construct:materials
construct.commands.materials=Print the material list for an instance.
construct.commands.materials.headerAll=§eMaterials for "%1":§r
construct.commands.materials.headerMissing=§eMissing materials for "%1":§r
construct.commands.materials.empty=§7(no materials)
+6
View File
@@ -182,3 +182,9 @@ construct.commands.info.bounds=§7Bounds:§r (%1, %2, %3) -> (%4, %5, %6)
## construct:stats
construct.commands.stats=Run the structure verifier and print statistics.
construct.commands.stats.alreadyRunning=§cA verification is already in progress.
## construct:materials
construct.commands.materials=Print the material list for an instance.
construct.commands.materials.headerAll=§eMaterials for "%1":§r
construct.commands.materials.headerMissing=§eMissing materials for "%1":§r
construct.commands.materials.empty=§7(no materials)