From f8eb2adab60e303415992e13b4516309ada86537 Mon Sep 17 00:00:00 2001 From: Me <135455255+IcarussOne@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:52:26 -0600 Subject: [PATCH] Make the Types of Knowledge research use a unique icon --- .../thaumcraftfix/research/patches/basics.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/assets/thaumcraftfix/research/patches/basics.json b/src/main/resources/assets/thaumcraftfix/research/patches/basics.json index 6a9cd90..f5bba8a 100644 --- a/src/main/resources/assets/thaumcraftfix/research/patches/basics.json +++ b/src/main/resources/assets/thaumcraftfix/research/patches/basics.json @@ -11,5 +11,17 @@ ] } ] + }, + { + "key": "KNOWLEDGETYPES", + "ops": [ + { + "op": "replace", + "path": "icons", + "value": [ + "thaumcraft:textures/research/knowledge_observation.png" + ] + } + ] } ] \ No newline at end of file