diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-24 22:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 20:10:17 +0000 |
commit | e8e8c6f8ad13b06bce6218714a4f03287a30ca01 (patch) | |
tree | 07626aa4c6cde8a68aacb5173c103de6063e0183 /items/PERFECTLY_CUT_DIAMOND.json | |
parent | aa5a1508ecc795441917b7a5a8dfe33a00791d07 (diff) | |
download | NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.gz NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.bz2 NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.zip |
Added new items from the spook event (#1013)
* Added new items and fixed intimidation texture
* Fixed Rarity of Tnt and 2 textures
* Added new items
* Fixed Sack Size, added new npcs and fixed some lore
* Fixed lores, added new pet stats, added new items
* Added new item, added new essenceshop perks (missing diamond and fixed monocle req
* Added new items to museum and fixed order
* Added Diamond Essence Perks and fixed some gold essence perk
* Tf did i do here
* Added winter warp
* Fixed Intimidation parent
Diffstat (limited to 'items/PERFECTLY_CUT_DIAMOND.json')
-rw-r--r-- | items/PERFECTLY_CUT_DIAMOND.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/PERFECTLY_CUT_DIAMOND.json b/items/PERFECTLY_CUT_DIAMOND.json new file mode 100644 index 00000000..c2f001e1 --- /dev/null +++ b/items/PERFECTLY_CUT_DIAMOND.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Perfectly Cut Diamond", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"808b4e91-63be-335b-9f87-3a68954bb663\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NjI5MTUzMzQzMywKICAicHJvZmlsZUlkIiA6ICIwZjlmYzU0MDQxZjk0NzEyOWQxYmEzODg1YmQ3N2M4NyIsCiAgInByb2ZpbGVOYW1lIiA6ICI4MTE5NGJheiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iZGI3ZmMyYjY5YmNkNDI5YWJmZDFjZWIxYWVhMTBjZWJmMTc0OWE4MDY4MGM2M2NkOGI2MGYzYTRjN2U0ZmZkIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7An outstanding find. While few\",1:\"§7are known to exist, even fewer\",2:\"§7have been successful retrieved.\",3:\"§7\",4:\"§7§6Used in an anvil to upgrade\",5:\"§6Perfect Armor to Tier XIII.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Perfectly Cut Diamond\"},ExtraAttributes:{id:\"PERFECTLY_CUT_DIAMOND\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7An outstanding find. While few", + "§7are known to exist, even fewer", + "§7have been successful retrieved.", + "§7", + "§7§6Used in an anvil to upgrade", + "§6Perfect Armor to Tier XIII.", + "", + "§6§lLEGENDARY" + ], + "internalname": "PERFECTLY_CUT_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |