update fastEasyPlace description to reflect click detection change

This commit is contained in:
ForestOfLight
2025-11-14 01:52:25 -08:00
Unverified
parent 298a2034db
commit 41644379aa
+2 -2
View File
@@ -15,8 +15,8 @@ const runnerByPlayer = {};
const builderOption = new BuilderOption({ const builderOption = new BuilderOption({
identifier: 'fastEasyPlace', identifier: 'fastEasyPlace',
displayName: 'Fast Easy Place', displayName: 'Fast Easy Place',
description: 'Place correct structure blocks just by looking at them.', description: 'Place correct structure blocks just by clicking on them.',
howToUse: "Hold the Easy Place item in your main hand and look at blocks in a structure to place them.", howToUse: "Hold the Easy Place item in your main hand and use it on missing blocks in a structure to place them.",
onEnableCallback: (playerId) => giveActionItem(playerId), onEnableCallback: (playerId) => giveActionItem(playerId),
onDisableCallback: (playerId) => removeActionItem(playerId) onDisableCallback: (playerId) => removeActionItem(playerId)
}); });