Update how tos

This commit is contained in:
ForestOfLight
2025-06-08 11:01:47 -07:00
Unverified
parent 87b5882cd8
commit 135f232f0e
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ const builderOption = new BuilderOption({
identifier: 'materialGrabber',
displayName: 'Material Grabber',
description: 'Pulls structure items from inventories.',
howToUse: "Interact with inventories using an item named 'Material Grabber' to pull structure items from them.",
howToUse: "Interact with inventories using the Material Grabber item to pull structure items from them.",
onEnableCallback: (playerId) => giveActionItem(playerId),
onDisableCallback: (playerId) => removeActionItem(playerId)
});