aboutsummaryrefslogtreecommitdiff
path: root/items/ARROW.json
diff options
context:
space:
mode:
authorEejit <76887639+Eejit43@users.noreply.github.com>2021-08-14 20:31:38 -0400
committerGitHub <noreply@github.com>2021-08-14 20:31:38 -0400
commit6d119599ea11254259e303ae5fb6343802bf0199 (patch)
treebbc0d258eb1ba3b27b3fa34c2d0e5f6d107af7c5 /items/ARROW.json
parent249cd9d7656d9c1e59e46f3cbbf3012a207f26a8 (diff)
downloadNotEnoughUpdates-REPO-6d119599ea11254259e303ae5fb6343802bf0199.tar.gz
NotEnoughUpdates-REPO-6d119599ea11254259e303ae5fb6343802bf0199.tar.bz2
NotEnoughUpdates-REPO-6d119599ea11254259e303ae5fb6343802bf0199.zip
Various fixes/additions (#592)
* Update WISHING_COMPASS.json * Update REFINED_DIAMOND.json * Adding PET_SKIN_WOLF * Update PET_SKIN_WOLF.json * Update PET_SKIN_WOLF.json * Update REFINED_DIAMOND.json * Update WISHING_COMPASS.json * Update PET_SKIN_WOLF.json * Update BARRIER.json * That wiki page is now a redirect * The wiki page is now a redirect * The wiki page is now a redirect * Arrows have now become Flint Arrows (same internal ID) * Update PET_SKIN_WOLF.json * Update BARRIER.json * Update APPLE.json * Update BOAT.json * Update APPLE.json * Update ARMOR_STAND.json * Update BARRIER.json * Update REFINED_DIAMOND.json * Update BEDROCK.json * Update KALHUIKI_MASK.json * Update BAG_OF_CASH.json * Update STARFALL.json
Diffstat (limited to 'items/ARROW.json')
-rw-r--r--items/ARROW.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/items/ARROW.json b/items/ARROW.json
index efb5f157..331a719c 100644
--- a/items/ARROW.json
+++ b/items/ARROW.json
@@ -1,13 +1,15 @@
{
"itemid": "minecraft:arrow",
- "displayname": "§fArrow",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fArrow\"},ExtraAttributes:{id:\"ARROW\"}}",
+ "displayname": "§fFlint Arrow",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}",
"damage": 0,
"lore": [
+ "§7Damage: §c+1",
+ "",
"§f§lCOMMON"
],
"internalname": "ARROW",
- "modver": "1.3-REL",
+ "modver": "2.0.0-REL",
"vanilla": true,
"clickcommand": "viewrecipe",
"recipe": {
@@ -23,6 +25,6 @@
},
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Arrow"
+ "https://hypixel-skyblock.fandom.com/wiki/Flint_Arrow"
]
}