diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:45:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:45:04 +0000 |
commit | 8286a7616d11f2848a0a0f7fbf16485c1969e4b8 (patch) | |
tree | 02ae745321a9c6c57ba03d75dbc93ff68e9fbbc7 /items/PERFECT_OPAL_GEM.json | |
parent | 1be01049c8878ec9b087cff9036408a4bbca98ca (diff) | |
download | NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.gz NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.tar.bz2 NotEnoughUpdates-REPO-8286a7616d11f2848a0a0f7fbf16485c1969e4b8.zip |
Added new enchants and fixed opal recipe (#1154)
* Added new enchants and fixed opal recipe
* Added alias to basecamp
Diffstat (limited to 'items/PERFECT_OPAL_GEM.json')
-rw-r--r-- | items/PERFECT_OPAL_GEM.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/items/PERFECT_OPAL_GEM.json b/items/PERFECT_OPAL_GEM.json index 41cef2d7..6b8e7091 100644 --- a/items/PERFECT_OPAL_GEM.json +++ b/items/PERFECT_OPAL_GEM.json @@ -24,7 +24,8 @@ { "type": "forge", "inputs": [ - "FLAWLESS_OPAL_GEM:5" + "FLAWLESS_OPAL_GEM:5", + "OPAL_CRYSTAL:1" ], "count": 1, "overrideOutputId": "PERFECT_OPAL_GEM", |