aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-04-18 20:10:16 +0200
committerLinnea Gräf <nea@nea.moe>2024-04-18 20:23:44 +0200
commitc264ca9e8f9f2b0aed457753c43bb4e25edb0ef1 (patch)
treef0eac8c4902bca00f9e44bc4d0e9b6eb73e7144d /src/main/resources
parentfbe94315a45082bdf50d0a95583725352e3f20ec (diff)
downloadfirmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.tar.gz
firmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.tar.bz2
firmament-c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1.zip
Add pickaxe ability timer
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/firmament/lang/en_us.json5
-rw-r--r--src/main/resources/assets/firmament/textures/gui/circle.pngbin0 -> 340 bytes
-rw-r--r--src/main/resources/assets/firmament/textures/gui/circle.png.license3
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
new file mode 100644
index 0000000..ffd3fab
--- /dev/null
+++ b/src/main/resources/assets/firmament/textures/gui/circle.png
Binary files differ
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