diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-02-04 21:40:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 15:40:06 -0500 |
commit | fee25e01b45adde24db7c15191ee13933443f24f (patch) | |
tree | dbe22dd32c0c834332e1fe10d389456efebf455d /items/SNIPE;4.json | |
parent | 1e34a3658aac7bb2a5c54ee161228e967a1692df (diff) | |
download | NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.tar.gz NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.tar.bz2 NotEnoughUpdates-REPO-fee25e01b45adde24db7c15191ee13933443f24f.zip |
Fixed and Added Things (#384)
* Mining Stuff
* Fixed Fairy Soul, fixed 2 Books, Added Jerry & Titanium Misc Things and added Tabs instead of weird Spaces
* Added Fishings Req's
* im dumb
Diffstat (limited to 'items/SNIPE;4.json')
-rw-r--r-- | items/SNIPE;4.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/SNIPE;4.json b/items/SNIPE;4.json index c4fde5a1..2ee45d95 100644 --- a/items/SNIPE;4.json +++ b/items/SNIPE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9Snipe IV\",1:\"§7Arrows deal §a+4% §7damage for\",2:\"§7every §a10 §7blocks travelled.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"SNIPE;4\",enchantments:{snipe:4},uuid:\"5b49662a-8fc0-4d71-a78e-b4d0b6b9e47a\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9Snipe IV\",1:\"§7Arrows deal §a+4% §7damage for\",2:\"§7every §a10 §7blocks travelled.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SNIPE;4\",enchantments:{snipe:4},uuid:\"5b49662a-8fc0-4d71-a78e-b4d0b6b9e47a\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Snipe IV", @@ -9,11 +9,13 @@ "§7every §a10 §7blocks travelled.", "", "§7Use this on an item in an Anvil", - "§7to apply it!" + "§7to apply it!", + "", + "§f§lCOMMON" ], "internalname": "SNIPE;4", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" }
\ No newline at end of file |