diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-27 05:07:58 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-27 05:07:58 +0200 |
commit | 60994a08677d864f79de58d8912b02d2d7077289 (patch) | |
tree | 70850c6acb5d6fa58d8df9cc08e06a7d92606f2a /src/main/resources/assets/firmament/lang | |
parent | 564f81e1896ea36b9ad165f29f49ce990912c388 (diff) | |
download | Firmament-60994a08677d864f79de58d8912b02d2d7077289.tar.gz Firmament-60994a08677d864f79de58d8912b02d2d7077289.tar.bz2 Firmament-60994a08677d864f79de58d8912b02d2d7077289.zip |
Add some carnival features
Diffstat (limited to 'src/main/resources/assets/firmament/lang')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 5 |
1 files changed, 5 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 adba8e7..05b10d5 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -16,6 +16,7 @@ "firmament.poweruser.entity.fail": "No entity found under cursor", "firmament.poweruser.entity.type": "Entity Type: %s", "firmament.poweruser.entity.name": "Entity Name: %s", + "firmament.poweruser.entity.position": "Position: %s", "firmament.poweruser.entity.armor": "Entity Armor:", "firmament.poweruser.entity.armor.item": " - %s", "firmament.poweruser.entity.passengers": "%s Passengers", @@ -57,6 +58,10 @@ "firmament.config.auto-completions.warp-complete": "Auto Complete /warp", "firmament.config.auto-completions.warp-is": "Redirect /warp is to /warp island", "firmanent.config.edit": "Edit", + "firmament.config.carnival": "Carnival Features", + "firmament.config.carnival.bombs-solver": "Bombs Solver", + "firmament.config.carnival.tutorials": "Tutorial Reminder", + "firmament.carnival.tutorial.minesweeper": "§eClick here to check out Firmaments Tutorial for this minigame!", "firmament.config.repo": "Firmament Repo Settings", "firmament.config.repo.autoUpdate": "Auto Update", "firmament.config.repo.username": "Repo Username", |