diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-03 20:42:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 14:42:19 -0500 |
commit | 3203d9d8324c976fe4269a458ed16f471adfaa12 (patch) | |
tree | 67f7642ccf466ca4eb2d86dd2a92ba0c8431b4ba /items/CARROT_ITEM.json | |
parent | e035fc8d150340cb70383c6eedb1eb2318cdc95a (diff) | |
download | NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.gz NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.tar.bz2 NotEnoughUpdates-REPO-3203d9d8324c976fe4269a458ed16f471adfaa12.zip |
some small fixes (#424)
* fixed crystal armor nbt tag
* removed CARROT (invalid id) added wiki link to CARROT_ITEM
* fixed diamond spreading
* added back CARROT (small changes to make it render properly)
Diffstat (limited to 'items/CARROT_ITEM.json')
-rw-r--r-- | items/CARROT_ITEM.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/items/CARROT_ITEM.json b/items/CARROT_ITEM.json index 5f302310..6b448cb5 100644 --- a/items/CARROT_ITEM.json +++ b/items/CARROT_ITEM.json @@ -9,5 +9,9 @@ "internalname": "CARROT_ITEM", "modver": "1.3-REL", "vanilla": true, - "clickcommand": "" + "clickcommand": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Carrot" + ] }
\ No newline at end of file |