diff options
author | SkyNalix <56894341+SkyNalix@users.noreply.github.com> | 2021-10-16 23:00:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 17:00:11 -0400 |
commit | f87bb5477498bd4d1b418db769312cbbfe05fca0 (patch) | |
tree | 92f6180c09025450bcd2358d87f4ba085d7f675b /items/COUNTER_STRIKE;5.json | |
parent | cfec2a65e1cb73e3feef018c8fbe4a6ef770ed67 (diff) | |
download | NotEnoughUpdates-REPO-f87bb5477498bd4d1b418db769312cbbfe05fca0.tar.gz NotEnoughUpdates-REPO-f87bb5477498bd4d1b418db769312cbbfe05fca0.tar.bz2 NotEnoughUpdates-REPO-f87bb5477498bd4d1b418db769312cbbfe05fca0.zip |
Fixed Counter Strike book Source & changed Fortune level in Max Enchanted Book (#632)
* Fixed Counter Strike enchant 'Source'
Changed the source from 'I-III' to 'V' because only Counter Strike V exist
* Replaced Fortune 3 by 4 in the Max Enchanted Book
* Fixed nbttag for Counter Strike
First time working on the repo, my bad
* Fixed nbttag for Max Enchant Book
Diffstat (limited to 'items/COUNTER_STRIKE;5.json')
-rw-r--r-- | items/COUNTER_STRIKE;5.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/COUNTER_STRIKE;5.json b/items/COUNTER_STRIKE;5.json index a06b1f48..a1016535 100644 --- a/items/COUNTER_STRIKE;5.json +++ b/items/COUNTER_STRIKE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Counter-Strike V\",1:\"§7Gain §a+10❈ Defense §7for §a7s\",2:\"§a§7on the first hit from an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-III: §7Dark Auction\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fChestplate\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"COUNTER_STRIKE;5\",enchantments:{counter_strike:5}}}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Counter-Strike V\",1:\"§7Gain §a+10❈ Defense §7for §a7s\",2:\"§a§7on the first hit from an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Dark Auction\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fChestplate\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"COUNTER_STRIKE;5\",enchantments:{counter_strike:5}}}", "damage": 0, "lore": [ "§9Counter-Strike V", @@ -13,7 +13,7 @@ "§7to apply it!", "", "§6Source:", - "§aI-III: §7Dark Auction", + "§aV: §7Dark Auction", "", "§6Applied To:", "§7- §fChestplate", |