diff options
Diffstat (limited to 'items/WORM_BAIT.json')
-rw-r--r-- | items/WORM_BAIT.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/WORM_BAIT.json b/items/WORM_BAIT.json new file mode 100644 index 00000000..4bc6298f --- /dev/null +++ b/items/WORM_BAIT.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aWorm Bait", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Fishing Bait\",1:\"§8Consumes on Cast\",2:\"\",3:\"§7Grants §b+60☂ Fishing Speed§7\",4:\"§7but only Worms will bite.\",5:\" \",6:\"§7Only works in the §5Crystal Hollows§7.\",7:\"\",8:\"§a§lUNCOMMON BAIT\"],Name:\"§aWorm Bait\"},ExtraAttributes:{id:\"WORM_BAIT\"}}", + "damage": 3, + "lore": [ + "§8Fishing Bait", + "§8Consumes on Cast", + "", + "§7Grants §b+60☂ Fishing Speed§7", + "§7but only Worms will bite.", + " ", + "§7Only works in the §5Crystal Hollows§7.", + "", + "§a§lUNCOMMON BAIT" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "WORM_MEMBRANE:1", + "B2": "CLAY_BALL:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "", + "count": 16 + }, + "internalname": "WORM_BAIT", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |