From 745b7a3a824447fd00c589e81f55301392f003a5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:16:56 +0100 Subject: Fixed a lot of pet lores and cleaned up petnums (#1132) --- items/VINYL_SLOW_AND_GROOVY.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'items/VINYL_SLOW_AND_GROOVY.json') diff --git a/items/VINYL_SLOW_AND_GROOVY.json b/items/VINYL_SLOW_AND_GROOVY.json index 7720f497..9faccdab 100644 --- a/items/VINYL_SLOW_AND_GROOVY.json +++ b/items/VINYL_SLOW_AND_GROOVY.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:record_far", "displayname": "§f§f§aSlow and Groovy 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 §6Slug Pests§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aSlow and Groovy Vinyl\"},ExtraAttributes:{id:\"VINYL_SLOW_AND_GROOVY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place in a §6Chirping Stereo §7to play\",1:\"§7funky tunes for §6Pests§7.\",2:\"\",3:\"§7When playing, this vinyl\",4:\"§7attracts §6Slug Pests§7.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aSlow and Groovy Vinyl\"},ExtraAttributes:{id:\"VINYL_SLOW_AND_GROOVY\"}}", "damage": 0, "lore": [ - "§7Place in a §6Chirping Stereo", - "§6§7to play funky tunes for", - "§7§6Pests§7.", + "§7Place in a §6Chirping Stereo §7to play", + "§7funky tunes for §6Pests§7.", "", "§7When playing, this vinyl", "§7attracts §6Slug Pests§7.", -- cgit