Update how tos
This commit is contained in:
@@ -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)
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user