diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-05-03 12:22:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 10:22:34 +0000 |
commit | 0ea23c71191acd73fdf03cc37a81fa78c36a4893 (patch) | |
tree | 5adfe2c1a6d67e7308f7c04860168b3dabed4f6b /items/OBFUSCATED_FISH_2_GOLD.json | |
parent | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (diff) | |
download | NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.gz NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.bz2 NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.zip |
Bunch of fixes and other stuff (#732)
Diffstat (limited to 'items/OBFUSCATED_FISH_2_GOLD.json')
-rw-r--r-- | items/OBFUSCATED_FISH_2_GOLD.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/OBFUSCATED_FISH_2_GOLD.json b/items/OBFUSCATED_FISH_2_GOLD.json new file mode 100644 index 00000000..b5647ff3 --- /dev/null +++ b/items/OBFUSCATED_FISH_2_GOLD.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§a§kObfuscated 2§r §l§6§LGOLD", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53807fee-2e39-3230-bdd1-3efcf0be73a9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTY4NTI0MCwKICAicHJvZmlsZUlkIiA6ICI0Mzk0NGU5NWZiNjI0NmJiOGIyYmQ5NDZlNWY5YjhhMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbGFja0NvdWxkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2MzE5NTNhMDM1MTk4ODAyOWI5MGU4MzgxODFlNGU1NjNkNzgyZTQ3MGVhMzNiOGM2MTI3NTZmNzMwNjI1YzIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Bait\",1:\"§8Consumes on Cast\",2:\"\",3:\"§7Caught with §kObfuscated 1§r§7\",4:\"§7Bait.\",5:\"\",6:\"§7Bring this to §fOdger §7at the\",7:\"§7top of the Blazing Volcano.\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§a§kObfuscated 2§r §l§6§LGOLD\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_2_GOLD\"}}", + "damage": 3, + "lore": [ + "§8Fishing Bait", + "§8Consumes on Cast", + "", + "§7Caught with §kObfuscated 1§r§7", + "§7Bait.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON TROPHY FISH" + ], + "internalname": "OBFUSCATED_FISH_2_GOLD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Trophy_Fishes" + ] +}
\ No newline at end of file |