diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-02-11 17:50:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 11:50:05 -0500 |
commit | 98b47f92e6257c149de85069004923f280b68454 (patch) | |
tree | ae7b3580d7205aafd6480eaf4ac815cf14999920 /items/FIREWORK.json | |
parent | 071b3b4a2666be9b95b7e247a76e59f170cabbfb (diff) | |
download | NotEnoughUpdates-REPO-98b47f92e6257c149de85069004923f280b68454.tar.gz NotEnoughUpdates-REPO-98b47f92e6257c149de85069004923f280b68454.tar.bz2 NotEnoughUpdates-REPO-98b47f92e6257c149de85069004923f280b68454.zip |
added reforge anvil, firework and necron's blade recipe + fixed withered blood strength being wrong (#391)
* added reforge anvil recipe
* fixed wither blood reforge stone strength
* added necron's blade recipe
* added firework recipe
Diffstat (limited to 'items/FIREWORK.json')
-rw-r--r-- | items/FIREWORK.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/FIREWORK.json b/items/FIREWORK.json index af7c2356..e417254e 100644 --- a/items/FIREWORK.json +++ b/items/FIREWORK.json @@ -6,8 +6,20 @@ "lore": [ "§f§lCOMMON" ], + "recipe": { + "A1": "PAPER:1", + "A2": "SULPHUR:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "FIREWORK", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, - "clickcommand": "" + "clickcommand": "viewrecipe", + "useneucraft": true }
\ No newline at end of file |