From 4f7c55e460b54aee664cbac5e68dcd30abdba714 Mon Sep 17 00:00:00 2001 From: Twarug Date: Mon, 4 Aug 2025 16:56:33 +0200 Subject: Fix translation order --- translations/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en_us.json b/translations/en_us.json index 2dbcc3a..dc18aed 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -503,7 +503,6 @@ "firmament.quick-commands.join.unknown": "Could not find instance for %s", "firmament.quick-commands.join.unknown-catacombs": "Unknown catacombs floor %s", "firmament.quick-commands.join.unknown-kuudra": "Unknown kuudra floor %s", - "firmament.recipe.requirement": "Requires: %s", "firmament.recipe.forge.time": "Forging Time: %s", "firmament.recipe.mobs.coins": "§eCoins: %s", "firmament.recipe.mobs.combat": "§bCombat Experience: %s", @@ -512,6 +511,7 @@ "firmament.recipe.mobs.name": "§8[§7Lv %d§8] §c%s", "firmament.recipe.mobs.name.nolevel": "§c%s", "firmament.recipe.novanilla": "Hypixel cannot super craft vanilla recipes", + "firmament.recipe.requirement": "Requires: %s", "firmament.reiwarning": "Firmament needs RoughlyEnoughItems to display its item list!", "firmament.reiwarning.disable": "Click here to disable this warning", "firmament.reiwarning.disabled": "Disabled the RoughlyEnoughItems warning. Keep in mind that you will not have an item list without REI.", -- cgit