From 41644379aaf3fd8ca5be4df7aac7c89e35cd1d57 Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Fri, 14 Nov 2025 01:52:25 -0800 Subject: [PATCH] update fastEasyPlace description to reflect click detection change --- packs/BP/scripts/options/fastEasyPlace.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packs/BP/scripts/options/fastEasyPlace.js b/packs/BP/scripts/options/fastEasyPlace.js index b22e0f0..d71c602 100644 --- a/packs/BP/scripts/options/fastEasyPlace.js +++ b/packs/BP/scripts/options/fastEasyPlace.js @@ -15,8 +15,8 @@ const runnerByPlayer = {}; const builderOption = new BuilderOption({ identifier: 'fastEasyPlace', displayName: 'Fast Easy Place', - description: 'Place correct structure blocks just by looking at them.', - howToUse: "Hold the Easy Place item in your main hand and look at blocks in a structure to place them.", + description: 'Place correct structure blocks just by clicking on 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), onDisableCallback: (playerId) => removeActionItem(playerId) });