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/GLACITE_AMALGAMATION.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/GLACITE_AMALGAMATION.json')
| -rw-r--r-- | items/GLACITE_AMALGAMATION.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/GLACITE_AMALGAMATION.json b/items/GLACITE_AMALGAMATION.json index 15602f15..1154bf60 100644 --- a/items/GLACITE_AMALGAMATION.json +++ b/items/GLACITE_AMALGAMATION.json @@ -12,7 +12,22 @@ ], "internalname": "GLACITE_AMALGAMATION", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FINE_PERIDOT_GEM:8.0", + "FINE_CITRINE_GEM:8.0", + "FINE_AQUAMARINE_GEM:8.0", + "FINE_ONYX_GEM:8.0", + "ENCHANTED_GLACITE:128.0" + ], + "count": 1.0, + "overrideOutputId": "GLACITE_AMALGAMATION", + "duration": 14400 + } + ] }
\ No newline at end of file |
