From 7e10f2ff281938a14c1fe0c6103c1b3b8884aa8c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:17:08 +0200 Subject: uhh uhhh uhhh huhhhuh uhhh - Caelid isle (#698) * :dizzy_face: * oops forgot * i dont want anymore * MiNiOnS * lAmPs * dnas_der_detnahcne * Minions v2 * New Items * So cool * 4 more * Add more nether items (#2) Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * Few Recipes and new items * I hate the essence menu * :fish: * According to Professor Selta they are 9V batteries and can supply about 50mA of current. Professor Selta is currently in a mental asylum. * :fuelpump: * :100: * crimson essence prices (#3) * crimson essence prices * gray and single items * Add 25 of the 29 Crimson isle souls (#4) * so true * Minion :fuelpump: * PoWeR sToNeS * PoWeR sToNeS v2 * brain pain * i love power stones * i forgot Co-authored-by: Walker Selby Co-authored-by: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> --- items/CORRUPTED_BAIT.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/CORRUPTED_BAIT.json (limited to 'items/CORRUPTED_BAIT.json') diff --git a/items/CORRUPTED_BAIT.json b/items/CORRUPTED_BAIT.json new file mode 100644 index 00000000..db00a110 --- /dev/null +++ b/items/CORRUPTED_BAIT.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fCorrupted Bait", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4785c0e-3c90-3af3-9ac8-c8c49653af4f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzU5ODg1MjcwNSwKICAicHJvZmlsZUlkIiA6ICI2NDU4Mjc0MjEyNDg0MDY0YTRkMDBlNDdjZWM4ZjcyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaDNtMXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGJiY2RkZDQ1Y2QzNDc4NjViY2VhYjNlM2RjNWQzODI3MjM0NjM5NjNmODVlY2NlODFjZGQ2MWI1M2RiMTRlNCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Fishing Bait\",1:\"§7§8Consumes on Cast\",2:\"§7\",3:\"§7§c-50% §7Fishing Speed but lures\",4:\"§7a special Trophy Fish in the\",5:\"§7Crimson Isle.\",6:\"\",7:\"§f§lCOMMON BAIT\"],Name:\"§fCorrupted Bait\"},ExtraAttributes:{id:\"CORRUPTED_BAIT\"}}", + "damage": 3, + "lore": [ + "§7§8Fishing Bait", + "§7§8Consumes on Cast", + "§7", + "§7§c-50% §7Fishing Speed but lures", + "§7a special Trophy Fish in the", + "§7Crimson Isle.", + "", + "§f§lCOMMON BAIT" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "CORRUPTED_FRAGMENT:1", + "B2": "MAGMAFISH:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "CORRUPTED_BAIT", + "crafttext": "Requires: Magmafish V", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit