diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
commit | 228ec7960d0319d8018c24ee14a92ea235c5e68c (patch) | |
tree | a093c8cf587d8854ddeed454cf72ede9b747e3dc /items/SHARK_BAIT.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
download | NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.gz NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.bz2 NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.zip |
vanilla stuff & new items
Diffstat (limited to 'items/SHARK_BAIT.json')
-rw-r--r-- | items/SHARK_BAIT.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/SHARK_BAIT.json b/items/SHARK_BAIT.json new file mode 100644 index 00000000..8e8499b1 --- /dev/null +++ b/items/SHARK_BAIT.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aShark Bait", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a6c7271-a12d-3941-914c-7c456a086c5a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWRmZjkwNDEyNGVmZTQ4NmIzYTU0MjYxZGJiODA3MmIwYTRlMTE2MTVhZDhkNzM5NGQ4MTRlMGU4YzhlZjllYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Fishing Bait\",1:\"§7§8Consumes on Cast\",2:\"§7\",3:\"§7§a+15% §7chance to catch sharks\",4:\"§7during the Fishing Festival.\",5:\"\",6:\"§a§lUNCOMMON BAIT\"],Name:\"§aShark Bait\"},ExtraAttributes:{id:\"SHARK_BAIT\"}}", + "damage": 3, + "lore": [ + "§7§8Fishing Bait", + "§7§8Consumes on Cast", + "§7", + "§7§a+15% §7chance to catch sharks", + "§7during the Fishing Festival.", + "", + "§a§lUNCOMMON BAIT" + ], + "recipe": { + "A1": "SHARK_FIN:1", + "A2": "SHARK_FIN:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "SHARK_BAIT", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |