From c264ca9e8f9f2b0aed457753c43bb4e25edb0ef1 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 18 Apr 2024 20:10:16 +0200 Subject: Add pickaxe ability timer --- src/main/resources/assets/firmament/lang/en_us.json | 5 ++++- .../resources/assets/firmament/textures/gui/circle.png | Bin 0 -> 340 bytes .../assets/firmament/textures/gui/circle.png.license | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/assets/firmament/textures/gui/circle.png create mode 100644 src/main/resources/assets/firmament/textures/gui/circle.png.license (limited to 'src/main/resources') 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 Binary files /dev/null and b/src/main/resources/assets/firmament/textures/gui/circle.png 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 -- cgit