aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/ygasi/textures/item/skill_book.pngbin315 -> 533 bytes
-rw-r--r--src/main/resources/data/ygasi/tags/items/swords.json10
-rw-r--r--src/main/resources/ygasi.mixins.json1
3 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/assets/ygasi/textures/item/skill_book.png b/src/main/resources/assets/ygasi/textures/item/skill_book.png
index d6a20f0..1cad598 100644
--- a/src/main/resources/assets/ygasi/textures/item/skill_book.png
+++ b/src/main/resources/assets/ygasi/textures/item/skill_book.png
Binary files differ
diff --git a/src/main/resources/data/ygasi/tags/items/swords.json b/src/main/resources/data/ygasi/tags/items/swords.json
new file mode 100644
index 0000000..418ccea
--- /dev/null
+++ b/src/main/resources/data/ygasi/tags/items/swords.json
@@ -0,0 +1,10 @@
+{
+ "values": [
+ "minecraft:wooden_sword",
+ "minecraft:stone_sword",
+ "minecraft:iron_sword",
+ "minecraft:golden_sword",
+ "minecraft:diamond_sword",
+ "minecraft:netherite_sword"
+ ]
+} \ No newline at end of file
diff --git a/src/main/resources/ygasi.mixins.json b/src/main/resources/ygasi.mixins.json
index a2dba96..47bbed4 100644
--- a/src/main/resources/ygasi.mixins.json
+++ b/src/main/resources/ygasi.mixins.json
@@ -5,6 +5,7 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
"AdvancementRewardsMixin",
+ "ItemMixin",
"PlayerEntityMixin",
"StatusEffectMixin"
],