diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-25 17:19:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:19:17 +0000 |
commit | 156b92fe445fb9e28b573ed460b01f8296e37719 (patch) | |
tree | beb4d598857d5f6d7d924e431d0e50666511c6c5 /items/CRACKED_PIGGY_BANK.json | |
parent | 6a5302d4553717c0fb395ad22d69c812e7dbe4f9 (diff) | |
download | NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.gz NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.bz2 NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.zip |
Added rare pet and fixed piggy lore (#1016)
Diffstat (limited to 'items/CRACKED_PIGGY_BANK.json')
-rw-r--r-- | items/CRACKED_PIGGY_BANK.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/CRACKED_PIGGY_BANK.json b/items/CRACKED_PIGGY_BANK.json index ad03436d..d05e1d61 100644 --- a/items/CRACKED_PIGGY_BANK.json +++ b/items/CRACKED_PIGGY_BANK.json @@ -1,14 +1,14 @@ { "internalname": "CRACKED_PIGGY_BANK", "itemid": "minecraft:skull", - "displayname": "§a§cCracked Piggy Bank", + "displayname": "§aCracked Piggy Bank", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"be4aa523-6244-3090-84bc-9ca9e7ab1b0d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzU0ODY2NjM0OTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE0YTdhYWMwODU5M2ExYTBiYzY2NjZmZTBhZWVkZmIxOTVkNDEzZmM5Y2Y4N2M3M2Y0YThjMDRkYTY0MTg4NTcifX19\"}]}},display:{Lore:[0:\"§7Saves §c75% §7of your coins on death.\",1:\"§7Only when in player inventory.\",2:\"§cVery fragile!\",3:\"\",4:\"§8Triggers when losing 20k+ coins.\",5:\"\",6:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§a§cCracked Piggy Bank\"},ExtraAttributes:{id:\"CRACKED_PIGGY_BANK\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"be4aa523-6244-3090-84bc-9ca9e7ab1b0d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzU0ODY2NjM0OTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE0YTdhYWMwODU5M2ExYTBiYzY2NjZmZTBhZWVkZmIxOTVkNDEzZmM5Y2Y4N2M3M2Y0YThjMDRkYTY0MTg4NTcifX19\"}]}},display:{Lore:[0:\"§7Saves §c75% §7of your coins on death.\",1:\"§7Only when in inventory or Accessory Bag.\",2:\"§cVery fragile!\",3:\"\",4:\"§8Triggers when losing 20k+ coins.\",5:\"\",6:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aCracked Piggy Bank\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"CRACKED_PIGGY_BANK\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Saves §c75% §7of your coins on death.", - "§7Only when in player inventory.", + "§7Only when in inventory or Accessory Bag.", "§cVery fragile!", "", "§8Triggers when losing 20k+ coins.", |