add placement sound for easyPlace, move sounds to block location & update Canopy cmd description

This commit is contained in:
ForestOfLight
2025-06-18 11:04:49 -07:00
Unverified
parent 8b6b5530fa
commit 5c5a4d65fb
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const ACTION_ITEM = 'construct:menu';
const menuCmd = new Command({
name: 'construct',
description: { text: 'Gives you the Construct item. Use it to open the Construct menu.' },
description: { text: 'Opens the Construct menu.' },
usage: 'construct',
callback: (sender) => openMenu(sender)
});