diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-26 16:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 14:47:12 +0000 |
commit | 95e29ec8a97beb157cf0f0e62a5ddfd863bbd0b4 (patch) | |
tree | 2c8c5beb2315d5ee3eb1e594bfd1f01383f9c16f /items/PLASTIC_SHOVEL.json | |
parent | d29c3bf4a88da78cf8ebfc9865dc26ff76ba9081 (diff) | |
download | NotEnoughUpdates-REPO-95e29ec8a97beb157cf0f0e62a5ddfd863bbd0b4.tar.gz NotEnoughUpdates-REPO-95e29ec8a97beb157cf0f0e62a5ddfd863bbd0b4.tar.bz2 NotEnoughUpdates-REPO-95e29ec8a97beb157cf0f0e62a5ddfd863bbd0b4.zip |
feat: Carnival Items + Dolphin Skin (#1302)
Diffstat (limited to 'items/PLASTIC_SHOVEL.json')
-rw-r--r-- | items/PLASTIC_SHOVEL.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/PLASTIC_SHOVEL.json b/items/PLASTIC_SHOVEL.json new file mode 100644 index 00000000..7ffd7918 --- /dev/null +++ b/items/PLASTIC_SHOVEL.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:iron_shovel", + "displayname": "§cPlastic Shovel", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Obtained during the §e§k1§est Carnival §7for\",1:\"§7achieving a §dhigh score §7in §6Fruit\",2:\"§6Digging§7!\",3:\"\",4:\"§7Player: §bEisengolem\",5:\"§7Position: §a#§k10\",6:\"§7Score: §a§k5,175\",7:\"\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§c§lSPECIAL\"],Name:\"§cPlastic Shovel\"},ExtraAttributes:{leaderboard_score:5150,leaderboard_player:\"§bEisengolem\",leaderboard_position:29163,new_years_cake:361,id:\"PLASTIC_SHOVEL\",event:\"carnival_0\"}}", + "damage": 0, + "lore": [ + "§7Obtained during the §e§k1§est Carnival §7for", + "§7achieving a §dhigh score §7in §6Fruit", + "§6Digging§7!", + "", + "§7Player: §bEisengolem", + "§7Position: §a#§k10", + "§7Score: §a§k5,175", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§c§lSPECIAL" + ], + "internalname": "PLASTIC_SHOVEL", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |