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/LAVA_SHELL_NECKLACE.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 items/LAVA_SHELL_NECKLACE.json (limited to 'items/LAVA_SHELL_NECKLACE.json') diff --git a/items/LAVA_SHELL_NECKLACE.json b/items/LAVA_SHELL_NECKLACE.json new file mode 100644 index 00000000..6ac4395f --- /dev/null +++ b/items/LAVA_SHELL_NECKLACE.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Lava Shell Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fcb2fa38-e4f6-3ebc-a530-0ece534c1e39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzU5OTM1NjU3OCwKICAicHJvZmlsZUlkIiA6ICI0NmY3N2NjNmQ2MjU0NjEzYjc2NmYyZDRmMDM2MzZhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaXNzV29sZiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNGNiZTg5M2UwZjgyMzAxYzVjZGNlMWI4MTgxODAzYjRmYjgzY2JmMzAzMDRkYjEzOWEzM2Q1NjlkNGVkOGMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+1\",1:\"§7Crit Damage: §c+1%\",2:\"§7Sea Creature Chance: §c+1%\",3:\"§7Health: §a+1\",4:\"§7Defense: §a+1\",5:\"§7Speed: §a+1\",6:\"§7Intelligence: §a+1\",7:\"§7Magic Find: §a+1\",8:\"§7Ferocity: §a+1\",9:\"\",10:\"§7Disables natural regeneration\",11:\"§7and disabled all healing.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC NECKLACE\"],Name:\"§5Lava Shell Necklace\"},ExtraAttributes:{id:\"LAVA_SHELL_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+1", + "§7Crit Damage: §c+1%", + "§7Sea Creature Chance: §c+1%", + "§7Health: §a+1", + "§7Defense: §a+1", + "§7Speed: §a+1", + "§7Intelligence: §a+1", + "§7Magic Find: §a+1", + "§7Ferocity: §a+1", + "", + "§7Disables natural regeneration", + "§7and disabled all healing.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC NECKLACE" + ], + "recipe": { + "A1": "LAVA_SHELL:1", + "A2": "LAVA_SHELL:1", + "A3": "LAVA_SHELL:1", + "B1": "LAVA_SHELL:1", + "B2": "GAZING_PEARL:5", + "B3": "LAVA_SHELL:1", + "C1": "LAVA_SHELL:1", + "C2": "LAVA_SHELL:1", + "C3": "LAVA_SHELL:1" + }, + "internalname": "LAVA_SHELL_NECKLACE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit