From cf2ad629853bf5b652c016afb71d37bd0a877c1d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:32:18 +0100 Subject: Added some of the alpha items (#1035) * Added some of the alpha items * Added new sakc and museum items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added new items * Fixed Pesthunter Badge in parents * Added missing garden update items --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/VINYL_PRETTY_FLY.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/VINYL_PRETTY_FLY.json (limited to 'items/VINYL_PRETTY_FLY.json') diff --git a/items/VINYL_PRETTY_FLY.json b/items/VINYL_PRETTY_FLY.json new file mode 100644 index 00000000..dfd964ee --- /dev/null +++ b/items/VINYL_PRETTY_FLY.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:record_stal", + "displayname": "§f§f§aPretty Fly Vinyl", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place in a §6Chirping Stereo\",1:\"§6§7to play funky tunes for\",2:\"§7§6Pests§7.\",3:\"\",4:\"§7When playing, this vinyl\",5:\"§7attracts §6Fly Pests§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPretty Fly Vinyl\"},ExtraAttributes:{id:\"VINYL_PRETTY_FLY\"}}", + "damage": 0, + "lore": [ + "§7Place in a §6Chirping Stereo", + "§6§7to play funky tunes for", + "§7§6Pests§7.", + "", + "§7When playing, this vinyl", + "§7attracts §6Fly Pests§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "VINYL_PRETTY_FLY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit