From 19d37551d8523b8d0463b9c5d22aeebb662676b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:50:32 +0200 Subject: New Nether Stuff (#718) * New Stuff * i hate timestamps * god * Abi abi * mood * Hello, can someone send me money please * bingo * workflow hello --- items/SLUGFISH_GOLD.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/SLUGFISH_GOLD.json (limited to 'items/SLUGFISH_GOLD.json') diff --git a/items/SLUGFISH_GOLD.json b/items/SLUGFISH_GOLD.json new file mode 100644 index 00000000..68c29f91 --- /dev/null +++ b/items/SLUGFISH_GOLD.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aSlugfish§r §l§6§LGOLD", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"65fb5c9c-4d4a-395f-8f6b-9286995d8839\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQwNTE2OCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI4OWQ3MmYzNzUwYTVjZDI0NGNiZjA5YWY5NDc4NDUzYjY1NzVkZjU5MWQ3MjBiNmVjMjNkODRhMTY1YzY1ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SLUGFISH_GOLD\"}}", + "damage": 3, + "lore": [ + "§7Bobber must be active for 30", + "§7seconds.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§a§lUNCOMMON TROPHY FISH" + ], + "internalname": "SLUGFISH_GOLD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit