diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/BOOK_OF_STATS.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
Fixed mana ray textures (#852)
* Fixed mana ray textures
* Fixed hot stuff thingy
* Added new contrib, fixed tiger pet, added new drops, added new item
* Fixed Mythic Endermite pet
* Combinable in Anvil
* Added new lore to hollow armor, fixed parents
* Fixed Kuudra Key Lore and Obsidian Tablet
Diffstat (limited to 'items/BOOK_OF_STATS.json')
-rw-r--r-- | items/BOOK_OF_STATS.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/BOOK_OF_STATS.json b/items/BOOK_OF_STATS.json index a01584f1..33ac4c96 100644 --- a/items/BOOK_OF_STATS.json +++ b/items/BOOK_OF_STATS.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:book", "displayname": "§5Book of Stats", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Combine with any weapon in an\",1:\"§7Anvil to start tracking its\",2:\"§7kills.\",3:\"\",4:\"§5§lEPIC COSMETIC\"],Name:\"§5Book of Stats\"},ExtraAttributes:{id:\"BOOK_OF_STATS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Tracks the amount of kills you\",3:\"§7get with a weapon when applied\",4:\"§7to it.\",5:\"\",6:\"§5§lEPIC COSMETIC\"],Name:\"§5Book of Stats\"},ExtraAttributes:{id:\"BOOK_OF_STATS\"}}", "damage": 0, "lore": [ - "§7§7Combine with any weapon in an", - "§7Anvil to start tracking its", - "§7kills.", + "§7§8Combinable in Anvil", + "", + "§7Tracks the amount of kills you", + "§7get with a weapon when applied", + "§7to it.", "", "§5§lEPIC COSMETIC" ], |