From 6b79c227e6681e44ef0b4a41cecd2d9d6206ae63 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:59:52 +1000 Subject: add more forge things from alpha (#1155) --- items/UMBER_PLATE.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'items/UMBER_PLATE.json') 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 -- cgit