From a27f8e6fed4f8f6565e311fe3684beb0377229f7 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 18 Oct 2024 17:47:32 +0200 Subject: Add super craft to the move item REI button --- src/main/resources/assets/firmament/lang/en_us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/firmament') diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 9a204f7..fef8996 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -81,6 +81,7 @@ "firmament.config.repo.branch.hint": "dangerous", "firmament.config.repo.reset": "Reset", "firmament.config.repo.disable-item-groups": "Disable Item Groups", + "firmament.config.repo.enable-super-craft": "Always use Super Craft", "firmament.config.repo.reload": "Reload Item List", "firmament.config.repo.redownload": "Redownload Item List", "firmament.config.pets": "Pets", @@ -178,7 +179,7 @@ "firmament.config.slot-locking.lock": "Lock Slot", "firmament.config.slot-locking.lock-uuid": "Lock UUID (Lock Item)", "firmament.config.slot-locking.bind": "Bind Slot", - "firmament.config.slot-locking.require-quick-move": "Require Shift-Click for Bind", + "firmament.config.slot-locking.require-quick-move": "Require Shift-Click for Bound Slots", "firmament.config.fixes.auto-sprint": "Auto Sprint", "firmament.config.fixes.auto-sprint-keybinding": "Auto Sprint KeyBinding", "firmament.config.fixes.auto-sprint-hud": "Sprint State Hud", @@ -187,6 +188,7 @@ "firmament.fixes.auto-sprint.on": "Sprint toggled", "firmament.fixes.auto-sprint.sprinting": "Sprinting", "firmament.fixes.auto-sprint.not-sprinting": "Not Sprinting", + "firmament.recipe.novanilla": "Hypixel cannot super craft vanilla recipes", "firmament.config.custom-skyblock-textures": "Custom SkyBlock Item Textures", "firmament.config.custom-skyblock-textures.cache-duration": "Model Cache Duration", "firmament.config.custom-skyblock-textures.model-overrides": "Enable model overrides/predicates", -- cgit