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
+1 -1
View File
@@ -10,7 +10,7 @@ const builderOption = new BuilderOption({
identifier: 'easyPlace', identifier: 'easyPlace',
displayName: 'Easy Place', displayName: 'Easy Place',
description: 'Always place the correct structure block.', description: 'Always place the correct structure block.',
howToUse: "Hold the Easy Place item in your offhand to always place the correct blocks in a structure.", howToUse: "Hold the Easy Place item in your offhand and place blocks in a structure to have them be corrected automatically.",
onEnableCallback: (playerId) => giveActionItem(playerId), onEnableCallback: (playerId) => giveActionItem(playerId),
onDisableCallback: (playerId) => removeActionItem(playerId) onDisableCallback: (playerId) => removeActionItem(playerId)
}); });
@@ -8,7 +8,7 @@ const builderOption = new BuilderOption({
identifier: 'materialGrabber', identifier: 'materialGrabber',
displayName: 'Material Grabber', displayName: 'Material Grabber',
description: 'Pulls structure items from inventories.', 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), onEnableCallback: (playerId) => giveActionItem(playerId),
onDisableCallback: (playerId) => removeActionItem(playerId) onDisableCallback: (playerId) => removeActionItem(playerId)
}); });