diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/MATCH_STICKS.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/MATCH_STICKS.json')
-rw-r--r-- | items/MATCH_STICKS.json | 34 |
1 files changed, 34 insertions, 0 deletions
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 |