diff options
-rw-r--r-- | items/TUNGSTEN_KEY.json | 16 | ||||
-rw-r--r-- | items/TUNGSTEN_PLATE.json | 15 | ||||
-rw-r--r-- | items/UMBER_KEY.json | 16 | ||||
-rw-r--r-- | items/UMBER_PLATE.json | 16 |
4 files changed, 55 insertions, 8 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 diff --git a/items/TUNGSTEN_PLATE.json b/items/TUNGSTEN_PLATE.json index 32266d78..ccbb681b 100644 --- a/items/TUNGSTEN_PLATE.json +++ b/items/TUNGSTEN_PLATE.json @@ -8,7 +8,18 @@ ], "internalname": "TUNGSTEN_PLATE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_TUNGSTEN:4.0", + "GLACITE_AMALGAMATION:1.0" + ], + "count": 1.0, + "overrideOutputId": "TUNGSTEN_PLATE" + } + ] }
\ No newline at end of file diff --git a/items/UMBER_KEY.json b/items/UMBER_KEY.json index 28289cc1..e4d7c201 100644 --- a/items/UMBER_KEY.json +++ b/items/UMBER_KEY.json @@ -12,7 +12,19 @@ ], "internalname": "UMBER_KEY", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_UMBER:1.0", + "BEJEWELED_HANDLE:1.0" + ], + "count": 1.0, + "overrideOutputId": "UMBER_KEY", + "duration": 1800 + } + ] }
\ No newline at end of file diff --git a/items/UMBER_PLATE.json b/items/UMBER_PLATE.json index 79d52058..b3a3ce32 100644 --- a/items/UMBER_PLATE.json +++ b/items/UMBER_PLATE.json @@ -8,7 +8,19 @@ ], "internalname": "UMBER_PLATE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_UMBER:4.0", + "GLACITE_AMALGAMATION:1.0" + ], + "count": 1.0, + "overrideOutputId": "UMBER_PLATE", + "duration": 7200 + } + ] }
\ No newline at end of file |