diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2021-10-16 23:01:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 17:01:48 -0400 |
commit | b5303c2e17520283372de72b78fd2a801f19c7ef (patch) | |
tree | f0011a5d94a1fcadce10b146ec8d2fcc729765be /items/ARROW.json | |
parent | f87bb5477498bd4d1b418db769312cbbfe05fca0 (diff) | |
download | NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.tar.gz NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.tar.bz2 NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.zip |
Fixed requirements for all arrows (#631)
* Add files via upload
* Add files via upload
Diffstat (limited to 'items/ARROW.json')
-rw-r--r-- | items/ARROW.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/ARROW.json b/items/ARROW.json index b493a76b..470ddc4e 100644 --- a/items/ARROW.json +++ b/items/ARROW.json @@ -10,8 +10,7 @@ "§f§lCOMMON ARROW" ], "internalname": "ARROW", - "modver": "2.0.0-REL", - "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", "recipe": { "A1": "FLINT:1", @@ -24,9 +23,10 @@ "C2": "", "C3": "" }, + "modver": "2.0.0-REL", "infoType": "WIKI_URL", + "vanilla": true, "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Flint_Arrow" - ], - "crafttext": "" + "https://hypixel-skyblock.fandom.com/wiki/Arrows" + ] }
\ No newline at end of file |