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/MATCH_STICKS.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 items/MATCH_STICKS.json (limited to 'items/MATCH_STICKS.json') diff --git a/items/MATCH_STICKS.json b/items/MATCH_STICKS.json new file mode 100644 index 00000000..6f0057b3 --- /dev/null +++ b/items/MATCH_STICKS.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:torch", + "displayname": "§9Match-Sticks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Consume to light yourself on\",1:\"§7fire for §a10 §7seconds granting\",2:\"§7you §c+10❁ Strength§7.\",3:\"§7§7§oThe head of Matchos is a\",4:\"§7§ocombination of Sulphur and a\",5:\"§7§ocrystalline substance. With even\",6:\"§7§othe slightest frictions they\",7:\"§7§owill light up.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Match-Sticks\"},ExtraAttributes:{id:\"MATCH_STICKS\"}}", + "damage": 0, + "lore": [ + "§7Consume to light yourself on", + "§7fire for §a10 §7seconds granting", + "§7you §c+10❁ Strength§7.", + "§7§7§oThe head of Matchos is a", + "§7§ocombination of Sulphur and a", + "§7§ocrystalline substance. With even", + "§7§othe slightest frictions they", + "§7§owill light up.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "SULPHUR_ORE:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "MATCH_STICKS", + "crafttext": "Requires: Sulphur I", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit