aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker
diff options
context:
space:
mode:
authorvicisacat <victor.branchu@gmail.com>2024-04-20 21:08:48 +0200
committerviciscat <51047087+viciscat@users.noreply.github.com>2024-06-02 13:26:45 +0200
commitcc4823e3646573d052ea36fef1ce6d9f9e9b90fd (patch)
treed10abc3836a2f4af81dde88a4f2c2543bb6d684d /src/main/resources/assets/skyblocker
parent4e82c974a7217824eab084fe43ce4385b6aae52d (diff)
downloadSkyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.tar.gz
Skyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.tar.bz2
Skyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.zip
some more progress
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.pngbin0 -> 157 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta10
3 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 57abdc46..8b549ac7 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -761,6 +761,8 @@
"skyblocker.itemProtection.noItemUuid": "§cYou must be holding an item that has a uuid in order to protect it!",
"skyblocker.itemProtection.unableToProtect": "§cUnable to protect this item :( (Are you in skyblock?, are you holding an item?)",
+ "skyblocker.events.startsSoon": "%s starts soon!",
+
"skyblocker.tips.enabled": "§aEnabled Tips.",
"skyblocker.tips.disabled": "§cDisabled Tips.",
"skyblocker.tips.clickEnable": "§a[Click to Enable Tips]",
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
new file mode 100644
index 00000000..8f272cd7
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
Binary files differ
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
new file mode 100644
index 00000000..c514d54c
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
@@ -0,0 +1,10 @@
+{
+ "gui": {
+ "scaling": {
+ "type": "nine_slice",
+ "width": 160,
+ "height": 32,
+ "border": 4
+ }
+ }
+} \ No newline at end of file