From 1be01049c8878ec9b087cff9036408a4bbca98ca Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:10:54 +0200 Subject: Added new gemstones to lore (#1153) --- items/GLACITE_AMALGAMATION.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'items/GLACITE_AMALGAMATION.json') diff --git a/items/GLACITE_AMALGAMATION.json b/items/GLACITE_AMALGAMATION.json index 15602f15..1154bf60 100644 --- a/items/GLACITE_AMALGAMATION.json +++ b/items/GLACITE_AMALGAMATION.json @@ -12,7 +12,22 @@ ], "internalname": "GLACITE_AMALGAMATION", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FINE_PERIDOT_GEM:8.0", + "FINE_CITRINE_GEM:8.0", + "FINE_AQUAMARINE_GEM:8.0", + "FINE_ONYX_GEM:8.0", + "ENCHANTED_GLACITE:128.0" + ], + "count": 1.0, + "overrideOutputId": "GLACITE_AMALGAMATION", + "duration": 14400 + } + ] } \ No newline at end of file -- cgit