diff options
Diffstat (limited to 'items/REFINED_TUNGSTEN.json')
-rw-r--r-- | items/REFINED_TUNGSTEN.json | 15 |
1 files changed, 13 insertions, 2 deletions
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 |