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