Redo managing structure how-to page and rename ./menu to ./structool

This commit is contained in:
ForestOfLight
2025-04-14 23:27:05 -07:00
Unverified
parent 0c361a2523
commit 8a380dc173
8 changed files with 46 additions and 30 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const ACTION_SLOT = 35;
const easyPlace = new Rule({
identifier: 'easyPlace',
description: { text: "Simplifies placing blocks in a structure (paper named 'easyPlace' in bottom right inventory slot)." },
description: { text: "Automatically places the correct block in a structure (paper named 'easyPlace' in bottom right inventory slot)." },
onEnableCallback: () => { world.beforeEvents.playerPlaceBlock.subscribe(onPlayerPlaceBlock); },
onDisableCallback: () => { world.beforeEvents.playerPlaceBlock.unsubscribe(onPlayerPlaceBlock); }
})