diff options
Diffstat (limited to 'items/TUNGSTEN_KEY.json')
-rw-r--r-- | items/TUNGSTEN_KEY.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/TUNGSTEN_KEY.json b/items/TUNGSTEN_KEY.json index 6cbc5910..849c04aa 100644 --- a/items/TUNGSTEN_KEY.json +++ b/items/TUNGSTEN_KEY.json @@ -12,7 +12,19 @@ ], "internalname": "TUNGSTEN_KEY", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "BEJEWELED_HANDLE:1.0", + "REFINED_TUNGSTEN:1.0" + ], + "count": 1.0, + "overrideOutputId": "TUNGSTEN_KEY", + "duration": 1800 + } + ] }
\ No newline at end of file |