From 3d561d43e6cc1b3e90c56ba35e47ff5d3a4d91d0 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 8 Jan 2024 21:17:52 +0100 Subject: Replace ItemMixin.java with proper ItemTooltipCallback usage. --- .../guide_book/en_us/entries/root/emc.json | 9 +++++++++ .../assets/eris_alchemy/textures/gui/question-mark.png | Bin 0 -> 196 bytes 2 files changed, 9 insertions(+) create mode 100644 src/main/resources/assets/eris_alchemy/patchouli_books/guide_book/en_us/entries/root/emc.json create mode 100644 src/main/resources/assets/eris_alchemy/textures/gui/question-mark.png (limited to 'src/main/resources/assets') 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 @@ +{ + "name": "EMC", + "icon": "eris_alchemy:textures/gui/question-mark.png", + "category": "eris_alchemy:root", + "pages": [{ + "type": "patchouli:text", + "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." + }] +} \ 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 Binary files /dev/null and b/src/main/resources/assets/eris_alchemy/textures/gui/question-mark.png differ -- cgit v1.2.3