From fc640a97d937f82b1022ff651c15987e8d063437 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 21 Jun 2025 12:41:35 +0800 Subject: feat: export item stack translations --- translations/en_us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/en_us.json b/translations/en_us.json index 8b7abc3..72c50c5 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -209,6 +209,8 @@ "firmament.config.power-user.copy-title.description": "Copies Inventory and Screen Titles", "firmament.config.power-user.entity-data": "Show Entity Data", "firmament.config.power-user.entity-data.description": "Print out information about the entity under your cross-hair.", + "firmament.config.power-user.export-item-stack": "Export Item Stack", + "firmament.config.power-user.export-item-stack.description": "Exports the hovered item to the repo data folder", "firmament.config.power-user.show-item-id": "Show SkyBlock Ids", "firmament.config.power-user.show-item-id.description": "Show the SkyBlock id of items underneath them.", "firmament.config.price-data": "Price Data", -- cgit