diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:10:54 +0000 |
commit | 1be01049c8878ec9b087cff9036408a4bbca98ca (patch) | |
tree | 7c07417ac3271d62e1e50b0278c18d326699aa44 /items/PERFECT_PLATE.json | |
parent | 4a724ed2a74eed24133f800eade4ca20e3b00353 (diff) | |
download | NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.gz NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.bz2 NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.zip |
Added new gemstones to lore (#1153)
Diffstat (limited to 'items/PERFECT_PLATE.json')
-rw-r--r-- | items/PERFECT_PLATE.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/items/PERFECT_PLATE.json b/items/PERFECT_PLATE.json index 0aa47cf6..9cd2eea1 100644 --- a/items/PERFECT_PLATE.json +++ b/items/PERFECT_PLATE.json @@ -12,7 +12,20 @@ ], "internalname": "PERFECT_PLATE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "UMBER_PLATE:1.0", + "TUNGSTEN_PLATE:1.0", + "MITHRIL_PLATE:1.0" + ], + "count": 1.0, + "overrideOutputId": "PERFECT_PLATE", + "duration": 1800 + } + ] }
\ No newline at end of file |