update fastEasyPlace description to reflect click detection change
This commit is contained in:
@@ -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)
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user