diff options
author | jani270 <jani270@gmx.de> | 2022-05-23 13:13:49 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-23 13:13:49 +0200 |
commit | 0bce9d04251b824630122d4083527862587b486b (patch) | |
tree | b0580ff640af95dce97cdd8eb7135106973c6d53 /items/PERFECT_OPAL_GEM.json | |
parent | 1d8280ef7d128dc9c0d4b0977b22fd730aa686f1 (diff) | |
download | NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.tar.gz NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.tar.bz2 NotEnoughUpdates-REPO-0bce9d04251b824630122d4083527862587b486b.zip |
master -> dangerous + a few nether mobs
Diffstat (limited to 'items/PERFECT_OPAL_GEM.json')
-rw-r--r-- | items/PERFECT_OPAL_GEM.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/PERFECT_OPAL_GEM.json b/items/PERFECT_OPAL_GEM.json index 993048ee..c0eaa9f4 100644 --- a/items/PERFECT_OPAL_GEM.json +++ b/items/PERFECT_OPAL_GEM.json @@ -14,7 +14,18 @@ ], "internalname": "PERFECT_OPAL_GEM", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_OPAL_GEM:5" + ], + "count": 1, + "overrideOutputId": "PERFECT_OPAL_GEM", + "duration": 72000 + } + ] }
\ No newline at end of file |