summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-08 21:17:52 +0100
committerGravatar Uko Kokņevičs2024-01-08 21:17:52 +0100
commit3d561d43e6cc1b3e90c56ba35e47ff5d3a4d91d0 (patch)
tree9d5b9f3f1c6380a1e6c0fa2b9c087e0a385d5467 /src/main/resources
parentReorganised build gradle a bit (diff)
downloadmc-eris-alchemy-3d561d43e6cc1b3e90c56ba35e47ff5d3a4d91d0.tar.gz
mc-eris-alchemy-3d561d43e6cc1b3e90c56ba35e47ff5d3a4d91d0.tar.xz
mc-eris-alchemy-3d561d43e6cc1b3e90c56ba35e47ff5d3a4d91d0.zip
Replace ItemMixin.java with proper ItemTooltipCallback usage.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/emc.json9
-rw-r--r--src/main/resources/assets/eris_alchemy/textures/gui/question-mark.pngbin0 -> 196 bytes
-rw-r--r--src/main/resources/eris_alchemy.mixins.json1
3 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/emc.json b/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/emc.json
new file mode 100644
index 0000000..1e3658a
--- /dev/null
+++ b/src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/emc.json
@@ -0,0 +1,9 @@
1{
2 "name": "EMC",
3 "icon": "eris_alchemy:textures/gui/question-mark.png",
4 "category": "eris_alchemy:root",
5 "pages": [{
6 "type": "patchouli:text",
7 "text": "$(thing)EMC$() (Energy-Matter Covalence) is an intrinsic property that $(strike)all$() most items have. You can view it as a measure of how $(italic)valuable$() an item is in the system of Eris Alchemy. Items that have an EMC value have it displayed in their tooltip you can see when mousing over it. On its own it doesn't change anything for the item, but can be useful with special items & blocks."
8 }]
9} \ No newline at end of file
diff --git a/src/main/resources/assets/eris_alchemy/textures/gui/question-mark.png b/src/main/resources/assets/eris_alchemy/textures/gui/question-mark.png
new file mode 100644
index 0000000..335014c
--- /dev/null
+++ b/src/main/resources/assets/eris_alchemy/textures/gui/question-mark.png
Binary files differ
diff --git a/src/main/resources/eris_alchemy.mixins.json b/src/main/resources/eris_alchemy.mixins.json
index 1fdb6bd..56177c0 100644
--- a/src/main/resources/eris_alchemy.mixins.json
+++ b/src/main/resources/eris_alchemy.mixins.json
@@ -8,7 +8,6 @@
8 "CoralFanBlockMixin", 8 "CoralFanBlockMixin",
9 "CoralPlantBlockMixin", 9 "CoralPlantBlockMixin",
10 "CoralWallFanBlockMixin", 10 "CoralWallFanBlockMixin",
11 "ItemMixin",
12 "RecipeMixin", 11 "RecipeMixin",
13 "SmithingTransformRecipeMixin" 12 "SmithingTransformRecipeMixin"
14 ], 13 ],