From 2a5b3855784f39fcba9e872a351842efcc7e96ac Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 16 Nov 2020 13:31:49 +0100 Subject: [PATCH] Fix missing stacker tool message --- worldedit-core/src/main/resources/lang/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index 362de4445..4bfae49f3 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -432,7 +432,7 @@ "worldedit.tool.tree.equip": "Tree tool bound to {0}.", "worldedit.tool.tree.obstructed": "A tree can't go there.", "worldedit.tool.info.equip": "Info tool bound to {0}.", - "worldedit.tool.inspect.equip": "Inspect tool bound to {0}.", + "worldedit.tool.inspect.equip": "Inspect tool bound to {0}.", "worldedit.tool.info.blockstate.hover": "Block state", "worldedit.tool.info.internalid.hover": "Internal ID", "worldedit.tool.info.legacy.hover": "Legacy id:data", @@ -444,6 +444,7 @@ "worldedit.tool.farwand.equip": "Far wand tool bound to {0}.", "worldedit.tool.lrbuild.equip": "Long-range building tool bound to {0}.", "worldedit.tool.lrbuild.set": "Left-click set to {0}; right-click set to {1}.", + "worldedit.tool.stack.equip": "Stack tool bound to {0}.", "worldedit.tool.superpickaxe.mode.single": "Mode is now single. Left click with a pickaxe. // to disable.", "worldedit.tool.superpickaxe.mode.area": "Mode is now area. Left click with a pickaxe. // to disable.",