diff options
author | nea <nea@nea.moe> | 2023-07-25 19:48:22 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-07-25 19:48:22 +0200 |
commit | 3375907c44704b968f06ac996cb389c4e29b3826 (patch) | |
tree | 07dcc268946d2966806ac814646512861f16b8c9 /src/main/resources/assets/firmament/lang/en_us.json | |
parent | 0aacb6b965852647fde85045882b6aa6cf58c287 (diff) | |
download | firmament-3375907c44704b968f06ac996cb389c4e29b3826.tar.gz firmament-3375907c44704b968f06ac996cb389c4e29b3826.tar.bz2 firmament-3375907c44704b968f06ac996cb389c4e29b3826.zip |
Fix some issues idk
Diffstat (limited to 'src/main/resources/assets/firmament/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 0273ce1..b33c253 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -9,6 +9,8 @@ "firmament.price.bazaar.buy.price": "Buy Price: %s", "firmament.price.bazaar.buy.order": "Buy orders: %d", "firmament.pv.pets": "Pets", + "firmament.debug.skyblockid": "SkyBlock ID: %s", + "firmament.debug.skyblockid.copy": "Click to copy SkyBlock ID", "firmament.price.bazaar.sell.price": "Sell Price: %s", "firmament.price.bazaar.sell.order": "Sell orders: %d", "firmament.price.lowestbin": "Lowest BIN: %s", |