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/REFINED_TUNGSTEN.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'items/REFINED_TUNGSTEN.json') diff --git a/items/REFINED_TUNGSTEN.json b/items/REFINED_TUNGSTEN.json index 48f2e1c6..e68f6e0f 100644 --- a/items/REFINED_TUNGSTEN.json +++ b/items/REFINED_TUNGSTEN.json @@ -8,7 +8,18 @@ ], "internalname": "REFINED_TUNGSTEN", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_TUNGSTEN:160.0" + ], + "count": 1.0, + "overrideOutputId": "REFINED_TUNGSTEN", + "duration": 21600 + } + ] } \ No newline at end of file -- cgit