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/IMPLOSION_BELT.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/IMPLOSION_BELT.json (limited to 'items/IMPLOSION_BELT.json') diff --git a/items/IMPLOSION_BELT.json b/items/IMPLOSION_BELT.json new file mode 100644 index 00000000..d3e0767f --- /dev/null +++ b/items/IMPLOSION_BELT.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Implosion Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ca91687f-fc70-3294-b3aa-981bb2ae134d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwMjI5OTA2MSwKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFkMmIwMzZkZDY2NGJiOTBjOWQ0NDNjMTk5OGZiNTI2Mzk4YWI0ZGRkZWI3OWI4NDAxYjE2YjlhNGQxMGJhMyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Defense: §a+70\",1:\"\",2:\"§6Ability: Consolidated\",3:\"§7§7Increases all explosion damage\",4:\"§7dealt by §a25%§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC BELT\"],Name:\"§5Implosion Belt\"},ExtraAttributes:{id:\"IMPLOSION_BELT\"}}", + "damage": 3, + "lore": [ + "§7Defense: §a+70", + "", + "§6Ability: Consolidated", + "§7§7Increases all explosion damage", + "§7dealt by §a25%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BELT" + ], + "recipe": { + "A1": "MATCH_STICKS:32", + "A2": "ENCHANTED_SULPHUR_CUBE:1", + "A3": "MATCH_STICKS:32", + "B1": "ENCHANTED_SULPHUR_CUBE:1", + "B2": "", + "B3": "ENCHANTED_SULPHUR_CUBE:1", + "C1": "MATCH_STICKS:32", + "C2": "ENCHANTED_SULPHUR_CUBE:1", + "C3": "MATCH_STICKS:32" + }, + "internalname": "IMPLOSION_BELT", + "crafttext": "Requires: Sulphur IX", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit