diff options
author | Linnea Gräf <nea@nea.moe> | 2024-10-18 17:47:32 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-10-18 17:47:32 +0200 |
commit | a27f8e6fed4f8f6565e311fe3684beb0377229f7 (patch) | |
tree | 2e1fac26116ba9c9435f4541bcbdbddc1d36b4ac /src/main/resources/assets | |
parent | c71fca6cc633416162b2dd010c52182662ceff85 (diff) | |
download | Firmament-a27f8e6fed4f8f6565e311fe3684beb0377229f7.tar.gz Firmament-a27f8e6fed4f8f6565e311fe3684beb0377229f7.tar.bz2 Firmament-a27f8e6fed4f8f6565e311fe3684beb0377229f7.zip |
Add super craft to the move item REI button
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |