From 040dbca01439e6fd6afbb911beb09d73d2ee0d1e Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 30 Sep 2023 00:09:40 +0200 Subject: Add item rarity backgrounds --- src/main/resources/assets/firmament/lang/en_us.json | 3 +++ .../textures/gui/sprites/item_rarity_background.png | Bin 0 -> 5061 bytes .../gui/sprites/item_rarity_background.png.license | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png create mode 100644 src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png.license (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 82bfb13..ddf459b 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -91,6 +91,9 @@ "firmament.config.chat-links.allow-all-hosts": "Allow all Image Hosts", "firmament.config.chat-links.allowed-hosts": "Allowed Image Hosts", "firmament.config.chat-links.position": "Chat Image Preview", + "firmament.config.item-rarity-cosmetics": "Item Rarity Cosmetics", + "firmament.config.item-rarity-cosmetics.background": "Slot Background Rarity", + "firmament.config.item-rarity-cosmetics.background-hotbar": "Hotbar Background Rarity", "firmament.hud.edit": "Edit %s", "firmament.keybinding.external": "External", "firmament.config.slot-locking": "Slot Locking", diff --git a/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png b/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png new file mode 100644 index 0000000..c7192c3 Binary files /dev/null and b/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png differ diff --git a/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png.license b/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png.license new file mode 100644 index 0000000..c01d463 --- /dev/null +++ b/src/main/resources/assets/firmament/textures/gui/sprites/item_rarity_background.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Linnea Gräf + +SPDX-License-Identifier: CC0-1.0 -- cgit