diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-26 20:08:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 18:08:27 +0000 |
commit | c863a0f100c9146936bb3eef60316e1b4152b21e (patch) | |
tree | 6d4275f720c009ea87870d5e8bef1fa3e49b8f3f /items/GRINCH_SC.json | |
parent | 48aae132d10873bf631c7c44ee7af5a2d09571a8 (diff) | |
download | NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.tar.gz NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.tar.bz2 NotEnoughUpdates-REPO-c863a0f100c9146936bb3eef60316e1b4152b21e.zip |
Fix slightly invalid item ids/uuids (#1178)
Diffstat (limited to 'items/GRINCH_SC.json')
-rw-r--r-- | items/GRINCH_SC.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json index 13488153..36d4feab 100644 --- a/items/GRINCH_SC.json +++ b/items/GRINCH_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Grinch (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", "damage": 3, "lore": [ "§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. ", @@ -52,4 +52,4 @@ ] } ] -}
\ No newline at end of file +} |