diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-17 12:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:56:48 +0100 |
commit | 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 (patch) | |
tree | 3df0642d5fd8aaee7770b83c1753895b3f387e2c /items/VICIOUS;3.json | |
parent | 9ce054d3023f032b2959b159ecf0ad7bf337d47d (diff) | |
download | NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.gz NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.bz2 NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.zip |
Made enchanted books source more consistent and some small fixes (#886)
Diffstat (limited to 'items/VICIOUS;3.json')
-rw-r--r-- | items/VICIOUS;3.json | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/items/VICIOUS;3.json b/items/VICIOUS;3.json index 70b416bb..d85df5fc 100644 --- a/items/VICIOUS;3.json +++ b/items/VICIOUS;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious III\",1:\"§7Grants §c+3⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fWand\",11:\"§7- §fSword\",12:\"§7- §fBow\",13:\"§7- §fFishing Rod\",14:\"§7- §fFishing Weapon\",15:\"§7- §fHoe\",16:\"§7- §fAxe\",17:\"§7- §fPickaxe\",18:\"§7- §fDrill\",19:\"§7- §fShears\",20:\"§7- §fShovel\",21:\"§7- §fGauntlet\",22:\"\",23:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;3\",enchantments:{vicious:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious III\",1:\"§7Grants §c+3⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Obtained from the Dark Auction\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fLongsword\",13:\"§7- §fGauntlet\",14:\"§7- §fBow\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"VICIOUS;3\",enchantments:{vicious:3}}}", "damage": 0, "lore": [ "§9Vicious III", @@ -14,24 +14,17 @@ "§aIII-V: §7Obtained from the Dark Auction", "", "§6Applied To:", - "§7- §fWand", "§7- §fSword", - "§7- §fBow", - "§7- §fFishing Rod", "§7- §fFishing Weapon", - "§7- §fHoe", - "§7- §fAxe", - "§7- §fPickaxe", - "§7- §fDrill", - "§7- §fShears", - "§7- §fShovel", + "§7- §fLongsword", "§7- §fGauntlet", + "§7- §fBow", "", "§f§lCOMMON" ], "internalname": "VICIOUS;3", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file |