aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorMaximusbarcz <maxim.baranek@gmail.com>2022-12-23 22:31:38 +0100
committerMaximusbarcz <maxim.baranek@gmail.com>2022-12-23 22:31:38 +0100
commitf7ca47ba8132addd94928aa8615448c47a6b3d7b (patch)
treea46151060500ffba77630e64817a4bfb842268e0 /src/main/resources/assets
parente5bc4dae41d2d3e04440a4fe02793d4084427437 (diff)
downloadygasi-f7ca47ba8132addd94928aa8615448c47a6b3d7b.tar.gz
ygasi-f7ca47ba8132addd94928aa8615448c47a6b3d7b.tar.bz2
ygasi-f7ca47ba8132addd94928aa8615448c47a6b3d7b.zip
Enormous amounts of trolling :tomfoolery:, not only that I fixed basically everything and switched the entire system to advancements, it now also has a cool custom book that you can open and stuff! Only issue I'm currently facing is that you get a skill point when you get the advancement for opening the gui and clicking stuff... right not that big of an issue but when I add 2 billion advancements its gonna hurt a bit. Love, Mayaqq
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/ygasi/icon.pngbin26011 -> 0 bytes
-rw-r--r--src/main/resources/assets/ygasi/models/item/skill_book.json6
-rw-r--r--src/main/resources/assets/ygasi/textures/item/skill_book.pngbin0 -> 315 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/ygasi/icon.png b/src/main/resources/assets/ygasi/icon.png
index dc0a055..e69de29 100644
--- a/src/main/resources/assets/ygasi/icon.png
+++ b/src/main/resources/assets/ygasi/icon.png
Binary files differ
diff --git a/src/main/resources/assets/ygasi/models/item/skill_book.json b/src/main/resources/assets/ygasi/models/item/skill_book.json
new file mode 100644
index 0000000..fdeb013
--- /dev/null
+++ b/src/main/resources/assets/ygasi/models/item/skill_book.json
@@ -0,0 +1,6 @@
+{
+ "parent": "minecraft:item/generated",
+ "textures": {
+ "layer0": "ygasi:item/skill_book"
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/ygasi/textures/item/skill_book.png b/src/main/resources/assets/ygasi/textures/item/skill_book.png
new file mode 100644
index 0000000..d6a20f0
--- /dev/null
+++ b/src/main/resources/assets/ygasi/textures/item/skill_book.png
Binary files differ