diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-15 01:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:32:18 +0000 |
commit | cf2ad629853bf5b652c016afb71d37bd0a877c1d (patch) | |
tree | f19da87b45997c900101726eee7c07c3f88c1af3 /items/VINYL_CRICKET_CHOIR.json | |
parent | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (diff) | |
download | NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.gz NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.bz2 NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.zip |
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>
Diffstat (limited to 'items/VINYL_CRICKET_CHOIR.json')
-rw-r--r-- | items/VINYL_CRICKET_CHOIR.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/VINYL_CRICKET_CHOIR.json b/items/VINYL_CRICKET_CHOIR.json new file mode 100644 index 00000000..2b8ac057 --- /dev/null +++ b/items/VINYL_CRICKET_CHOIR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:record_chirp", + "displayname": "§f§f§aCricket Choir 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 §6Cricket Pests§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aCricket Choir Vinyl\"},ExtraAttributes:{id:\"VINYL_CRICKET_CHOIR\"}}", + "damage": 0, + "lore": [ + "§7Place in a §6Chirping Stereo", + "§6§7to play funky tunes for", + "§7§6Pests§7.", + "", + "§7When playing, this vinyl", + "§7attracts §6Cricket Pests§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "VINYL_CRICKET_CHOIR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |