diff --git a/capes.json b/capes.json index ead39b3..1bdc0db 100644 --- a/capes.json +++ b/capes.json @@ -15,6 +15,10 @@ { "id": "test", "texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/testcape.png" + }, + { + "id": "ciber", + "texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/ciber_cape.png" } ] } \ No newline at end of file diff --git a/src/main/resources/assets/szar/textures/etc/ciber_cape.png b/src/main/resources/assets/szar/textures/etc/ciber_cape.png new file mode 100644 index 0000000..020861b Binary files /dev/null and b/src/main/resources/assets/szar/textures/etc/ciber_cape.png differ diff --git a/usercosmetics.json b/usercosmetics.json index 87bd236..06bdcb9 100644 --- a/usercosmetics.json +++ b/usercosmetics.json @@ -17,7 +17,7 @@ "uuid": "dda61748-15a4-45ff-9eea-29efc99c1711", "nameType": "STATIC", "staticColor": "#00FF00", - "capes": ["test"] + "capes": ["ciber"] } ] } \ No newline at end of file