diff options
| author | Twarug <patryk@twardosz.dev> | 2025-08-04 16:56:33 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-08-24 15:18:01 +0200 |
| commit | 4f7c55e460b54aee664cbac5e68dcd30abdba714 (patch) | |
| tree | 45b8f157d95021f576a7582679b099ef464e5e07 | |
| parent | 40d7e4f7ad2a5ee2a829f51d6c3b6eebe545b795 (diff) | |
| download | Firmament-4f7c55e460b54aee664cbac5e68dcd30abdba714.tar.gz Firmament-4f7c55e460b54aee664cbac5e68dcd30abdba714.tar.bz2 Firmament-4f7c55e460b54aee664cbac5e68dcd30abdba714.zip | |
Fix translation order
| -rw-r--r-- | translations/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |
