feat(cli): add construct:prevlayer command

This commit is contained in:
ForestOfLight
2026-05-20 02:52:45 -07:00
Unverified
parent 6520082d16
commit 609ed4a49e
4 changed files with 45 additions and 0 deletions
+4
View File
@@ -154,3 +154,7 @@ construct.commands.layer.outOfBounds=§cLayer %1 is out of bounds for instance "
## construct:nextlayer
construct.commands.nextlayer=Step layer up by one (wraps max to 0).
construct.commands.nextlayer.success=§aInstance "%1" advanced to layer %2.
## construct:prevlayer
construct.commands.prevlayer=Step layer down by one (wraps 0 to max).
construct.commands.prevlayer.success=§aInstance "%1" stepped back to layer %2.