diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-18 20:10:16 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-04-18 20:23:44 +0200 |
commit | c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1 (patch) | |
tree | f0eac8c4902bca00f9e44bc4d0e9b6eb73e7144d /src/main/resources/assets/firmament | |
parent | fbe94315a45082bdf50d0a95583725352e3f20ec (diff) | |
download | Firmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.tar.gz Firmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.tar.bz2 Firmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.zip |
Add pickaxe ability timer
Diffstat (limited to 'src/main/resources/assets/firmament')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 5 | ||||
-rw-r--r-- | src/main/resources/assets/firmament/textures/gui/circle.png | bin | 0 -> 340 bytes | |||
-rw-r--r-- | src/main/resources/assets/firmament/textures/gui/circle.png.license | 3 |
3 files changed, 7 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 bc0e205..37df38e 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -164,5 +164,8 @@ "firmament.quick-commands.join.success": "Joining: %s", "firmament.quick-commands.join.explain": "Join a dungeon or kuudra floor by using commands like /join f1, /join m7, /join fe or /join khot", "firmament.quick-commands.join.unknown-kuudra": "Unknown kuudra floor %s", - "firmament.quick-commands.join.unknown-catacombs": "Unknown catacombs floor %s" + "firmament.quick-commands.join.unknown-catacombs": "Unknown catacombs floor %s", + "firmament.config.pickaxe-info": "Pickaxes", + "firmament.config.pickaxe-info.ability-cooldown": "Pickaxe Ability Cooldown", + "firmament.config.pickaxe-info.ability-scale": "Ability Cooldown Scale" } diff --git a/src/main/resources/assets/firmament/textures/gui/circle.png b/src/main/resources/assets/firmament/textures/gui/circle.png Binary files differnew file mode 100644 index 0000000..ffd3fab --- /dev/null +++ b/src/main/resources/assets/firmament/textures/gui/circle.png diff --git a/src/main/resources/assets/firmament/textures/gui/circle.png.license b/src/main/resources/assets/firmament/textures/gui/circle.png.license new file mode 100644 index 0000000..5d26548 --- /dev/null +++ b/src/main/resources/assets/firmament/textures/gui/circle.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 june_hibiscus + +SPDX-License-Identifier: CC-BY-4.0 |