diff options
Diffstat (limited to 'items/FRIGID_HUSK.json')
-rw-r--r-- | items/FRIGID_HUSK.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/FRIGID_HUSK.json b/items/FRIGID_HUSK.json index 12fafaf4..416cc287 100644 --- a/items/FRIGID_HUSK.json +++ b/items/FRIGID_HUSK.json @@ -27,7 +27,19 @@ ], "internalname": "FRIGID_HUSK", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_ONYX_GEM:1.0", + "GLACITE_AMALGAMATION:4.0" + ], + "count": 1.0, + "overrideOutputId": "FRIGID_HUSK", + "duration": 36000 + } + ] }
\ No newline at end of file |