summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-08 01:42:51 +0100
committerGravatar Uko Kokņevičs2024-01-08 01:42:51 +0100
commit52f8874f81116bd6767c6f9247347c30a3820e51 (patch)
tree7c5398dc0e02bec54af7def5e1e11a7b733c034e /src/main/resources
parentBuild script improvements (diff)
downloadmc-eris-alchemy-52f8874f81116bd6767c6f9247347c30a3820e51.tar.gz
mc-eris-alchemy-52f8874f81116bd6767c6f9247347c30a3820e51.tar.xz
mc-eris-alchemy-52f8874f81116bd6767c6f9247347c30a3820e51.zip
Created the EMC system
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/covalence_dusts.json2
-rw-r--r--src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json2
-rw-r--r--src/main/resources/eris_alchemy.mixins.json11
3 files changed, 11 insertions, 4 deletions
diff --git a/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/covalence_dusts.json b/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/covalence_dusts.json
index 09c10ca..a55ae50 100644
--- a/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/covalence_dusts.json
+++ b/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/covalence_dusts.json
@@ -24,7 +24,7 @@
24 "text": "$(item)Low Covalence Dust$() can be used to repair$(li)$(thing)Wooden tools$(),$(li)$(thing)Stone tools$(),$(li)$(thing)Leather armour$(),$(li)$(thing)Turtle shell armour$(),$(li)$(item)Fishing rods$(), and$(li)$(item)Bows$()." 24 "text": "$(item)Low Covalence Dust$() can be used to repair$(li)$(thing)Wooden tools$(),$(li)$(thing)Stone tools$(),$(li)$(thing)Leather armour$(),$(li)$(thing)Turtle shell armour$(),$(li)$(item)Fishing rods$(), and$(li)$(item)Bows$()."
25 }, { 25 }, {
26 "type": "patchouli:text", 26 "type": "patchouli:text",
27 "text": "$(item)Medium Covalence Dust$() can be used to repair$(li)$(thing)Iron tools and armour$(),$(li)$(thing)Gold tools and armour$(),$(li)$(thing)Bronze tools and armour$() (if you have any),$(li)$(thing)Ruby tools and armour$() (if you have any),$(li)$(thing)Sapphire tools and armour$() (if you have any),$(li)$(thing)Green sapphire tools and armour$() (if you have any),$(li)$(item)Elytras$(),$(li)$(item)Flint and Steel$(), and$(li)$(item)Shears$()." 27 "text": "$(item)Medium Covalence Dust$() can be used to repair$(li)$(thing)Chainmail tools and armour$(),$(li)$(thing)Iron tools and armour$(),$(li)$(thing)Gold tools and armour$(),$(li)$(thing)Bronze tools and armour$() (if you have any),$(li)$(thing)Ruby tools and armour$() (if you have any),$(li)$(thing)Sapphire tools and armour$() (if you have any),$(li)$(thing)Green sapphire tools and armour$() (if you have any),$(li)$(item)Elytras$(),$(li)$(item)Flint and Steel$(),$(li)$(item)Shears$(), and$(li)$(item)Tridents$()."
28 }, { 28 }, {
29 "type": "patchouli:text", 29 "type": "patchouli:text",
30 "text": "$(item)High Covalence Dust$() can be used to repair$(li)$(thing)Diamond tools and armour$() and$(li)$(thing)Netherite tools and armour$()." 30 "text": "$(item)High Covalence Dust$() can be used to repair$(li)$(thing)Diamond tools and armour$() and$(li)$(thing)Netherite tools and armour$()."
diff --git a/src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json b/src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json
index a75bf89..a7c70ad 100644
--- a/src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json
+++ b/src/main/resources/data/eris_alchemy/recipes/medium_covalence_repair.json
@@ -22,5 +22,7 @@
22 "item": "minecraft:flint_and_steel" 22 "item": "minecraft:flint_and_steel"
23 }, { 23 }, {
24 "item": "minecraft:shears" 24 "item": "minecraft:shears"
25 }, {
26 "item": "minecraft:trident"
25 }] 27 }]
26} \ No newline at end of file 28} \ No newline at end of file
diff --git a/src/main/resources/eris_alchemy.mixins.json b/src/main/resources/eris_alchemy.mixins.json
index 88e1a8c..1fdb6bd 100644
--- a/src/main/resources/eris_alchemy.mixins.json
+++ b/src/main/resources/eris_alchemy.mixins.json
@@ -3,9 +3,14 @@
3 "minVersion": "0.8", 3 "minVersion": "0.8",
4 "package": "lv.enes.mc.eris_alchemy.mixin", 4 "package": "lv.enes.mc.eris_alchemy.mixin",
5 "compatibilityLevel": "JAVA_17", 5 "compatibilityLevel": "JAVA_17",
6 "mixins": [], 6 "mixins": [
7 "client": [ 7 "CoralBlockMixin",
8 "ItemMixin" 8 "CoralFanBlockMixin",
9 "CoralPlantBlockMixin",
10 "CoralWallFanBlockMixin",
11 "ItemMixin",
12 "RecipeMixin",
13 "SmithingTransformRecipeMixin"
9 ], 14 ],
10 "injectors": { 15 "injectors": {
11 "defaultRequire": 1 16 "defaultRequire": 1